﻿2025-08-20T19:09:35.8752005Z Current runner version: '2.328.0'
2025-08-20T19:09:35.8784290Z ##[group]Runner Image Provisioner
2025-08-20T19:09:35.8785594Z Hosted Compute Agent
2025-08-20T19:09:35.8787467Z Version: 20250818.377
2025-08-20T19:09:35.8788532Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T19:09:35.8789673Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T19:09:35.8790814Z ##[endgroup]
2025-08-20T19:09:35.8791901Z ##[group]Operating System
2025-08-20T19:09:35.8793027Z Ubuntu
2025-08-20T19:09:35.8793957Z 24.04.2
2025-08-20T19:09:35.8794853Z LTS
2025-08-20T19:09:35.8795845Z ##[endgroup]
2025-08-20T19:09:35.8796782Z ##[group]Runner Image
2025-08-20T19:09:35.8797998Z Image: ubuntu-24.04
2025-08-20T19:09:35.8799006Z Version: 20250810.1.0
2025-08-20T19:09:35.8800670Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T19:09:35.8803525Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1
2025-08-20T19:09:35.8805400Z ##[endgroup]
2025-08-20T19:09:35.8808006Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T19:09:35.8810994Z Attestations: write
2025-08-20T19:09:35.8812082Z Contents: write
2025-08-20T19:09:35.8813034Z Metadata: read
2025-08-20T19:09:35.8814050Z Packages: write
2025-08-20T19:09:35.8815033Z ##[endgroup]
2025-08-20T19:09:35.8818163Z Secret source: Actions
2025-08-20T19:09:35.8819632Z Prepare workflow directory
2025-08-20T19:09:35.9243555Z Prepare all required actions
2025-08-20T19:09:35.9297410Z Getting action download info
2025-08-20T19:09:36.2965915Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T19:09:36.6439743Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T19:09:37.0015758Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T19:09:37.1082459Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T19:09:37.6272382Z Getting action download info
2025-08-20T19:09:37.7535799Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T19:09:38.0982825Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T19:09:38.3583365Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/coreutils/multicall/glibc)
2025-08-20T19:09:38.4175851Z ##[group]Run ##Presets
2025-08-20T19:09:38.4176347Z [36;1m##Presets[0m
2025-08-20T19:09:38.4176672Z [36;1mset +x ; set +e[0m
2025-08-20T19:09:38.4177005Z [36;1m#-------------#[0m
2025-08-20T19:09:38.4177790Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T19:09:38.4178296Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T19:09:38.4178781Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4179219Z [36;1m  fi[0m
2025-08-20T19:09:38.4179595Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T19:09:38.4180116Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T19:09:38.4180595Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4180995Z [36;1m  fi[0m
2025-08-20T19:09:38.4181403Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T19:09:38.4182158Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T19:09:38.4182730Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4183225Z [36;1m  fi[0m
2025-08-20T19:09:38.4183737Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T19:09:38.4184351Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T19:09:38.4185091Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T19:09:38.4185677Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T19:09:38.4186214Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4186740Z [36;1m     else[0m
2025-08-20T19:09:38.4187444Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4187951Z [36;1m     fi[0m
2025-08-20T19:09:38.4188385Z [36;1m  fi[0m
2025-08-20T19:09:38.4188750Z [36;1mfi[0m
2025-08-20T19:09:38.4258307Z shell: /usr/bin/bash -e {0}
2025-08-20T19:09:38.4259089Z env:
2025-08-20T19:09:38.4259841Z   GH_TOKEN: ***
2025-08-20T19:09:38.4260344Z ##[endgroup]
2025-08-20T19:09:38.4552349Z ##[group]Run ##Presets
2025-08-20T19:09:38.4552888Z [36;1m##Presets[0m
2025-08-20T19:09:38.4553409Z [36;1mset +x ; set +e[0m
2025-08-20T19:09:38.4553923Z [36;1m#-------------#[0m
2025-08-20T19:09:38.4554416Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T19:09:38.4616249Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T19:09:38.4617012Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T19:09:38.4617683Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T19:09:38.4618217Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T19:09:38.4618754Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T19:09:38.4619202Z [36;1m  exit 1[0m
2025-08-20T19:09:38.4619495Z [36;1mfi[0m
2025-08-20T19:09:38.4659857Z shell: /usr/bin/bash -e {0}
2025-08-20T19:09:38.4660206Z env:
2025-08-20T19:09:38.4660715Z   RO_GHTOKEN: ***
2025-08-20T19:09:38.4661076Z   RO_GLTOKEN: ***
2025-08-20T19:09:38.4662469Z   MINISIGN_KEY: ***
2025-08-20T19:09:38.4662772Z ##[endgroup]
2025-08-20T19:09:38.4802959Z ##[group]Run ##Presets
2025-08-20T19:09:38.4803406Z [36;1m##Presets[0m
2025-08-20T19:09:38.4803713Z [36;1mset +x ; set +e[0m
2025-08-20T19:09:38.4804034Z [36;1m#-------------#[0m
2025-08-20T19:09:38.4804359Z [36;1m##Host Triplet[0m
2025-08-20T19:09:38.4804750Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T19:09:38.4805193Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T19:09:38.4805627Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T19:09:38.4806055Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T19:09:38.4806465Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T19:09:38.4806912Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T19:09:38.4807556Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T19:09:38.4807992Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T19:09:38.4808361Z [36;1m   fi[0m
2025-08-20T19:09:38.4808754Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T19:09:38.4809197Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T19:09:38.4809603Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T19:09:38.4810036Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T19:09:38.4810428Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T19:09:38.4810754Z [36;1m fi[0m
2025-08-20T19:09:38.4811131Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4811632Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4812126Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4812591Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4812955Z [36;1m##Debug[0m
2025-08-20T19:09:38.4813256Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T19:09:38.4813618Z [36;1m   export DEBUG="1"[0m
2025-08-20T19:09:38.4813938Z [36;1m else[0m
2025-08-20T19:09:38.4814229Z [36;1m   export DEBUG="0"[0m
2025-08-20T19:09:38.4814721Z [36;1m fi[0m
2025-08-20T19:09:38.4815035Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4815416Z [36;1m##Docker Platform[0m
2025-08-20T19:09:38.4815814Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T19:09:38.4816248Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T19:09:38.4816690Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T19:09:38.4817325Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T19:09:38.4817843Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T19:09:38.4818279Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T19:09:38.4818710Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T19:09:38.4819140Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T19:09:38.4819481Z [36;1m fi[0m
2025-08-20T19:09:38.4819877Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4820430Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4820867Z [36;1m##GHCRPKG_URL[0m
2025-08-20T19:09:38.4821521Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T19:09:38.4822223Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T19:09:38.4822638Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4823046Z [36;1m##Logs[0m
2025-08-20T19:09:38.4823435Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T19:09:38.4823800Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T19:09:38.4824126Z [36;1m else[0m
2025-08-20T19:09:38.4824419Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T19:09:38.4824792Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T19:09:38.4825138Z [36;1m fi[0m
2025-08-20T19:09:38.4825650Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4826162Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4826609Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T19:09:38.4827097Z [36;1m PKG_FAMILY_LOCAL="$(echo "coreutils" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T19:09:38.4827799Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T19:09:38.4828233Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4828662Z [36;1m##Rebuild[0m
2025-08-20T19:09:38.4828980Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T19:09:38.4829359Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T19:09:38.4829704Z [36;1m else[0m
2025-08-20T19:09:38.4829997Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T19:09:38.4830339Z [36;1m fi[0m
2025-08-20T19:09:38.4830704Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4831133Z [36;1m ##SBUILD_URL[0m
2025-08-20T19:09:38.4831653Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T19:09:38.4832323Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T19:09:38.4833314Z [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:09:38.4834209Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T19:09:38.4834681Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T19:09:38.4835230Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T19:09:38.4835758Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T19:09:38.4836237Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4836623Z [36;1m    exit 1[0m
2025-08-20T19:09:38.4836922Z [36;1m   else[0m
2025-08-20T19:09:38.4837518Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T19:09:38.4837955Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4838400Z [36;1m    #Check for x_exec.host[0m
2025-08-20T19:09:38.4838846Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T19:09:38.4839301Z [36;1m      #check if supported[0m
2025-08-20T19:09:38.4839791Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T19:09:38.4840446Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T19:09:38.4840984Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T19:09:38.4841413Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4841803Z [36;1m         exit 1[0m
2025-08-20T19:09:38.4842161Z [36;1m       fi[0m
2025-08-20T19:09:38.4842459Z [36;1m      #get build system[0m
2025-08-20T19:09:38.4842947Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T19:09:38.4843445Z [36;1m       export BUILD_SYS[0m
2025-08-20T19:09:38.4843840Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4844304Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T19:09:38.4844753Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4845186Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4845629Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T19:09:38.4846070Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4846498Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:38.4846875Z [36;1m       fi[0m
2025-08-20T19:09:38.4847430Z [36;1m     fi[0m
2025-08-20T19:09:38.4847723Z [36;1m   fi[0m
2025-08-20T19:09:38.4848025Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T19:09:38.4889067Z shell: /usr/bin/bash -e {0}
2025-08-20T19:09:38.4889413Z ##[endgroup]
2025-08-20T19:09:39.0313110Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T19:09:39.0313708Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T19:09:39.0313971Z 
2025-08-20T19:09:39.1049216Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:09:39.1050141Z 100 14673  100 14673    0     0   190k      0 --:--:-- --:--:-- --:--:--  191k
2025-08-20T19:09:39.1062061Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:09:39.1295260Z ##[group]Run ##Presets
2025-08-20T19:09:39.1295601Z [36;1m##Presets[0m
2025-08-20T19:09:39.1295867Z [36;1mset +x ; set +e[0m
2025-08-20T19:09:39.1296142Z [36;1m#-------------#[0m
2025-08-20T19:09:39.1296440Z [36;1m##Debug?[0m
2025-08-20T19:09:39.1296743Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:09:39.1297088Z [36;1m  set -x[0m
2025-08-20T19:09:39.1297765Z [36;1mfi[0m
2025-08-20T19:09:39.1298007Z [36;1m#-------------#[0m
2025-08-20T19:09:39.1298293Z [36;1m##CoreUtils[0m
2025-08-20T19:09:39.1298563Z [36;1msudo apt update -y[0m
2025-08-20T19:09:39.1298975Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T19:09:39.1300086Z [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:09:39.1301068Z [36;1m##tmp[0m
2025-08-20T19:09:39.1301410Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T19:09:39.1301788Z [36;1m#GH ENV[0m
2025-08-20T19:09:39.1302080Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:39.1302629Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:39.1302959Z [36;1m#-------------#[0m
2025-08-20T19:09:39.1303246Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T19:09:39.1303551Z [36;1msudo apt update -y[0m
2025-08-20T19:09:39.1303852Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T19:09:39.1304164Z [36;1m##Setup Minisign[0m
2025-08-20T19:09:39.1304449Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T19:09:39.1305037Z [36;1mecho "***[0m
2025-08-20T19:09:39.1306398Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T19:09:39.1306741Z [36;1m##User-Agent[0m
2025-08-20T19:09:39.1307841Z [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:09:39.1308729Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:09:39.1352800Z shell: /usr/bin/bash -e {0}
2025-08-20T19:09:39.1353108Z env:
2025-08-20T19:09:39.1353343Z   CROSS_COMPILING: NO
2025-08-20T19:09:39.1353622Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:09:39.1353962Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:09:39.1354230Z   ON_QEMU: NO
2025-08-20T19:09:39.1354466Z   DEBUG: 0
2025-08-20T19:09:39.1354708Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:09:39.1355013Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:09:39.1355416Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:09:39.1355810Z   KEEP_LOGS: YES
2025-08-20T19:09:39.1356060Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:09:39.1356334Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:09:39.1356616Z   SBUILD_REBUILD: false
2025-08-20T19:09:39.1357396Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:09:39.1358078Z   BUILD_SYS: docker://clang+make
2025-08-20T19:09:39.1358377Z   BUILD_ON_HOST: FALSE
2025-08-20T19:09:39.1358645Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:09:39.1358892Z ##[endgroup]
2025-08-20T19:09:39.1577134Z 
2025-08-20T19:09:39.1578150Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T19:09:39.1578660Z 
2025-08-20T19:09:39.2102126Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:09:39.2581356Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T19:09:39.2594259Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T19:09:39.2631038Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T19:09:39.2658001Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T19:09:39.3776469Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T19:09:39.3918147Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T19:09:39.3940075Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T19:09:39.3959103Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T19:09:39.4025944Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T19:09:39.4053769Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T19:09:39.4080964Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T19:09:39.4167813Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T19:09:39.4226698Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T19:09:39.4237428Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T19:09:39.4819267Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T19:09:39.4823276Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [30.2 kB]
2025-08-20T19:09:39.4858909Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe Translation-en [17.4 kB]
2025-08-20T19:09:39.4890274Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T19:09:39.4967946Z Hit:22 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:09:39.4972789Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T19:09:39.4982261Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T19:09:39.5039014Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T19:09:39.5105274Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T19:09:39.5138325Z Get:33 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T19:09:39.5147424Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T19:09:39.5153326Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T19:09:39.5260201Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T19:09:39.5285684Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T19:09:39.5345525Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T19:09:39.5418080Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T19:09:39.5899787Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T19:09:39.5920428Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T19:09:39.6362116Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T19:09:39.6396271Z Get:35 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T19:09:39.6483361Z Get:36 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T19:09:46.2409440Z Fetched 10.6 MB in 1s (8316 kB/s)
2025-08-20T19:09:46.9175811Z Reading package lists...
2025-08-20T19:09:47.0558218Z Building dependency tree...
2025-08-20T19:09:47.0564650Z Reading state information...
2025-08-20T19:09:47.0703139Z 47 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T19:09:47.0817009Z 
2025-08-20T19:09:47.0818133Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T19:09:47.0818528Z 
2025-08-20T19:09:47.0950018Z Reading package lists...
2025-08-20T19:09:47.2746257Z Building dependency tree...
2025-08-20T19:09:47.2757742Z Reading state information...
2025-08-20T19:09:47.4238324Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T19:09:47.4238813Z bc set to manually installed.
2025-08-20T19:09:47.4239202Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T19:09:47.4239892Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T19:09:47.4240681Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:09:47.4241351Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:09:47.4241941Z The following additional packages will be installed:
2025-08-20T19:09:47.4242643Z   libtime-duration-perl
2025-08-20T19:09:47.4499259Z The following NEW packages will be installed:
2025-08-20T19:09:47.4504924Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T19:09:47.4665829Z 0 upgraded, 4 newly installed, 0 to remove and 47 not upgraded.
2025-08-20T19:09:47.4896787Z Need to get 616 kB of archives.
2025-08-20T19:09:47.4898102Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T19:09:47.4898722Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:09:47.5238057Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T19:09:47.5437392Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T19:09:47.5622797Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T19:09:47.5812338Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T19:09:47.8504476Z Fetched 616 kB in 0s (5175 kB/s)
2025-08-20T19:09:47.8710944Z Selecting previously unselected package fdupes.
2025-08-20T19:09:47.8886824Z (Reading database ... 
2025-08-20T19:09:47.8887681Z (Reading database ... 5%
2025-08-20T19:09:47.8888169Z (Reading database ... 10%
2025-08-20T19:09:47.8888617Z (Reading database ... 15%
2025-08-20T19:09:47.8889091Z (Reading database ... 20%
2025-08-20T19:09:47.8889531Z (Reading database ... 25%
2025-08-20T19:09:47.8889973Z (Reading database ... 30%
2025-08-20T19:09:47.8890435Z (Reading database ... 35%
2025-08-20T19:09:47.8890881Z (Reading database ... 40%
2025-08-20T19:09:47.8891320Z (Reading database ... 45%
2025-08-20T19:09:47.8891750Z (Reading database ... 50%
2025-08-20T19:09:47.9019954Z (Reading database ... 55%
2025-08-20T19:09:47.9141295Z (Reading database ... 60%
2025-08-20T19:09:47.9298994Z (Reading database ... 65%
2025-08-20T19:09:47.9441376Z (Reading database ... 70%
2025-08-20T19:09:47.9588029Z (Reading database ... 75%
2025-08-20T19:09:47.9712289Z (Reading database ... 80%
2025-08-20T19:09:47.9955901Z (Reading database ... 85%
2025-08-20T19:09:48.0352312Z (Reading database ... 90%
2025-08-20T19:09:48.0541255Z (Reading database ... 95%
2025-08-20T19:09:48.0541852Z (Reading database ... 100%
2025-08-20T19:09:48.0542371Z (Reading database ... 219881 files and directories currently installed.)
2025-08-20T19:09:48.0585817Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T19:09:48.0610497Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T19:09:48.0919659Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T19:09:48.1055150Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T19:09:48.1064725Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T19:09:48.1277819Z Selecting previously unselected package moreutils.
2025-08-20T19:09:48.1411908Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T19:09:48.1431793Z Unpacking moreutils (0.69-1) ...
2025-08-20T19:09:48.2440693Z Selecting previously unselected package dos2unix.
2025-08-20T19:09:48.2576192Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T19:09:48.2585982Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T19:09:48.3880618Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T19:09:48.3912000Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T19:09:48.3949474Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T19:09:48.3982453Z Setting up moreutils (0.69-1) ...
2025-08-20T19:09:48.4011657Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:10:24.8011803Z 
2025-08-20T19:10:24.8012415Z Running kernel seems to be up-to-date.
2025-08-20T19:10:24.8012814Z 
2025-08-20T19:10:24.8012967Z Restarting services...
2025-08-20T19:10:24.8079896Z 
2025-08-20T19:10:24.8080233Z Service restarts being deferred:
2025-08-20T19:10:24.8081237Z  systemctl restart hosted-compute-agent.service
2025-08-20T19:10:24.8081627Z 
2025-08-20T19:10:24.8081919Z No containers need to be restarted.
2025-08-20T19:10:24.8082253Z 
2025-08-20T19:10:24.8082446Z No user sessions are running outdated binaries.
2025-08-20T19:10:24.8082806Z 
2025-08-20T19:10:24.8083154Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T19:10:25.6476030Z Reading package lists...
2025-08-20T19:10:25.7976217Z Building dependency tree...
2025-08-20T19:10:25.7985859Z Reading state information...
2025-08-20T19:10:25.9491166Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T19:10:25.9491945Z apt-utils is already the newest version (2.8.3).
2025-08-20T19:10:25.9492553Z apt-utils set to manually installed.
2025-08-20T19:10:25.9493197Z ca-certificates is already the newest version (20240203).
2025-08-20T19:10:25.9493948Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T19:10:25.9494652Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T19:10:25.9495047Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T19:10:25.9495431Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:10:25.9495799Z moreutils is already the newest version (0.69-1).
2025-08-20T19:10:25.9496248Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T19:10:25.9496930Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T19:10:25.9497700Z texinfo is already the newest version (7.1-3build2).
2025-08-20T19:10:25.9498077Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T19:10:25.9498397Z tmux set to manually installed.
2025-08-20T19:10:25.9498730Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T19:10:25.9499124Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:10:25.9499493Z The following additional packages will be installed:
2025-08-20T19:10:25.9499846Z   python3-software-properties
2025-08-20T19:10:25.9500119Z Recommended packages:
2025-08-20T19:10:25.9500351Z   unattended-upgrades
2025-08-20T19:10:25.9750192Z The following NEW packages will be installed:
2025-08-20T19:10:25.9750571Z   rename
2025-08-20T19:10:25.9758773Z The following packages will be upgraded:
2025-08-20T19:10:25.9759808Z   python3-software-properties software-properties-common
2025-08-20T19:10:25.9920823Z 2 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:10:26.0142955Z Need to get 64.7 kB of archives.
2025-08-20T19:10:26.0143675Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T19:10:26.0144354Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:10:26.0480137Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T19:10:26.0677915Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T19:10:26.0872512Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T19:10:26.3306873Z Fetched 64.7 kB in 0s (757 kB/s)
2025-08-20T19:10:26.3554225Z (Reading database ... 
2025-08-20T19:10:26.3554693Z (Reading database ... 5%
2025-08-20T19:10:26.3555321Z (Reading database ... 10%
2025-08-20T19:10:26.3555590Z (Reading database ... 15%
2025-08-20T19:10:26.3555828Z (Reading database ... 20%
2025-08-20T19:10:26.3556062Z (Reading database ... 25%
2025-08-20T19:10:26.3556293Z (Reading database ... 30%
2025-08-20T19:10:26.3556535Z (Reading database ... 35%
2025-08-20T19:10:26.3556763Z (Reading database ... 40%
2025-08-20T19:10:26.3556999Z (Reading database ... 45%
2025-08-20T19:10:26.3557457Z (Reading database ... 50%
2025-08-20T19:10:26.3653004Z (Reading database ... 55%
2025-08-20T19:10:26.3670632Z (Reading database ... 60%
2025-08-20T19:10:26.3690232Z (Reading database ... 65%
2025-08-20T19:10:26.3724453Z (Reading database ... 70%
2025-08-20T19:10:26.3746161Z (Reading database ... 75%
2025-08-20T19:10:26.3767593Z (Reading database ... 80%
2025-08-20T19:10:26.3906880Z (Reading database ... 85%
2025-08-20T19:10:26.4173127Z (Reading database ... 90%
2025-08-20T19:10:26.4244189Z (Reading database ... 95%
2025-08-20T19:10:26.4244600Z (Reading database ... 100%
2025-08-20T19:10:26.4245053Z (Reading database ... 220050 files and directories currently installed.)
2025-08-20T19:10:26.4283740Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T19:10:26.4996328Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T19:10:26.5580162Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T19:10:26.6209196Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T19:10:26.6463324Z Selecting previously unselected package rename.
2025-08-20T19:10:26.6601528Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T19:10:26.6611980Z Unpacking rename (2.02-1) ...
2025-08-20T19:10:26.7011576Z Setting up rename (2.02-1) ...
2025-08-20T19:10:26.7074226Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T19:10:26.7097426Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T19:10:26.8289787Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T19:10:26.9281086Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:10:30.8181038Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T19:10:32.2387495Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:10:32.2676382Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T19:10:32.2679684Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:10:32.2684090Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T19:10:32.2695090Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T19:10:32.2705468Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T19:10:32.2802362Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T19:10:33.3698912Z Reading package lists...
2025-08-20T19:10:33.5176462Z Building dependency tree...
2025-08-20T19:10:33.5183394Z Reading state information...
2025-08-20T19:10:33.5309215Z 45 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T19:10:33.5457332Z 
2025-08-20T19:10:33.5457816Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T19:10:33.5458168Z 
2025-08-20T19:10:33.5946484Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:10:33.6254049Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T19:10:33.6256846Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:10:33.6269228Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T19:10:33.6271416Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T19:10:33.6273388Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T19:10:33.6278266Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T19:10:34.7194388Z Reading package lists...
2025-08-20T19:10:34.8551482Z Building dependency tree...
2025-08-20T19:10:34.8557856Z Reading state information...
2025-08-20T19:10:34.8702857Z 45 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T19:10:34.8821037Z 
2025-08-20T19:10:34.8821469Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T19:10:34.8821795Z 
2025-08-20T19:10:34.8949165Z Reading package lists...
2025-08-20T19:10:35.0521981Z Building dependency tree...
2025-08-20T19:10:35.0529410Z Reading state information...
2025-08-20T19:10:35.2063880Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T19:10:35.2427022Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:10:35.2710359Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T19:10:35.3224784Z ##[group]Run ##Presets
2025-08-20T19:10:35.3225061Z [36;1m##Presets[0m
2025-08-20T19:10:35.3225269Z [36;1mset +x ; set +e[0m
2025-08-20T19:10:35.3225503Z [36;1m#-------------#[0m
2025-08-20T19:10:35.3225702Z [36;1m##Debug?[0m
2025-08-20T19:10:35.3225941Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:10:35.3226229Z [36;1m  set -x[0m
2025-08-20T19:10:35.3226587Z [36;1mfi[0m
2025-08-20T19:10:35.3247009Z [36;1m#-------------#[0m
2025-08-20T19:10:35.3247701Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T19:10:35.3248327Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T19:10:35.3248710Z [36;1msudo service procps restart[0m
2025-08-20T19:10:35.3248991Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T19:10:35.3289383Z shell: /usr/bin/bash -e {0}
2025-08-20T19:10:35.3289616Z env:
2025-08-20T19:10:35.3289830Z   CROSS_COMPILING: NO
2025-08-20T19:10:35.3290044Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:10:35.3290272Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:10:35.3290484Z   ON_QEMU: NO
2025-08-20T19:10:35.3290649Z   DEBUG: 0
2025-08-20T19:10:35.3290827Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:10:35.3291046Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:10:35.3291356Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:10:35.3291706Z   KEEP_LOGS: YES
2025-08-20T19:10:35.3291897Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:10:35.3292114Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:10:35.3292344Z   SBUILD_REBUILD: false
2025-08-20T19:10:35.3292894Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:10:35.3293476Z   BUILD_SYS: docker://clang+make
2025-08-20T19:10:35.3293711Z   BUILD_ON_HOST: FALSE
2025-08-20T19:10:35.3293906Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:10:35.3294097Z   SYSTMP: /tmp
2025-08-20T19:10:35.3294275Z   GHA_MODE: MATRIX
2025-08-20T19:10:35.3294701Z   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:10:35.3295156Z ##[endgroup]
2025-08-20T19:10:35.3416449Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T19:10:35.3487959Z 0
2025-08-20T19:10:35.3802088Z vm.max_map_count = 262144
2025-08-20T19:10:35.3802517Z fs.inotify.max_user_watches = 655360
2025-08-20T19:10:35.3802897Z fs.inotify.max_user_instances = 1280
2025-08-20T19:10:35.3803149Z vm.mmap_rnd_bits = 28
2025-08-20T19:10:35.3876544Z ##[group]Run ##Presets
2025-08-20T19:10:35.3876848Z [36;1m##Presets[0m
2025-08-20T19:10:35.3877050Z [36;1mset +x ; set +e[0m
2025-08-20T19:10:35.3877999Z [36;1m#-------------#[0m
2025-08-20T19:10:35.3878245Z [36;1m##Debug?[0m
2025-08-20T19:10:35.3878486Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:10:35.3878777Z [36;1m  set -x[0m
2025-08-20T19:10:35.3878961Z [36;1mfi[0m
2025-08-20T19:10:35.3879139Z [36;1m#-------------#[0m
2025-08-20T19:10:35.3879334Z [36;1m##Main[0m
2025-08-20T19:10:35.3879548Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T19:10:35.3880189Z [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:10:35.3880908Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T19:10:35.3881287Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T19:10:35.3881563Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T19:10:35.3881815Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T19:10:35.3882116Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T19:10:35.3882429Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T19:10:35.3882731Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T19:10:35.3883040Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T19:10:35.3883328Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T19:10:35.3883657Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T19:10:35.3884024Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T19:10:35.3884303Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T19:10:35.3884562Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T19:10:35.3885017Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T19:10:35.3885298Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T19:10:35.3885573Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T19:10:35.3885845Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T19:10:35.3886135Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T19:10:35.3886443Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T19:10:35.3886750Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T19:10:35.3887059Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T19:10:35.3887546Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T19:10:35.3887844Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T19:10:35.3888140Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T19:10:35.3888406Z [36;1m     "${POD_ID}" \[0m
2025-08-20T19:10:35.3888749Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T19:10:35.3889202Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T19:10:35.3889679Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T19:10:35.3890141Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T19:10:35.3890481Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T19:10:35.3890824Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T19:10:35.3891449Z [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:10:35.3892226Z [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:10:35.3892752Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T19:10:35.3893029Z [36;1m else[0m
2025-08-20T19:10:35.3893517Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T19:10:35.3893878Z [36;1m fi[0m
2025-08-20T19:10:35.3894117Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T19:10:35.3894501Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T19:10:35.3894913Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:10:35.3895293Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:10:35.3895670Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:10:35.3896055Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:10:35.3896450Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:10:35.3896852Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:10:35.3897483Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:10:35.3897898Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T19:10:35.3898205Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T19:10:35.3937704Z shell: /usr/bin/bash -e {0}
2025-08-20T19:10:35.3937936Z env:
2025-08-20T19:10:35.3938114Z   CROSS_COMPILING: NO
2025-08-20T19:10:35.3938354Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:10:35.3938578Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:10:35.3938788Z   ON_QEMU: NO
2025-08-20T19:10:35.3938976Z   DEBUG: 0
2025-08-20T19:10:35.3939154Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:10:35.3939377Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:10:35.3939691Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:10:35.3940026Z   KEEP_LOGS: YES
2025-08-20T19:10:35.3940216Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:10:35.3940579Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:10:35.3940796Z   SBUILD_REBUILD: false
2025-08-20T19:10:35.3941346Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:10:35.3941923Z   BUILD_SYS: docker://clang+make
2025-08-20T19:10:35.3942155Z   BUILD_ON_HOST: FALSE
2025-08-20T19:10:35.3942353Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:10:35.3942542Z   SYSTMP: /tmp
2025-08-20T19:10:35.3942729Z   GHA_MODE: MATRIX
2025-08-20T19:10:35.3943162Z   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:10:35.3944009Z   GHCR_TOKEN: ***
2025-08-20T19:10:35.3944305Z   GITHUB_TOKEN: ***
2025-08-20T19:10:35.3944573Z   GITLAB_TOKEN: ***
2025-08-20T19:10:35.3945710Z   MINISIGN_KEY: ***
2025-08-20T19:10:35.3945958Z ##[endgroup]
2025-08-20T19:10:35.4497614Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T19:10:35.5236677Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T19:10:35.5237746Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T19:10:35.5237980Z 
2025-08-20T19:10:35.5610743Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:10:35.5611431Z 100 14673  100 14673    0     0   381k      0 --:--:-- --:--:-- --:--:--  387k
2025-08-20T19:10:35.5620709Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:10:35.5700787Z 
2025-08-20T19:10:35.5701200Z [+] Building [/tmp/tmp.phF01zyfMK/SBUILD_INPUT] Locally
2025-08-20T19:10:35.5701460Z 
2025-08-20T19:10:35.5714539Z '/tmp/tmp.phF01zyfMK/SBUILD_INPUT' -> '/tmp/pkgforge/Bym7TcQj7_build.yaml'
2025-08-20T19:10:35.6393112Z 
2025-08-20T19:10:35.6393426Z [+] Passwordless sudo is Configured
2025-08-20T19:10:35.7069580Z 
2025-08-20T19:10:35.7081714Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T19:10:35.7081968Z 
2025-08-20T19:10:35.7539968Z 
2025-08-20T19:10:35.7541365Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T19:10:35.7541892Z 
2025-08-20T19:10:35.7541913Z 
2025-08-20T19:10:35.7542286Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T19:10:35.7542795Z 
2025-08-20T19:10:35.7620913Z [+] Installing: 7z -> 7z
2025-08-20T19:10:36.1431019Z [+] Installing: actionlint -> actionlint
2025-08-20T19:10:36.5144168Z [+] Installing: anew -> anew
2025-08-20T19:10:36.8765547Z [+] Installing: anew-rs -> anew-rs
2025-08-20T19:10:37.2224132Z [+] Installing: ansi2html -> ansi2html
2025-08-20T19:10:37.5464810Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T19:10:37.8509261Z [+] Installing: archey -> archey
2025-08-20T19:10:38.2554120Z [+] Installing: aria2 -> aria2c
2025-08-20T19:10:38.6619949Z [+] Installing: askalono -> askalono
2025-08-20T19:10:39.5580668Z [+] Installing: bsdtar -> bsdtar
2025-08-20T19:10:39.9476610Z [+] Installing: b3sum -> b3sum
2025-08-20T19:10:40.3058657Z [+] Installing: bita -> bita
2025-08-20T19:10:40.7094555Z [+] Installing: btop -> btop
2025-08-20T19:10:41.0690252Z [+] Installing: chafa -> chafa
2025-08-20T19:10:41.5690149Z [+] Installing: cloudflared -> cloudflared
2025-08-20T19:10:42.0430653Z [+] Installing: croc -> croc
2025-08-20T19:10:42.4280379Z [+] Installing: csvtk -> csvtk
2025-08-20T19:10:42.8344403Z [+] Installing: cutlines -> cutlines
2025-08-20T19:10:43.1426622Z curl: (22) The requested URL returned error: 404
2025-08-20T19:10:43.1462060Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T19:10:43.1463008Z [+] Installing: dbin -> dbin
2025-08-20T19:10:43.5984236Z [+] Installing: dasel -> dasel
2025-08-20T19:10:43.9849917Z [+] Installing: delta -> delta
2025-08-20T19:10:44.3657118Z [+] Installing: ds -> ds
2025-08-20T19:10:44.6747112Z curl: (22) The requested URL returned error: 404
2025-08-20T19:10:44.6781392Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T19:10:44.6782633Z [+] Installing: dos2unix -> dos2unix
2025-08-20T19:10:45.0201369Z [+] Installing: duf -> duf
2025-08-20T19:10:45.3748230Z [+] Installing: duplicut -> duplicut
2025-08-20T19:10:45.7126643Z [+] Installing: dust -> dust
2025-08-20T19:10:46.0803453Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T19:10:46.4905298Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T19:10:46.8660559Z [+] Installing: dysk -> dysk
2025-08-20T19:10:47.2329625Z [+] Installing: eget -> eget
2025-08-20T19:10:47.6073186Z [+] Installing: epoch -> epoch
2025-08-20T19:10:47.9661034Z [+] Installing: faketty -> faketty
2025-08-20T19:10:48.3003528Z [+] Installing: fastfetch -> fastfetch
2025-08-20T19:10:48.6462559Z [+] Installing: freeze -> freeze
2025-08-20T19:10:49.1029039Z [+] Installing: fusermount3 -> fusermount
2025-08-20T19:10:49.4258098Z [+] Installing: gdu -> gdu
2025-08-20T19:10:49.8445623Z [+] Installing: gh -> gh
2025-08-20T19:10:50.1037983Z [+] Installing: gitleaks -> gitleaks
2025-08-20T19:10:50.5252575Z [+] Installing: git-sizer -> git-sizer
2025-08-20T19:10:50.8807368Z [+] Installing: glab -> glab
2025-08-20T19:10:51.3342711Z [+] Installing: glow -> glow
2025-08-20T19:10:51.7782344Z [+] Installing: httpx -> httpx
2025-08-20T19:10:52.2635932Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T19:10:52.7136658Z [+] Installing: husarnet -> husarnet
2025-08-20T19:10:53.0152469Z curl: (22) The requested URL returned error: 404
2025-08-20T19:10:53.0185080Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T19:10:53.0186007Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T19:10:53.3370550Z curl: (22) The requested URL returned error: 404
2025-08-20T19:10:53.3404211Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T19:10:53.3405329Z [+] Installing: imgcat -> imgcat
2025-08-20T19:10:53.7067401Z [+] Installing: jc -> jc
2025-08-20T19:10:54.2270957Z [+] Installing: jq -> jq
2025-08-20T19:10:54.5774355Z [+] Installing: logdy -> logdy
2025-08-20T19:10:55.0531807Z [+] Installing: micro -> micro
2025-08-20T19:10:55.4565051Z [+] Installing: miniserve -> miniserve
2025-08-20T19:10:55.8323308Z [+] Installing: minisign -> minisign
2025-08-20T19:10:56.1813005Z [+] Installing: ncdu -> ncdu
2025-08-20T19:10:56.5163817Z [+] Installing: notify -> notify
2025-08-20T19:10:56.9745380Z [+] Installing: ouch -> ouch
2025-08-20T19:10:57.3493558Z [+] Installing: oras -> oras
2025-08-20T19:10:57.7564713Z [+] Installing: pipetty -> pipetty
2025-08-20T19:10:58.0853817Z [+] Installing: pixterm -> pixterm
2025-08-20T19:10:58.4764869Z [+] Installing: qsv -> qsv
2025-08-20T19:10:58.8758049Z [+] Installing: rclone -> rclone
2025-08-20T19:10:59.3820283Z [+] Installing: ripgrep -> rg
2025-08-20T19:10:59.7459458Z [+] Installing: rga -> rga
2025-08-20T19:11:00.1084131Z [+] Installing: rsync -> rsync
2025-08-20T19:11:00.4963860Z [+] Installing: script -> script
2025-08-20T19:11:00.8338716Z [+] Installing: shellcheck -> shellcheck
2025-08-20T19:11:01.2584471Z [+] Installing: soar -> soar
2025-08-20T19:11:01.6702498Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T19:11:02.0575998Z [+] Installing: sstrip -> sstrip
2025-08-20T19:11:02.3895301Z [+] Installing: strace -> strace
2025-08-20T19:11:02.7361641Z [+] Installing: sttr -> sttr
2025-08-20T19:11:03.1058702Z [+] Installing: tailscale -> tailscale
2025-08-20T19:11:03.5540713Z [+] Installing: tailscaled -> tailscaled
2025-08-20T19:11:03.9903085Z [+] Installing: taplo -> taplo
2025-08-20T19:11:04.3909270Z [+] Installing: tldr -> tldr
2025-08-20T19:11:05.2929016Z [+] Installing: tldr -> tealdeer
2025-08-20T19:11:05.6683517Z [+] Installing: tmux -> tmux
2025-08-20T19:11:06.0224846Z [+] Installing: tok -> tok
2025-08-20T19:11:06.3856834Z [+] Installing: trufflehog -> trufflehog
2025-08-20T19:11:06.8122678Z [+] Installing: trurl -> trurl
2025-08-20T19:11:07.2062609Z [+] Installing: tss -> tss
2025-08-20T19:11:07.5478931Z [+] Installing: ulexec -> ulexec
2025-08-20T19:11:07.9288527Z [+] Installing: unfurl -> unfurl
2025-08-20T19:11:08.2933816Z [+] Installing: upx -> upx
2025-08-20T19:11:08.6366938Z [+] Installing: validtoml -> validtoml
2025-08-20T19:11:08.9922479Z [+] Installing: wget -> wget
2025-08-20T19:11:09.3558742Z [+] Installing: wget2 -> wget2
2025-08-20T19:11:09.7566478Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T19:11:10.1405012Z [+] Installing: xq -> xq
2025-08-20T19:11:10.5156110Z [+] Installing: xz -> xz
2025-08-20T19:11:10.8604703Z [+] Installing: unxz -> unxz
2025-08-20T19:11:11.2168776Z [+] Installing: yq -> yq
2025-08-20T19:11:11.6384008Z [+] Installing: yj -> yj
2025-08-20T19:11:12.0098268Z [+] Installing: zapper -> zapper
2025-08-20T19:11:12.3445600Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T19:11:12.6679003Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T19:11:12.9836029Z curl: (22) The requested URL returned error: 404
2025-08-20T19:11:12.9866827Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T19:11:12.9868145Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T19:11:13.3042488Z curl: (22) The requested URL returned error: 404
2025-08-20T19:11:13.3076158Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T19:11:13.3077130Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T19:11:13.6113283Z curl: (22) The requested URL returned error: 404
2025-08-20T19:11:13.6147004Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T19:11:13.6148226Z [+] Installing: zstd -> zstd
2025-08-20T19:11:13.9653683Z [+] Creating symlinks...
2025-08-20T19:11:13.9742305Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T19:11:13.9837755Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T19:11:13.9932928Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T19:11:14.0027375Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T19:11:14.0120970Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T19:11:14.0216270Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T19:11:14.0310687Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T19:11:14.0406750Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T19:11:14.0501697Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T19:11:14.0594909Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T19:11:14.0689202Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T19:11:14.0784266Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T19:11:14.0878740Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T19:11:14.0973061Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T19:11:14.1069275Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T19:11:14.1162933Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T19:11:14.1256404Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T19:11:14.1293316Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T19:11:14.1378429Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T19:11:14.1473873Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T19:11:14.1566966Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T19:11:14.1603632Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T19:11:14.1689242Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T19:11:14.1782966Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T19:11:14.1878107Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T19:11:14.1972113Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T19:11:14.2066262Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T19:11:14.2162979Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T19:11:14.2256361Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T19:11:14.2350654Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T19:11:14.2446348Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T19:11:14.2540196Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T19:11:14.2633935Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T19:11:14.2729668Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T19:11:14.2823729Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T19:11:14.2917045Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T19:11:14.3012416Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T19:11:14.3106652Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T19:11:14.3200322Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T19:11:14.3294448Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T19:11:14.3389481Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T19:11:14.3483619Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T19:11:14.3578757Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T19:11:14.3673248Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T19:11:14.3711922Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T19:11:14.3739956Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T19:11:14.3824104Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T19:11:14.3918136Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T19:11:14.4013423Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T19:11:14.4108758Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T19:11:14.4203157Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T19:11:14.4299138Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T19:11:14.4393696Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T19:11:14.4490141Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T19:11:14.4583858Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T19:11:14.4678438Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T19:11:14.4773580Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T19:11:14.4869023Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T19:11:14.4964305Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T19:11:14.5058205Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T19:11:14.5152584Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T19:11:14.5248279Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T19:11:14.5341878Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T19:11:14.5437044Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T19:11:14.5532994Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T19:11:14.5627813Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T19:11:14.5721783Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T19:11:14.5815765Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T19:11:14.5910405Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T19:11:14.6006165Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T19:11:14.6101617Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T19:11:14.6196087Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T19:11:14.6291550Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T19:11:14.6387987Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T19:11:14.6483516Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T19:11:14.6578687Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T19:11:14.6675670Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T19:11:14.6771227Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T19:11:14.6865547Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T19:11:14.6962251Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T19:11:14.7056254Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T19:11:14.7152324Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T19:11:14.7246986Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T19:11:14.7342703Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T19:11:14.7438242Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T19:11:14.7533925Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T19:11:14.7629896Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T19:11:14.7724995Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T19:11:14.7821360Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T19:11:14.7916389Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T19:11:14.8015453Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T19:11:14.8111666Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T19:11:14.8208339Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T19:11:14.8302643Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T19:11:14.8397763Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T19:11:14.8434341Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T19:11:14.8462622Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T19:11:14.8490110Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T19:11:14.8577469Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T19:11:14.8602908Z 
2025-08-20T19:11:14.8603276Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T19:11:14.8603837Z 
2025-08-20T19:11:14.8617906Z 
2025-08-20T19:11:14.8709646Z 
2025-08-20T19:11:14.8711445Z [+] Disk Size (/usr/local/bin) :: 930M --> 1.8G
2025-08-20T19:11:14.8711807Z 
2025-08-20T19:11:14.8711958Z [+] Installation completed!
2025-08-20T19:11:14.8781467Z 
2025-08-20T19:11:14.8781681Z [+] GITHUB_TOKEN is Exported
2025-08-20T19:11:15.1531520Z github.com
2025-08-20T19:11:15.1532535Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T19:11:15.1533285Z   - Active account: true
2025-08-20T19:11:15.1533866Z   - Git operations protocol: https
2025-08-20T19:11:15.1534522Z   - Token: ghp_************************************
2025-08-20T19:11:15.1536246Z   - 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:11:15.1537879Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T19:11:15.1538504Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T19:11:15.2625860Z Limit: 5000, Remaining: 3950, Reset: 2025-08-20 19:25:14 +0000 UTC (13m59s)
2025-08-20T19:11:15.2635311Z 
2025-08-20T19:11:15.2635545Z [+] GHCR_TOKEN is Exported
2025-08-20T19:11:15.2672130Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T19:11:15.4699760Z Login Succeeded
2025-08-20T19:11:15.4711039Z 
2025-08-20T19:11:15.4711247Z [+] GITLAB is Exported
2025-08-20T19:11:15.4988992Z [git remote -v]
2025-08-20T19:11:15.7084912Z gitlab.com
2025-08-20T19:11:15.7085845Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T19:11:15.7086935Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T19:11:15.7088221Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T19:11:15.7089091Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T19:11:15.7089895Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T19:11:15.7090407Z   ✓ Token found: **************************
2025-08-20T19:11:15.7090593Z 
2025-08-20T19:11:15.7091089Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T19:11:15.7091821Z [git remote -v]
2025-08-20T19:11:15.7106026Z 2025/08/20 19:11:15 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T19:11:15.7106990Z git: exit status 128]
2025-08-20T19:11:15.9337501Z 
2025-08-20T19:11:15.9337558Z 
2025-08-20T19:11:15.9338200Z  [+] Started Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (07:11:15 PM)
2025-08-20T19:11:15.9338890Z 
2025-08-20T19:11:15.9338896Z 
2025-08-20T19:11:15.9339020Z [+] USER = runner
2025-08-20T19:11:15.9339223Z [+] HOME = /home/runner
2025-08-20T19:11:15.9341497Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T19:11:15.9344353Z 
2025-08-20T19:11:15.9865867Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:11:16.0093076Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T19:11:16.0110081Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T19:11:16.0116084Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T19:11:16.0120519Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T19:11:16.0191169Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:11:16.0219810Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T19:11:17.1155889Z Reading package lists...
2025-08-20T19:11:17.1469745Z Reading package lists...
2025-08-20T19:11:17.2941784Z Building dependency tree...
2025-08-20T19:11:17.2949318Z Reading state information...
2025-08-20T19:11:17.4664959Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T19:11:17.4665429Z apt-utils is already the newest version (2.8.3).
2025-08-20T19:11:17.4665835Z ca-certificates is already the newest version (20240203).
2025-08-20T19:11:17.4666275Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T19:11:17.4666699Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T19:11:17.4667102Z moreutils is already the newest version (0.69-1).
2025-08-20T19:11:17.4667799Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T19:11:17.4668632Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T19:11:17.4669095Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:11:17.5252339Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:11:17.5533245Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T19:11:17.5534071Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T19:11:17.5543450Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T19:11:17.5549540Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T19:11:17.5601618Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:11:17.5629815Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T19:11:18.6816137Z Reading package lists...
2025-08-20T19:11:18.7129511Z Reading package lists...
2025-08-20T19:11:18.8615826Z Building dependency tree...
2025-08-20T19:11:18.8622999Z Reading state information...
2025-08-20T19:11:19.0053490Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T19:11:19.0054631Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:11:19.0055738Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T19:11:19.0056473Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:11:19.0057523Z ca-certificates is already the newest version (20240203).
2025-08-20T19:11:19.0058333Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T19:11:19.0059040Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T19:11:19.0059732Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T19:11:19.0060792Z gawk set to manually installed.
2025-08-20T19:11:19.0061508Z git-lfs is already the newest version (3.7.0).
2025-08-20T19:11:19.0062352Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:11:19.0063407Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:11:19.0063924Z make is already the newest version (4.3-4.1build2).
2025-08-20T19:11:19.0064520Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T19:11:19.0065161Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T19:11:19.0065849Z texinfo is already the newest version (7.1-3build2).
2025-08-20T19:11:19.0066416Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:11:19.0066950Z The following additional packages will be installed:
2025-08-20T19:11:19.0067704Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T19:11:19.0079313Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T19:11:19.0080160Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T19:11:19.0080843Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T19:11:19.0081356Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T19:11:19.0081812Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T19:11:19.0082105Z Suggested packages:
2025-08-20T19:11:19.0082394Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T19:11:19.0082836Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T19:11:19.0083300Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T19:11:19.0083757Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T19:11:19.0084207Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T19:11:19.0084635Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T19:11:19.0084979Z   fonts-arphic-uming fonts-nanum
2025-08-20T19:11:19.0306215Z The following NEW packages will be installed:
2025-08-20T19:11:19.0306962Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T19:11:19.0308081Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T19:11:19.0309348Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T19:11:19.0310227Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T19:11:19.0311095Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T19:11:19.0313679Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T19:11:19.0314532Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T19:11:19.0488936Z 0 upgraded, 36 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:11:19.0489563Z Need to get 27.5 MB of archives.
2025-08-20T19:11:19.0490137Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T19:11:19.0490804Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:11:19.0827540Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T19:11:19.1415399Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T19:11:19.2100679Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T19:11:19.2298180Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T19:11:19.2473320Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T19:11:19.2660940Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T19:11:19.2893788Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T19:11:19.3105181Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T19:11:19.3327525Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T19:11:19.3527533Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T19:11:19.4667006Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T19:11:19.4877572Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T19:11:19.5200968Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T19:11:19.5380756Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T19:11:19.5555728Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T19:11:19.5750365Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T19:11:19.5934817Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T19:11:19.6741804Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T19:11:19.7381945Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T19:11:19.7581362Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T19:11:19.7760251Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T19:11:19.8008430Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T19:11:19.8269806Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T19:11:19.8916341Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T19:11:19.9115690Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T19:11:19.9302578Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T19:11:19.9667782Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T19:11:19.9854311Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T19:11:20.0053416Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T19:11:20.0243413Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T19:11:20.0435048Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T19:11:20.0661770Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T19:11:20.0854799Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T19:11:20.1282369Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T19:11:20.1484384Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T19:11:20.1733474Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T19:11:20.4192175Z Preconfiguring packages ...
2025-08-20T19:11:20.4771949Z Fetched 27.5 MB in 1s (24.2 MB/s)
2025-08-20T19:11:20.4986599Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T19:11:20.5040616Z (Reading database ... 
2025-08-20T19:11:20.5041084Z (Reading database ... 5%
2025-08-20T19:11:20.5041528Z (Reading database ... 10%
2025-08-20T19:11:20.5041867Z (Reading database ... 15%
2025-08-20T19:11:20.5042139Z (Reading database ... 20%
2025-08-20T19:11:20.5042401Z (Reading database ... 25%
2025-08-20T19:11:20.5042672Z (Reading database ... 30%
2025-08-20T19:11:20.5042954Z (Reading database ... 35%
2025-08-20T19:11:20.5043222Z (Reading database ... 40%
2025-08-20T19:11:20.5043488Z (Reading database ... 45%
2025-08-20T19:11:20.5043759Z (Reading database ... 50%
2025-08-20T19:11:20.5138753Z (Reading database ... 55%
2025-08-20T19:11:20.5156010Z (Reading database ... 60%
2025-08-20T19:11:20.5175266Z (Reading database ... 65%
2025-08-20T19:11:20.5210234Z (Reading database ... 70%
2025-08-20T19:11:20.5231919Z (Reading database ... 75%
2025-08-20T19:11:20.5254228Z (Reading database ... 80%
2025-08-20T19:11:20.5392486Z (Reading database ... 85%
2025-08-20T19:11:20.5659999Z (Reading database ... 90%
2025-08-20T19:11:20.5731270Z (Reading database ... 95%
2025-08-20T19:11:20.5731598Z (Reading database ... 100%
2025-08-20T19:11:20.5731986Z (Reading database ... 220072 files and directories currently installed.)
2025-08-20T19:11:20.5771230Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T19:11:20.5976010Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T19:11:20.7436211Z Selecting previously unselected package poppler-data.
2025-08-20T19:11:20.7571908Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T19:11:20.7582204Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T19:11:20.8821334Z Selecting previously unselected package b3sum.
2025-08-20T19:11:20.8958701Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T19:11:20.8968228Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T19:11:20.9230642Z Selecting previously unselected package build-essential.
2025-08-20T19:11:20.9366084Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T19:11:20.9378065Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T19:11:20.9606743Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T19:11:20.9740247Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T19:11:20.9760479Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T19:11:20.9976123Z Selecting previously unselected package ccache.
2025-08-20T19:11:21.0108077Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T19:11:21.0120105Z Unpacking ccache (4.9.1-1) ...
2025-08-20T19:11:21.0480471Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T19:11:21.0619361Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T19:11:21.0629838Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T19:11:21.0900284Z Selecting previously unselected package xfonts-encodings.
2025-08-20T19:11:21.1036675Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T19:11:21.1045915Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T19:11:21.1342478Z Selecting previously unselected package xfonts-utils.
2025-08-20T19:11:21.1479292Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T19:11:21.1490136Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T19:11:21.1802634Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T19:11:21.1938354Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T19:11:21.2570471Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T19:11:21.3529162Z Selecting previously unselected package libgs-common.
2025-08-20T19:11:21.3665376Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T19:11:21.3677294Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:11:21.3924083Z Selecting previously unselected package libgs10-common.
2025-08-20T19:11:21.4058141Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T19:11:21.4069782Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:11:21.4751682Z Selecting previously unselected package libidn12:amd64.
2025-08-20T19:11:21.4886105Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T19:11:21.4898330Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T19:11:21.5125082Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T19:11:21.5256243Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T19:11:21.5266962Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T19:11:21.5481376Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T19:11:21.5610100Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T19:11:21.5620907Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T19:11:21.5855837Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T19:11:21.5984238Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T19:11:21.5994737Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T19:11:21.6217744Z Selecting previously unselected package libgs10:amd64.
2025-08-20T19:11:21.6346001Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T19:11:21.6356769Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:11:21.7414876Z Selecting previously unselected package ghostscript.
2025-08-20T19:11:21.7551059Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T19:11:21.7559712Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:11:21.7845267Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T19:11:21.7981639Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T19:11:21.7990962Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:11:21.8797925Z Selecting previously unselected package imagemagick.
2025-08-20T19:11:21.8932692Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T19:11:21.8942718Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:11:21.9131727Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T19:11:21.9266430Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T19:11:21.9275455Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:11:21.9519847Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T19:11:21.9654353Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T19:11:21.9662860Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:11:21.9947343Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T19:11:22.0079901Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T19:11:22.0089133Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T19:11:22.0317829Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T19:11:22.0446857Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T19:11:22.0454633Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:11:22.0689928Z Selecting previously unselected package libjxr-tools.
2025-08-20T19:11:22.0821554Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T19:11:22.0830521Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:11:22.1034750Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T19:11:22.1166443Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T19:11:22.1174585Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T19:11:22.1539884Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T19:11:22.1673274Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T19:11:22.1686793Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T19:11:22.1890101Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T19:11:22.2022954Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T19:11:22.2031448Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:11:22.2315782Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T19:11:22.2449189Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T19:11:22.2457094Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T19:11:22.2670097Z Selecting previously unselected package libpaper-utils.
2025-08-20T19:11:22.2802058Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T19:11:22.2824344Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T19:11:22.3020527Z Selecting previously unselected package libtool-bin.
2025-08-20T19:11:22.3151219Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T19:11:22.3159189Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T19:11:22.3377037Z Selecting previously unselected package lzip.
2025-08-20T19:11:22.3507565Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T19:11:22.3515509Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T19:11:22.3729939Z Selecting previously unselected package netpbm.
2025-08-20T19:11:22.3861036Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T19:11:22.3869370Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T19:11:22.5535505Z Selecting previously unselected package musl:amd64.
2025-08-20T19:11:22.5673019Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T19:11:22.5680540Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T19:11:22.5936182Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T19:11:22.6071317Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T19:11:22.6080326Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T19:11:22.6694603Z Selecting previously unselected package musl-tools.
2025-08-20T19:11:22.6831594Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T19:11:22.6839254Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T19:11:22.7236166Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T19:11:22.8488033Z 
2025-08-20T19:11:22.8488510Z Creating config file /etc/papersize with new version
2025-08-20T19:11:22.8958584Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T19:11:22.8985532Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T19:11:22.9016378Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T19:11:22.9039008Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T19:11:22.9064966Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:11:22.9087746Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T19:11:22.9110095Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T19:11:22.9131187Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T19:11:22.9236712Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:11:22.9257502Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T19:11:22.9279278Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T19:11:22.9336627Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T19:11:22.9384390Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T19:11:22.9429450Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T19:11:22.9452230Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T19:11:22.9475472Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T19:11:22.9497520Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T19:11:22.9518992Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T19:11:22.9545631Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:11:22.9614898Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T19:11:22.9660027Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T19:11:22.9713519Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T19:11:22.9757652Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T19:11:22.9811983Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T19:11:22.9856532Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T19:11:22.9911373Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T19:11:22.9955878Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T19:11:23.0011275Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T19:11:23.0057336Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T19:11:23.0115961Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T19:11:23.0162355Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T19:11:23.0218319Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T19:11:23.0266237Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T19:11:23.0322956Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T19:11:23.0369741Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T19:11:23.0426166Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T19:11:23.0472494Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T19:11:23.0528587Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T19:11:23.0578175Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T19:11:23.0635126Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T19:11:23.0683956Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T19:11:23.0704262Z Setting up b3sum (1.2.0-1) ...
2025-08-20T19:11:23.0728944Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T19:11:23.0768023Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T19:11:23.0789765Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T19:11:23.0989860Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:11:23.1010399Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T19:11:23.1030745Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:11:23.1051214Z Setting up ccache (4.9.1-1) ...
2025-08-20T19:11:23.1073366Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T19:11:23.1268124Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:11:23.1288523Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T19:11:23.1330222Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T19:11:23.1360581Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T19:11:23.1384736Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:11:23.1406956Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:11:23.1427608Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T19:11:23.2962309Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T19:11:23.2985194Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:11:23.3006719Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:11:23.3028956Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:11:23.3095214Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T19:11:23.4682428Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T19:11:23.6309909Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T19:11:24.3175727Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T19:11:25.5495185Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:11:32.2701172Z Reading package lists...
2025-08-20T19:11:32.4184973Z Building dependency tree...
2025-08-20T19:11:32.4193034Z Reading state information...
2025-08-20T19:11:32.5640871Z autoconf is already the newest version (2.71-3).
2025-08-20T19:11:32.5641310Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:11:32.5641712Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:11:32.5642090Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T19:11:32.5642484Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T19:11:32.5642873Z ca-certificates is already the newest version (20240203).
2025-08-20T19:11:32.5643266Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T19:11:32.5643596Z file is already the newest version (1:5.45-3build1).
2025-08-20T19:11:32.5644236Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:11:32.5644591Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:11:32.5644944Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T19:11:32.5645299Z patch is already the newest version (2.7.6-7build3).
2025-08-20T19:11:32.5645606Z patch set to manually installed.
2025-08-20T19:11:32.5645918Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T19:11:32.5646304Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T19:11:32.5646671Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T19:11:32.5647009Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:11:32.5647800Z Suggested packages:
2025-08-20T19:11:32.5648013Z   scons-doc
2025-08-20T19:11:32.5769748Z The following NEW packages will be installed:
2025-08-20T19:11:32.5775562Z   autopoint byacc clang qemu-user-static scons
2025-08-20T19:11:32.5937587Z 0 upgraded, 5 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:11:32.5938154Z Need to get 15.8 MB of archives.
2025-08-20T19:11:32.5938612Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T19:11:32.5939292Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:11:32.6256776Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T19:11:32.6603708Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T19:11:32.6790560Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T19:11:33.0420975Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T19:11:33.0831225Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T19:11:33.3268129Z Fetched 15.8 MB in 0s (31.5 MB/s)
2025-08-20T19:11:33.3448389Z Selecting previously unselected package autopoint.
2025-08-20T19:11:33.3502216Z (Reading database ... 
2025-08-20T19:11:33.3502800Z (Reading database ... 5%
2025-08-20T19:11:33.3503238Z (Reading database ... 10%
2025-08-20T19:11:33.3503620Z (Reading database ... 15%
2025-08-20T19:11:33.3503987Z (Reading database ... 20%
2025-08-20T19:11:33.3504345Z (Reading database ... 25%
2025-08-20T19:11:33.3504699Z (Reading database ... 30%
2025-08-20T19:11:33.3505076Z (Reading database ... 35%
2025-08-20T19:11:33.3505427Z (Reading database ... 40%
2025-08-20T19:11:33.3505788Z (Reading database ... 45%
2025-08-20T19:11:33.3506144Z (Reading database ... 50%
2025-08-20T19:11:33.3600632Z (Reading database ... 55%
2025-08-20T19:11:33.3619355Z (Reading database ... 60%
2025-08-20T19:11:33.3639138Z (Reading database ... 65%
2025-08-20T19:11:33.3676806Z (Reading database ... 70%
2025-08-20T19:11:33.3696681Z (Reading database ... 75%
2025-08-20T19:11:33.3721919Z (Reading database ... 80%
2025-08-20T19:11:33.3860397Z (Reading database ... 85%
2025-08-20T19:11:33.4131586Z (Reading database ... 90%
2025-08-20T19:11:33.4204718Z (Reading database ... 95%
2025-08-20T19:11:33.4205110Z (Reading database ... 100%
2025-08-20T19:11:33.4205631Z (Reading database ... 222565 files and directories currently installed.)
2025-08-20T19:11:33.4247859Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T19:11:33.4257013Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T19:11:33.4498862Z Selecting previously unselected package clang.
2025-08-20T19:11:33.4631146Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T19:11:33.4638229Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T19:11:33.4832535Z Selecting previously unselected package qemu-user-static.
2025-08-20T19:11:33.4962412Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T19:11:33.4970162Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T19:11:33.9264409Z Selecting previously unselected package scons.
2025-08-20T19:11:33.9402679Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T19:11:33.9419174Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T19:11:34.0046221Z Selecting previously unselected package byacc.
2025-08-20T19:11:34.0184282Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T19:11:34.0191955Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T19:11:34.0579807Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T19:11:34.0639762Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T19:11:34.0720265Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T19:11:34.0929405Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T19:11:34.4851852Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T19:11:34.4875970Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:11:38.3462641Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T19:11:39.7756660Z Reading package lists...
2025-08-20T19:11:39.9260399Z Building dependency tree...
2025-08-20T19:11:39.9267966Z Reading state information...
2025-08-20T19:11:40.0759966Z The following additional packages will be installed:
2025-08-20T19:11:40.0760962Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T19:11:40.0761751Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T19:11:40.0762652Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T19:11:40.0763734Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T19:11:40.0764753Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T19:11:40.0765748Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T19:11:40.0766624Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T19:11:40.0767872Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T19:11:40.0768457Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T19:11:40.0772765Z Suggested packages:
2025-08-20T19:11:40.0773216Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T19:11:40.0773917Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T19:11:40.0774436Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T19:11:40.0774958Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T19:11:40.0775443Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T19:11:40.0775911Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T19:11:40.0776380Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T19:11:40.0776910Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T19:11:40.0777504Z   wdiff-doc
2025-08-20T19:11:40.0777695Z Recommended packages:
2025-08-20T19:11:40.0778019Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T19:11:40.0778490Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T19:11:40.0778981Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T19:11:40.0779462Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T19:11:40.0953730Z The following NEW packages will be installed:
2025-08-20T19:11:40.0954548Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T19:11:40.0955224Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T19:11:40.0955958Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T19:11:40.0956848Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T19:11:40.0957854Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T19:11:40.0958686Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T19:11:40.0959635Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T19:11:40.0960144Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T19:11:40.0961751Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T19:11:40.1133704Z 0 upgraded, 30 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:11:40.1134265Z Need to get 2417 kB of archives.
2025-08-20T19:11:40.1134595Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T19:11:40.1134983Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:11:40.1680492Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T19:11:40.1867906Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T19:11:40.2068395Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T19:11:40.2254218Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T19:11:40.2449167Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T19:11:40.2632552Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T19:11:40.2815947Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T19:11:40.2999953Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T19:11:40.3182009Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T19:11:40.3371716Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T19:11:40.3558666Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T19:11:40.3743958Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T19:11:40.3926356Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T19:11:40.4113864Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T19:11:40.4320275Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T19:11:40.4507137Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T19:11:40.4690016Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T19:11:40.5327862Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T19:11:40.5518797Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T19:11:40.5708855Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T19:11:40.5910719Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T19:11:40.6133484Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T19:11:40.6345732Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T19:11:40.6549274Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T19:11:40.6738966Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T19:11:40.6964794Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T19:11:40.7161839Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T19:11:40.7375937Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T19:11:40.7575067Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T19:11:40.7760211Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T19:11:41.0484283Z Fetched 2417 kB in 1s (3480 kB/s)
2025-08-20T19:11:41.0669971Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T19:11:41.0725284Z (Reading database ... 
2025-08-20T19:11:41.0725810Z (Reading database ... 5%
2025-08-20T19:11:41.0726235Z (Reading database ... 10%
2025-08-20T19:11:41.0726643Z (Reading database ... 15%
2025-08-20T19:11:41.0727008Z (Reading database ... 20%
2025-08-20T19:11:41.0727550Z (Reading database ... 25%
2025-08-20T19:11:41.0727908Z (Reading database ... 30%
2025-08-20T19:11:41.0728262Z (Reading database ... 35%
2025-08-20T19:11:41.0728616Z (Reading database ... 40%
2025-08-20T19:11:41.0728974Z (Reading database ... 45%
2025-08-20T19:11:41.0729330Z (Reading database ... 50%
2025-08-20T19:11:41.0824941Z (Reading database ... 55%
2025-08-20T19:11:41.0843081Z (Reading database ... 60%
2025-08-20T19:11:41.0862829Z (Reading database ... 65%
2025-08-20T19:11:41.0900170Z (Reading database ... 70%
2025-08-20T19:11:41.0919613Z (Reading database ... 75%
2025-08-20T19:11:41.0945291Z (Reading database ... 80%
2025-08-20T19:11:41.1081822Z (Reading database ... 85%
2025-08-20T19:11:41.1347946Z (Reading database ... 90%
2025-08-20T19:11:41.1418345Z (Reading database ... 95%
2025-08-20T19:11:41.1418742Z (Reading database ... 100%
2025-08-20T19:11:41.1419520Z (Reading database ... 223013 files and directories currently installed.)
2025-08-20T19:11:41.1458534Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T19:11:41.1468853Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T19:11:41.1678253Z Selecting previously unselected package libfile-which-perl.
2025-08-20T19:11:41.1807813Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T19:11:41.1815838Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T19:11:41.2008520Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T19:11:41.2137917Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T19:11:41.2146115Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T19:11:41.2386449Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T19:11:41.2517620Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T19:11:41.2526778Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T19:11:41.2725851Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T19:11:41.2856665Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T19:11:41.2866820Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T19:11:41.3061036Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T19:11:41.3191103Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T19:11:41.3200048Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T19:11:41.3407654Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T19:11:41.3538630Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T19:11:41.3547851Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T19:11:41.3756162Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T19:11:41.3888166Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T19:11:41.3897401Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T19:11:41.4088108Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T19:11:41.4219835Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T19:11:41.4227530Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T19:11:41.4426162Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T19:11:41.4556446Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T19:11:41.4567382Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T19:11:41.4768293Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T19:11:41.4894495Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T19:11:41.4902305Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T19:11:41.5094243Z Selecting previously unselected package libimport-into-perl.
2025-08-20T19:11:41.5220126Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T19:11:41.5229098Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T19:11:41.5421454Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T19:11:41.5548267Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T19:11:41.5557535Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T19:11:41.5767606Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T19:11:41.5896309Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T19:11:41.5904637Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T19:11:41.6099546Z Selecting previously unselected package libmoo-perl.
2025-08-20T19:11:41.6227021Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T19:11:41.6235605Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T19:11:41.6458407Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T19:11:41.6589304Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T19:11:41.6597546Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T19:11:41.6788381Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T19:11:41.6919668Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T19:11:41.6927946Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T19:11:41.7170189Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T19:11:41.7301370Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T19:11:41.7308681Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T19:11:41.7508207Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T19:11:41.7636916Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T19:11:41.7644858Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T19:11:41.7841747Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T19:11:41.7970074Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T19:11:41.7978599Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T19:11:41.8180460Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T19:11:41.8308791Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T19:11:41.8315836Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T19:11:41.8719283Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T19:11:41.8852095Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T19:11:41.8860541Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T19:11:41.9100207Z Selecting previously unselected package libnet-http-perl.
2025-08-20T19:11:41.9231860Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T19:11:41.9239493Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T19:11:41.9438862Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T19:11:41.9571352Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T19:11:41.9579460Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T19:11:41.9768471Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T19:11:41.9900494Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T19:11:41.9908633Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T19:11:42.0098536Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T19:11:42.0230649Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T19:11:42.0237816Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T19:11:42.0440789Z Selecting previously unselected package libwww-perl.
2025-08-20T19:11:42.0571472Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T19:11:42.0581214Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T19:11:42.0874537Z Selecting previously unselected package patchutils.
2025-08-20T19:11:42.1008192Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T19:11:42.1015986Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T19:11:42.1270371Z Selecting previously unselected package wdiff.
2025-08-20T19:11:42.1402751Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T19:11:42.1410582Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T19:11:42.1644368Z Selecting previously unselected package devscripts.
2025-08-20T19:11:42.1775955Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T19:11:42.1965315Z Unpacking devscripts (2.23.7) ...
2025-08-20T19:11:42.3162651Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T19:11:42.3186139Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T19:11:42.3208199Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T19:11:42.3231977Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T19:11:42.3252126Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T19:11:42.3286769Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T19:11:42.3307491Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T19:11:42.3327655Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T19:11:42.3348099Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T19:11:42.3369817Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T19:11:42.3390729Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T19:11:42.3411812Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T19:11:42.3434299Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T19:11:42.3455851Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T19:11:42.3477326Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T19:11:42.3500737Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T19:11:42.3522024Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T19:11:42.3543494Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T19:11:42.3566175Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T19:11:42.3587668Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T19:11:42.3611081Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T19:11:42.3634724Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T19:11:42.3655578Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T19:11:42.3677721Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T19:11:42.3699159Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T19:11:42.3723778Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T19:11:42.3745993Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T19:11:42.3775952Z Setting up libwww-perl (6.76-1) ...
2025-08-20T19:11:42.3805133Z Setting up devscripts (2.23.7) ...
2025-08-20T19:11:42.4995579Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T19:11:42.5022278Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:11:46.7481441Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T19:11:48.2119932Z Reading package lists...
2025-08-20T19:11:48.3615978Z Building dependency tree...
2025-08-20T19:11:48.3623849Z Reading state information...
2025-08-20T19:11:48.5103783Z The following additional packages will be installed:
2025-08-20T19:11:48.5110427Z   cmake-data libjsoncpp25 librhash0
2025-08-20T19:11:48.5115765Z Suggested packages:
2025-08-20T19:11:48.5116166Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T19:11:48.5244310Z The following NEW packages will be installed:
2025-08-20T19:11:48.5251533Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T19:11:48.5415989Z 0 upgraded, 4 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:11:48.5416569Z Need to get 13.6 MB of archives.
2025-08-20T19:11:48.5416913Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T19:11:48.5417542Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:11:48.5842478Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T19:11:48.6046525Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T19:11:48.6248655Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T19:11:48.6827749Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T19:11:49.0788654Z Fetched 13.6 MB in 0s (46.7 MB/s)
2025-08-20T19:11:49.0975651Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T19:11:49.1031894Z (Reading database ... 
2025-08-20T19:11:49.1032326Z (Reading database ... 5%
2025-08-20T19:11:49.1032702Z (Reading database ... 10%
2025-08-20T19:11:49.1033078Z (Reading database ... 15%
2025-08-20T19:11:49.1033439Z (Reading database ... 20%
2025-08-20T19:11:49.1034088Z (Reading database ... 25%
2025-08-20T19:11:49.1034451Z (Reading database ... 30%
2025-08-20T19:11:49.1034804Z (Reading database ... 35%
2025-08-20T19:11:49.1035170Z (Reading database ... 40%
2025-08-20T19:11:49.1035529Z (Reading database ... 45%
2025-08-20T19:11:49.1035885Z (Reading database ... 50%
2025-08-20T19:11:49.1115391Z (Reading database ... 55%
2025-08-20T19:11:49.1149714Z (Reading database ... 60%
2025-08-20T19:11:49.1170031Z (Reading database ... 65%
2025-08-20T19:11:49.1209542Z (Reading database ... 70%
2025-08-20T19:11:49.1231562Z (Reading database ... 75%
2025-08-20T19:11:49.1255247Z (Reading database ... 80%
2025-08-20T19:11:49.1395740Z (Reading database ... 85%
2025-08-20T19:11:49.1666999Z (Reading database ... 90%
2025-08-20T19:11:49.1739631Z (Reading database ... 95%
2025-08-20T19:11:49.1740102Z (Reading database ... 100%
2025-08-20T19:11:49.1740774Z (Reading database ... 223948 files and directories currently installed.)
2025-08-20T19:11:49.1780008Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T19:11:49.1798641Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T19:11:49.2030178Z Selecting previously unselected package librhash0:amd64.
2025-08-20T19:11:49.2163389Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T19:11:49.2172593Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T19:11:49.2406301Z Selecting previously unselected package cmake-data.
2025-08-20T19:11:49.2542705Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T19:11:49.2609134Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T19:11:49.8250428Z Selecting previously unselected package cmake.
2025-08-20T19:11:49.8400188Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T19:11:49.8408470Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T19:11:50.0210874Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T19:11:50.0231629Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T19:11:50.0256000Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T19:11:50.0319526Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T19:11:50.0342353Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:11:54.0899032Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T19:11:54.6467056Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T19:11:54.6468546Z Running kernel seems to be up-to-date.
2025-08-20T19:11:54.6468751Z 
2025-08-20T19:11:54.6468847Z Restarting services...
2025-08-20T19:11:54.6527454Z 
2025-08-20T19:11:54.6527878Z Service restarts being deferred:
2025-08-20T19:11:54.6528442Z  systemctl restart hosted-compute-agent.service
2025-08-20T19:11:54.6528707Z 
2025-08-20T19:11:54.6528967Z No containers need to be restarted.
2025-08-20T19:11:54.6529272Z 
2025-08-20T19:11:54.6529449Z No user sessions are running outdated binaries.
2025-08-20T19:11:54.6529683Z 
2025-08-20T19:11:54.6529888Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T19:11:55.4821158Z Reading package lists...
2025-08-20T19:11:55.6401665Z Building dependency tree...
2025-08-20T19:11:55.6409595Z Reading state information...
2025-08-20T19:11:55.8105321Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T19:11:55.8106020Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:11:55.8106454Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T19:11:55.8106930Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:11:55.8107628Z b3sum is already the newest version (1.2.0-1).
2025-08-20T19:11:55.8108135Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T19:11:55.8108776Z ca-certificates is already the newest version (20240203).
2025-08-20T19:11:55.8109268Z ccache is already the newest version (4.9.1-1).
2025-08-20T19:11:55.8110031Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T19:11:55.8123327Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T19:11:55.8123919Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T19:11:55.8124479Z git-lfs is already the newest version (3.7.0).
2025-08-20T19:11:55.8125060Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T19:11:55.8125666Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T19:11:55.8126198Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:11:55.8126638Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:11:55.8126999Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T19:11:55.8127532Z make is already the newest version (4.3-4.1build2).
2025-08-20T19:11:55.8127874Z musl is already the newest version (1.2.4-2).
2025-08-20T19:11:55.8128181Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T19:11:55.8128507Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T19:11:55.8128865Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T19:11:55.8129232Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T19:11:55.8129569Z texinfo is already the newest version (7.1-3build2).
2025-08-20T19:11:55.8129880Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:11:55.8130223Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:11:55.8343533Z Reading package lists...
2025-08-20T19:11:55.9812241Z Building dependency tree...
2025-08-20T19:11:55.9820314Z Reading state information...
2025-08-20T19:11:56.1498488Z autoconf is already the newest version (2.71-3).
2025-08-20T19:11:56.1498924Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:11:56.1499336Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T19:11:56.1499715Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:11:56.1500117Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T19:11:56.1500774Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T19:11:56.1501163Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T19:11:56.1501509Z ca-certificates is already the newest version (20240203).
2025-08-20T19:11:56.1501848Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T19:11:56.1502163Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T19:11:56.1502475Z file is already the newest version (1:5.45-3build1).
2025-08-20T19:11:56.1502800Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:11:56.1503134Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:11:56.1503473Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T19:11:56.1503814Z patch is already the newest version (2.7.6-7build3).
2025-08-20T19:11:56.1504167Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T19:11:56.1504690Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T19:11:56.1505339Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T19:11:56.1505965Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T19:11:56.1506480Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T19:11:56.1507053Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:11:56.1507849Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:11:56.1732102Z Reading package lists...
2025-08-20T19:11:56.3177814Z Building dependency tree...
2025-08-20T19:11:56.3185228Z Reading state information...
2025-08-20T19:11:56.4829390Z devscripts is already the newest version (2.23.7).
2025-08-20T19:11:56.4829842Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:11:56.5061374Z Reading package lists...
2025-08-20T19:11:56.6510336Z Building dependency tree...
2025-08-20T19:11:56.6518129Z Reading state information...
2025-08-20T19:11:56.8148726Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T19:11:56.8149180Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:11:56.8380540Z Reading package lists...
2025-08-20T19:11:56.9834445Z Building dependency tree...
2025-08-20T19:11:56.9842505Z Reading state information...
2025-08-20T19:11:57.1310601Z Suggested packages:
2025-08-20T19:11:57.1310945Z   binutils-doc
2025-08-20T19:11:57.1555666Z The following NEW packages will be installed:
2025-08-20T19:11:57.1561643Z   binutils-aarch64-linux-gnu
2025-08-20T19:11:57.1715177Z 0 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:11:57.1939738Z Need to get 3711 kB of archives.
2025-08-20T19:11:57.1940389Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T19:11:57.1940999Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:11:57.2278527Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T19:11:57.5408984Z Fetched 3711 kB in 0s (34.5 MB/s)
2025-08-20T19:11:57.5591997Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T19:11:57.5649203Z (Reading database ... 
2025-08-20T19:11:57.5649615Z (Reading database ... 5%
2025-08-20T19:11:57.5649976Z (Reading database ... 10%
2025-08-20T19:11:57.5650332Z (Reading database ... 15%
2025-08-20T19:11:57.5650713Z (Reading database ... 20%
2025-08-20T19:11:57.5651068Z (Reading database ... 25%
2025-08-20T19:11:57.5651424Z (Reading database ... 30%
2025-08-20T19:11:57.5651774Z (Reading database ... 35%
2025-08-20T19:11:57.5652127Z (Reading database ... 40%
2025-08-20T19:11:57.5652481Z (Reading database ... 45%
2025-08-20T19:11:57.5652830Z (Reading database ... 50%
2025-08-20T19:11:57.5739791Z (Reading database ... 55%
2025-08-20T19:11:57.5776633Z (Reading database ... 60%
2025-08-20T19:11:57.5798352Z (Reading database ... 65%
2025-08-20T19:11:57.5839174Z (Reading database ... 70%
2025-08-20T19:11:57.5861957Z (Reading database ... 75%
2025-08-20T19:11:57.5885615Z (Reading database ... 80%
2025-08-20T19:11:57.6028004Z (Reading database ... 85%
2025-08-20T19:11:57.6295802Z (Reading database ... 90%
2025-08-20T19:11:57.6376821Z (Reading database ... 95%
2025-08-20T19:11:57.6377442Z (Reading database ... 100%
2025-08-20T19:11:57.6377857Z (Reading database ... 227357 files and directories currently installed.)
2025-08-20T19:11:57.6418033Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T19:11:57.6434042Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T19:11:57.7905923Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T19:11:57.7930684Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T19:11:57.8072508Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:12:03.0879456Z Reading package lists...
2025-08-20T19:12:03.2352755Z Building dependency tree...
2025-08-20T19:12:03.2361003Z Reading state information...
2025-08-20T19:12:03.3865503Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T19:12:03.3866290Z The following additional packages will be installed:
2025-08-20T19:12:03.3866970Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T19:12:03.3868040Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T19:12:03.3868956Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T19:12:03.3869791Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T19:12:03.3870542Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T19:12:03.3871130Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T19:12:03.3871886Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T19:12:03.3872684Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T19:12:03.3873815Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T19:12:03.3874643Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T19:12:03.3875394Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T19:12:03.3876260Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T19:12:03.3877321Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T19:12:03.3878338Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T19:12:03.3879113Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T19:12:03.3879829Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T19:12:03.3880539Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T19:12:03.3881185Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T19:12:03.3881853Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T19:12:03.3882627Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T19:12:03.3883420Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T19:12:03.3884110Z   linux-libc-dev-armhf-cross
2025-08-20T19:12:03.3884509Z Suggested packages:
2025-08-20T19:12:03.3885000Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T19:12:03.3885840Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T19:12:03.4407096Z The following NEW packages will be installed:
2025-08-20T19:12:03.4407972Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T19:12:03.4408784Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T19:12:03.4409707Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T19:12:03.4410570Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T19:12:03.4411427Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T19:12:03.4412464Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T19:12:03.4413129Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T19:12:03.4413909Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T19:12:03.4414763Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T19:12:03.4415572Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T19:12:03.4416327Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T19:12:03.4417088Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T19:12:03.4418066Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T19:12:03.4418892Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T19:12:03.4419689Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T19:12:03.4420479Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T19:12:03.4421210Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T19:12:03.4421961Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T19:12:03.4422674Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T19:12:03.4423406Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T19:12:03.4424203Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T19:12:03.4425019Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T19:12:03.4425748Z   linux-libc-dev-armhf-cross
2025-08-20T19:12:03.4608632Z 0 upgraded, 64 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:12:03.4609240Z Need to get 171 MB of archives.
2025-08-20T19:12:03.4609802Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T19:12:03.4610726Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:12:03.5127897Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T19:12:03.5325259Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T19:12:03.8100831Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T19:12:03.8303992Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T19:12:04.0760162Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T19:12:04.1282096Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T19:12:04.5309153Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T19:12:04.5502079Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T19:12:04.5713447Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T19:12:04.5945712Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T19:12:04.6181139Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T19:12:04.6382961Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T19:12:04.6774893Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T19:12:04.6967680Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T19:12:04.7168440Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T19:12:04.7355248Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T19:12:04.8004210Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T19:12:04.8548464Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T19:12:04.8838144Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T19:12:04.9062584Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T19:12:04.9327967Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T19:12:04.9529214Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T19:12:04.9741630Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T19:12:05.2043227Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T19:12:06.4682852Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T19:12:06.5115122Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T19:12:06.5688772Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T19:12:06.6464948Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T19:12:06.9553248Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T19:12:07.2257019Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T19:12:07.2443076Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T19:12:07.2635902Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T19:12:07.3052423Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T19:12:07.3664988Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T19:12:07.3880409Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T19:12:07.4143430Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T19:12:07.4967571Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T19:12:07.5344403Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T19:12:07.5779899Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T19:12:07.6137700Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T19:12:08.9996984Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T19:12:09.0421552Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T19:12:09.0851719Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T19:12:09.1630049Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T19:12:09.7888242Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T19:12:09.8755829Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T19:12:09.9233047Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T19:12:09.9639108Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T19:12:09.9835440Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T19:12:10.0029593Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T19:12:10.1108948Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T19:12:10.1345982Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T19:12:10.1780581Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T19:12:10.2160346Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T19:12:11.4830958Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T19:12:11.5244470Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T19:12:11.5718700Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T19:12:11.6471333Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T19:12:12.2579803Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T19:12:12.2760025Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T19:12:12.2939903Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T19:12:12.3117714Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T19:12:12.3301295Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T19:12:12.3480653Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T19:12:12.6551759Z Fetched 171 MB in 9s (19.2 MB/s)
2025-08-20T19:12:12.6745280Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T19:12:12.6802008Z (Reading database ... 
2025-08-20T19:12:12.6802523Z (Reading database ... 5%
2025-08-20T19:12:12.6802925Z (Reading database ... 10%
2025-08-20T19:12:12.6803303Z (Reading database ... 15%
2025-08-20T19:12:12.6803666Z (Reading database ... 20%
2025-08-20T19:12:12.6804025Z (Reading database ... 25%
2025-08-20T19:12:12.6804388Z (Reading database ... 30%
2025-08-20T19:12:12.6804745Z (Reading database ... 35%
2025-08-20T19:12:12.6805110Z (Reading database ... 40%
2025-08-20T19:12:12.6805472Z (Reading database ... 45%
2025-08-20T19:12:12.6805830Z (Reading database ... 50%
2025-08-20T19:12:12.6884542Z (Reading database ... 55%
2025-08-20T19:12:12.6917610Z (Reading database ... 60%
2025-08-20T19:12:12.6938084Z (Reading database ... 65%
2025-08-20T19:12:12.6976094Z (Reading database ... 70%
2025-08-20T19:12:12.6998119Z (Reading database ... 75%
2025-08-20T19:12:12.7022077Z (Reading database ... 80%
2025-08-20T19:12:12.7159630Z (Reading database ... 85%
2025-08-20T19:12:12.7422367Z (Reading database ... 90%
2025-08-20T19:12:12.7501857Z (Reading database ... 95%
2025-08-20T19:12:12.7502238Z (Reading database ... 100%
2025-08-20T19:12:12.7502766Z (Reading database ... 227701 files and directories currently installed.)
2025-08-20T19:12:12.7542533Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:12:12.7552382Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:12.7761990Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T19:12:12.7896542Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:12:12.7926515Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:12.9400432Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T19:12:12.9540761Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:12:12.9548586Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:12.9752249Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T19:12:12.9891381Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:12:12.9921906Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:13.1236764Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T19:12:13.1376538Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:12:13.1384261Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:13.1589741Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T19:12:13.1728277Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:12:13.1759270Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:13.3065337Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T19:12:13.3203923Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T19:12:13.3210637Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T19:12:13.3401968Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T19:12:13.3539978Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T19:12:13.3546954Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:12:13.3736648Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T19:12:13.3874669Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T19:12:13.3882335Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:12:13.4075528Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T19:12:13.4212576Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:13.4219700Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:13.4419147Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T19:12:13.4555567Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:13.4563630Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:13.4763099Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T19:12:13.4899678Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:12:13.4909756Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:12:13.5279714Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T19:12:13.5417056Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:13.5425464Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:13.5629296Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T19:12:13.5767457Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:13.5775986Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:13.5994661Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T19:12:13.6130266Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:13.6138850Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:13.6344174Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T19:12:13.6480620Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:13.6488800Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:13.6683519Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T19:12:13.6819005Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:13.6827841Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:13.7131125Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T19:12:13.7268266Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:13.7276642Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:13.7514210Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T19:12:13.7649674Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:13.7656762Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:13.7945283Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T19:12:13.8082545Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:13.8091309Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:13.8414193Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T19:12:13.8552306Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:13.8560228Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:13.8801608Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T19:12:13.8940572Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:13.8947684Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:13.9210567Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T19:12:13.9347455Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:13.9357348Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:14.0310696Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T19:12:14.0450673Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:12:14.0481454Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:14.3073421Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T19:12:14.3212944Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T19:12:14.3220660Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T19:12:14.5066243Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T19:12:14.5209977Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:12:14.5230293Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:12:14.6420751Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T19:12:14.6561827Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:14.6569997Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:14.8763313Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T19:12:14.8908169Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:12:14.8938234Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:15.0435028Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T19:12:15.0578394Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T19:12:15.0594769Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T19:12:15.1458049Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T19:12:15.1598527Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:15.1606784Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:15.1807744Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T19:12:15.1947803Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:15.1955863Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:15.2154729Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T19:12:15.2293892Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:12:15.2302446Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:12:15.2646451Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T19:12:15.2785898Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:15.2794079Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:15.3002160Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T19:12:15.3141952Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:15.3150482Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:15.3366660Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T19:12:15.3504401Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:15.3512391Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:15.3708881Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T19:12:15.3846115Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:15.3854977Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:15.4472189Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T19:12:15.4613058Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:15.4622061Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:15.4912842Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T19:12:15.5053131Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:15.5062349Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:15.5412844Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T19:12:15.5553645Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:15.5564444Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:15.6114973Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T19:12:15.6256193Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:12:15.6288740Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:15.8682561Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T19:12:15.8823380Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T19:12:15.8832030Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T19:12:16.0875499Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T19:12:16.1019528Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:12:16.1029101Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:12:16.2163769Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T19:12:16.2306657Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:16.2314803Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:16.4399799Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T19:12:16.4545171Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:12:16.4575233Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:16.5986720Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T19:12:16.6129159Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T19:12:16.6136380Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T19:12:16.7002316Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T19:12:16.7144884Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:12:16.7151534Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:12:16.7518588Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T19:12:16.7660273Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:16.7667597Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:16.7874523Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T19:12:16.8016505Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:16.8024577Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:16.8233483Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T19:12:16.8371899Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:16.8380241Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:16.8575868Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T19:12:16.8712851Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:16.8720885Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:16.9326509Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T19:12:16.9471260Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:16.9480611Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:16.9764788Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T19:12:16.9907739Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:16.9915439Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:17.0243233Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T19:12:17.0385298Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:17.0392676Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:17.0899124Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T19:12:17.1041320Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:12:17.1074893Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:17.3440184Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T19:12:17.3582162Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T19:12:17.3589858Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T19:12:17.5437655Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T19:12:17.5583648Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:12:17.5591102Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:12:17.6721696Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T19:12:17.6866880Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:12:17.6877907Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:17.8965820Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T19:12:17.9113012Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:12:17.9144003Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.0540806Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T19:12:18.0685376Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T19:12:18.0694697Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T19:12:18.0903714Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T19:12:18.1047536Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T19:12:18.1056047Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T19:12:18.1246475Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T19:12:18.1388893Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T19:12:18.1399248Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:12:18.1600500Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T19:12:18.1742683Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T19:12:18.1751658Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:12:18.1937070Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T19:12:18.2079612Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T19:12:18.2087945Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:12:18.2294825Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T19:12:18.2433439Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T19:12:18.2441339Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:12:18.2881853Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T19:12:18.2908388Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:12:18.2931508Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.2955075Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.2976074Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3002400Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T19:12:18.3025112Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3047739Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:12:18.3066894Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T19:12:18.3089083Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3109409Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T19:12:18.3130559Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:12:18.3154157Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3177117Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3204314Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3228644Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:12:18.3251591Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T19:12:18.3275823Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3300904Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3325156Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3344976Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3376884Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3396747Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3416922Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3436565Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3455963Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3476592Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3496593Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3518733Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3540663Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:12:18.3561783Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3581248Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:12:18.3601670Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3621537Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3640959Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3661363Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T19:12:18.3681386Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:12:18.3702281Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3722097Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3742195Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3763434Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3785796Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3808028Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:12:18.3828624Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3849538Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3873075Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3897580Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3919832Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3943383Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3964611Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.3985727Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.4005999Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:12:18.4028938Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.4048989Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.4070196Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.4093846Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.4117129Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.4139450Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:12:18.4162232Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:12:18.4183410Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.4207360Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:12:18.4229877Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:12:18.4251783Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T19:12:18.4274144Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T19:12:18.4302860Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T19:12:18.4318661Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T19:12:18.4405980Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:12:22.5504695Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T19:12:23.9574504Z Reading package lists...
2025-08-20T19:12:24.1058849Z Building dependency tree...
2025-08-20T19:12:24.1067119Z Reading state information...
2025-08-20T19:12:24.2543281Z The following additional packages will be installed:
2025-08-20T19:12:24.2544981Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T19:12:24.2548258Z   libpcap0.8-dev
2025-08-20T19:12:24.2813108Z The following NEW packages will be installed:
2025-08-20T19:12:24.2813925Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T19:12:24.2818239Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T19:12:24.2980717Z 0 upgraded, 8 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:12:24.3201066Z Need to get 1613 kB of archives.
2025-08-20T19:12:24.3201689Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T19:12:24.3202143Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:12:24.3553407Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T19:12:24.3771100Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T19:12:24.3976183Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T19:12:24.4180303Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T19:12:24.4399923Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T19:12:24.4700562Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T19:12:24.4927013Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T19:12:24.5112311Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T19:12:24.7680124Z Fetched 1613 kB in 0s (7971 kB/s)
2025-08-20T19:12:24.7882809Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T19:12:24.7942707Z (Reading database ... 
2025-08-20T19:12:24.7943105Z (Reading database ... 5%
2025-08-20T19:12:24.7943417Z (Reading database ... 10%
2025-08-20T19:12:24.7943788Z (Reading database ... 15%
2025-08-20T19:12:24.7944142Z (Reading database ... 20%
2025-08-20T19:12:24.7944400Z (Reading database ... 25%
2025-08-20T19:12:24.7944649Z (Reading database ... 30%
2025-08-20T19:12:24.7945389Z (Reading database ... 35%
2025-08-20T19:12:24.7946158Z (Reading database ... 40%
2025-08-20T19:12:24.7946475Z (Reading database ... 45%
2025-08-20T19:12:24.7946731Z (Reading database ... 50%
2025-08-20T19:12:24.8042852Z (Reading database ... 55%
2025-08-20T19:12:24.8062766Z (Reading database ... 60%
2025-08-20T19:12:24.8083884Z (Reading database ... 65%
2025-08-20T19:12:24.8125280Z (Reading database ... 70%
2025-08-20T19:12:24.8149482Z (Reading database ... 75%
2025-08-20T19:12:24.8176548Z (Reading database ... 80%
2025-08-20T19:12:24.8318770Z (Reading database ... 85%
2025-08-20T19:12:24.8594005Z (Reading database ... 90%
2025-08-20T19:12:24.8680468Z (Reading database ... 95%
2025-08-20T19:12:24.8680861Z (Reading database ... 100%
2025-08-20T19:12:24.8681383Z (Reading database ... 235760 files and directories currently installed.)
2025-08-20T19:12:24.8724012Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T19:12:24.8733194Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T19:12:24.9040924Z Selecting previously unselected package libjudydebian1.
2025-08-20T19:12:24.9183084Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T19:12:24.9199055Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T19:12:24.9419454Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T19:12:24.9560933Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T19:12:24.9569551Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T19:12:24.9957446Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T19:12:25.0097393Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T19:12:25.0105563Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T19:12:25.0358342Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T19:12:25.0499011Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T19:12:25.0508030Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T19:12:25.1195614Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T19:12:25.1339858Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T19:12:25.1371642Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:12:25.1731005Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T19:12:25.1873931Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T19:12:25.1881358Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:12:25.2089104Z Selecting previously unselected package pcaputils.
2025-08-20T19:12:25.2231455Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T19:12:25.2264372Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T19:12:25.2688109Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T19:12:25.2710556Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T19:12:25.4140297Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T19:12:25.4159842Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T19:12:25.4256871Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T19:12:25.7298809Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T19:12:25.7322509Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T19:12:25.7385912Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T19:12:25.7565085Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:12:30.2332630Z Processing triggers for sgml-base (1.31) ...
2025-08-20T19:12:30.2433949Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:12:30.2469172Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:12:31.6410807Z Reading package lists...
2025-08-20T19:12:31.7886319Z Building dependency tree...
2025-08-20T19:12:31.7895117Z Reading state information...
2025-08-20T19:12:31.8290131Z Reading package lists...
2025-08-20T19:12:31.9776574Z Building dependency tree...
2025-08-20T19:12:31.9785838Z Reading state information...
2025-08-20T19:12:32.1246677Z The following additional packages will be installed:
2025-08-20T19:12:32.1251129Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T19:12:32.1256632Z Suggested packages:
2025-08-20T19:12:32.1257334Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T19:12:32.1258383Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T19:12:32.1404086Z The following NEW packages will be installed:
2025-08-20T19:12:32.1404811Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T19:12:32.1408972Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T19:12:32.1575307Z 0 upgraded, 9 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:12:32.1575910Z Need to get 800 kB of archives.
2025-08-20T19:12:32.1576467Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T19:12:32.1577135Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:12:32.2010488Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T19:12:32.2209153Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T19:12:32.2438034Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T19:12:32.2679723Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T19:12:32.2867840Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T19:12:32.3052175Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T19:12:32.3256526Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T19:12:32.3438943Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T19:12:32.3636735Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T19:12:32.6217493Z Fetched 800 kB in 0s (3690 kB/s)
2025-08-20T19:12:32.6421816Z Selecting previously unselected package liblz1:amd64.
2025-08-20T19:12:32.6481031Z (Reading database ... 
2025-08-20T19:12:32.6481474Z (Reading database ... 5%
2025-08-20T19:12:32.6481854Z (Reading database ... 10%
2025-08-20T19:12:32.6482486Z (Reading database ... 15%
2025-08-20T19:12:32.6482854Z (Reading database ... 20%
2025-08-20T19:12:32.6483234Z (Reading database ... 25%
2025-08-20T19:12:32.6483590Z (Reading database ... 30%
2025-08-20T19:12:32.6484457Z (Reading database ... 35%
2025-08-20T19:12:32.6484828Z (Reading database ... 40%
2025-08-20T19:12:32.6485190Z (Reading database ... 45%
2025-08-20T19:12:32.6485479Z (Reading database ... 50%
2025-08-20T19:12:32.6582349Z (Reading database ... 55%
2025-08-20T19:12:32.6604129Z (Reading database ... 60%
2025-08-20T19:12:32.6626223Z (Reading database ... 65%
2025-08-20T19:12:32.6666762Z (Reading database ... 70%
2025-08-20T19:12:32.6690846Z (Reading database ... 75%
2025-08-20T19:12:32.6719018Z (Reading database ... 80%
2025-08-20T19:12:32.6863612Z (Reading database ... 85%
2025-08-20T19:12:32.7135012Z (Reading database ... 90%
2025-08-20T19:12:32.7221043Z (Reading database ... 95%
2025-08-20T19:12:32.7221476Z (Reading database ... 100%
2025-08-20T19:12:32.7233205Z (Reading database ... 236416 files and directories currently installed.)
2025-08-20T19:12:32.7264461Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T19:12:32.7283580Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T19:12:32.7495125Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T19:12:32.7632352Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T19:12:32.7640856Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T19:12:32.7860519Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T19:12:32.8000939Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T19:12:32.8008782Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T19:12:32.8761200Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T19:12:32.8904799Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T19:12:32.8913766Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T19:12:32.9157664Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T19:12:32.9298587Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T19:12:32.9307384Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T19:12:32.9533023Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T19:12:32.9673529Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T19:12:32.9688174Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T19:12:32.9955722Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T19:12:33.0097991Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T19:12:33.0109142Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T19:12:33.0343616Z Selecting previously unselected package lzma.
2025-08-20T19:12:33.0483830Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T19:12:33.0494506Z Unpacking lzma (9.22-2.2) ...
2025-08-20T19:12:33.0742306Z Selecting previously unselected package lzma-dev.
2025-08-20T19:12:33.0887045Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T19:12:33.0895164Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T19:12:33.1338208Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T19:12:33.1361150Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T19:12:33.1381683Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T19:12:33.1402470Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T19:12:33.1421457Z Setting up lzma (9.22-2.2) ...
2025-08-20T19:12:33.1484433Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T19:12:33.1510689Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T19:12:33.1532397Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T19:12:33.1555213Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T19:12:33.1575325Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T19:12:33.1599569Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T19:12:33.1740294Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:12:37.2956610Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T19:12:37.9244580Z 
2025-08-20T19:12:37.9245048Z Running kernel seems to be up-to-date.
2025-08-20T19:12:37.9245409Z 
2025-08-20T19:12:37.9245556Z Restarting services...
2025-08-20T19:12:37.9305589Z 
2025-08-20T19:12:37.9305947Z Service restarts being deferred:
2025-08-20T19:12:37.9306534Z  systemctl restart hosted-compute-agent.service
2025-08-20T19:12:37.9306853Z 
2025-08-20T19:12:37.9308458Z No containers need to be restarted.
2025-08-20T19:12:37.9308768Z 
2025-08-20T19:12:37.9308974Z No user sessions are running outdated binaries.
2025-08-20T19:12:37.9309318Z 
2025-08-20T19:12:37.9309640Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T19:12:38.7711462Z Reading package lists...
2025-08-20T19:12:38.9173174Z Building dependency tree...
2025-08-20T19:12:38.9182127Z Reading state information...
2025-08-20T19:12:39.1091363Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T19:12:39.1092023Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T19:12:39.1092528Z inetutils-telnet set to manually installed.
2025-08-20T19:12:39.1092991Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T19:12:39.1093488Z The following additional packages will be installed:
2025-08-20T19:12:39.1093900Z   tcpd update-inetd
2025-08-20T19:12:39.1240165Z The following packages will be REMOVED:
2025-08-20T19:12:39.1245857Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T19:12:39.1246890Z The following NEW packages will be installed:
2025-08-20T19:12:39.1247421Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T19:12:39.1247876Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T19:12:39.1253113Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T19:12:39.1418410Z 0 upgraded, 13 newly installed, 3 to remove and 45 not upgraded.
2025-08-20T19:12:39.1419026Z Need to get 698 kB of archives.
2025-08-20T19:12:39.1419573Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T19:12:39.1420245Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:12:39.1752424Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T19:12:39.1958551Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T19:12:39.2146001Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T19:12:39.2333337Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T19:12:39.2521459Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T19:12:39.2708211Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T19:12:39.2898807Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T19:12:39.3086867Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T19:12:39.3279233Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T19:12:39.3476075Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T19:12:39.3665346Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T19:12:39.3861646Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T19:12:39.4054695Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T19:12:39.6336444Z Preconfiguring packages ...
2025-08-20T19:12:39.7204378Z Fetched 698 kB in 0s (2549 kB/s)
2025-08-20T19:12:39.7388449Z (Reading database ... 
2025-08-20T19:12:39.7388850Z (Reading database ... 5%
2025-08-20T19:12:39.7389217Z (Reading database ... 10%
2025-08-20T19:12:39.7389581Z (Reading database ... 15%
2025-08-20T19:12:39.7389938Z (Reading database ... 20%
2025-08-20T19:12:39.7390175Z (Reading database ... 25%
2025-08-20T19:12:39.7390394Z (Reading database ... 30%
2025-08-20T19:12:39.7390620Z (Reading database ... 35%
2025-08-20T19:12:39.7390835Z (Reading database ... 40%
2025-08-20T19:12:39.7391049Z (Reading database ... 45%
2025-08-20T19:12:39.7391265Z (Reading database ... 50%
2025-08-20T19:12:39.7486694Z (Reading database ... 55%
2025-08-20T19:12:39.7506131Z (Reading database ... 60%
2025-08-20T19:12:39.7528228Z (Reading database ... 65%
2025-08-20T19:12:39.7570011Z (Reading database ... 70%
2025-08-20T19:12:39.7594138Z (Reading database ... 75%
2025-08-20T19:12:39.7622444Z (Reading database ... 80%
2025-08-20T19:12:39.7765611Z (Reading database ... 85%
2025-08-20T19:12:39.8036619Z (Reading database ... 90%
2025-08-20T19:12:39.8122606Z (Reading database ... 95%
2025-08-20T19:12:39.8123105Z (Reading database ... 100%
2025-08-20T19:12:39.8123836Z (Reading database ... 236908 files and directories currently installed.)
2025-08-20T19:12:39.8163548Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T19:12:39.8310452Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:12:39.8464924Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T19:12:40.2247557Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T19:12:40.2307004Z (Reading database ... 
2025-08-20T19:12:40.2307763Z (Reading database ... 5%
2025-08-20T19:12:40.2308467Z (Reading database ... 10%
2025-08-20T19:12:40.2310199Z (Reading database ... 15%
2025-08-20T19:12:40.2310688Z (Reading database ... 20%
2025-08-20T19:12:40.2311067Z (Reading database ... 25%
2025-08-20T19:12:40.2311417Z (Reading database ... 30%
2025-08-20T19:12:40.2311756Z (Reading database ... 35%
2025-08-20T19:12:40.2311996Z (Reading database ... 40%
2025-08-20T19:12:40.2312228Z (Reading database ... 45%
2025-08-20T19:12:40.2312461Z (Reading database ... 50%
2025-08-20T19:12:40.2418042Z (Reading database ... 55%
2025-08-20T19:12:40.2440473Z (Reading database ... 60%
2025-08-20T19:12:40.2465338Z (Reading database ... 65%
2025-08-20T19:12:40.2514143Z (Reading database ... 70%
2025-08-20T19:12:40.2542178Z (Reading database ... 75%
2025-08-20T19:12:40.2574589Z (Reading database ... 80%
2025-08-20T19:12:40.2731914Z (Reading database ... 85%
2025-08-20T19:12:40.3013356Z (Reading database ... 90%
2025-08-20T19:12:40.3100370Z (Reading database ... 95%
2025-08-20T19:12:40.3100774Z (Reading database ... 100%
2025-08-20T19:12:40.3101326Z (Reading database ... 236836 files and directories currently installed.)
2025-08-20T19:12:40.3144266Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:12:40.3180611Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T19:12:40.3411137Z Selecting previously unselected package tcpd.
2025-08-20T19:12:40.3552461Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T19:12:40.3561880Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T19:12:40.3793541Z Selecting previously unselected package update-inetd.
2025-08-20T19:12:40.3935439Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T19:12:40.3944061Z Unpacking update-inetd (4.53) ...
2025-08-20T19:12:40.4170641Z Selecting previously unselected package inetutils-inetd.
2025-08-20T19:12:40.4308652Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:12:40.4355510Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T19:12:40.4576507Z Selecting previously unselected package inetutils-ftp.
2025-08-20T19:12:40.4716251Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:12:40.4723673Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T19:12:40.4953198Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T19:12:40.5092754Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:12:40.5101983Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T19:12:40.5334279Z Selecting previously unselected package inetutils-ping.
2025-08-20T19:12:40.5472920Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:12:40.5481467Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T19:12:40.5716694Z Selecting previously unselected package inetutils-talk.
2025-08-20T19:12:40.5858471Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:12:40.5866555Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T19:12:40.6087821Z Selecting previously unselected package inetutils-talkd.
2025-08-20T19:12:40.6229135Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:12:40.6238573Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T19:12:40.6446507Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T19:12:40.6586705Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:12:40.6595118Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T19:12:40.6806645Z Selecting previously unselected package inetutils-tools.
2025-08-20T19:12:40.6945231Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:12:40.6954130Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T19:12:40.7186804Z Selecting previously unselected package netcat-traditional.
2025-08-20T19:12:40.7326745Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T19:12:40.7335609Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T19:12:40.7584817Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T19:12:40.7724419Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:12:40.7734360Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T19:12:40.8153039Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T19:12:40.8233754Z Setting up update-inetd (4.53) ...
2025-08-20T19:12:40.9106573Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T19:12:40.9169081Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T19:12:40.9186253Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T19:12:41.3269171Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T19:12:41.3269937Z 
2025-08-20T19:12:41.3270134Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T19:12:41.3270515Z 
2025-08-20T19:12:41.3271050Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T19:12:41.3271464Z 
2025-08-20T19:12:41.3271992Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T19:12:41.3272508Z 
2025-08-20T19:12:41.6191579Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T19:12:41.6272383Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T19:12:41.6334393Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T19:12:41.6351791Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T19:12:41.6382440Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T19:12:41.6405401Z Setting up tcpd (7.6.q-33) ...
2025-08-20T19:12:41.6428065Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T19:12:42.0333356Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T19:12:42.0334112Z 
2025-08-20T19:12:42.0335274Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T19:12:42.0335852Z 
2025-08-20T19:12:42.3441055Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T19:12:42.4216432Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T19:12:42.4824620Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T19:12:42.5418092Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:12:48.5874130Z Reading package lists...
2025-08-20T19:12:48.7382750Z Building dependency tree...
2025-08-20T19:12:48.7391053Z Reading state information...
2025-08-20T19:12:48.9329931Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T19:12:48.9330398Z iputils-tracepath set to manually installed.
2025-08-20T19:12:48.9330710Z The following packages will be REMOVED:
2025-08-20T19:12:48.9335576Z   inetutils-ping
2025-08-20T19:12:48.9336838Z The following NEW packages will be installed:
2025-08-20T19:12:48.9342925Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T19:12:48.9505334Z 0 upgraded, 3 newly installed, 1 to remove and 45 not upgraded.
2025-08-20T19:12:48.9505768Z Need to get 71.5 kB of archives.
2025-08-20T19:12:48.9506095Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T19:12:48.9506491Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:12:48.9840846Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T19:12:49.0034955Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T19:12:49.0219535Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T19:12:49.2967717Z Fetched 71.5 kB in 0s (877 kB/s)
2025-08-20T19:12:49.3154724Z (Reading database ... 
2025-08-20T19:12:49.3155221Z (Reading database ... 5%
2025-08-20T19:12:49.3155654Z (Reading database ... 10%
2025-08-20T19:12:49.3156028Z (Reading database ... 15%
2025-08-20T19:12:49.3156392Z (Reading database ... 20%
2025-08-20T19:12:49.3156743Z (Reading database ... 25%
2025-08-20T19:12:49.3157092Z (Reading database ... 30%
2025-08-20T19:12:49.3157674Z (Reading database ... 35%
2025-08-20T19:12:49.3158028Z (Reading database ... 40%
2025-08-20T19:12:49.3158386Z (Reading database ... 45%
2025-08-20T19:12:49.3158738Z (Reading database ... 50%
2025-08-20T19:12:49.3267603Z (Reading database ... 55%
2025-08-20T19:12:49.3290147Z (Reading database ... 60%
2025-08-20T19:12:49.3315198Z (Reading database ... 65%
2025-08-20T19:12:49.3364860Z (Reading database ... 70%
2025-08-20T19:12:49.3392011Z (Reading database ... 75%
2025-08-20T19:12:49.3423843Z (Reading database ... 80%
2025-08-20T19:12:49.3576799Z (Reading database ... 85%
2025-08-20T19:12:49.3853630Z (Reading database ... 90%
2025-08-20T19:12:49.3940814Z (Reading database ... 95%
2025-08-20T19:12:49.3941212Z (Reading database ... 100%
2025-08-20T19:12:49.3941947Z (Reading database ... 236997 files and directories currently installed.)
2025-08-20T19:12:49.3982392Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T19:12:49.4443516Z Selecting previously unselected package iputils-ping.
2025-08-20T19:12:49.4503799Z (Reading database ... 
2025-08-20T19:12:49.4504362Z (Reading database ... 5%
2025-08-20T19:12:49.4504781Z (Reading database ... 10%
2025-08-20T19:12:49.4505171Z (Reading database ... 15%
2025-08-20T19:12:49.4505579Z (Reading database ... 20%
2025-08-20T19:12:49.4505963Z (Reading database ... 25%
2025-08-20T19:12:49.4506232Z (Reading database ... 30%
2025-08-20T19:12:49.4506478Z (Reading database ... 35%
2025-08-20T19:12:49.4506726Z (Reading database ... 40%
2025-08-20T19:12:49.4506979Z (Reading database ... 45%
2025-08-20T19:12:49.4507414Z (Reading database ... 50%
2025-08-20T19:12:49.4599670Z (Reading database ... 55%
2025-08-20T19:12:49.4619595Z (Reading database ... 60%
2025-08-20T19:12:49.4641610Z (Reading database ... 65%
2025-08-20T19:12:49.4684816Z (Reading database ... 70%
2025-08-20T19:12:49.4709020Z (Reading database ... 75%
2025-08-20T19:12:49.4738238Z (Reading database ... 80%
2025-08-20T19:12:49.4885626Z (Reading database ... 85%
2025-08-20T19:12:49.5165010Z (Reading database ... 90%
2025-08-20T19:12:49.5253142Z (Reading database ... 95%
2025-08-20T19:12:49.5253501Z (Reading database ... 100%
2025-08-20T19:12:49.5253871Z (Reading database ... 236988 files and directories currently installed.)
2025-08-20T19:12:49.5296818Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T19:12:49.5307610Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:12:49.5530593Z Selecting previously unselected package iputils-arping.
2025-08-20T19:12:49.5673630Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T19:12:49.5682559Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:12:49.5890020Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T19:12:49.6030824Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T19:12:49.6039156Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T19:12:49.6426140Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:12:49.6581014Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:12:49.6732251Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T19:12:49.6886304Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:12:55.4740149Z Reading package lists...
2025-08-20T19:12:55.6225593Z Building dependency tree...
2025-08-20T19:12:55.6234162Z Reading state information...
2025-08-20T19:12:55.7736802Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T19:12:55.7737771Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T19:12:55.8087534Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:12:56.6183344Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T19:12:57.0156658Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:12:57.4694136Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T19:12:57.6210706Z Collecting pip
2025-08-20T19:12:57.6647873Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T19:12:57.6763740Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T19:12:57.8976671Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 8.0 MB/s eta 0:00:00
2025-08-20T19:12:58.1540437Z Installing collected packages: pip
2025-08-20T19:12:58.8753155Z Successfully installed pip-25.2
2025-08-20T19:12:59.0777500Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T19:12:59.1193288Z Reading package lists...
2025-08-20T19:12:59.2738540Z Building dependency tree...
2025-08-20T19:12:59.2746595Z Reading state information...
2025-08-20T19:12:59.4199336Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T19:12:59.4200141Z pciutils set to manually installed.
2025-08-20T19:12:59.4200838Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T19:12:59.4201662Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T19:12:59.4202388Z python3-distro set to manually installed.
2025-08-20T19:12:59.4203179Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T19:12:59.4204008Z python3-netifaces set to manually installed.
2025-08-20T19:12:59.4204505Z The following additional packages will be installed:
2025-08-20T19:12:59.4205035Z   libsysfs2
2025-08-20T19:12:59.4205433Z Suggested packages:
2025-08-20T19:12:59.4205898Z   fancontrol read-edid i2c-tools
2025-08-20T19:12:59.4452976Z The following NEW packages will be installed:
2025-08-20T19:12:59.4454674Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T19:12:59.4614622Z 0 upgraded, 4 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:12:59.4845971Z Need to get 142 kB of archives.
2025-08-20T19:12:59.4846587Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T19:12:59.4847436Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:12:59.5190352Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T19:12:59.5395388Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T19:12:59.5630498Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T19:12:59.5870334Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T19:12:59.8483184Z Fetched 142 kB in 0s (1248 kB/s)
2025-08-20T19:12:59.8689328Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T19:12:59.8750806Z (Reading database ... 
2025-08-20T19:12:59.8751256Z (Reading database ... 5%
2025-08-20T19:12:59.8751693Z (Reading database ... 10%
2025-08-20T19:12:59.8752100Z (Reading database ... 15%
2025-08-20T19:12:59.8752485Z (Reading database ... 20%
2025-08-20T19:12:59.8752852Z (Reading database ... 25%
2025-08-20T19:12:59.8753104Z (Reading database ... 30%
2025-08-20T19:12:59.8753353Z (Reading database ... 35%
2025-08-20T19:12:59.8753596Z (Reading database ... 40%
2025-08-20T19:12:59.8753842Z (Reading database ... 45%
2025-08-20T19:12:59.8754086Z (Reading database ... 50%
2025-08-20T19:12:59.8849168Z (Reading database ... 55%
2025-08-20T19:12:59.8868903Z (Reading database ... 60%
2025-08-20T19:12:59.8890640Z (Reading database ... 65%
2025-08-20T19:12:59.8932909Z (Reading database ... 70%
2025-08-20T19:12:59.8956589Z (Reading database ... 75%
2025-08-20T19:12:59.8985306Z (Reading database ... 80%
2025-08-20T19:12:59.9129962Z (Reading database ... 85%
2025-08-20T19:12:59.9401644Z (Reading database ... 90%
2025-08-20T19:12:59.9488173Z (Reading database ... 95%
2025-08-20T19:12:59.9488566Z (Reading database ... 100%
2025-08-20T19:12:59.9489112Z (Reading database ... 237007 files and directories currently installed.)
2025-08-20T19:12:59.9531888Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T19:12:59.9547493Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T19:12:59.9778804Z Selecting previously unselected package sysfsutils.
2025-08-20T19:12:59.9920383Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T19:12:59.9952213Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T19:13:00.0190119Z Selecting previously unselected package lm-sensors.
2025-08-20T19:13:00.0336269Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T19:13:00.0529746Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T19:13:00.0791782Z Selecting previously unselected package virt-what.
2025-08-20T19:13:00.0938285Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T19:13:00.0946840Z Unpacking virt-what (1.25-2) ...
2025-08-20T19:13:00.1348133Z Setting up virt-what (1.25-2) ...
2025-08-20T19:13:00.1370258Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T19:13:00.1392543Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T19:13:00.5363986Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T19:13:00.5364398Z 
2025-08-20T19:13:00.5364870Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T19:13:00.5365320Z 
2025-08-20T19:13:00.8615701Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T19:13:01.2634443Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T19:13:01.2635307Z 
2025-08-20T19:13:01.2668050Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:13:05.7927542Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T19:13:07.2028255Z Reading package lists...
2025-08-20T19:13:07.3493641Z Building dependency tree...
2025-08-20T19:13:07.3501983Z Reading state information...
2025-08-20T19:13:07.4964544Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T19:13:07.4965287Z The following additional packages will be installed:
2025-08-20T19:13:07.4968203Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T19:13:07.4969024Z   xorg-sgml-doctools
2025-08-20T19:13:07.4973628Z Suggested packages:
2025-08-20T19:13:07.4973976Z   libxcb-doc
2025-08-20T19:13:07.5113252Z The following NEW packages will be installed:
2025-08-20T19:13:07.5114892Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T19:13:07.5117406Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T19:13:07.5284040Z   xcb xorg-sgml-doctools
2025-08-20T19:13:07.5284573Z 0 upgraded, 11 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T19:13:07.5284991Z Need to get 807 kB of archives.
2025-08-20T19:13:07.5285329Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T19:13:07.5285709Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:13:07.5616955Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T19:13:07.5805181Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T19:13:07.5995896Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T19:13:07.7100492Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T19:13:07.7282143Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T19:13:07.7514560Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T19:13:07.7710847Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T19:13:07.8007531Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T19:13:07.8195863Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T19:13:07.8385859Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T19:13:07.8574519Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T19:13:08.1167801Z Fetched 807 kB in 0s (2373 kB/s)
2025-08-20T19:13:08.1357330Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T19:13:08.1417054Z (Reading database ... 
2025-08-20T19:13:08.1417600Z (Reading database ... 5%
2025-08-20T19:13:08.1417969Z (Reading database ... 10%
2025-08-20T19:13:08.1418365Z (Reading database ... 15%
2025-08-20T19:13:08.1418745Z (Reading database ... 20%
2025-08-20T19:13:08.1419140Z (Reading database ... 25%
2025-08-20T19:13:08.1419509Z (Reading database ... 30%
2025-08-20T19:13:08.1419862Z (Reading database ... 35%
2025-08-20T19:13:08.1420219Z (Reading database ... 40%
2025-08-20T19:13:08.1420510Z (Reading database ... 45%
2025-08-20T19:13:08.1420746Z (Reading database ... 50%
2025-08-20T19:13:08.1516325Z (Reading database ... 55%
2025-08-20T19:13:08.1536288Z (Reading database ... 60%
2025-08-20T19:13:08.1560534Z (Reading database ... 65%
2025-08-20T19:13:08.1601701Z (Reading database ... 70%
2025-08-20T19:13:08.1625788Z (Reading database ... 75%
2025-08-20T19:13:08.1655657Z (Reading database ... 80%
2025-08-20T19:13:08.1808210Z (Reading database ... 85%
2025-08-20T19:13:08.2088786Z (Reading database ... 90%
2025-08-20T19:13:08.2175518Z (Reading database ... 95%
2025-08-20T19:13:08.2175977Z (Reading database ... 100%
2025-08-20T19:13:08.2176437Z (Reading database ... 237064 files and directories currently installed.)
2025-08-20T19:13:08.2219789Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T19:13:08.2228969Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T19:13:08.2438487Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T19:13:08.2583023Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T19:13:08.2590792Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T19:13:08.2828362Z Selecting previously unselected package x11proto-dev.
2025-08-20T19:13:08.2973626Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T19:13:08.2980900Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T19:13:08.3498084Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T19:13:08.3647763Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T19:13:08.3658898Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T19:13:08.3877081Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T19:13:08.4016856Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T19:13:08.4024278Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T19:13:08.4224953Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T19:13:08.4363980Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T19:13:08.4371851Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:13:08.4600514Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T19:13:08.4740817Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T19:13:08.4748376Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:13:08.4964877Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T19:13:08.5106061Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T19:13:08.5121004Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:13:08.5318419Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T19:13:08.5458533Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T19:13:08.5466328Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:13:08.5666308Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T19:13:08.5808403Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T19:13:08.5815748Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:13:08.6030137Z Selecting previously unselected package xcb.
2025-08-20T19:13:08.6169742Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T19:13:08.6180953Z Unpacking xcb (2.4-8build2) ...
2025-08-20T19:13:08.6609418Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:13:08.6632171Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T19:13:08.6652706Z Setting up xcb (2.4-8build2) ...
2025-08-20T19:13:08.6694261Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T19:13:08.6741401Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T19:13:08.6883659Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:13:12.9800160Z Processing triggers for sgml-base (1.31) ...
2025-08-20T19:13:12.9890391Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T19:13:12.9913237Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T19:13:12.9935766Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T19:13:12.9962408Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:13:12.9987724Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:13:13.0010678Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:13:13.0033746Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:13:14.6215413Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:13:14.8002975Z Collecting build
2025-08-20T19:13:14.8487343Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T19:13:14.9576782Z Collecting cffi
2025-08-20T19:13:14.9646945Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T19:13:14.9805937Z Collecting scons
2025-08-20T19:13:14.9881047Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:13:15.0065959Z Collecting scuba
2025-08-20T19:13:15.0144057Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T19:13:15.0627490Z Collecting pytest
2025-08-20T19:13:15.0698531Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T19:13:15.0909550Z Collecting packaging>=19.1 (from build)
2025-08-20T19:13:15.0979745Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:13:15.1110526Z Collecting pyproject_hooks (from build)
2025-08-20T19:13:15.1176865Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T19:13:15.1314402Z Collecting pycparser (from cffi)
2025-08-20T19:13:15.1381230Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T19:13:15.1735072Z Collecting PyYAML (from scuba)
2025-08-20T19:13:15.1806960Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T19:13:15.1939703Z Collecting iniconfig>=1 (from pytest)
2025-08-20T19:13:15.2008685Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T19:13:15.2202983Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T19:13:15.2271224Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T19:13:15.2502171Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T19:13:15.2571456Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:13:15.2700221Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T19:13:15.2901679Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T19:13:15.3731950Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:13:16.2259955Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 4.8 MB/s  0:00:00
2025-08-20T19:13:16.2342711Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T19:13:16.2881412Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T19:13:16.3462669Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T19:13:16.3555205Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T19:13:16.3639931Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:13:16.3791756Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:13:16.5905974Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 5.4 MB/s  0:00:00
2025-08-20T19:13:16.5976194Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T19:13:16.6323440Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T19:13:16.6415544Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T19:13:16.7726569Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 6.4 MB/s  0:00:00
2025-08-20T19:13:16.8848548Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T19:13:18.5658877Z 
2025-08-20T19:13:18.5675765Z 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:13:18.8756285Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:13:19.0505348Z Collecting ansi2txt
2025-08-20T19:13:19.1006738Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T19:13:19.1260214Z Collecting pipx
2025-08-20T19:13:19.1331184Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:13:19.1535264Z Collecting scons
2025-08-20T19:13:19.1551287Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:13:19.1671279Z Collecting py2static
2025-08-20T19:13:19.1754558Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T19:13:19.1963982Z Collecting typer
2025-08-20T19:13:19.2031966Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T19:13:19.2339481Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T19:13:19.2412830Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:13:19.2630243Z Collecting packaging>=20 (from pipx)
2025-08-20T19:13:19.2640393Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:13:19.2835859Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T19:13:19.2910583Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T19:13:19.3069619Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T19:13:19.3145606Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:13:19.3614120Z Collecting pyinstaller (from py2static)
2025-08-20T19:13:19.3721391Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T19:13:19.3905229Z Collecting staticx (from py2static)
2025-08-20T19:13:19.3994984Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T19:13:19.4188155Z Collecting click>=8.0.0 (from typer)
2025-08-20T19:13:19.4257579Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:13:19.4555939Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T19:13:19.4628159Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:13:19.4783946Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T19:13:19.4853847Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T19:13:19.5246779Z Collecting rich>=10.11.0 (from typer)
2025-08-20T19:13:19.5316156Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:13:19.5525085Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T19:13:19.5594905Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:13:19.5843195Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T19:13:19.5853953Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:13:19.5975014Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T19:13:19.6043178Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T19:13:19.7195715Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T19:13:19.7265893Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:13:19.7478250Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T19:13:19.7545915Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:13:19.7744886Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T19:13:19.7814607Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:13:19.8002259Z Collecting pyelftools (from staticx->py2static)
2025-08-20T19:13:19.8069822Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T19:13:19.8202834Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T19:13:19.8292986Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T19:13:19.8376282Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:13:19.8495394Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T19:13:19.8582124Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T19:13:19.8672641Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T19:13:19.8761112Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T19:13:19.8800349Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:13:19.8869828Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T19:13:19.8957969Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T19:13:19.9036059Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:13:19.9113954Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T19:13:19.9202562Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T19:13:19.9296404Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T19:13:19.9385824Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T19:13:19.9470350Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T19:13:19.9585291Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T19:13:19.9683436Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 65.5 MB/s  0:00:00
2025-08-20T19:13:19.9759895Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:13:19.9897816Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:13:19.9975026Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 168.9 MB/s  0:00:00
2025-08-20T19:13:20.0046717Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:13:20.0131887Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T19:13:20.0224166Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T19:13:20.1756817Z 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:13:21.0024057Z   Attempting uninstall: scons
2025-08-20T19:13:21.0107325Z     Found existing installation: SCons 4.9.1
2025-08-20T19:13:21.0486436Z     Uninstalling SCons-4.9.1:
2025-08-20T19:13:21.0559318Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:13:21.6669515Z   Attempting uninstall: pygments
2025-08-20T19:13:21.6748937Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:13:21.6988203Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:13:21.7014894Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:13:22.3164819Z   Attempting uninstall: packaging
2025-08-20T19:13:22.3243747Z     Found existing installation: packaging 25.0
2025-08-20T19:13:22.3268354Z     Uninstalling packaging-25.0:
2025-08-20T19:13:22.3276827Z       Successfully uninstalled packaging-25.0
2025-08-20T19:13:23.3141883Z 
2025-08-20T19:13:23.3171862Z 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:13:23.6272856Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:13:23.8039703Z Collecting build
2025-08-20T19:13:23.8050539Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T19:13:23.8956783Z Collecting cffi
2025-08-20T19:13:23.8968105Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T19:13:23.9108607Z Collecting scons
2025-08-20T19:13:23.9119085Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:13:23.9322479Z Collecting scuba
2025-08-20T19:13:23.9332806Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T19:13:23.9780583Z Collecting pytest
2025-08-20T19:13:23.9791671Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T19:13:23.9980859Z Collecting packaging>=19.1 (from build)
2025-08-20T19:13:23.9991351Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:13:24.0102128Z Collecting pyproject_hooks (from build)
2025-08-20T19:13:24.0112508Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T19:13:24.0226721Z Collecting pycparser (from cffi)
2025-08-20T19:13:24.0237492Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T19:13:24.0553181Z Collecting PyYAML (from scuba)
2025-08-20T19:13:24.0564453Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T19:13:24.0677731Z Collecting iniconfig>=1 (from pytest)
2025-08-20T19:13:24.0688117Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T19:13:24.0858601Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T19:13:24.0868930Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T19:13:24.1065429Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T19:13:24.1075845Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:13:24.1133227Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T19:13:24.1143781Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T19:13:24.1157362Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:13:24.1196985Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T19:13:24.1209265Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T19:13:24.1221725Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T19:13:24.1231800Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T19:13:24.1241507Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:13:24.1251787Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:13:24.1270792Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T19:13:24.1281392Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T19:13:24.1291460Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T19:13:24.2515538Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T19:13:24.2520959Z   Attempting uninstall: scons
2025-08-20T19:13:24.2603343Z     Found existing installation: SCons 4.9.1
2025-08-20T19:13:24.2984354Z     Uninstalling SCons-4.9.1:
2025-08-20T19:13:24.3057622Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:13:24.9181864Z   Attempting uninstall: PyYAML
2025-08-20T19:13:24.9268352Z     Found existing installation: PyYAML 6.0.2
2025-08-20T19:13:24.9296438Z     Uninstalling PyYAML-6.0.2:
2025-08-20T19:13:24.9305509Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T19:13:24.9831802Z   Attempting uninstall: pyproject_hooks
2025-08-20T19:13:24.9914726Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T19:13:24.9931436Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T19:13:24.9938092Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T19:13:25.0023549Z   Attempting uninstall: pygments
2025-08-20T19:13:25.0100945Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:13:25.0325984Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:13:25.0352383Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:13:25.6340147Z   Attempting uninstall: pycparser
2025-08-20T19:13:25.6428030Z     Found existing installation: pycparser 2.22
2025-08-20T19:13:25.6452644Z     Uninstalling pycparser-2.22:
2025-08-20T19:13:25.6465856Z       Successfully uninstalled pycparser-2.22
2025-08-20T19:13:25.7642317Z   Attempting uninstall: pluggy
2025-08-20T19:13:25.7729263Z     Found existing installation: pluggy 1.6.0
2025-08-20T19:13:25.7748526Z     Uninstalling pluggy-1.6.0:
2025-08-20T19:13:25.7757379Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T19:13:25.7914603Z   Attempting uninstall: packaging
2025-08-20T19:13:25.7994068Z     Found existing installation: packaging 25.0
2025-08-20T19:13:25.8018950Z     Uninstalling packaging-25.0:
2025-08-20T19:13:25.8026222Z       Successfully uninstalled packaging-25.0
2025-08-20T19:13:25.8404249Z   Attempting uninstall: iniconfig
2025-08-20T19:13:25.8486800Z     Found existing installation: iniconfig 2.1.0
2025-08-20T19:13:25.8503547Z     Uninstalling iniconfig-2.1.0:
2025-08-20T19:13:25.8509718Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T19:13:25.8580739Z   Attempting uninstall: scuba
2025-08-20T19:13:25.8659890Z     Found existing installation: scuba 2.14.1
2025-08-20T19:13:25.8681370Z     Uninstalling scuba-2.14.1:
2025-08-20T19:13:25.8690488Z       Successfully uninstalled scuba-2.14.1
2025-08-20T19:13:25.8879049Z   Attempting uninstall: pytest
2025-08-20T19:13:25.8961375Z     Found existing installation: pytest 8.4.1
2025-08-20T19:13:25.9026087Z     Uninstalling pytest-8.4.1:
2025-08-20T19:13:25.9281737Z       Successfully uninstalled pytest-8.4.1
2025-08-20T19:13:26.1373661Z   Attempting uninstall: cffi
2025-08-20T19:13:26.1452572Z     Found existing installation: cffi 1.17.1
2025-08-20T19:13:26.1478271Z     Uninstalling cffi-1.17.1:
2025-08-20T19:13:26.1715956Z       Successfully uninstalled cffi-1.17.1
2025-08-20T19:13:26.2374153Z   Attempting uninstall: build
2025-08-20T19:13:26.2452486Z     Found existing installation: build 1.3.0
2025-08-20T19:13:26.2476978Z     Uninstalling build-1.3.0:
2025-08-20T19:13:26.2486492Z       Successfully uninstalled build-1.3.0
2025-08-20T19:13:26.2662633Z 
2025-08-20T19:13:26.2692585Z 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:13:26.5732307Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:13:26.7472687Z Collecting ansi2txt
2025-08-20T19:13:26.7483778Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T19:13:26.7678769Z Collecting pipx
2025-08-20T19:13:26.7689934Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:13:26.7840397Z Collecting scons
2025-08-20T19:13:26.7855998Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:13:26.7973995Z Collecting py2static
2025-08-20T19:13:26.7984379Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T19:13:26.8154814Z Collecting typer
2025-08-20T19:13:26.8165209Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T19:13:26.8415849Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T19:13:26.8426349Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:13:26.8603961Z Collecting packaging>=20 (from pipx)
2025-08-20T19:13:26.8614406Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:13:26.8799908Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T19:13:26.8810689Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T19:13:26.8950861Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T19:13:26.8961392Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:13:26.9348824Z Collecting pyinstaller (from py2static)
2025-08-20T19:13:26.9359489Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T19:13:26.9510456Z Collecting staticx (from py2static)
2025-08-20T19:13:26.9520896Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T19:13:26.9693473Z Collecting click>=8.0.0 (from typer)
2025-08-20T19:13:26.9703887Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:13:26.9984777Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T19:13:26.9995421Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:13:27.0130890Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T19:13:27.0140848Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T19:13:27.0503487Z Collecting rich>=10.11.0 (from typer)
2025-08-20T19:13:27.0513551Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:13:27.0693365Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T19:13:27.0704022Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:13:27.0937787Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T19:13:27.0946776Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:13:27.1062027Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T19:13:27.1072063Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T19:13:27.2175952Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T19:13:27.2186473Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:13:27.2374629Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T19:13:27.2384874Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:13:27.2569635Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T19:13:27.2579619Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:13:27.2749704Z Collecting pyelftools (from staticx->py2static)
2025-08-20T19:13:27.2759571Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T19:13:27.2796699Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T19:13:27.2806320Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T19:13:27.2816492Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:13:27.2855804Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T19:13:27.2865399Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T19:13:27.2875527Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T19:13:27.2885620Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T19:13:27.2896055Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:13:27.2906372Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T19:13:27.2916285Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T19:13:27.2928033Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:13:27.2946792Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T19:13:27.2957382Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T19:13:27.2967110Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T19:13:27.2977117Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T19:13:27.2987481Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T19:13:27.2997455Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T19:13:27.3013062Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:13:27.3026556Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:13:27.3045173Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:13:27.3055307Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T19:13:27.3066118Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T19:13:27.4551705Z 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:13:27.4555951Z   Attempting uninstall: pyelftools
2025-08-20T19:13:27.4633351Z     Found existing installation: pyelftools 0.32
2025-08-20T19:13:27.4683758Z     Uninstalling pyelftools-0.32:
2025-08-20T19:13:27.4699652Z       Successfully uninstalled pyelftools-0.32
2025-08-20T19:13:27.5781296Z   Attempting uninstall: altgraph
2025-08-20T19:13:27.5865444Z     Found existing installation: altgraph 0.17.4
2025-08-20T19:13:27.5883537Z     Uninstalling altgraph-0.17.4:
2025-08-20T19:13:27.5890160Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T19:13:27.6027652Z   Attempting uninstall: typing-extensions
2025-08-20T19:13:27.6115219Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T19:13:27.6129814Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T19:13:27.6368931Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T19:13:27.6604999Z   Attempting uninstall: staticx
2025-08-20T19:13:27.6688506Z     Found existing installation: staticx 0.14.1
2025-08-20T19:13:27.6713953Z     Uninstalling staticx-0.14.1:
2025-08-20T19:13:27.6724531Z       Successfully uninstalled staticx-0.14.1
2025-08-20T19:13:27.6921638Z   Attempting uninstall: shellingham
2025-08-20T19:13:27.7002038Z     Found existing installation: shellingham 1.5.4
2025-08-20T19:13:27.7020667Z     Uninstalling shellingham-1.5.4:
2025-08-20T19:13:27.7027612Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T19:13:27.7114897Z   Attempting uninstall: setuptools
2025-08-20T19:13:27.7199195Z     Found existing installation: setuptools 80.9.0
2025-08-20T19:13:27.7476975Z     Uninstalling setuptools-80.9.0:
2025-08-20T19:13:27.7747724Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T19:13:28.4284674Z   Attempting uninstall: scons
2025-08-20T19:13:28.4378046Z     Found existing installation: SCons 4.9.1
2025-08-20T19:13:28.4758031Z     Uninstalling SCons-4.9.1:
2025-08-20T19:13:28.4826532Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:13:29.0909270Z   Attempting uninstall: pygments
2025-08-20T19:13:29.0988133Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:13:29.1213850Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:13:29.1240208Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:13:29.7177594Z   Attempting uninstall: platformdirs
2025-08-20T19:13:29.7259599Z     Found existing installation: platformdirs 4.3.8
2025-08-20T19:13:29.7279678Z     Uninstalling platformdirs-4.3.8:
2025-08-20T19:13:29.7286631Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T19:13:29.7431966Z   Attempting uninstall: packaging
2025-08-20T19:13:29.7511373Z     Found existing installation: packaging 25.0
2025-08-20T19:13:29.7536072Z     Uninstalling packaging-25.0:
2025-08-20T19:13:29.7543838Z       Successfully uninstalled packaging-25.0
2025-08-20T19:13:29.7915303Z   Attempting uninstall: mdurl
2025-08-20T19:13:29.7995149Z     Found existing installation: mdurl 0.1.2
2025-08-20T19:13:29.8012532Z     Uninstalling mdurl-0.1.2:
2025-08-20T19:13:29.8018926Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T19:13:29.8099026Z   Attempting uninstall: click
2025-08-20T19:13:29.8179692Z     Found existing installation: click 8.2.1
2025-08-20T19:13:29.8204225Z     Uninstalling click-8.2.1:
2025-08-20T19:13:29.8211073Z       Successfully uninstalled click-8.2.1
2025-08-20T19:13:29.8772897Z   Attempting uninstall: argcomplete
2025-08-20T19:13:29.8857970Z     Found existing installation: argcomplete 3.6.2
2025-08-20T19:13:29.8886487Z     Uninstalling argcomplete-3.6.2:
2025-08-20T19:13:29.8898504Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T19:13:29.9118459Z   Attempting uninstall: ansi2txt
2025-08-20T19:13:29.9197653Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T19:13:29.9212919Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T19:13:29.9451422Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T19:13:29.9500859Z   Attempting uninstall: userpath
2025-08-20T19:13:29.9581795Z     Found existing installation: userpath 1.9.2
2025-08-20T19:13:29.9601194Z     Uninstalling userpath-1.9.2:
2025-08-20T19:13:29.9609972Z       Successfully uninstalled userpath-1.9.2
2025-08-20T19:13:29.9709510Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T19:13:29.9790303Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T19:13:30.0245466Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T19:13:30.0287420Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T19:13:30.3064947Z   Attempting uninstall: markdown-it-py
2025-08-20T19:13:30.3149039Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T19:13:30.3219973Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T19:13:30.3234399Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T19:13:30.3858954Z   Attempting uninstall: rich
2025-08-20T19:13:30.3946239Z     Found existing installation: rich 14.1.0
2025-08-20T19:13:30.4008793Z     Uninstalling rich-14.1.0:
2025-08-20T19:13:30.4018980Z       Successfully uninstalled rich-14.1.0
2025-08-20T19:13:30.5578526Z   Attempting uninstall: pyinstaller
2025-08-20T19:13:30.5660761Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T19:13:30.6012417Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T19:13:30.6055523Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T19:13:30.9354917Z   Attempting uninstall: pipx
2025-08-20T19:13:30.9448935Z     Found existing installation: pipx 1.7.1
2025-08-20T19:13:30.9485705Z     Uninstalling pipx-1.7.1:
2025-08-20T19:13:30.9495675Z       Successfully uninstalled pipx-1.7.1
2025-08-20T19:13:31.0002305Z   Attempting uninstall: typer
2025-08-20T19:13:31.0091542Z     Found existing installation: typer 0.16.1
2025-08-20T19:13:31.0117572Z     Uninstalling typer-0.16.1:
2025-08-20T19:13:31.0126624Z       Successfully uninstalled typer-0.16.1
2025-08-20T19:13:31.0467416Z   Attempting uninstall: py2static
2025-08-20T19:13:31.0544953Z     Found existing installation: py2static 0.0.1
2025-08-20T19:13:31.0564448Z     Uninstalling py2static-0.0.1:
2025-08-20T19:13:31.0575545Z       Successfully uninstalled py2static-0.0.1
2025-08-20T19:13:31.0650042Z 
2025-08-20T19:13:31.0679251Z 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:13:31.3776071Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:13:31.4968789Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T19:13:31.4973220Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-1illeguw
2025-08-20T19:13:31.4995251Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-1illeguw
2025-08-20T19:13:32.5826199Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T19:13:32.5867664Z   Installing build dependencies: started
2025-08-20T19:13:33.3029330Z   Installing build dependencies: finished with status 'done'
2025-08-20T19:13:33.3038071Z   Getting requirements to build wheel: started
2025-08-20T19:13:33.5845104Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T19:13:33.5857975Z   Preparing metadata (pyproject.toml): started
2025-08-20T19:13:33.7748131Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T19:13:33.9389868Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T19:13:33.9402300Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:13:33.9592503Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T19:13:33.9602606Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:13:33.9785857Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T19:13:33.9795689Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:13:33.9959867Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T19:13:33.9970169Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:13:34.0013778Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:13:34.0024149Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:13:34.0037955Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:13:34.0056929Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:13:34.0177344Z Building wheels for collected packages: pyinstaller
2025-08-20T19:13:34.0185393Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T19:13:34.6801279Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T19:13:34.6825248Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=eb91ce2aef9feebdbb9825794d59e257e287867d90d2e0effebd8887d9a3f046
2025-08-20T19:13:34.6826808Z   Stored in directory: /tmp/pip-ephem-wheel-cache-q9eit8tw/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T19:13:34.6868036Z Successfully built pyinstaller
2025-08-20T19:13:34.7780871Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T19:13:34.7786427Z   Attempting uninstall: altgraph
2025-08-20T19:13:34.7868738Z     Found existing installation: altgraph 0.17.4
2025-08-20T19:13:34.7889330Z     Uninstalling altgraph-0.17.4:
2025-08-20T19:13:34.7896194Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T19:13:34.8040244Z   Attempting uninstall: setuptools
2025-08-20T19:13:34.8125124Z     Found existing installation: setuptools 80.9.0
2025-08-20T19:13:34.8407580Z     Uninstalling setuptools-80.9.0:
2025-08-20T19:13:34.8688928Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T19:13:35.5287946Z   Attempting uninstall: packaging
2025-08-20T19:13:35.5370253Z     Found existing installation: packaging 25.0
2025-08-20T19:13:35.5397393Z     Uninstalling packaging-25.0:
2025-08-20T19:13:35.5405145Z       Successfully uninstalled packaging-25.0
2025-08-20T19:13:35.5792872Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T19:13:35.5873513Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T19:13:35.6305649Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T19:13:35.6350528Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T19:13:35.9101493Z   Attempting uninstall: pyinstaller
2025-08-20T19:13:35.9181844Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T19:13:35.9535434Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T19:13:35.9579184Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T19:13:36.2956091Z 
2025-08-20T19:13:36.2988060Z 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:13:36.5833284Z 6.15.0
2025-08-20T19:13:36.8391646Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T19:13:36.8400730Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T19:13:36.8401123Z 
2025-08-20T19:13:36.8401346Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T19:13:36.8402153Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T19:13:36.8402791Z installation.
2025-08-20T19:13:36.8403029Z 
2025-08-20T19:13:36.8403360Z If you installed the current Docker package using this script and are using it
2025-08-20T19:13:36.8403899Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T19:13:36.8404397Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T19:13:36.8404827Z files to match the parameters passed to the script.
2025-08-20T19:13:36.8405057Z 
2025-08-20T19:13:36.8568182Z You may press Ctrl+C now to abort this script.
2025-08-20T19:13:36.8568714Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T19:13:38.0699649Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T19:13:38.4142769Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T19:13:38.4167762Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T19:13:38.5313143Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T19:13:38.5329565Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T19:13:38.5336703Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T19:13:39.7861551Z + 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:13:50.7143833Z 
2025-08-20T19:13:50.7144368Z Running kernel seems to be up-to-date.
2025-08-20T19:13:50.7144681Z 
2025-08-20T19:13:50.7144797Z Restarting services...
2025-08-20T19:13:50.7211542Z 
2025-08-20T19:13:50.7211951Z Service restarts being deferred:
2025-08-20T19:13:50.7212486Z  systemctl restart hosted-compute-agent.service
2025-08-20T19:13:50.7212868Z 
2025-08-20T19:13:50.7213039Z No containers need to be restarted.
2025-08-20T19:13:50.7213327Z 
2025-08-20T19:13:50.7213520Z No user sessions are running outdated binaries.
2025-08-20T19:13:50.7213879Z 
2025-08-20T19:13:50.7214198Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T19:13:51.5236667Z + sh -c 'docker version'
2025-08-20T19:13:51.5394246Z Client: Docker Engine - Community
2025-08-20T19:13:51.5394779Z  Version:           28.3.3
2025-08-20T19:13:51.5395078Z  API version:       1.51
2025-08-20T19:13:51.5396225Z  Go version:        go1.24.5
2025-08-20T19:13:51.5396648Z  Git commit:        980b856
2025-08-20T19:13:51.5397438Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T19:13:51.5397849Z  OS/Arch:           linux/amd64
2025-08-20T19:13:51.5398197Z  Context:           default
2025-08-20T19:13:51.5398348Z 
2025-08-20T19:13:51.5398450Z Server: Docker Engine - Community
2025-08-20T19:13:51.5398688Z  Engine:
2025-08-20T19:13:51.5398867Z   Version:          28.3.3
2025-08-20T19:13:51.5399116Z   API version:      1.51 (minimum version 1.24)
2025-08-20T19:13:51.5399401Z   Go version:       go1.24.5
2025-08-20T19:13:51.5399622Z   Git commit:       bea959c
2025-08-20T19:13:51.5400123Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T19:13:51.5400389Z   OS/Arch:          linux/amd64
2025-08-20T19:13:51.5400616Z   Experimental:     false
2025-08-20T19:13:51.5400826Z  containerd:
2025-08-20T19:13:51.5401002Z   Version:          1.7.27
2025-08-20T19:13:51.5401261Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T19:13:51.5401547Z  runc:
2025-08-20T19:13:51.5401721Z   Version:          1.2.5
2025-08-20T19:13:51.5401939Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T19:13:51.5402193Z  docker-init:
2025-08-20T19:13:51.5402376Z   Version:          0.19.0
2025-08-20T19:13:51.5402590Z   GitCommit:        de40ad0
2025-08-20T19:13:51.5412452Z 
2025-08-20T19:13:51.5412762Z ================================================================================
2025-08-20T19:13:51.5413127Z 
2025-08-20T19:13:51.5413429Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T19:13:51.5414014Z Docker daemon in rootless mode for your user:
2025-08-20T19:13:51.5414358Z 
2025-08-20T19:13:51.5414543Z     dockerd-rootless-setuptool.sh install
2025-08-20T19:13:51.5414877Z 
2025-08-20T19:13:51.5415206Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T19:13:51.5415684Z 
2025-08-20T19:13:51.5415690Z 
2025-08-20T19:13:51.5416004Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T19:13:51.5416633Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T19:13:51.5416884Z 
2025-08-20T19:13:51.5417090Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T19:13:51.5417781Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T19:13:51.5418483Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T19:13:51.5418800Z 
2025-08-20T19:13:51.5418896Z ================================================================================
2025-08-20T19:13:51.5419088Z 
2025-08-20T19:14:02.2075012Z ● docker.service - Docker Application Container Engine
2025-08-20T19:14:02.2076162Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:14:02.2076987Z      Active: active (running) since Wed 2025-08-20 19:13:52 UTC; 10s ago
2025-08-20T19:14:02.2077864Z TriggeredBy: ● docker.socket
2025-08-20T19:14:02.2078154Z        Docs: https://docs.docker.com
2025-08-20T19:14:02.2078442Z    Main PID: 19674 (dockerd)
2025-08-20T19:14:02.2078682Z       Tasks: 10
2025-08-20T19:14:02.2078965Z      Memory: 23.5M (peak: 27.7M)
2025-08-20T19:14:02.2079352Z         CPU: 307ms
2025-08-20T19:14:02.2079602Z      CGroup: /system.slice/docker.service
2025-08-20T19:14:02.2080635Z              └─19674 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:14:02.2080979Z 
2025-08-20T19:14:02.2081355Z Aug 20 19:13:51 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:51.658096660Z" level=info msg="Loading containers: start."
2025-08-20T19:14:02.2082757Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.126285213Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f2fb8e57452611dfc34f3547fed98613a002ea1fc70a862c444ac605a54635a9], retrying...."
2025-08-20T19:14:02.2084146Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.157414134Z" level=info msg="Loading containers: done."
2025-08-20T19:14:02.2085464Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.165987633Z" 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:14:02.2087032Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.166067202Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:14:02.2088657Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.166099603Z" level=info msg="Initializing buildkit"
2025-08-20T19:14:02.2089480Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.185379208Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:14:02.2090335Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.188479610Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:14:02.2091175Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.188537025Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:14:02.2091955Z Aug 20 19:13:52 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:14:02.2196575Z ● docker.service - Docker Application Container Engine
2025-08-20T19:14:02.2197696Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:14:02.2198535Z      Active: active (running) since Wed 2025-08-20 19:13:52 UTC; 10s ago
2025-08-20T19:14:02.2199209Z TriggeredBy: ● docker.socket
2025-08-20T19:14:02.2199604Z        Docs: https://docs.docker.com
2025-08-20T19:14:02.2199867Z    Main PID: 19674 (dockerd)
2025-08-20T19:14:02.2200077Z       Tasks: 10
2025-08-20T19:14:02.2200306Z      Memory: 23.5M (peak: 27.7M)
2025-08-20T19:14:02.2200693Z         CPU: 307ms
2025-08-20T19:14:02.2200943Z      CGroup: /system.slice/docker.service
2025-08-20T19:14:02.2201455Z              └─19674 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:14:02.2201748Z 
2025-08-20T19:14:02.2202063Z Aug 20 19:13:51 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:51.658096660Z" level=info msg="Loading containers: start."
2025-08-20T19:14:02.2203217Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.126285213Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f2fb8e57452611dfc34f3547fed98613a002ea1fc70a862c444ac605a54635a9], retrying...."
2025-08-20T19:14:02.2204571Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.157414134Z" level=info msg="Loading containers: done."
2025-08-20T19:14:02.2205678Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.165987633Z" 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:14:02.2206989Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.166067202Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:14:02.2208161Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.166099603Z" level=info msg="Initializing buildkit"
2025-08-20T19:14:02.2208850Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.185379208Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:14:02.2209610Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.188479610Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:14:02.2210312Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.188537025Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:14:02.2210959Z Aug 20 19:13:52 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:14:02.2418484Z ● docker.service - Docker Application Container Engine
2025-08-20T19:14:02.2419307Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:14:02.2420109Z      Active: active (running) since Wed 2025-08-20 19:13:52 UTC; 10s ago
2025-08-20T19:14:02.2420668Z TriggeredBy: ● docker.socket
2025-08-20T19:14:02.2420937Z        Docs: https://docs.docker.com
2025-08-20T19:14:02.2421193Z    Main PID: 19674 (dockerd)
2025-08-20T19:14:02.2421400Z       Tasks: 10
2025-08-20T19:14:02.2421815Z      Memory: 23.5M (peak: 27.7M)
2025-08-20T19:14:02.2422027Z         CPU: 307ms
2025-08-20T19:14:02.2422247Z      CGroup: /system.slice/docker.service
2025-08-20T19:14:02.2422741Z              └─19674 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:14:02.2423046Z 
2025-08-20T19:14:02.2423363Z Aug 20 19:13:51 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:51.658096660Z" level=info msg="Loading containers: start."
2025-08-20T19:14:02.2424513Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.126285213Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f2fb8e57452611dfc34f3547fed98613a002ea1fc70a862c444ac605a54635a9], retrying...."
2025-08-20T19:14:02.2425670Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.157414134Z" level=info msg="Loading containers: done."
2025-08-20T19:14:02.2426776Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.165987633Z" 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:14:02.2428409Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.166067202Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:14:02.2429945Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.166099603Z" level=info msg="Initializing buildkit"
2025-08-20T19:14:02.2431176Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.185379208Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:14:02.2432209Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.188479610Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:14:02.2432919Z Aug 20 19:13:52 pkrvmubgrv54qmi dockerd[19674]: time="2025-08-20T19:13:52.188537025Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:14:02.2433756Z Aug 20 19:13:52 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:14:02.2544865Z Docker version 28.3.3, build 980b856
2025-08-20T19:14:02.2730771Z Unable to find image 'hello-world:latest' locally
2025-08-20T19:14:02.5591676Z latest: Pulling from library/hello-world
2025-08-20T19:14:02.6320902Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T19:14:02.7634298Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T19:14:02.7634785Z 17eec7bbc9d7: Download complete
2025-08-20T19:14:02.7682804Z 17eec7bbc9d7: Pull complete
2025-08-20T19:14:02.7718837Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T19:14:02.7730935Z Status: Downloaded newer image for hello-world:latest
2025-08-20T19:14:02.9155533Z 
2025-08-20T19:14:02.9156197Z Hello from Docker!
2025-08-20T19:14:02.9157305Z This message shows that your installation appears to be working correctly.
2025-08-20T19:14:02.9157864Z 
2025-08-20T19:14:02.9158121Z To generate this message, Docker took the following steps:
2025-08-20T19:14:02.9158703Z  1. The Docker client contacted the Docker daemon.
2025-08-20T19:14:02.9159351Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T19:14:02.9159919Z     (amd64)
2025-08-20T19:14:02.9160370Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T19:14:02.9161115Z     executable that produces the output you are currently reading.
2025-08-20T19:14:02.9161855Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T19:14:02.9162422Z     to your terminal.
2025-08-20T19:14:02.9162611Z 
2025-08-20T19:14:02.9162888Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T19:14:02.9163489Z  $ docker run -it ubuntu bash
2025-08-20T19:14:02.9163751Z 
2025-08-20T19:14:02.9164051Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T19:14:02.9164934Z  https://hub.docker.com/
2025-08-20T19:14:02.9165176Z 
2025-08-20T19:14:02.9165353Z For more examples and ideas, visit:
2025-08-20T19:14:02.9165836Z  https://docs.docker.com/get-started/
2025-08-20T19:14:02.9166148Z 
2025-08-20T19:14:03.0171842Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:14:03.0172511Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T19:14:03.0173171Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T19:14:03.0173851Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T19:14:03.0174923Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T19:14:03.0175614Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T19:14:03.0176325Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T19:14:03.0177042Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T19:14:03.0177986Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T19:14:03.0178587Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T19:14:03.0179226Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T19:14:03.0179921Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T19:14:03.0180603Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T19:14:03.0181326Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T19:14:03.0182014Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T19:14:03.0182705Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T19:14:03.0183155Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T19:14:03.0183530Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T19:14:03.0183914Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:14:03.0184398Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:14:03.0185074Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T19:14:03.0185474Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T19:14:03.0185896Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:14:03.0186350Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T19:14:03.0186990Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T19:14:03.0187868Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:14:03.0188629Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:14:03.0189376Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:14:03.0190104Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:14:03.0190882Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:14:03.0191957Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T19:14:03.0192742Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T19:14:03.0193527Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T19:14:03.0194279Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:14:03.0195064Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T19:14:03.0195847Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:14:03.0196598Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:14:03.0197757Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T19:14:03.0198531Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:14:03.0199551Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T19:14:03.0200324Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:14:03.0201052Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T19:14:03.0201759Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T19:14:03.0202576Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T19:14:03.0203437Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:14:03.0204294Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:14:03.0205178Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T19:14:03.0205979Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T19:14:03.0206746Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:14:03.0207697Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T19:14:03.0208431Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T19:14:03.0209170Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T19:14:03.0209910Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T19:14:03.0210592Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T19:14:03.0211242Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T19:14:03.0211925Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T19:14:03.0212504Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T19:14:03.0213120Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T19:14:03.0213856Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:14:03.0214536Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T19:14:03.0215442Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:14:03.0216233Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:14:03.0216979Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:14:03.0217865Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:14:03.0218627Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T19:14:03.0219385Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:14:03.0220099Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:14:03.0220805Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T19:14:03.0221610Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T19:14:03.0222486Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:14:03.0223387Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:14:03.0224235Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T19:14:03.0224981Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T19:14:03.0225675Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T19:14:03.0226376Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T19:14:03.0227113Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T19:14:03.0227959Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:14:03.0228474Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:14:03.0229176Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:14:03.0229682Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:14:03.0230129Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:14:03.0230535Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:14:03.0230926Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:14:03.0231356Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:14:03.0231753Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T19:14:03.0232146Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T19:14:03.0232569Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T19:14:03.0232990Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T19:14:03.0233375Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T19:14:03.0233753Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T19:14:03.0234159Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:14:03.0234559Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T19:14:03.0234933Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T19:14:03.0235302Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T19:14:03.0235698Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:14:03.0236085Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T19:14:03.0236436Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T19:14:03.0236816Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T19:14:03.0237415Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T19:14:03.0238229Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T19:14:03.0238777Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T19:14:03.0239151Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T19:14:03.0239514Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T19:14:03.0239880Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T19:14:03.0240460Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T19:14:03.0241132Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T19:14:03.0241840Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T19:14:03.0242539Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T19:14:03.0243228Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T19:14:03.0243771Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T19:14:03.0244178Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T19:14:03.0244517Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T19:14:03.0244842Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T19:14:03.0245202Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T19:14:03.0245556Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T19:14:03.0245907Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T19:14:03.0246262Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T19:14:03.0246605Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T19:14:03.0246974Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T19:14:03.0247579Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T19:14:03.0248194Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:14:03.0248638Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T19:14:03.0249032Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T19:14:03.0249414Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T19:14:03.0249798Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T19:14:03.0250182Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T19:14:03.0250582Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T19:14:03.0250988Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T19:14:03.0251363Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T19:14:03.0251746Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T19:14:03.0252159Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:14:03.0252602Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:14:03.0253034Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T19:14:03.0253413Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T19:14:03.0253801Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T19:14:03.0254202Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T19:14:03.0254603Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T19:14:03.0254995Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T19:14:03.0255381Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T19:14:03.0255771Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:14:03.0256285Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T19:14:03.0256666Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T19:14:03.0257016Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T19:14:03.0257525Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T19:14:03.0257849Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T19:14:03.0258240Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T19:14:03.0258632Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T19:14:03.0259024Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T19:14:03.0259388Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T19:14:03.0259752Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T19:14:03.0260128Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T19:14:03.0260478Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T19:14:03.0260811Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T19:14:03.0261227Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:14:03.0261671Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T19:14:03.0262061Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T19:14:03.0262426Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T19:14:03.0262805Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T19:14:03.0263209Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T19:14:03.0263624Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:14:03.0264030Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:14:03.0264512Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T19:14:03.0264866Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T19:14:03.0265278Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:14:03.0265702Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T19:14:03.0266107Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T19:14:03.0266464Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T19:14:03.0266795Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T19:14:03.0267327Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T19:14:03.0267736Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T19:14:03.0268159Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:14:03.0268634Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:14:03.0269045Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T19:14:03.0269410Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T19:14:03.0269749Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T19:14:03.0270097Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T19:14:03.0270539Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:14:03.0271044Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:14:03.0271481Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T19:14:03.0271849Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T19:14:03.0272303Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:14:03.0272962Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:14:03.0273461Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:14:03.0273887Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T19:14:03.0274244Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T19:14:03.0274619Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T19:14:03.0275025Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T19:14:03.0275432Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T19:14:03.0275827Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:14:03.0276499Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T19:14:03.0276965Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T19:14:03.0277649Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:14:03.0278059Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T19:14:03.0278456Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:14:03.0278844Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T19:14:03.0279228Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:14:03.0279612Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T19:14:03.0280027Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:14:03.0280475Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T19:14:03.0280896Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T19:14:03.0281254Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T19:14:03.0281768Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T19:14:03.0282161Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T19:14:03.0282532Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T19:14:03.0282901Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T19:14:03.0283272Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T19:14:03.0283653Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T19:14:03.0284064Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:14:03.0284535Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:14:03.0284977Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:14:03.0285375Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T19:14:03.0285758Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T19:14:03.0286137Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T19:14:03.0286511Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T19:14:03.0286872Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T19:14:03.0287465Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T19:14:03.0287849Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T19:14:03.0288301Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:14:03.0288772Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T19:14:03.0289232Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:14:03.0289743Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:14:03.0290363Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T19:14:03.0290858Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:14:03.0291379Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:14:03.0291821Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T19:14:03.0292183Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T19:14:03.0292541Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T19:14:03.0292913Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:14:03.0293288Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T19:14:03.0293646Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T19:14:03.0294027Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:14:03.0294404Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T19:14:03.0294783Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:14:03.0295162Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T19:14:03.0295537Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T19:14:03.0295925Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T19:14:03.0296303Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T19:14:03.0296706Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:14:03.0297136Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:14:03.0308800Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T19:14:03.0309244Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T19:14:03.0309906Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T19:14:03.0310292Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T19:14:03.0310655Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T19:14:03.0311011Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T19:14:03.0311379Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T19:14:03.0311767Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T19:14:03.0312143Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T19:14:03.0312538Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T19:14:03.0312901Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T19:14:03.0313237Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T19:14:03.0313705Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:03.0314243Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T19:14:03.0314613Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T19:14:03.0314989Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T19:14:03.0315360Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T19:14:03.0315761Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:14:03.0316194Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T19:14:03.0316623Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:14:03.0317047Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T19:14:03.0317686Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T19:14:03.0318088Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T19:14:03.0318626Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:14:03.0319043Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T19:14:03.0319427Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T19:14:03.0319853Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:14:03.0320345Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:14:03.0320839Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:14:03.0321284Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:14:03.0321690Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T19:14:03.0322089Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T19:14:03.0322568Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:14:03.0323049Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T19:14:03.0323446Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T19:14:03.0323873Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:14:03.0324323Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T19:14:03.0324729Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T19:14:03.0325101Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T19:14:03.0325465Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T19:14:03.0325849Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T19:14:03.0326236Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T19:14:03.0326713Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T19:14:03.0327078Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T19:14:03.0327730Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T19:14:03.0328129Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T19:14:03.0328493Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T19:14:03.0328866Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T19:14:03.0329216Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T19:14:03.0329590Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T19:14:03.0329976Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T19:14:03.0330343Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T19:14:03.0330695Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T19:14:03.0331053Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T19:14:03.0331419Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T19:14:03.0331795Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T19:14:03.0332154Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T19:14:03.0332508Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T19:14:03.0332880Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T19:14:03.0333237Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T19:14:03.0333610Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T19:14:03.0334049Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T19:14:03.0334454Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T19:14:03.0334823Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T19:14:03.0335333Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:14:03.0335760Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:14:03.0336154Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T19:14:03.0336515Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T19:14:03.0336874Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T19:14:03.0337340Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T19:14:03.0337643Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T19:14:03.0337935Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T19:14:03.0338283Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T19:14:03.0338636Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T19:14:03.0339000Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T19:14:03.0339353Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T19:14:03.0339694Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T19:14:03.0340027Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T19:14:03.0340407Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:14:03.0340814Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T19:14:03.0341212Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:14:03.0341647Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T19:14:03.0342041Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:14:03.0342448Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:14:03.0342945Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:14:03.0343692Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:14:03.0344328Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:14:03.0344871Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:14:03.0345347Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:14:03.0345803Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:14:03.0346320Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:14:03.0346938Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:14:03.0347601Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:14:03.0348105Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:14:03.0348542Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T19:14:03.0348993Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T19:14:03.0349364Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T19:14:03.0349730Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T19:14:03.0350109Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T19:14:03.0350501Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T19:14:03.0350882Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T19:14:03.0351261Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T19:14:03.0351640Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T19:14:03.0352021Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T19:14:03.0352505Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T19:14:03.0352888Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T19:14:03.0353249Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T19:14:03.0353642Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T19:14:03.0354032Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T19:14:03.0354443Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T19:14:03.0354858Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T19:14:03.0355232Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T19:14:03.0355620Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T19:14:03.0356040Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T19:14:03.0356454Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:14:03.0356895Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:14:03.0357519Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T19:14:03.0358108Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T19:14:03.0358480Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T19:14:03.0358865Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T19:14:03.0359250Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T19:14:03.0359642Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:14:03.0360031Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T19:14:03.0360553Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T19:14:03.0360937Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T19:14:03.0361300Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T19:14:03.0361655Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T19:14:03.0362204Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:03.0362918Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:03.0363597Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:03.0364250Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:03.0364776Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T19:14:03.0365161Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T19:14:03.0365535Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T19:14:03.0365909Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T19:14:03.0366277Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T19:14:03.0366666Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T19:14:03.0367035Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T19:14:03.0367663Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T19:14:03.0368038Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T19:14:03.0368410Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T19:14:03.0368785Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T19:14:03.0369156Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T19:14:03.0369655Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T19:14:03.0370082Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T19:14:03.0370479Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T19:14:03.0370868Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T19:14:03.0371261Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T19:14:03.0371649Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T19:14:03.0372028Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T19:14:03.0372404Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T19:14:03.0372773Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T19:14:03.0373240Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T19:14:03.0373774Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T19:14:03.0374162Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T19:14:03.0374551Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T19:14:03.0374941Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T19:14:03.0375323Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T19:14:03.0375747Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:14:03.0376182Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T19:14:03.0376579Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T19:14:03.0377012Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:14:03.0377715Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:14:03.0378118Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T19:14:03.0378485Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T19:14:03.0378857Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T19:14:03.0379248Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T19:14:03.0379650Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:14:03.0380046Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T19:14:03.0380425Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T19:14:03.0380811Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T19:14:03.0381278Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:14:03.0381757Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:14:03.0382155Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T19:14:03.0382552Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:14:03.0383007Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:14:03.0383451Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:14:03.0383966Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:14:03.0384774Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:14:03.0385530Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:14:03.0386287Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:14:03.0386747Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T19:14:03.0387784Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T19:14:03.0388274Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T19:14:03.0388669Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T19:14:03.0389054Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T19:14:03.0389467Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T19:14:03.0389868Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T19:14:03.0390276Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:14:03.0390700Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T19:14:03.0391092Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T19:14:03.0391507Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T19:14:03.0391879Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T19:14:03.0392233Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T19:14:03.0392626Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:14:03.0393036Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:14:03.0393489Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:14:03.0393938Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:14:03.0394338Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T19:14:03.0394772Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:14:03.0395190Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T19:14:03.0395715Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:14:03.0396125Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T19:14:03.0396487Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T19:14:03.0396850Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T19:14:03.0397476Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T19:14:03.0397885Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T19:14:03.0398254Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T19:14:03.0398583Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T19:14:03.0398895Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T19:14:03.0399244Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T19:14:03.0399744Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T19:14:03.0400264Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T19:14:03.0400641Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T19:14:03.0401013Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T19:14:03.0401401Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T19:14:03.0401810Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T19:14:03.0402215Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T19:14:03.0402609Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T19:14:03.0403015Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:14:03.0403419Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T19:14:03.0403787Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T19:14:03.0404156Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T19:14:03.0404637Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T19:14:03.0405025Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T19:14:03.0405445Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T19:14:03.0405870Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T19:14:03.0406261Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T19:14:03.0406679Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:14:03.0407115Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:14:03.0407763Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T19:14:03.0408127Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T19:14:03.0408482Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T19:14:03.0408840Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T19:14:03.0409204Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T19:14:03.0409576Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T19:14:03.0409971Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T19:14:03.0410376Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T19:14:03.0410832Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:14:03.0411267Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T19:14:03.0411643Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T19:14:03.0412024Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T19:14:03.0412528Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T19:14:03.0412911Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T19:14:03.0413282Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T19:14:03.0413649Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T19:14:03.0414091Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:14:03.0414579Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:14:03.0414992Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T19:14:03.0415358Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T19:14:03.0415727Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T19:14:03.0416129Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T19:14:03.0416521Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T19:14:03.0416897Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T19:14:03.0417402Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T19:14:03.0417780Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T19:14:03.0418126Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T19:14:03.0418490Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T19:14:03.0418889Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T19:14:03.0419311Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T19:14:03.0419689Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T19:14:03.0420073Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T19:14:03.0420517Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:14:03.0421053Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T19:14:03.0421476Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:14:03.0421862Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T19:14:03.0422377Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:03.0422884Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T19:14:03.0423190Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T19:14:03.0423532Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:14:03.0423939Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T19:14:03.0424359Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:14:03.0424885Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:14:03.0425474Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:14:03.0426085Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:14:03.0426727Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:14:03.0427479Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:14:03.0428109Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:14:03.0428729Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:14:03.0429308Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:14:03.0429910Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T19:14:03.0430355Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:14:03.0430791Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T19:14:03.0431215Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:14:03.0431681Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:14:03.0432108Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T19:14:03.0432489Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T19:14:03.0432852Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T19:14:03.0433222Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T19:14:03.0433596Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T19:14:03.0434012Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:14:03.0434423Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T19:14:03.0434784Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T19:14:03.0435172Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:14:03.0435633Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T19:14:03.0436113Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T19:14:03.0436592Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:14:03.0437066Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:14:03.0437632Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:14:03.0438107Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:14:03.0438667Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T19:14:03.0439080Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T19:14:03.0439488Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:14:03.0439892Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T19:14:03.0440297Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T19:14:03.0440700Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T19:14:03.0441128Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:14:03.0441553Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T19:14:03.0441937Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T19:14:03.0442317Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T19:14:03.0442693Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T19:14:03.0443069Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T19:14:03.0443501Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:14:03.0443932Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T19:14:03.0444335Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T19:14:03.0444740Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T19:14:03.0445163Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:14:03.0445608Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:14:03.0446046Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:14:03.0446621Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:14:03.0447013Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T19:14:03.0447683Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T19:14:03.0448072Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T19:14:03.0448443Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T19:14:03.0448812Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T19:14:03.0449211Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T19:14:03.0449601Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T19:14:03.0450027Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:14:03.0450488Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:14:03.0450935Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T19:14:03.0451350Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:14:03.0451742Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T19:14:03.0452043Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T19:14:03.0452363Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T19:14:03.0452737Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T19:14:03.0453128Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T19:14:03.0453511Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T19:14:03.0453899Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:14:03.0454323Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:14:03.0454759Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:14:03.0455290Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T19:14:03.0455678Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T19:14:03.0456069Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T19:14:03.0456611Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:03.0457302Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:14:03.0457755Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T19:14:03.0458189Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:14:03.0458618Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:14:03.0459035Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T19:14:03.0459430Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T19:14:03.0459813Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T19:14:03.0460187Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:14:03.0460575Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:14:03.0460969Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T19:14:03.0461339Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T19:14:03.0461719Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:14:03.0462110Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:14:03.0462474Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T19:14:03.0462996Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T19:14:03.0463454Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T19:14:03.0463868Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T19:14:03.0464234Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T19:14:03.0464599Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T19:14:03.0464979Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T19:14:03.0465347Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T19:14:03.0465710Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:14:03.0466133Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:14:03.0466577Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T19:14:03.0466982Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T19:14:03.0467478Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T19:14:03.0467866Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T19:14:03.0468237Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T19:14:03.0468602Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T19:14:03.0468977Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T19:14:03.0469373Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T19:14:03.0469821Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:14:03.0470275Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:14:03.0470701Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:14:03.0471098Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T19:14:03.0471613Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T19:14:03.0472037Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T19:14:03.0472415Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T19:14:03.0472766Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T19:14:03.0473080Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T19:14:03.0473378Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T19:14:03.0473743Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T19:14:03.0474108Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T19:14:03.0474454Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T19:14:03.0474818Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:14:03.0475212Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:14:03.0475593Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T19:14:03.0475950Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T19:14:03.0476300Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T19:14:03.0476668Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T19:14:03.0477059Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T19:14:03.0477524Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T19:14:03.0477881Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T19:14:03.0478236Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T19:14:03.0478614Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T19:14:03.0479103Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T19:14:03.0479449Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T19:14:03.0479816Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T19:14:03.0480200Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T19:14:03.0480571Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T19:14:03.0480934Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T19:14:03.0481301Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T19:14:03.0481673Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T19:14:03.0482068Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T19:14:03.0482487Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T19:14:03.0482886Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T19:14:03.0483242Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T19:14:03.0483590Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T19:14:03.0483930Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T19:14:03.0484351Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:14:03.0484843Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:14:03.0485333Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:14:03.0485802Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:14:03.0486295Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:14:03.0486727Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T19:14:03.0487103Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:14:03.0487981Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:14:03.0488376Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:14:03.0488758Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T19:14:03.0489137Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:14:03.0489513Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T19:14:03.0489880Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T19:14:03.0490266Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:14:03.0490705Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:14:03.0491128Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:14:03.0491539Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T19:14:03.0491939Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:14:03.0492355Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:14:03.0492725Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T19:14:03.0493072Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T19:14:03.0493455Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:14:03.0493901Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:14:03.0494325Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T19:14:03.0494732Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T19:14:03.0495135Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T19:14:03.0495452Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T19:14:03.0495845Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T19:14:03.0496200Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T19:14:03.0496674Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T19:14:03.0647507Z [+] Installing Go for linux-amd64...
2025-08-20T19:14:03.5140999Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T19:14:03.5141650Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T19:14:03.5142277Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T19:14:04.7513973Z [+] Downloading Go go1.25.0...
2025-08-20T19:14:04.7565971Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T19:14:04.7566724Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T19:14:04.7567334Z 
2025-08-20T19:14:04.8230373Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:14:04.8231193Z 100    80  100    80    0     0   1202      0 --:--:-- --:--:-- --:--:--  1194
2025-08-20T19:14:04.8231877Z 100    80  100    80    0     0   1200      0 --:--:-- --:--:-- --:--:--  1194
2025-08-20T19:14:04.8994314Z 
2025-08-20T19:14:04.8994970Z 100    75  100    75    0     0    524      0 --:--:-- --:--:-- --:--:--   524
2025-08-20T19:14:05.3183968Z 
2025-08-20T19:14:05.3184659Z 100 56.8M  100 56.8M    0     0   101M      0 --:--:-- --:--:-- --:--:--  101M
2025-08-20T19:14:05.3218003Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T19:14:06.7041907Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T19:14:06.7042498Z [+] GOROOT: /home/runner/.go
2025-08-20T19:14:06.7042910Z [+] GOPATH: /home/runner/go
2025-08-20T19:14:06.7043448Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T19:14:06.7198085Z go version go1.25.0 linux/amd64
2025-08-20T19:14:06.7553347Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:14:06.7554044Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T19:14:06.7554913Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T19:14:06.7555573Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T19:14:06.7556261Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T19:14:06.7556925Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T19:14:06.7557850Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T19:14:06.7558545Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T19:14:06.7559179Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T19:14:06.7559771Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T19:14:06.7560414Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T19:14:06.7561115Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T19:14:06.7561825Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T19:14:06.7562564Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T19:14:06.7563269Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T19:14:06.7563983Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T19:14:06.7564699Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T19:14:06.7565339Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T19:14:06.7565876Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:14:06.7566357Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:14:06.7566831Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T19:14:06.7567447Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T19:14:06.7568101Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:14:06.7568627Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T19:14:06.7569070Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T19:14:06.7569460Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:14:06.7569887Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:14:06.7570295Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:14:06.7570688Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:14:06.7571097Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:14:06.7571534Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T19:14:06.7571959Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T19:14:06.7572392Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T19:14:06.7572813Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:14:06.7573252Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T19:14:06.7573679Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:14:06.7574076Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:14:06.7574476Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T19:14:06.7574878Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:14:06.7575287Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T19:14:06.7575697Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:14:06.7576094Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T19:14:06.7576486Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T19:14:06.7577064Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T19:14:06.7578148Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:14:06.7578617Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:14:06.7579100Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T19:14:06.7579533Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T19:14:06.7579944Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:14:06.7580352Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T19:14:06.7580747Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T19:14:06.7581158Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T19:14:06.7581553Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T19:14:06.7581919Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T19:14:06.7582272Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T19:14:06.7582634Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T19:14:06.7582963Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T19:14:06.7583301Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T19:14:06.7583698Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:14:06.7584061Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T19:14:06.7584463Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:14:06.7584891Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:14:06.7585435Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:14:06.7585844Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:14:06.7586261Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T19:14:06.7586687Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:14:06.7587083Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:14:06.7587643Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T19:14:06.7588062Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T19:14:06.7588518Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:14:06.7589007Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:14:06.7589480Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T19:14:06.7589892Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T19:14:06.7590268Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T19:14:06.7590654Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T19:14:06.7591066Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T19:14:06.7591507Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:14:06.7591991Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:14:06.7592484Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:14:06.7592970Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:14:06.7593399Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:14:06.7593796Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:14:06.7594299Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:14:06.7594701Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:14:06.7595090Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T19:14:06.7595465Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T19:14:06.7595880Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T19:14:06.7596292Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T19:14:06.7596668Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T19:14:06.7597037Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T19:14:06.7597682Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:14:06.7598092Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T19:14:06.7598463Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T19:14:06.7598825Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T19:14:06.7599211Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:14:06.7599591Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T19:14:06.7599936Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T19:14:06.7600308Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T19:14:06.7600672Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T19:14:06.7601039Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T19:14:06.7601413Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T19:14:06.7601904Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T19:14:06.7602263Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T19:14:06.7602669Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T19:14:06.7603050Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T19:14:06.7603438Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T19:14:06.7603819Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T19:14:06.7604185Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T19:14:06.7604550Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T19:14:06.7604938Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T19:14:06.7605337Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T19:14:06.7605674Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T19:14:06.7606002Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T19:14:06.7606362Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T19:14:06.7606716Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T19:14:06.7607067Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T19:14:06.7608152Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T19:14:06.7608529Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T19:14:06.7608905Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T19:14:06.7609303Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T19:14:06.7609738Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:14:06.7610181Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T19:14:06.7610575Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T19:14:06.7611120Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T19:14:06.7611518Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T19:14:06.7611910Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T19:14:06.7612311Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T19:14:06.7612714Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T19:14:06.7613085Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T19:14:06.7613471Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T19:14:06.7613878Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:14:06.7614313Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:14:06.7614739Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T19:14:06.7615126Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T19:14:06.7615518Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T19:14:06.7615921Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T19:14:06.7616326Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T19:14:06.7616718Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T19:14:06.7617099Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T19:14:06.7617877Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:14:06.7618687Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T19:14:06.7619386Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T19:14:06.7619768Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T19:14:06.7620241Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T19:14:06.7620573Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T19:14:06.7620971Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T19:14:06.7621366Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T19:14:06.7621754Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T19:14:06.7622122Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T19:14:06.7622488Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T19:14:06.7622861Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T19:14:06.7623207Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T19:14:06.7623541Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T19:14:06.7623956Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:14:06.7624403Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T19:14:06.7624796Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T19:14:06.7625160Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T19:14:06.7625538Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T19:14:06.7625943Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T19:14:06.7626356Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:14:06.7626763Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:14:06.7627115Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T19:14:06.7627748Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T19:14:06.7628172Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:14:06.7628603Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T19:14:06.7629130Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T19:14:06.7629703Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T19:14:06.7630050Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T19:14:06.7630435Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T19:14:06.7630826Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T19:14:06.7631258Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:14:06.7631732Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:14:06.7632146Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T19:14:06.7632515Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T19:14:06.7632870Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T19:14:06.7633231Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T19:14:06.7633670Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:14:06.7634172Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:14:06.7634611Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T19:14:06.7634986Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T19:14:06.7635459Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:14:06.7636001Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:14:06.7636505Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:14:06.7636940Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T19:14:06.7637643Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T19:14:06.7638034Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T19:14:06.7638444Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T19:14:06.7638862Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T19:14:06.7639266Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:14:06.7639639Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T19:14:06.7640011Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T19:14:06.7640406Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:14:06.7640801Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T19:14:06.7641188Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:14:06.7641584Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T19:14:06.7641976Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:14:06.7642445Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T19:14:06.7642922Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:14:06.7643466Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T19:14:06.7644130Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T19:14:06.7644637Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T19:14:06.7655785Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T19:14:06.7656295Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T19:14:06.7656713Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T19:14:06.7657120Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T19:14:06.7657971Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T19:14:06.7658387Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T19:14:06.7658813Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:14:06.7659285Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:14:06.7659739Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:14:06.7660146Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T19:14:06.7660534Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T19:14:06.7660918Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T19:14:06.7661299Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T19:14:06.7661675Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T19:14:06.7662067Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T19:14:06.7662450Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T19:14:06.7662901Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:14:06.7663382Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T19:14:06.7663844Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:14:06.7664362Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:14:06.7664868Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T19:14:06.7665359Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:14:06.7665968Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:14:06.7666409Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T19:14:06.7666773Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T19:14:06.7667129Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T19:14:06.7667789Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:14:06.7668167Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T19:14:06.7668526Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T19:14:06.7668900Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:14:06.7669275Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T19:14:06.7669653Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:14:06.7670033Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T19:14:06.7670420Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T19:14:06.7670824Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T19:14:06.7671214Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T19:14:06.7671626Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:14:06.7672068Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:14:06.7672457Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T19:14:06.7672829Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T19:14:06.7673237Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T19:14:06.7673608Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T19:14:06.7673963Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T19:14:06.7674319Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T19:14:06.7674811Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T19:14:06.7675201Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T19:14:06.7675569Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T19:14:06.7675958Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T19:14:06.7676321Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T19:14:06.7676636Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T19:14:06.7677095Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:06.7677858Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T19:14:06.7678229Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T19:14:06.7678611Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T19:14:06.7678981Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T19:14:06.7679383Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:14:06.7679816Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T19:14:06.7680237Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:14:06.7680659Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T19:14:06.7681058Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T19:14:06.7681457Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T19:14:06.7681870Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:14:06.7682277Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T19:14:06.7682800Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T19:14:06.7683235Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:14:06.7683720Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:14:06.7684213Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:14:06.7684654Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:14:06.7685057Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T19:14:06.7685451Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T19:14:06.7685919Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:14:06.7686399Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T19:14:06.7686807Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T19:14:06.7687390Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:14:06.7688009Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T19:14:06.7688422Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T19:14:06.7688782Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T19:14:06.7689143Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T19:14:06.7689520Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T19:14:06.7689902Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T19:14:06.7690264Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T19:14:06.7690624Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T19:14:06.7691008Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T19:14:06.7691395Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T19:14:06.7691900Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T19:14:06.7692276Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T19:14:06.7692630Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T19:14:06.7693003Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T19:14:06.7693402Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T19:14:06.7693764Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T19:14:06.7694119Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T19:14:06.7694471Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T19:14:06.7694832Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T19:14:06.7695202Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T19:14:06.7695562Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T19:14:06.7695920Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T19:14:06.7696296Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T19:14:06.7696650Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T19:14:06.7697017Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T19:14:06.7697688Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T19:14:06.7698099Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T19:14:06.7698466Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T19:14:06.7698843Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:14:06.7699260Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:14:06.7699648Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T19:14:06.7700135Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T19:14:06.7700498Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T19:14:06.7700850Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T19:14:06.7701148Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T19:14:06.7701464Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T19:14:06.7701820Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T19:14:06.7702171Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T19:14:06.7702535Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T19:14:06.7702926Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T19:14:06.7703265Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T19:14:06.7703596Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T19:14:06.7703984Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:14:06.7704395Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T19:14:06.7704792Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:14:06.7705182Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T19:14:06.7705568Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:14:06.7705975Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:14:06.7706472Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:14:06.7707100Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:14:06.7707846Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:14:06.7708509Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:14:06.7708987Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:14:06.7709439Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:14:06.7709955Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:14:06.7710606Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:14:06.7711179Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:14:06.7711675Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:14:06.7712121Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T19:14:06.7712487Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T19:14:06.7712863Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T19:14:06.7713237Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T19:14:06.7713620Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T19:14:06.7714006Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T19:14:06.7714384Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T19:14:06.7714765Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T19:14:06.7715144Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T19:14:06.7715520Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T19:14:06.7715890Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T19:14:06.7716258Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T19:14:06.7716741Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T19:14:06.7717136Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T19:14:06.7717633Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T19:14:06.7718046Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T19:14:06.7718460Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T19:14:06.7718819Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T19:14:06.7719207Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T19:14:06.7719619Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T19:14:06.7720025Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:14:06.7720459Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:14:06.7720886Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T19:14:06.7721258Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T19:14:06.7721625Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T19:14:06.7722001Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T19:14:06.7722366Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T19:14:06.7722749Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:14:06.7723136Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T19:14:06.7723512Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T19:14:06.7723890Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T19:14:06.7724250Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T19:14:06.7724606Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T19:14:06.7725312Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:06.7726036Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:06.7726716Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:06.7727589Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:06.7728142Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T19:14:06.7728524Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T19:14:06.7728893Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T19:14:06.7729269Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T19:14:06.7729649Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T19:14:06.7730008Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T19:14:06.7730378Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T19:14:06.7730755Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T19:14:06.7731126Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T19:14:06.7731497Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T19:14:06.7731878Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T19:14:06.7732247Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T19:14:06.7732633Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T19:14:06.7733041Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T19:14:06.7733569Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T19:14:06.7733966Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T19:14:06.7734362Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T19:14:06.7734753Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T19:14:06.7735177Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T19:14:06.7735572Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T19:14:06.7735953Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T19:14:06.7736343Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T19:14:06.7736753Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T19:14:06.7737318Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T19:14:06.7737795Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T19:14:06.7738195Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T19:14:06.7738583Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T19:14:06.7739001Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:14:06.7739431Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T19:14:06.7739829Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T19:14:06.7740264Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:14:06.7740722Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:14:06.7741132Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T19:14:06.7741501Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T19:14:06.7741883Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T19:14:06.7742396Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T19:14:06.7742807Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:14:06.7743204Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T19:14:06.7743578Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T19:14:06.7743963Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T19:14:06.7744429Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:14:06.7744902Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:14:06.7745295Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T19:14:06.7745700Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:14:06.7746156Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:14:06.7746605Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:14:06.7747080Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:14:06.7747699Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:14:06.7748138Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:14:06.7748570Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:14:06.7748967Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T19:14:06.7749358Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T19:14:06.7749784Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T19:14:06.7750290Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T19:14:06.7750669Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T19:14:06.7751082Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T19:14:06.7751480Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T19:14:06.7751884Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:14:06.7752298Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T19:14:06.7752694Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T19:14:06.7753066Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T19:14:06.7753432Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T19:14:06.7753794Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T19:14:06.7754184Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:14:06.7754612Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:14:06.7755066Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:14:06.7755516Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:14:06.7755915Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T19:14:06.7756346Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:14:06.7756767Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T19:14:06.7757271Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:14:06.7757674Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T19:14:06.7758028Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T19:14:06.7758394Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T19:14:06.7758895Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T19:14:06.7759290Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T19:14:06.7759656Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T19:14:06.7759986Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T19:14:06.7760297Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T19:14:06.7760648Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T19:14:06.7761146Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T19:14:06.7761658Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T19:14:06.7762032Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T19:14:06.7762399Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T19:14:06.7762791Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T19:14:06.7763208Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T19:14:06.7763611Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T19:14:06.7764011Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T19:14:06.7764414Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:14:06.7764823Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T19:14:06.7765197Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T19:14:06.7765562Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T19:14:06.7765919Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T19:14:06.7766300Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T19:14:06.7766834Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T19:14:06.7767365Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T19:14:06.7767891Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T19:14:06.7768308Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:14:06.7768741Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:14:06.7769134Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T19:14:06.7769497Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T19:14:06.7769851Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T19:14:06.7770206Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T19:14:06.7770575Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T19:14:06.7770952Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T19:14:06.7771354Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T19:14:06.7771763Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T19:14:06.7772218Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:14:06.7772653Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T19:14:06.7773025Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T19:14:06.7773404Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T19:14:06.7773787Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T19:14:06.7774168Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T19:14:06.7774542Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T19:14:06.7774910Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T19:14:06.7775473Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:14:06.7775967Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:14:06.7776381Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T19:14:06.7776750Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T19:14:06.7777123Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T19:14:06.7777750Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T19:14:06.7778141Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T19:14:06.7778507Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T19:14:06.7778896Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T19:14:06.7779282Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T19:14:06.7779634Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T19:14:06.7779986Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T19:14:06.7780381Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T19:14:06.7780797Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T19:14:06.7781175Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T19:14:06.7781556Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T19:14:06.7781992Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:14:06.7782419Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T19:14:06.7782833Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:14:06.7783346Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T19:14:06.7783867Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:06.7784379Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T19:14:06.7784691Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T19:14:06.7785081Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:14:06.7785505Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T19:14:06.7785936Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:14:06.7786465Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:14:06.7787056Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:14:06.7787789Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:14:06.7788454Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:14:06.7789101Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:14:06.7789730Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:14:06.7790362Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:14:06.7790943Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:14:06.7791433Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T19:14:06.7791877Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:14:06.7792314Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T19:14:06.7792742Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:14:06.7793323Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:14:06.7793768Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T19:14:06.7794155Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T19:14:06.7794522Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T19:14:06.7794894Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T19:14:06.7795272Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T19:14:06.7795681Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:14:06.7796085Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T19:14:06.7796454Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T19:14:06.7796853Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:14:06.7797427Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T19:14:06.7797914Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T19:14:06.7798399Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:14:06.7798878Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:14:06.7799351Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:14:06.7799826Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:14:06.7800266Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T19:14:06.7800678Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T19:14:06.7801211Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:14:06.7801627Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T19:14:06.7802037Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T19:14:06.7802445Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T19:14:06.7802902Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:14:06.7803330Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T19:14:06.7803718Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T19:14:06.7804099Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T19:14:06.7804486Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T19:14:06.7804871Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T19:14:06.7805315Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:14:06.7805768Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T19:14:06.7806174Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T19:14:06.7806590Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T19:14:06.7807018Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:14:06.7807686Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:14:06.7808137Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:14:06.7808564Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:14:06.7808959Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T19:14:06.7809336Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T19:14:06.7809737Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T19:14:06.7810231Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T19:14:06.7810615Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T19:14:06.7811019Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T19:14:06.7811416Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T19:14:06.7811838Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:14:06.7812311Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:14:06.7812731Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T19:14:06.7813136Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:14:06.7813534Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T19:14:06.7813840Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T19:14:06.7814166Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T19:14:06.7814553Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T19:14:06.7814949Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T19:14:06.7815340Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T19:14:06.7815732Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:14:06.7816160Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:14:06.7816607Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:14:06.7817023Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T19:14:06.7817619Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T19:14:06.7818151Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T19:14:06.7818706Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:06.7819285Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:14:06.7819739Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T19:14:06.7820178Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:14:06.7820608Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:14:06.7821024Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T19:14:06.7821421Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T19:14:06.7821809Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T19:14:06.7822195Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:14:06.7822601Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:14:06.7822993Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T19:14:06.7823367Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T19:14:06.7823752Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:14:06.7824149Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:14:06.7824521Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T19:14:06.7824932Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T19:14:06.7825396Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T19:14:06.7825817Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T19:14:06.7826196Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T19:14:06.7826686Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T19:14:06.7827081Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T19:14:06.7827570Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T19:14:06.7827945Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:14:06.7828372Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:14:06.7828818Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T19:14:06.7829221Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T19:14:06.7829614Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T19:14:06.7830008Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T19:14:06.7830395Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T19:14:06.7830774Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T19:14:06.7831149Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T19:14:06.7831548Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T19:14:06.7832006Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:14:06.7832468Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:14:06.7832891Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:14:06.7833293Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T19:14:06.7833695Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T19:14:06.7834116Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T19:14:06.7834627Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T19:14:06.7834990Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T19:14:06.7835305Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T19:14:06.7835608Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T19:14:06.7835975Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T19:14:06.7836350Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T19:14:06.7836698Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T19:14:06.7837068Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:14:06.7837565Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:14:06.7837952Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T19:14:06.7838313Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T19:14:06.7838664Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T19:14:06.7839045Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T19:14:06.7839441Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T19:14:06.7839814Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T19:14:06.7840176Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T19:14:06.7840531Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T19:14:06.7840914Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T19:14:06.7841296Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T19:14:06.7841646Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T19:14:06.7842019Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T19:14:06.7842405Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T19:14:06.7842794Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T19:14:06.7843282Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T19:14:06.7843656Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T19:14:06.7844037Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T19:14:06.7844436Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T19:14:06.7844859Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T19:14:06.7845262Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T19:14:06.7845612Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T19:14:06.7845956Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T19:14:06.7846301Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T19:14:06.7846729Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:14:06.7847340Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:14:06.7847933Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:14:06.7848410Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:14:06.7848907Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:14:06.7849343Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T19:14:06.7849726Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:14:06.7850115Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:14:06.7850503Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:14:06.7850893Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T19:14:06.7851450Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:14:06.7851833Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T19:14:06.7852204Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T19:14:06.7852599Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:14:06.7853039Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:14:06.7853470Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:14:06.7853847Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T19:14:06.7854249Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:14:06.7854667Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:14:06.7855050Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T19:14:06.7855408Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T19:14:06.7855803Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:14:06.7856259Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:14:06.7856684Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T19:14:06.7857094Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T19:14:06.7857724Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T19:14:06.7858052Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T19:14:06.7858331Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T19:14:06.7858684Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T19:14:06.7859161Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T19:14:07.0038734Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:14:07.1816494Z Collecting meson
2025-08-20T19:14:07.2251917Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T19:14:07.2590881Z Collecting ninja
2025-08-20T19:14:07.2662783Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T19:14:07.2765814Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T19:14:07.3457813Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 18.0 MB/s  0:00:00
2025-08-20T19:14:07.3525949Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T19:14:07.4463754Z Installing collected packages: ninja, meson
2025-08-20T19:14:08.1660100Z 
2025-08-20T19:14:08.1689097Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T19:14:08.4531007Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:14:08.5600154Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T19:14:08.6264027Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T19:14:09.0475730Z 1.8.4
2025-08-20T19:14:09.0728472Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T19:14:09.0981298Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:14:09.0982017Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T19:14:09.0982646Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T19:14:09.0983285Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T19:14:09.0983925Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T19:14:09.0984550Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T19:14:09.0985189Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T19:14:09.0985815Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T19:14:09.0986720Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T19:14:09.0987465Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T19:14:09.0988054Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T19:14:09.0988671Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T19:14:09.0989368Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T19:14:09.0990091Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T19:14:09.0990712Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T19:14:09.0991147Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T19:14:09.0991558Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T19:14:09.0991920Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T19:14:09.0992308Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:14:09.0992776Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:14:09.0993215Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T19:14:09.0993593Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T19:14:09.0994003Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:14:09.0994394Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T19:14:09.0995011Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T19:14:09.0995687Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:14:09.0996449Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:14:09.0997350Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:14:09.0998108Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:14:09.0999081Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:14:09.0999852Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T19:14:09.1000676Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T19:14:09.1001124Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T19:14:09.1001554Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:14:09.1001996Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T19:14:09.1002425Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:14:09.1002821Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:14:09.1003218Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T19:14:09.1003628Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:14:09.1004048Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T19:14:09.1004461Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:14:09.1004858Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T19:14:09.1005240Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T19:14:09.1005687Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T19:14:09.1006152Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:14:09.1006611Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:14:09.1007081Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T19:14:09.1008186Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T19:14:09.1008775Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:14:09.1009190Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T19:14:09.1009598Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T19:14:09.1010012Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T19:14:09.1010405Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T19:14:09.1010775Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T19:14:09.1011131Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T19:14:09.1011502Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T19:14:09.1011834Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T19:14:09.1012180Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T19:14:09.1012588Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:14:09.1012967Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T19:14:09.1013374Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:14:09.1013807Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:14:09.1014222Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:14:09.1014624Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:14:09.1015040Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T19:14:09.1015463Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:14:09.1015856Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:14:09.1016249Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T19:14:09.1016674Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T19:14:09.1017442Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:14:09.1017984Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:14:09.1018454Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T19:14:09.1018864Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T19:14:09.1019249Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T19:14:09.1019634Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T19:14:09.1020030Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T19:14:09.1020460Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:14:09.1020953Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:14:09.1021449Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:14:09.1021937Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:14:09.1022367Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:14:09.1022760Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:14:09.1023143Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:14:09.1023543Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:14:09.1023936Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T19:14:09.1024313Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T19:14:09.1024727Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T19:14:09.1025258Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T19:14:09.1025642Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T19:14:09.1026011Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T19:14:09.1026407Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:14:09.1026802Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T19:14:09.1027342Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T19:14:09.1027801Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T19:14:09.1028184Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:14:09.1028562Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T19:14:09.1028910Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T19:14:09.1029292Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T19:14:09.1029681Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T19:14:09.1030048Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T19:14:09.1030431Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T19:14:09.1030792Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T19:14:09.1031148Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T19:14:09.1031515Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T19:14:09.1031900Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T19:14:09.1032292Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T19:14:09.1032677Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T19:14:09.1033043Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T19:14:09.1033415Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T19:14:09.1033925Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T19:14:09.1034332Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T19:14:09.1034672Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T19:14:09.1034993Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T19:14:09.1035345Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T19:14:09.1035692Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T19:14:09.1036043Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T19:14:09.1036404Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T19:14:09.1036747Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T19:14:09.1037117Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T19:14:09.1038549Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T19:14:09.1038991Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:14:09.1039433Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T19:14:09.1039830Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T19:14:09.1040213Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T19:14:09.1040600Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T19:14:09.1040983Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T19:14:09.1041385Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T19:14:09.1041794Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T19:14:09.1042169Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T19:14:09.1042692Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T19:14:09.1043108Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:14:09.1043545Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:14:09.1043973Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T19:14:09.1044355Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T19:14:09.1044739Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T19:14:09.1045144Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T19:14:09.1045547Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T19:14:09.1045943Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T19:14:09.1046329Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T19:14:09.1046730Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:14:09.1047134Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T19:14:09.1047811Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T19:14:09.1048176Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T19:14:09.1048485Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T19:14:09.1048812Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T19:14:09.1049205Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T19:14:09.1049603Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T19:14:09.1049996Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T19:14:09.1050362Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T19:14:09.1050734Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T19:14:09.1051243Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T19:14:09.1051591Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T19:14:09.1051927Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T19:14:09.1052346Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:14:09.1052787Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T19:14:09.1053185Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T19:14:09.1053552Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T19:14:09.1053936Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T19:14:09.1054345Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T19:14:09.1054765Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:14:09.1055179Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:14:09.1055540Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T19:14:09.1055893Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T19:14:09.1056473Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:14:09.1069464Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T19:14:09.1070242Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T19:14:09.1070734Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T19:14:09.1071105Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T19:14:09.1071507Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T19:14:09.1071892Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T19:14:09.1072570Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:14:09.1073054Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:14:09.1073475Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T19:14:09.1073840Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T19:14:09.1074178Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T19:14:09.1074530Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T19:14:09.1074970Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:14:09.1075471Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:14:09.1075910Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T19:14:09.1076276Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T19:14:09.1076736Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:14:09.1077551Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:14:09.1078049Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:14:09.1078469Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T19:14:09.1078824Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T19:14:09.1079204Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T19:14:09.1079615Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T19:14:09.1080024Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T19:14:09.1080445Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:14:09.1080808Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T19:14:09.1081171Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T19:14:09.1081680Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:14:09.1082078Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T19:14:09.1082464Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:14:09.1082851Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T19:14:09.1083255Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:14:09.1083650Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T19:14:09.1084070Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:14:09.1084519Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T19:14:09.1084939Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T19:14:09.1085308Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T19:14:09.1085674Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T19:14:09.1086056Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T19:14:09.1086429Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T19:14:09.1086802Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T19:14:09.1087362Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T19:14:09.1087821Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T19:14:09.1088244Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:14:09.1088714Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:14:09.1089173Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:14:09.1089717Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T19:14:09.1090112Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T19:14:09.1090498Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T19:14:09.1090874Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T19:14:09.1091239Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T19:14:09.1091617Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T19:14:09.1091993Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T19:14:09.1092439Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:14:09.1092915Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T19:14:09.1093377Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:14:09.1093887Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:14:09.1094387Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T19:14:09.1094870Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:14:09.1095345Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:14:09.1095773Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T19:14:09.1096126Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T19:14:09.1096476Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T19:14:09.1096842Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:14:09.1097467Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T19:14:09.1097896Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T19:14:09.1098281Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:14:09.1098776Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T19:14:09.1099156Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:14:09.1099531Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T19:14:09.1099908Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T19:14:09.1100307Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T19:14:09.1100709Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T19:14:09.1101124Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:14:09.1101559Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:14:09.1101942Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T19:14:09.1102314Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T19:14:09.1102721Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T19:14:09.1103082Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T19:14:09.1103434Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T19:14:09.1103778Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T19:14:09.1104137Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T19:14:09.1104519Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T19:14:09.1104881Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T19:14:09.1105266Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T19:14:09.1105622Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T19:14:09.1105936Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T19:14:09.1106513Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:09.1107030Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T19:14:09.1107624Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T19:14:09.1108001Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T19:14:09.1108430Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T19:14:09.1108826Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:14:09.1109256Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T19:14:09.1109676Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:14:09.1110101Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T19:14:09.1110517Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T19:14:09.1110920Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T19:14:09.1111348Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:14:09.1111751Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T19:14:09.1112136Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T19:14:09.1112559Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:14:09.1113042Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:14:09.1113536Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:14:09.1113974Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:14:09.1114377Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T19:14:09.1114773Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T19:14:09.1115371Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:14:09.1115851Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T19:14:09.1116252Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T19:14:09.1116675Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:14:09.1117119Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T19:14:09.1117729Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T19:14:09.1118093Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T19:14:09.1118451Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T19:14:09.1118829Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T19:14:09.1119210Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T19:14:09.1119572Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T19:14:09.1119924Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T19:14:09.1120311Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T19:14:09.1120689Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T19:14:09.1121051Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T19:14:09.1121416Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T19:14:09.1121766Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T19:14:09.1122139Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T19:14:09.1122519Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T19:14:09.1122877Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T19:14:09.1123361Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T19:14:09.1123710Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T19:14:09.1124069Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T19:14:09.1124431Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T19:14:09.1124787Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T19:14:09.1125136Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T19:14:09.1125503Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T19:14:09.1125853Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T19:14:09.1126215Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T19:14:09.1126638Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T19:14:09.1127036Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T19:14:09.1127500Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T19:14:09.1127876Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:14:09.1128291Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:14:09.1128676Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T19:14:09.1129027Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T19:14:09.1129384Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T19:14:09.1129734Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T19:14:09.1130030Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T19:14:09.1130321Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T19:14:09.1130663Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T19:14:09.1131009Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T19:14:09.1131484Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T19:14:09.1131837Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T19:14:09.1132176Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T19:14:09.1132505Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T19:14:09.1132879Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:14:09.1133279Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T19:14:09.1133664Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:14:09.1134050Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T19:14:09.1134429Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:14:09.1134832Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:14:09.1135329Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:14:09.1135942Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:14:09.1136583Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:14:09.1137127Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:14:09.1137705Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:14:09.1138151Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:14:09.1138661Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:14:09.1139277Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:14:09.1139954Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:14:09.1140443Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:14:09.1140882Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T19:14:09.1141241Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T19:14:09.1141604Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T19:14:09.1141970Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T19:14:09.1142339Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T19:14:09.1142721Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T19:14:09.1143096Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T19:14:09.1143468Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T19:14:09.1143842Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T19:14:09.1144213Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T19:14:09.1144576Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T19:14:09.1144940Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T19:14:09.1145302Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T19:14:09.1145684Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T19:14:09.1146066Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T19:14:09.1146467Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T19:14:09.1146871Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T19:14:09.1147322Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T19:14:09.1147709Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T19:14:09.1148339Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T19:14:09.1148749Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:14:09.1149181Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:14:09.1149605Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T19:14:09.1149965Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T19:14:09.1150324Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T19:14:09.1150695Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T19:14:09.1151051Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T19:14:09.1151429Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:14:09.1151806Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T19:14:09.1152184Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T19:14:09.1152559Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T19:14:09.1152910Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T19:14:09.1153261Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T19:14:09.1153797Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:09.1154504Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:09.1155176Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:09.1155822Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:09.1156450Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T19:14:09.1156823Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T19:14:09.1157274Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T19:14:09.1157640Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T19:14:09.1158002Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T19:14:09.1158354Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T19:14:09.1158714Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T19:14:09.1159096Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T19:14:09.1159461Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T19:14:09.1159832Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T19:14:09.1160208Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T19:14:09.1160575Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T19:14:09.1160955Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T19:14:09.1161349Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T19:14:09.1161738Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T19:14:09.1162122Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T19:14:09.1162512Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T19:14:09.1162896Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T19:14:09.1163303Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T19:14:09.1163674Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T19:14:09.1164038Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T19:14:09.1164525Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T19:14:09.1164923Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T19:14:09.1165308Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T19:14:09.1165694Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T19:14:09.1166077Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T19:14:09.1166454Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T19:14:09.1166871Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:14:09.1167395Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T19:14:09.1167786Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T19:14:09.1168222Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:14:09.1168676Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:14:09.1169072Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T19:14:09.1169432Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T19:14:09.1169797Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T19:14:09.1170184Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T19:14:09.1170582Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:14:09.1170976Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T19:14:09.1171345Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T19:14:09.1171724Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T19:14:09.1172303Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:14:09.1172771Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:14:09.1173162Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T19:14:09.1173560Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:14:09.1174002Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:14:09.1174433Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:14:09.1174901Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:14:09.1175378Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:14:09.1175811Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:14:09.1176238Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:14:09.1176641Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T19:14:09.1177024Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T19:14:09.1177538Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T19:14:09.1177917Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T19:14:09.1178291Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T19:14:09.1178690Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T19:14:09.1179082Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T19:14:09.1179481Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:14:09.1179891Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T19:14:09.1180269Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T19:14:09.1180641Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T19:14:09.1181110Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T19:14:09.1181464Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T19:14:09.1181851Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:14:09.1182254Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:14:09.1182698Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:14:09.1183141Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:14:09.1183534Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T19:14:09.1183966Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:14:09.1184379Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T19:14:09.1184781Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:14:09.1185173Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T19:14:09.1185521Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T19:14:09.1185881Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T19:14:09.1186264Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T19:14:09.1186648Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T19:14:09.1187025Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T19:14:09.1187452Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T19:14:09.1187782Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T19:14:09.1188123Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T19:14:09.1188740Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T19:14:09.1189256Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T19:14:09.1189625Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T19:14:09.1189985Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T19:14:09.1190371Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T19:14:09.1190768Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T19:14:09.1191167Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T19:14:09.1191559Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T19:14:09.1191961Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:14:09.1192362Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T19:14:09.1192726Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T19:14:09.1193089Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T19:14:09.1193442Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T19:14:09.1193823Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T19:14:09.1194237Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T19:14:09.1194667Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T19:14:09.1195061Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T19:14:09.1195473Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:14:09.1195903Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:14:09.1196289Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T19:14:09.1196648Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T19:14:09.1197141Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T19:14:09.1197595Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T19:14:09.1197964Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T19:14:09.1198333Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T19:14:09.1198728Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T19:14:09.1199135Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T19:14:09.1199587Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:14:09.1200019Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T19:14:09.1200392Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T19:14:09.1200765Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T19:14:09.1201141Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T19:14:09.1201522Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T19:14:09.1201891Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T19:14:09.1202257Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T19:14:09.1202692Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:14:09.1203178Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:14:09.1203589Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T19:14:09.1203953Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T19:14:09.1204313Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T19:14:09.1204822Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T19:14:09.1205210Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T19:14:09.1205573Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T19:14:09.1205961Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T19:14:09.1206330Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T19:14:09.1206672Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T19:14:09.1207019Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T19:14:09.1207505Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T19:14:09.1207913Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T19:14:09.1208284Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T19:14:09.1208661Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T19:14:09.1209094Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:14:09.1209514Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T19:14:09.1209923Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:14:09.1210306Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T19:14:09.1210817Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:09.1211323Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T19:14:09.1211625Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T19:14:09.1211959Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:14:09.1212362Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T19:14:09.1212776Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:14:09.1213397Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:14:09.1213981Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:14:09.1214580Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:14:09.1215230Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:14:09.1215864Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:14:09.1216481Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:14:09.1217089Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:14:09.1217765Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:14:09.1218242Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T19:14:09.1218681Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:14:09.1219107Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T19:14:09.1219519Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:14:09.1219983Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:14:09.1220406Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T19:14:09.1220775Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T19:14:09.1221135Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T19:14:09.1221501Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T19:14:09.1221986Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T19:14:09.1222386Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:14:09.1222788Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T19:14:09.1223143Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T19:14:09.1223528Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:14:09.1223981Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T19:14:09.1224460Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T19:14:09.1224938Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:14:09.1225412Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:14:09.1225888Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:14:09.1226369Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:14:09.1226809Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T19:14:09.1227311Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T19:14:09.1227717Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:14:09.1228119Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T19:14:09.1228518Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T19:14:09.1228916Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T19:14:09.1229342Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:14:09.1229757Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T19:14:09.1230137Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T19:14:09.1230619Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T19:14:09.1230991Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T19:14:09.1231360Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T19:14:09.1231785Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:14:09.1232216Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T19:14:09.1232608Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T19:14:09.1233006Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T19:14:09.1233420Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:14:09.1233859Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:14:09.1234298Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:14:09.1234726Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:14:09.1235114Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T19:14:09.1235480Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T19:14:09.1235862Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T19:14:09.1236223Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T19:14:09.1236594Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T19:14:09.1236989Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T19:14:09.1237477Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T19:14:09.1237892Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:14:09.1238466Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:14:09.1238881Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T19:14:09.1239279Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:14:09.1239664Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T19:14:09.1239963Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T19:14:09.1240274Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T19:14:09.1240646Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T19:14:09.1241030Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T19:14:09.1241412Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T19:14:09.1241798Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:14:09.1242218Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:14:09.1242661Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:14:09.1243068Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T19:14:09.1243449Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T19:14:09.1243838Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T19:14:09.1244381Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:09.1244959Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:14:09.1245404Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T19:14:09.1245832Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:14:09.1246261Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:14:09.1246778Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T19:14:09.1247267Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T19:14:09.1247650Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T19:14:09.1248025Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:14:09.1248414Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:14:09.1248807Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T19:14:09.1249177Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T19:14:09.1249554Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:14:09.1249947Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:14:09.1250317Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T19:14:09.1250718Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T19:14:09.1251166Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T19:14:09.1251576Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T19:14:09.1251940Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T19:14:09.1252305Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T19:14:09.1252681Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T19:14:09.1253046Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T19:14:09.1253405Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:14:09.1253823Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:14:09.1254376Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T19:14:09.1254771Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T19:14:09.1255158Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T19:14:09.1255544Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T19:14:09.1255917Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T19:14:09.1256280Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T19:14:09.1256652Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T19:14:09.1257037Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T19:14:09.1257576Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:14:09.1258020Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:14:09.1258437Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:14:09.1258829Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T19:14:09.1259218Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T19:14:09.1259630Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T19:14:09.1260011Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T19:14:09.1260357Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T19:14:09.1260662Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T19:14:09.1260954Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T19:14:09.1261312Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T19:14:09.1261675Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T19:14:09.1262017Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T19:14:09.1262380Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:14:09.1262879Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:14:09.1263294Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T19:14:09.1263642Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T19:14:09.1263984Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T19:14:09.1264348Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T19:14:09.1264737Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T19:14:09.1265102Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T19:14:09.1265455Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T19:14:09.1265801Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T19:14:09.1266171Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T19:14:09.1266550Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T19:14:09.1266894Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T19:14:09.1267351Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T19:14:09.1267732Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T19:14:09.1268097Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T19:14:09.1268458Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T19:14:09.1268821Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T19:14:09.1269188Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T19:14:09.1269592Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T19:14:09.1270012Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T19:14:09.1270532Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T19:14:09.1270884Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T19:14:09.1271230Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T19:14:09.1271571Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T19:14:09.1271993Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:14:09.1272489Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:14:09.1272949Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:14:09.1273414Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:14:09.1273898Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:14:09.1274327Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T19:14:09.1274709Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:14:09.1275103Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:14:09.1275486Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:14:09.1275870Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T19:14:09.1276246Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:14:09.1276621Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T19:14:09.1276988Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T19:14:09.1277474Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:14:09.1277905Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:14:09.1278331Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:14:09.1278708Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T19:14:09.1279214Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:14:09.1279639Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:14:09.1280013Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T19:14:09.1280359Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T19:14:09.1280748Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:14:09.1281196Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:14:09.1281617Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T19:14:09.1282021Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T19:14:09.1282418Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T19:14:09.1282741Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T19:14:09.1283016Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T19:14:09.1283364Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T19:14:09.1283840Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T19:14:09.3554340Z info: downloading installer
2025-08-20T19:14:09.7475441Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T19:14:09.7476008Z warn: /home/runner/.rustup/settings.toml
2025-08-20T19:14:09.7476434Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T19:14:09.7476906Z warn: instead of the one inferred from the default host triple.
2025-08-20T19:14:09.7642390Z info: profile set to 'default'
2025-08-20T19:14:09.7642765Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T19:14:09.7643205Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T19:14:09.8313421Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T19:14:09.8561815Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T19:14:09.8562230Z 
2025-08-20T19:14:09.8656626Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:14:09.8657071Z 
2025-08-20T19:14:09.8657076Z 
2025-08-20T19:14:09.8657366Z Rust is installed now. Great!
2025-08-20T19:14:09.8657535Z 
2025-08-20T19:14:09.8657746Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T19:14:09.8658184Z environment variable. This has not been done automatically.
2025-08-20T19:14:09.8658448Z 
2025-08-20T19:14:09.8658658Z To configure your current shell, you need to source
2025-08-20T19:14:09.8659183Z the corresponding env file under $HOME/.cargo.
2025-08-20T19:14:09.8659493Z 
2025-08-20T19:14:09.8659778Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T19:14:09.8660494Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T19:14:09.8661045Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T19:14:09.8661552Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T19:14:09.8854919Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T19:14:09.9191955Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T19:14:09.9192425Z 
2025-08-20T19:14:09.9283444Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:14:09.9283775Z 
2025-08-20T19:14:09.9766012Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:14:10.4146394Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T19:14:10.4442134Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:14:10.4442756Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T19:14:10.4443688Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T19:14:10.4444366Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T19:14:10.4445356Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T19:14:10.4446053Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T19:14:10.4446735Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T19:14:10.4447596Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T19:14:10.4448363Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T19:14:10.4448963Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T19:14:10.4449612Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T19:14:10.4450308Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T19:14:10.4451003Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T19:14:10.4451735Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T19:14:10.4452452Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T19:14:10.4453166Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T19:14:10.4453758Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T19:14:10.4454137Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T19:14:10.4454517Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:14:10.4454969Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:14:10.4455406Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T19:14:10.4455785Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T19:14:10.4456195Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:14:10.4456582Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T19:14:10.4457128Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T19:14:10.4457719Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:14:10.4458151Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:14:10.4458552Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:14:10.4458942Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:14:10.4459345Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:14:10.4459751Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T19:14:10.4460160Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T19:14:10.4460571Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T19:14:10.4460979Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:14:10.4461418Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T19:14:10.4461846Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:14:10.4462236Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:14:10.4462632Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T19:14:10.4463041Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:14:10.4463465Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T19:14:10.4463885Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:14:10.4464282Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T19:14:10.4464669Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T19:14:10.4465115Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T19:14:10.4465593Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:14:10.4466189Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:14:10.4466670Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T19:14:10.4467101Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T19:14:10.4467967Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:14:10.4468669Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T19:14:10.4469088Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T19:14:10.4469496Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T19:14:10.4469889Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T19:14:10.4470251Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T19:14:10.4470618Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T19:14:10.4470980Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T19:14:10.4471296Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T19:14:10.4471631Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T19:14:10.4472027Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:14:10.4472391Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T19:14:10.4472788Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:14:10.4473211Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:14:10.4473620Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:14:10.4474018Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:14:10.4474568Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T19:14:10.4474991Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:14:10.4475381Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:14:10.4475765Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T19:14:10.4476175Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T19:14:10.4476634Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:14:10.4477130Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:14:10.4477793Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T19:14:10.4478203Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T19:14:10.4478584Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T19:14:10.4478968Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T19:14:10.4479361Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T19:14:10.4479788Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:14:10.4480265Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:14:10.4480750Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:14:10.4481230Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:14:10.4481657Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:14:10.4482041Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:14:10.4482422Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:14:10.4482832Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:14:10.4483347Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T19:14:10.4483738Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T19:14:10.4484149Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T19:14:10.4484558Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T19:14:10.4484932Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T19:14:10.4485300Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T19:14:10.4485693Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:14:10.4486087Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T19:14:10.4486450Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T19:14:10.4486813Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T19:14:10.4487392Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:14:10.4487803Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T19:14:10.4488150Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T19:14:10.4488521Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T19:14:10.4488888Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T19:14:10.4489242Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T19:14:10.4489626Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T19:14:10.4489985Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T19:14:10.4490342Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T19:14:10.4490703Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T19:14:10.4491216Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T19:14:10.4491611Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T19:14:10.4491993Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T19:14:10.4492357Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T19:14:10.4492722Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T19:14:10.4493105Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T19:14:10.4493493Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T19:14:10.4493829Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T19:14:10.4494146Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T19:14:10.4494767Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T19:14:10.4495284Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T19:14:10.4495640Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T19:14:10.4495994Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T19:14:10.4507821Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T19:14:10.4508591Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T19:14:10.4509253Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T19:14:10.4509997Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:14:10.4510774Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T19:14:10.4511496Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T19:14:10.4512196Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T19:14:10.4512855Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T19:14:10.4513537Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T19:14:10.4514238Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T19:14:10.4514669Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T19:14:10.4515078Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T19:14:10.4515476Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T19:14:10.4515889Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:14:10.4516329Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:14:10.4516759Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T19:14:10.4517324Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T19:14:10.4517776Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T19:14:10.4518187Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T19:14:10.4518598Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T19:14:10.4518993Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T19:14:10.4519377Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T19:14:10.4519768Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:14:10.4520166Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T19:14:10.4520542Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T19:14:10.4520899Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T19:14:10.4521205Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T19:14:10.4521524Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T19:14:10.4522052Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T19:14:10.4522453Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T19:14:10.4523010Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T19:14:10.4523492Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T19:14:10.4523861Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T19:14:10.4524234Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T19:14:10.4524580Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T19:14:10.4524915Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T19:14:10.4525336Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:14:10.4525778Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T19:14:10.4526171Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T19:14:10.4526546Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T19:14:10.4526927Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T19:14:10.4527526Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T19:14:10.4527952Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:14:10.4528358Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:14:10.4528718Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T19:14:10.4529069Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T19:14:10.4529485Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:14:10.4529908Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T19:14:10.4530314Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T19:14:10.4530678Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T19:14:10.4531146Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T19:14:10.4531541Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T19:14:10.4531916Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T19:14:10.4532337Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:14:10.4532801Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:14:10.4533209Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T19:14:10.4533575Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T19:14:10.4533912Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T19:14:10.4534256Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T19:14:10.4534696Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:14:10.4535205Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:14:10.4535648Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T19:14:10.4536016Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T19:14:10.4536471Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:14:10.4537005Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:14:10.4537712Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:14:10.4538137Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T19:14:10.4538492Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T19:14:10.4538867Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T19:14:10.4539404Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T19:14:10.4539821Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T19:14:10.4540216Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:14:10.4540581Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T19:14:10.4540950Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T19:14:10.4541339Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:14:10.4541730Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T19:14:10.4542120Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:14:10.4542507Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T19:14:10.4542895Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:14:10.4543287Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T19:14:10.4543714Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:14:10.4544166Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T19:14:10.4544590Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T19:14:10.4544958Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T19:14:10.4545324Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T19:14:10.4545711Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T19:14:10.4546082Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T19:14:10.4546452Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T19:14:10.4546824Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T19:14:10.4547415Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T19:14:10.4547956Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:14:10.4548424Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:14:10.4549182Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:14:10.4549609Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T19:14:10.4550001Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T19:14:10.4550384Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T19:14:10.4550757Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T19:14:10.4551122Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T19:14:10.4551532Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T19:14:10.4551929Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T19:14:10.4552385Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:14:10.4552868Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T19:14:10.4553328Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:14:10.4553841Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:14:10.4554348Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T19:14:10.4554848Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:14:10.4555334Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:14:10.4555762Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T19:14:10.4556265Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T19:14:10.4556626Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T19:14:10.4556999Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:14:10.4557604Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T19:14:10.4557959Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T19:14:10.4558332Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:14:10.4558709Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T19:14:10.4559089Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:14:10.4559469Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T19:14:10.4559847Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T19:14:10.4560241Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T19:14:10.4560631Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T19:14:10.4561042Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:14:10.4561476Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:14:10.4561860Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T19:14:10.4562230Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T19:14:10.4562636Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T19:14:10.4562999Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T19:14:10.4563349Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T19:14:10.4563692Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T19:14:10.4564055Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T19:14:10.4564439Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T19:14:10.4564923Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T19:14:10.4565319Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T19:14:10.4565677Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T19:14:10.4565993Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T19:14:10.4566454Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:10.4566965Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T19:14:10.4567449Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T19:14:10.4567818Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T19:14:10.4568187Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T19:14:10.4568585Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:14:10.4569025Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T19:14:10.4569449Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:14:10.4569875Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T19:14:10.4570274Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T19:14:10.4570663Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T19:14:10.4571076Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:14:10.4571486Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T19:14:10.4571877Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T19:14:10.4572304Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:14:10.4572954Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:14:10.4573450Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:14:10.4573900Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:14:10.4574314Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T19:14:10.4574714Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T19:14:10.4575184Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:14:10.4575667Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T19:14:10.4576068Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T19:14:10.4576498Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:14:10.4576948Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T19:14:10.4577571Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T19:14:10.4577949Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T19:14:10.4578316Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T19:14:10.4578696Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T19:14:10.4579077Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T19:14:10.4579440Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T19:14:10.4579796Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T19:14:10.4580182Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T19:14:10.4580559Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T19:14:10.4580924Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T19:14:10.4581294Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T19:14:10.4581650Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T19:14:10.4582145Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T19:14:10.4582535Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T19:14:10.4582892Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T19:14:10.4583244Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T19:14:10.4583595Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T19:14:10.4583956Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T19:14:10.4584330Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T19:14:10.4584688Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T19:14:10.4585040Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T19:14:10.4585415Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T19:14:10.4585770Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T19:14:10.4586135Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T19:14:10.4586562Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T19:14:10.4586971Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T19:14:10.4587454Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T19:14:10.4587830Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:14:10.4588246Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:14:10.4588637Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T19:14:10.4588993Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T19:14:10.4589359Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T19:14:10.4589835Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T19:14:10.4590134Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T19:14:10.4590431Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T19:14:10.4590775Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T19:14:10.4591125Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T19:14:10.4591484Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T19:14:10.4591838Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T19:14:10.4592176Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T19:14:10.4592512Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T19:14:10.4592889Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:14:10.4593286Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T19:14:10.4593687Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:14:10.4594080Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T19:14:10.4594467Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:14:10.4594876Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:14:10.4595375Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:14:10.4595992Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:14:10.4596615Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:14:10.4597307Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:14:10.4597836Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:14:10.4598420Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:14:10.4598946Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:14:10.4599563Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:14:10.4600120Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:14:10.4600608Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:14:10.4601047Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T19:14:10.4601407Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T19:14:10.4601773Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T19:14:10.4602139Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T19:14:10.4602521Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T19:14:10.4602908Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T19:14:10.4603289Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T19:14:10.4603665Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T19:14:10.4604034Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T19:14:10.4604413Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T19:14:10.4604778Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T19:14:10.4605145Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T19:14:10.4605510Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T19:14:10.4605898Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T19:14:10.4606404Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T19:14:10.4606819Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T19:14:10.4607339Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T19:14:10.4607700Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T19:14:10.4608111Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T19:14:10.4608520Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T19:14:10.4608920Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:14:10.4609348Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:14:10.4609775Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T19:14:10.4610141Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T19:14:10.4610512Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T19:14:10.4610888Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T19:14:10.4611247Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T19:14:10.4611630Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:14:10.4612009Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T19:14:10.4612385Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T19:14:10.4612762Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T19:14:10.4613120Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T19:14:10.4613549Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T19:14:10.4614088Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:10.4614924Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:10.4615605Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:10.4616258Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:10.4616773Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T19:14:10.4617255Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T19:14:10.4617621Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T19:14:10.4617995Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T19:14:10.4618363Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T19:14:10.4618716Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T19:14:10.4619087Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T19:14:10.4619470Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T19:14:10.4619840Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T19:14:10.4620212Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T19:14:10.4620586Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T19:14:10.4620951Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T19:14:10.4621333Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T19:14:10.4621739Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T19:14:10.4622133Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T19:14:10.4622519Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T19:14:10.4623045Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T19:14:10.4623438Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T19:14:10.4623828Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T19:14:10.4624215Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T19:14:10.4624584Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T19:14:10.4624963Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T19:14:10.4625363Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T19:14:10.4625753Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T19:14:10.4626141Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T19:14:10.4626532Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T19:14:10.4626923Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T19:14:10.4627451Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:14:10.4627883Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T19:14:10.4628276Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T19:14:10.4628709Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:14:10.4629162Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:14:10.4629563Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T19:14:10.4629920Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T19:14:10.4630292Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T19:14:10.4630685Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T19:14:10.4631087Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:14:10.4631596Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T19:14:10.4631972Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T19:14:10.4632355Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T19:14:10.4632821Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:14:10.4633290Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:14:10.4633680Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T19:14:10.4634081Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:14:10.4634529Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:14:10.4634968Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:14:10.4635444Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:14:10.4635932Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:14:10.4636367Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:14:10.4636799Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:14:10.4637370Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T19:14:10.4637778Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T19:14:10.4638189Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T19:14:10.4638569Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T19:14:10.4638942Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T19:14:10.4639350Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T19:14:10.4639875Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T19:14:10.4640269Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:14:10.4640682Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T19:14:10.4641066Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T19:14:10.4641438Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T19:14:10.4641797Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T19:14:10.4642149Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T19:14:10.4642535Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:14:10.4642949Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:14:10.4643399Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:14:10.4643852Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:14:10.4644255Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T19:14:10.4644685Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:14:10.4645104Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T19:14:10.4645506Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:14:10.4645904Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T19:14:10.4646255Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T19:14:10.4646616Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T19:14:10.4647002Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T19:14:10.4647498Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T19:14:10.4647869Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T19:14:10.4648305Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T19:14:10.4648614Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T19:14:10.4648963Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T19:14:10.4649462Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T19:14:10.4649972Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T19:14:10.4650345Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T19:14:10.4650713Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T19:14:10.4651100Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T19:14:10.4651506Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T19:14:10.4651914Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T19:14:10.4652312Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T19:14:10.4652718Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:14:10.4653120Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T19:14:10.4653486Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T19:14:10.4653845Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T19:14:10.4654200Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T19:14:10.4654571Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T19:14:10.4654987Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T19:14:10.4655407Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T19:14:10.4655912Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T19:14:10.4656330Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:14:10.4656762Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:14:10.4657294Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T19:14:10.4657708Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T19:14:10.4658055Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T19:14:10.4658409Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T19:14:10.4658773Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T19:14:10.4659145Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T19:14:10.4659540Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T19:14:10.4659954Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T19:14:10.4660407Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:14:10.4660840Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T19:14:10.4661212Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T19:14:10.4661593Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T19:14:10.4661972Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T19:14:10.4662349Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T19:14:10.4662717Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T19:14:10.4663082Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T19:14:10.4663517Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:14:10.4664003Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:14:10.4664588Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T19:14:10.4664968Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T19:14:10.4665336Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T19:14:10.4665731Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T19:14:10.4666117Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T19:14:10.4666481Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T19:14:10.4666869Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T19:14:10.4667353Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T19:14:10.4667700Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T19:14:10.4668061Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T19:14:10.4668465Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T19:14:10.4668881Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T19:14:10.4669251Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T19:14:10.4669630Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T19:14:10.4670068Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:14:10.4670494Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T19:14:10.4670905Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:14:10.4671293Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T19:14:10.4671801Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:10.4672425Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T19:14:10.4672728Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T19:14:10.4673058Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:14:10.4673458Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T19:14:10.4673875Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:14:10.4674383Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:14:10.4674961Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:14:10.4675565Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:14:10.4676206Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:14:10.4676845Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:14:10.4677667Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:14:10.4678286Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:14:10.4678914Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:14:10.4679401Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T19:14:10.4679846Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:14:10.4680275Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T19:14:10.4680699Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:14:10.4681160Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:14:10.4681595Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T19:14:10.4682100Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T19:14:10.4682469Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T19:14:10.4682838Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T19:14:10.4683210Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T19:14:10.4683615Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:14:10.4684024Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T19:14:10.4684377Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T19:14:10.4684765Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:14:10.4685224Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T19:14:10.4685709Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T19:14:10.4686191Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:14:10.4686667Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:14:10.4687139Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:14:10.4687717Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:14:10.4688156Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T19:14:10.4688564Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T19:14:10.4688970Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:14:10.4689373Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T19:14:10.4689899Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T19:14:10.4690305Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T19:14:10.4690734Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:14:10.4691156Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T19:14:10.4691536Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T19:14:10.4691909Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T19:14:10.4692282Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T19:14:10.4692652Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T19:14:10.4693078Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:14:10.4693503Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T19:14:10.4693900Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T19:14:10.4694302Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T19:14:10.4694720Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:14:10.4695160Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:14:10.4695598Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:14:10.4696022Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:14:10.4696413Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T19:14:10.4696784Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T19:14:10.4697274Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T19:14:10.4697639Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T19:14:10.4698012Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T19:14:10.4698556Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T19:14:10.4698959Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T19:14:10.4699378Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:14:10.4699837Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:14:10.4700250Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T19:14:10.4700651Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:14:10.4701042Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T19:14:10.4701339Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T19:14:10.4701651Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T19:14:10.4702030Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T19:14:10.4702420Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T19:14:10.4702804Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T19:14:10.4703198Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:14:10.4703617Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:14:10.4704056Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:14:10.4704467Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T19:14:10.4704849Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T19:14:10.4705236Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T19:14:10.4705776Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:14:10.4706471Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:14:10.4706919Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T19:14:10.4707558Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:14:10.4707988Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:14:10.4708431Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T19:14:10.4708827Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T19:14:10.4709208Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T19:14:10.4709583Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:14:10.4709972Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:14:10.4710366Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T19:14:10.4710735Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T19:14:10.4711114Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:14:10.4711507Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:14:10.4711875Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T19:14:10.4712281Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T19:14:10.4712734Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T19:14:10.4713147Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T19:14:10.4713514Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T19:14:10.4713881Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T19:14:10.4714261Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T19:14:10.4714747Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T19:14:10.4715121Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:14:10.4715544Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:14:10.4715985Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T19:14:10.4716381Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T19:14:10.4716768Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T19:14:10.4717320Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T19:14:10.4717752Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T19:14:10.4718121Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T19:14:10.4718492Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T19:14:10.4718895Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T19:14:10.4719330Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:14:10.4719783Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:14:10.4720238Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:14:10.4720636Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T19:14:10.4721029Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T19:14:10.4721441Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T19:14:10.4721821Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T19:14:10.4722170Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T19:14:10.4722480Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T19:14:10.4722906Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T19:14:10.4723273Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T19:14:10.4723639Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T19:14:10.4723985Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T19:14:10.4724348Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:14:10.4724741Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:14:10.4725119Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T19:14:10.4725471Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T19:14:10.4725816Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T19:14:10.4726180Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T19:14:10.4726578Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T19:14:10.4726949Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T19:14:10.4727423Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T19:14:10.4727771Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T19:14:10.4728144Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T19:14:10.4728520Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T19:14:10.4728859Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T19:14:10.4729225Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T19:14:10.4729608Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T19:14:10.4729981Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T19:14:10.4730345Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T19:14:10.4730717Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T19:14:10.4731208Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T19:14:10.4731609Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T19:14:10.4732027Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T19:14:10.4732424Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T19:14:10.4732769Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T19:14:10.4733111Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T19:14:10.4733443Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T19:14:10.4733860Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:14:10.4734351Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:14:10.4734818Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:14:10.4735289Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:14:10.4735778Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:14:10.4736205Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T19:14:10.4736580Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:14:10.4736963Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:14:10.4737570Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:14:10.4737960Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T19:14:10.4738342Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:14:10.4738718Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T19:14:10.4739212Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T19:14:10.4739603Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:14:10.4740035Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:14:10.4740455Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:14:10.4740826Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T19:14:10.4741222Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:14:10.4741640Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:14:10.4742015Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T19:14:10.4742356Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T19:14:10.4742738Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:14:10.4743189Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:14:10.4743617Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T19:14:10.4744022Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T19:14:10.4744420Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T19:14:10.4744741Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T19:14:10.4745018Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T19:14:10.4745367Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T19:14:10.4745841Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T19:14:10.4746169Z 
2025-08-20T19:14:10.4746173Z 
2025-08-20T19:14:10.4746540Z  [+] Finished Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (07:14:10 PM)
2025-08-20T19:14:10.4746926Z 
2025-08-20T19:14:10.4746930Z 
2025-08-20T19:14:10.4746933Z 
2025-08-20T19:14:10.4747008Z [+] Continue : YES
2025-08-20T19:14:10.4747360Z 
2025-08-20T19:14:10.4747605Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T19:14:10.5154938Z 
2025-08-20T19:14:10.5155475Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (07:14:10 PM) UTC
2025-08-20T19:14:10.5155939Z 
2025-08-20T19:14:10.5173860Z 
2025-08-20T19:14:10.5174061Z [+] Total RECIPES :: 1
2025-08-20T19:14:10.5174300Z 
2025-08-20T19:14:10.5251969Z 
2025-08-20T19:14:10.5252804Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml (1/1)
2025-08-20T19:14:10.5253404Z 
2025-08-20T19:14:10.5706834Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:14:10.5717710Z mode of '/tmp/pkgforge/Bym7TcQj7_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T19:14:10.5765178Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/coreutils/multicall/glibc [Provided]
2025-08-20T19:14:10.5765894Z [+] Setting '.pkg_family' --> coreutils [Provided]
2025-08-20T19:14:10.5778864Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T19:14:10.5785569Z [00:00:00.000]➜  [+] HOST: Linux pkrvmubgrv54qmi 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T19:14:10.5814773Z [00:00:00.003]➜  
2025-08-20T19:14:10.5815526Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/Bym7TcQj7_build.yaml
2025-08-20T19:14:10.5816003Z [00:00:00.003]➜  
2025-08-20T19:14:10.5857848Z [00:00:00.007]➜  
2025-08-20T19:14:10.5858333Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/Bym7TcQj7_build.yaml
2025-08-20T19:14:10.5858758Z [00:00:00.007]➜  
2025-08-20T19:14:10.5937570Z [00:00:00.015]➜  
2025-08-20T19:14:10.5939137Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/coreutils/static.multicall.glibc.yaml) --> /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (07:14:10 PM) UTC]
2025-08-20T19:14:10.5940138Z [00:00:00.015]➜  
2025-08-20T19:14:10.5940348Z [00:00:00.015]➜  
2025-08-20T19:14:10.5940541Z [00:00:00.015]➜  
2025-08-20T19:14:10.5940826Z [00:00:00.015]➜  ###################################################################
2025-08-20T19:14:10.5948275Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T19:14:10.5949514Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:14:10.5950671Z [00:00:00.017]➜  _disabled: false
2025-08-20T19:14:10.5951111Z [00:00:00.017]➜  
2025-08-20T19:14:10.5951495Z [00:00:00.017]➜  pkg: "coreutils"
2025-08-20T19:14:10.5952644Z [00:00:00.017]➜  pkg_id: "github.com.coreutils.coreutils.multicall.glibc"
2025-08-20T19:14:10.5953360Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T19:14:10.5953826Z [00:00:00.017]➜  category:
2025-08-20T19:14:10.5954627Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T19:14:10.5955169Z [00:00:00.017]➜    - "Utility"
2025-08-20T19:14:10.5955631Z [00:00:00.017]➜  description: 
2025-08-20T19:14:10.5956216Z [00:00:00.017]➜    _default: "GNU File, Shell, and Text utilities"
2025-08-20T19:14:10.5956961Z [00:00:00.017]➜    "[": "Check file types and compare values [coreutils]"
2025-08-20T19:14:10.5958016Z [00:00:00.017]➜    arch: "Print machine hardware name (same as uname -m) [coreutils]"
2025-08-20T19:14:10.5958923Z [00:00:00.017]➜    b2sum: "Compute and check BLAKE2 message digest [coreutils]"
2025-08-20T19:14:10.5959889Z [00:00:00.017]➜    base32: "Base32 encode/decode data and print to standard output [coreutils]"
2025-08-20T19:14:10.5960939Z [00:00:00.017]➜    base64: "Base64 encode/decode data and print to standard output [coreutils]"
2025-08-20T19:14:10.5961918Z [00:00:00.017]➜    basename: "Strip directory and suffix from filenames [coreutils]"
2025-08-20T19:14:10.5963088Z [00:00:00.017]➜    basenc: "Encode/decode data and print to standard output [coreutils]"
2025-08-20T19:14:10.5964063Z [00:00:00.017]➜    cat: "Concatenate files and print on the standard output [coreutils]"
2025-08-20T19:14:10.5964902Z [00:00:00.017]➜    chcon: "Change file security context [coreutils]"
2025-08-20T19:14:10.5965616Z [00:00:00.017]➜    chgrp: "Change group ownership [coreutils]"
2025-08-20T19:14:10.5966324Z [00:00:00.017]➜    chmod: "Change file owner and group [coreutils]"
2025-08-20T19:14:10.5967040Z [00:00:00.017]➜    chown: "Change file owner and group [coreutils]"
2025-08-20T19:14:10.5968276Z [00:00:00.017]➜    chroot: "Run command or interactive shell with special root directory [coreutils]"
2025-08-20T19:14:10.5969216Z [00:00:00.017]➜    cksum: "Compute and verify file checksums [coreutils]"
2025-08-20T19:14:10.5970031Z [00:00:00.017]➜    comm: "Compare two sorted files line by line [coreutils]"
2025-08-20T19:14:10.5971024Z [00:00:00.017]➜    coreutils: "Multicall Binary for Coreutils: GNU File, Shell, and Text utilities"  
2025-08-20T19:14:10.5971573Z [00:00:00.017]➜    cp: "Copy files and directories [coreutils]"
2025-08-20T19:14:10.5972070Z [00:00:00.017]➜    csplit: "Split a file into sections determined by context lines [coreutils]"
2025-08-20T19:14:10.5972567Z [00:00:00.017]➜    cut: "Remove sections from each line of files [coreutils]"
2025-08-20T19:14:10.5973004Z [00:00:00.017]➜    date: "Print or set the system date and time [coreutils]"
2025-08-20T19:14:10.5973400Z [00:00:00.017]➜    dd: "Convert and Copy a file [coreutils]"
2025-08-20T19:14:10.5973779Z [00:00:00.017]➜    df: "Report file system space usage [coreutils]"
2025-08-20T19:14:10.5974152Z [00:00:00.017]➜    dir: "List directory contents [coreutils]"
2025-08-20T19:14:10.5974512Z [00:00:00.017]➜    dircolors: "Color setup for ls [coreutils]"
2025-08-20T19:14:10.5974915Z [00:00:00.017]➜    dirname: "Strip last component from file name [coreutils]"
2025-08-20T19:14:10.5975708Z [00:00:00.017]➜    du: "Estimate file space usage [coreutils]"
2025-08-20T19:14:10.5976370Z [00:00:00.017]➜    echo: "Display a line of text [coreutils]"
2025-08-20T19:14:10.5977105Z [00:00:00.017]➜    env: "Run a program in a modified environment [coreutils]"
2025-08-20T19:14:10.5978053Z [00:00:00.017]➜    expand: "Convert tabs to spaces [coreutils]"
2025-08-20T19:14:10.5978743Z [00:00:00.017]➜    expr: "Evaluate expressions [coreutils]"
2025-08-20T19:14:10.5979365Z [00:00:00.017]➜    factor: "Factor numbers [coreutils]"
2025-08-20T19:14:10.5980012Z [00:00:00.017]➜    "false": "Do nothing, unsuccessfully [coreutils]"
2025-08-20T19:14:10.5980729Z [00:00:00.017]➜    fmt: "Simple optimal text formatter [coreutils]"
2025-08-20T19:14:10.5981525Z [00:00:00.017]➜    fold: "Wrap each input line to fit in specified width [coreutils]"
2025-08-20T19:14:10.5982372Z [00:00:00.017]➜    ginstall: "Copy files and set attributes [coreutils]"
2025-08-20T19:14:10.5983127Z [00:00:00.017]➜    groups: "Print the groups a user is in [coreutils]"
2025-08-20T19:14:10.5983875Z [00:00:00.017]➜    head: "Output the first part of files [coreutils]"
2025-08-20T19:14:10.5984742Z [00:00:00.017]➜    hostid: "Print the numeric identifier for the current host [coreutils]"
2025-08-20T19:14:10.5985646Z [00:00:00.017]➜    hostname: "Display or set the system's host name [coreutils]"
2025-08-20T19:14:10.5986526Z [00:00:00.017]➜    id: "Print real and effective user and group IDs [coreutils]"
2025-08-20T19:14:10.5987546Z [00:00:00.017]➜    install: "Copy files and set attributes [coreutils]"
2025-08-20T19:14:10.5988387Z [00:00:00.017]➜    join: "Join lines of two files on a common field [coreutils]"
2025-08-20T19:14:10.5989247Z [00:00:00.017]➜    kill: "Send a signal (default: TERM) to given PIDs [coreutils]"
2025-08-20T19:14:10.5990168Z [00:00:00.017]➜    link: "Call the link function to create a link to a file [coreutils]"
2025-08-20T19:14:10.5990972Z [00:00:00.017]➜    ln: "Make links between files [coreutils]"
2025-08-20T19:14:10.5991688Z [00:00:00.017]➜    logname: "Print user's login name [coreutils]"
2025-08-20T19:14:10.5992605Z [00:00:00.017]➜    ls: "List directory contents [coreutils]"
2025-08-20T19:14:10.5993385Z [00:00:00.017]➜    make-prime-list: "Generate Prime Numbers [coreutils]"
2025-08-20T19:14:10.5994249Z [00:00:00.017]➜    md5sum: "Compute and check MD5 message digest [coreutils]"
2025-08-20T19:14:10.5994986Z [00:00:00.017]➜    mkdir: "Make directories [coreutils]"
2025-08-20T19:14:10.5995692Z [00:00:00.017]➜    mkfifo: "Make FIFOs (named pipes) [coreutils]"
2025-08-20T19:14:10.5996483Z [00:00:00.017]➜    mknod: "Make block or character special files [coreutils]"
2025-08-20T19:14:10.5998288Z [00:00:00.017]➜    mktemp: "Create a temporary file or directory [coreutils]"
2025-08-20T19:14:10.5999088Z [00:00:00.017]➜    mv: "Move (rename) files [coreutils]"
2025-08-20T19:14:10.5999893Z [00:00:00.017]➜    nice: "Run a program with modified scheduling priority [coreutils]"
2025-08-20T19:14:10.6000704Z [00:00:00.017]➜    nl: "Number lines of files [coreutils]"
2025-08-20T19:14:10.6001596Z [00:00:00.017]➜    nohup: "Run a command immune to hangups, with output to a non-tty [coreutils]"
2025-08-20T19:14:10.6002590Z [00:00:00.017]➜    nproc: "Print the number of processing units available [coreutils]"
2025-08-20T19:14:10.6003552Z [00:00:00.017]➜    numfmt: "Convert numbers from/to human-readable strings [coreutils]"
2025-08-20T19:14:10.6004428Z [00:00:00.017]➜    od: "Dump files in octal and other formats [coreutils]"
2025-08-20T19:14:10.6005162Z [00:00:00.017]➜    paste: "Merge lines of files [coreutils]"
2025-08-20T19:14:10.6006002Z [00:00:00.017]➜    pathchk: "Check whether file names are valid or portable [coreutils]"
2025-08-20T19:14:10.6006800Z [00:00:00.017]➜    pinky: "Lightweight finger [coreutils]"
2025-08-20T19:14:10.6007681Z [00:00:00.017]➜    pr: "Convert text files for printing [coreutils]"
2025-08-20T19:14:10.6008488Z [00:00:00.017]➜    printenv: "Print all or part of environment [coreutils]"
2025-08-20T19:14:10.6009480Z [00:00:00.017]➜    printf: "Format and print data [coreutils]"
2025-08-20T19:14:10.6010281Z [00:00:00.017]➜    ptx: "Produce a permuted index of file contents [coreutils]"
2025-08-20T19:14:10.6011133Z [00:00:00.017]➜    pwd: "Print name of current/working directory [coreutils]"
2025-08-20T19:14:10.6012099Z [00:00:00.017]➜    readlink: "Print resolved symbolic links or canonical file names [coreutils]"
2025-08-20T19:14:10.6013003Z [00:00:00.017]➜    realpath: "Print the resolved path [coreutils]"
2025-08-20T19:14:10.6013717Z [00:00:00.017]➜    rm: "Remove files or directories [coreutils]"
2025-08-20T19:14:10.6014583Z [00:00:00.017]➜    rmdir: "Remove empty directories [coreutils]"
2025-08-20T19:14:10.6015616Z [00:00:00.017]➜    runcon: "Run command with specified security context [coreutils]"
2025-08-20T19:14:10.6033137Z [00:00:00.017]➜    seq: "Print a sequence of numbers [coreutils]"
2025-08-20T19:14:10.6033974Z [00:00:00.017]➜    sha1sum: "Compute and check SHA1 message digest [coreutils]"
2025-08-20T19:14:10.6034534Z [00:00:00.017]➜    sha224sum: "Compute and check SHA224 message digest [coreutils]"
2025-08-20T19:14:10.6035051Z [00:00:00.017]➜    sha256sum: "Compute and check SHA256 message digest [coreutils]"
2025-08-20T19:14:10.6035537Z [00:00:00.017]➜    sha384sum: "Compute and check SHA384 message digest [coreutils]"
2025-08-20T19:14:10.6036014Z [00:00:00.017]➜    sha512sum: "Compute and check SHA512 message digest [coreutils]"
2025-08-20T19:14:10.6036564Z [00:00:00.017]➜    shred: "Overwrite a file to hide its contents, and optionally delete it [coreutils]"
2025-08-20T19:14:10.6037060Z [00:00:00.017]➜    shuf: "Generate random permutations [coreutils]"
2025-08-20T19:14:10.6037753Z [00:00:00.017]➜    sleep: "Delay for a specified amount of time [coreutils]"
2025-08-20T19:14:10.6038170Z [00:00:00.017]➜    sort: "Sort lines of text files [coreutils]"
2025-08-20T19:14:10.6038864Z [00:00:00.017]➜    split: "Split a file into pieces [coreutils]"
2025-08-20T19:14:10.6039615Z [00:00:00.017]➜    stat: "Display file or file system status [coreutils]"
2025-08-20T19:14:10.6040915Z [00:00:00.017]➜    stdbuf: "Run COMMAND, with modified buffering operations for its standard streams [coreutils]"
2025-08-20T19:14:10.6041955Z [00:00:00.017]➜    stty: "Change and print terminal line settings [coreutils]"
2025-08-20T19:14:10.6042762Z [00:00:00.017]➜    sum: "Checksum and count the blocks in a file [coreutils]"
2025-08-20T19:14:10.6043621Z [00:00:00.017]➜    sync: "Synchronize cached writes to persistent storage [coreutils]"
2025-08-20T19:14:10.6044470Z [00:00:00.017]➜    tac: "Concatenate and print files in reverse [coreutils]"
2025-08-20T19:14:10.6045198Z [00:00:00.017]➜    tail: "Output the last part of files [coreutils]"
2025-08-20T19:14:10.6046056Z [00:00:00.017]➜    tee: "Read from standard input and write to standard output and files [coreutils]"
2025-08-20T19:14:10.6046936Z [00:00:00.017]➜    test: "Check file types and compare values [coreutils]"
2025-08-20T19:14:10.6047930Z [00:00:00.017]➜    timeout: "Run a command with a time limit [coreutils]"
2025-08-20T19:14:10.6048690Z [00:00:00.017]➜    touch: "Change file timestamps [coreutils]"
2025-08-20T19:14:10.6049341Z [00:00:00.017]➜    tr: "Translate or Delete characters [coreutils]"
2025-08-20T19:14:10.6049756Z [00:00:00.017]➜    "true": "Do nothing, successfully [coreutils]"
2025-08-20T19:14:10.6050296Z [00:00:00.017]➜    truncate: "Shrink or extend the size of a file to the specified size [coreutils]"
2025-08-20T19:14:10.6050788Z [00:00:00.018]➜    tsort: "Perform topological sort [coreutils]"
2025-08-20T19:14:10.6051282Z [00:00:00.018]➜    tty: "Print the file name of the terminal connected to standard input [coreutils]"
2025-08-20T19:14:10.6051756Z [00:00:00.018]➜    uname: "Print system information [coreutils]"
2025-08-20T19:14:10.6052141Z [00:00:00.018]➜    unexpand: "Convert spaces to tabs [coreutils]"
2025-08-20T19:14:10.6052537Z [00:00:00.018]➜    uniq: "Report or omit repeated lines [coreutils]"
2025-08-20T19:14:10.6053191Z [00:00:00.018]➜    unlink: "Call the unlink function to remove the specified file [coreutils]"
2025-08-20T19:14:10.6053713Z [00:00:00.018]➜    uptime: "Display the time since the last boot [coreutils]"
2025-08-20T19:14:10.6054267Z [00:00:00.018]➜    users: "Print the user names of users currently logged in to the current host [coreutils]"
2025-08-20T19:14:10.6054764Z [00:00:00.018]➜    vdir: "List directory contents [coreutils]"
2025-08-20T19:14:10.6055216Z [00:00:00.018]➜    wc: "Print newline, word, and byte counts for each file [coreutils]"
2025-08-20T19:14:10.6055645Z [00:00:00.018]➜    who: "Show who is logged on [coreutils]"
2025-08-20T19:14:10.6056028Z [00:00:00.018]➜    whoami: "Print effective user name [coreutils]"
2025-08-20T19:14:10.6056451Z [00:00:00.018]➜    yes: "Output a string repeatedly until killed [coreutils]"
2025-08-20T19:14:10.6056797Z [00:00:00.018]➜  distro_pkg:
2025-08-20T19:14:10.6057043Z [00:00:00.018]➜    alpine:
2025-08-20T19:14:10.6057806Z [00:00:00.018]➜      - "coreutils"
2025-08-20T19:14:10.6058100Z [00:00:00.018]➜    archlinux:
2025-08-20T19:14:10.6058346Z [00:00:00.018]➜      aur:
2025-08-20T19:14:10.6058611Z [00:00:00.018]➜        - "coreutils-git"
2025-08-20T19:14:10.6058882Z [00:00:00.018]➜    debian:
2025-08-20T19:14:10.6059122Z [00:00:00.018]➜      - "coreutils"
2025-08-20T19:14:10.6059382Z [00:00:00.018]➜    gnuguix:
2025-08-20T19:14:10.6059626Z [00:00:00.018]➜      - "coreutils"
2025-08-20T19:14:10.6059883Z [00:00:00.018]➜    homebrew:
2025-08-20T19:14:10.6060129Z [00:00:00.018]➜      - "coreutils"
2025-08-20T19:14:10.6060375Z [00:00:00.018]➜    nixpkgs:
2025-08-20T19:14:10.6060640Z [00:00:00.018]➜      - "coreutils"
2025-08-20T19:14:10.6060889Z [00:00:00.018]➜  homepage:
2025-08-20T19:14:10.6061204Z [00:00:00.018]➜    - "https://www.gnu.org/software/coreutils/"
2025-08-20T19:14:10.6061529Z [00:00:00.018]➜  license:
2025-08-20T19:14:10.6061770Z [00:00:00.018]➜    - id: "GPL-3.0"
2025-08-20T19:14:10.6062311Z [00:00:00.018]➜      url: "https://github.com/coreutils/coreutils/raw/fbfd886e595cf9b021fc9d8363760953a1d3e6ca/COPYING"
2025-08-20T19:14:10.6062806Z [00:00:00.018]➜  maintainer:
2025-08-20T19:14:10.6063290Z [00:00:00.018]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T19:14:10.6063620Z [00:00:00.018]➜  note:
2025-08-20T19:14:10.6063922Z [00:00:00.018]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T19:14:10.6064467Z [00:00:00.018]➜    - "Built From Source (Latest Git TAG). Check/Report @ https://github.com/coreutils/coreutils"
2025-08-20T19:14:10.6065032Z [00:00:00.018]➜    - "This is the multicall version i.e all progs are symlinked"
2025-08-20T19:14:10.6065440Z [00:00:00.018]➜    - "Statically Linked on Debian (GLIBC)"
2025-08-20T19:14:10.6065755Z [00:00:00.018]➜  provides:
2025-08-20T19:14:10.6066009Z [00:00:00.018]➜    - "coreutils==["
2025-08-20T19:14:10.6066292Z [00:00:00.018]➜    - "coreutils==[["  
2025-08-20T19:14:10.6066577Z [00:00:00.018]➜    - "coreutils==arch"
2025-08-20T19:14:10.6066853Z [00:00:00.018]➜    - "coreutils==b2sum"
2025-08-20T19:14:10.6067385Z [00:00:00.018]➜    - "coreutils==base32"
2025-08-20T19:14:10.6067698Z [00:00:00.018]➜    - "coreutils==base64"
2025-08-20T19:14:10.6067998Z [00:00:00.018]➜    - "coreutils==basename"
2025-08-20T19:14:10.6068285Z [00:00:00.018]➜    - "coreutils==basenc"
2025-08-20T19:14:10.6068563Z [00:00:00.018]➜    - "coreutils==cat"
2025-08-20T19:14:10.6068840Z [00:00:00.018]➜    - "coreutils==chcon"
2025-08-20T19:14:10.6069120Z [00:00:00.018]➜    - "coreutils==chgrp"
2025-08-20T19:14:10.6069393Z [00:00:00.018]➜    - "coreutils==chmod"
2025-08-20T19:14:10.6069667Z [00:00:00.018]➜    - "coreutils==chown"
2025-08-20T19:14:10.6069941Z [00:00:00.018]➜    - "coreutils==chroot"
2025-08-20T19:14:10.6070215Z [00:00:00.018]➜    - "coreutils==cksum"
2025-08-20T19:14:10.6070489Z [00:00:00.018]➜    - "coreutils==comm"
2025-08-20T19:14:10.6070763Z [00:00:00.018]➜    - "coreutils==cp"
2025-08-20T19:14:10.6071040Z [00:00:00.018]➜    - "coreutils==csplit"
2025-08-20T19:14:10.6071313Z [00:00:00.018]➜    - "coreutils==cut"
2025-08-20T19:14:10.6071739Z [00:00:00.018]➜    - "coreutils==date"
2025-08-20T19:14:10.6072010Z [00:00:00.018]➜    - "coreutils==dd"
2025-08-20T19:14:10.6072280Z [00:00:00.018]➜    - "coreutils==df"
2025-08-20T19:14:10.6072552Z [00:00:00.018]➜    - "coreutils==dir"
2025-08-20T19:14:10.6072842Z [00:00:00.018]➜    - "coreutils==dircolors"
2025-08-20T19:14:10.6073137Z [00:00:00.018]➜    - "coreutils==dirname"
2025-08-20T19:14:10.6073417Z [00:00:00.018]➜    - "coreutils==du"
2025-08-20T19:14:10.6073685Z [00:00:00.018]➜    - "coreutils==echo"
2025-08-20T19:14:10.6073955Z [00:00:00.018]➜    - "coreutils==env"
2025-08-20T19:14:10.6074231Z [00:00:00.018]➜    - "coreutils==expand"
2025-08-20T19:14:10.6074506Z [00:00:00.018]➜    - "coreutils==expr"
2025-08-20T19:14:10.6074778Z [00:00:00.018]➜    - "coreutils==factor"
2025-08-20T19:14:10.6075051Z [00:00:00.018]➜    - "coreutils==false"
2025-08-20T19:14:10.6075322Z [00:00:00.018]➜    - "coreutils==fmt"
2025-08-20T19:14:10.6075589Z [00:00:00.018]➜    - "coreutils==fold"
2025-08-20T19:14:10.6075871Z [00:00:00.018]➜    - "coreutils==ginstall"
2025-08-20T19:14:10.6076156Z [00:00:00.018]➜    - "coreutils==groups"
2025-08-20T19:14:10.6076444Z [00:00:00.018]➜    - "coreutils==head"
2025-08-20T19:14:10.6076716Z [00:00:00.018]➜    - "coreutils==hostid"
2025-08-20T19:14:10.6077009Z [00:00:00.018]➜    - "coreutils==hostname"  
2025-08-20T19:14:10.6077587Z [00:00:00.018]➜    - "coreutils==id"
2025-08-20T19:14:10.6078079Z [00:00:00.018]➜    - "coreutils==install"  
2025-08-20T19:14:10.6078569Z [00:00:00.018]➜    - "coreutils==join"
2025-08-20T19:14:10.6079034Z [00:00:00.018]➜    - "coreutils==kill"
2025-08-20T19:14:10.6079446Z [00:00:00.018]➜    - "coreutils==link"
2025-08-20T19:14:10.6079714Z [00:00:00.018]➜    - "coreutils==ln"
2025-08-20T19:14:10.6079983Z [00:00:00.018]➜    - "coreutils==logname"
2025-08-20T19:14:10.6080259Z [00:00:00.018]➜    - "coreutils==ls"
2025-08-20T19:14:10.6080559Z [00:00:00.018]➜    - "coreutils==make-prime-list"  
2025-08-20T19:14:10.6080873Z [00:00:00.018]➜    - "coreutils==md5sum"
2025-08-20T19:14:10.6081160Z [00:00:00.018]➜    - "coreutils==mkdir"
2025-08-20T19:14:10.6081570Z [00:00:00.018]➜    - "coreutils==mkfifo"
2025-08-20T19:14:10.6081855Z [00:00:00.018]➜    - "coreutils==mknod"
2025-08-20T19:14:10.6082130Z [00:00:00.018]➜    - "coreutils==mktemp"
2025-08-20T19:14:10.6082401Z [00:00:00.018]➜    - "coreutils==mv"
2025-08-20T19:14:10.6082668Z [00:00:00.018]➜    - "coreutils==nice"
2025-08-20T19:14:10.6082935Z [00:00:00.018]➜    - "coreutils==nl"
2025-08-20T19:14:10.6083200Z [00:00:00.018]➜    - "coreutils==nohup"
2025-08-20T19:14:10.6083475Z [00:00:00.018]➜    - "coreutils==nproc"
2025-08-20T19:14:10.6083753Z [00:00:00.018]➜    - "coreutils==numfmt"
2025-08-20T19:14:10.6084026Z [00:00:00.018]➜    - "coreutils==od"
2025-08-20T19:14:10.6084290Z [00:00:00.018]➜    - "coreutils==paste"
2025-08-20T19:14:10.6084571Z [00:00:00.018]➜    - "coreutils==pathchk"
2025-08-20T19:14:10.6084855Z [00:00:00.018]➜    - "coreutils==pinky"
2025-08-20T19:14:10.6085252Z [00:00:00.018]➜    - "coreutils==pr"
2025-08-20T19:14:10.6085530Z [00:00:00.018]➜    - "coreutils==printenv"
2025-08-20T19:14:10.6085824Z [00:00:00.018]➜    - "coreutils==printf"
2025-08-20T19:14:10.6086101Z [00:00:00.018]➜    - "coreutils==ptx"
2025-08-20T19:14:10.6086370Z [00:00:00.018]➜    - "coreutils==pwd"
2025-08-20T19:14:10.6086650Z [00:00:00.018]➜    - "coreutils==readlink"
2025-08-20T19:14:10.6086937Z [00:00:00.018]➜    - "coreutils==realpath"
2025-08-20T19:14:10.6087396Z [00:00:00.018]➜    - "coreutils==rm"
2025-08-20T19:14:10.6087676Z [00:00:00.018]➜    - "coreutils==rmdir"
2025-08-20T19:14:10.6087948Z [00:00:00.018]➜    - "coreutils==runcon"
2025-08-20T19:14:10.6088224Z [00:00:00.018]➜    - "coreutils==seq"
2025-08-20T19:14:10.6088490Z [00:00:00.018]➜    - "coreutils==sha1sum"
2025-08-20T19:14:10.6088782Z [00:00:00.018]➜    - "coreutils==sha224sum"
2025-08-20T19:14:10.6089081Z [00:00:00.018]➜    - "coreutils==sha256sum"
2025-08-20T19:14:10.6089372Z [00:00:00.018]➜    - "coreutils==sha384sum"
2025-08-20T19:14:10.6089673Z [00:00:00.018]➜    - "coreutils==sha512sum"
2025-08-20T19:14:10.6089952Z [00:00:00.018]➜    - "coreutils==shred"
2025-08-20T19:14:10.6090235Z [00:00:00.018]➜    - "coreutils==shuf"
2025-08-20T19:14:10.6090514Z [00:00:00.018]➜    - "coreutils==sleep"
2025-08-20T19:14:10.6090785Z [00:00:00.018]➜    - "coreutils==sort"
2025-08-20T19:14:10.6091056Z [00:00:00.018]➜    - "coreutils==split"
2025-08-20T19:14:10.6091327Z [00:00:00.018]➜    - "coreutils==stat"
2025-08-20T19:14:10.6091596Z [00:00:00.018]➜    - "coreutils==stty"
2025-08-20T19:14:10.6091863Z [00:00:00.018]➜    - "coreutils==sum"
2025-08-20T19:14:10.6092126Z [00:00:00.018]➜    - "coreutils==sync"
2025-08-20T19:14:10.6092391Z [00:00:00.018]➜    - "coreutils==tac"
2025-08-20T19:14:10.6092656Z [00:00:00.018]➜    - "coreutils==tail"
2025-08-20T19:14:10.6092923Z [00:00:00.018]➜    - "coreutils==tee"
2025-08-20T19:14:10.6093188Z [00:00:00.018]➜    - "coreutils==test"
2025-08-20T19:14:10.6093461Z [00:00:00.018]➜    - "coreutils==timeout"
2025-08-20T19:14:10.6093754Z [00:00:00.018]➜    - "coreutils==touch"
2025-08-20T19:14:10.6094025Z [00:00:00.018]➜    - "coreutils==tr"
2025-08-20T19:14:10.6094413Z [00:00:00.018]➜    - "coreutils==true"
2025-08-20T19:14:10.6094706Z [00:00:00.018]➜    - "coreutils==truncate"
2025-08-20T19:14:10.6094988Z [00:00:00.018]➜    - "coreutils==tsort"
2025-08-20T19:14:10.6095259Z [00:00:00.018]➜    - "coreutils==tty"
2025-08-20T19:14:10.6095528Z [00:00:00.018]➜    - "coreutils==uname"
2025-08-20T19:14:10.6095804Z [00:00:00.018]➜    - "coreutils==unexpand"
2025-08-20T19:14:10.6096078Z [00:00:00.018]➜    - "coreutils==uniq"
2025-08-20T19:14:10.6096356Z [00:00:00.018]➜    - "coreutils==unlink"
2025-08-20T19:14:10.6096637Z [00:00:00.018]➜    - "coreutils==uptime"
2025-08-20T19:14:10.6096914Z [00:00:00.018]➜    - "coreutils==users"
2025-08-20T19:14:10.6097360Z [00:00:00.018]➜    - "coreutils==vdir"
2025-08-20T19:14:10.6097640Z [00:00:00.018]➜    - "coreutils==wc"
2025-08-20T19:14:10.6097907Z [00:00:00.018]➜    - "coreutils==who"
2025-08-20T19:14:10.6098215Z [00:00:00.018]➜    - "coreutils==whoami"
2025-08-20T19:14:10.6098488Z [00:00:00.018]➜    - "coreutils==yes"
2025-08-20T19:14:10.6098751Z [00:00:00.018]➜  repology:
2025-08-20T19:14:10.6098997Z [00:00:00.018]➜    - "coreutils"
2025-08-20T19:14:10.6099246Z [00:00:00.018]➜  src_url:
2025-08-20T19:14:10.6099554Z [00:00:00.018]➜    - "https://github.com/coreutils/coreutils"
2025-08-20T19:14:10.6099868Z [00:00:00.018]➜  tag:
2025-08-20T19:14:10.6100108Z [00:00:00.018]➜    - "bootstrap"
2025-08-20T19:14:10.6100362Z [00:00:00.018]➜    - "busybox"
2025-08-20T19:14:10.6100610Z [00:00:00.018]➜    - "coreutils"
2025-08-20T19:14:10.6100852Z [00:00:00.018]➜  x_exec:
2025-08-20T19:14:10.6101126Z [00:00:00.018]➜    bsys: "docker://clang+make"
2025-08-20T19:14:10.6101409Z [00:00:00.018]➜    host:
2025-08-20T19:14:10.6101654Z [00:00:00.018]➜      - "aarch64-Linux"
2025-08-20T19:14:10.6101926Z [00:00:00.018]➜      - "x86_64-Linux"
2025-08-20T19:14:10.6102183Z [00:00:00.018]➜    shell: "bash"
2025-08-20T19:14:10.6102567Z [00:00:00.018]➜    pkgver: |
2025-08-20T19:14:10.6103274Z [00:00:00.018]➜      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:14:10.6103885Z [00:00:00.018]➜    run: |
2025-08-20T19:14:10.6104117Z [00:00:00.018]➜      #Build
2025-08-20T19:14:10.6104763Z [00:00:00.018]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "debian-builder-unstable" --pull="always" \
2025-08-20T19:14:10.6105531Z [00:00:00.018]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T19:14:10.6106109Z [00:00:00.018]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T19:14:10.6106588Z [00:00:00.018]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T19:14:10.6107051Z [00:00:00.018]➜       "ghcr.io/pkgforge/devscripts/debian-builder-unstable:x86_64" \
2025-08-20T19:14:10.6107640Z [00:00:00.018]➜        bash -l -c '
2025-08-20T19:14:10.6107919Z [00:00:00.018]➜        #Setup ENV
2025-08-20T19:14:10.6108356Z [00:00:00.018]➜         set -x ; mkdir -pv "/tmp" ; chown -R "$(whoami):$(whoami)" "/tmp" ; chmod -v "1777" "/tmp"
2025-08-20T19:14:10.6108865Z [00:00:00.019]➜         mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T19:14:10.6109208Z [00:00:00.019]➜        #Get Src
2025-08-20T19:14:10.6109776Z [00:00:00.019]➜         curl -w "(Source) <== %{url}\n" -qfSL "https://ftp.gnu.org/gnu/coreutils/coreutils-${PKGVER}.tar.gz" -o "./coreutils.tgz"
2025-08-20T19:14:10.6110591Z [00:00:00.019]➜         mkdir -p "./coreutils-${PKGVER}" && tar --strip-components=1 -xzf "./coreutils.tgz" -C "./coreutils-${PKGVER}"
2025-08-20T19:14:10.6111284Z [00:00:00.019]➜         if [ ! -d "./coreutils-${PKGVER}" ] || [ "$(du -s "./coreutils-${PKGVER}" | cut -f1)" -le 100 ]; then
2025-08-20T19:14:10.6111787Z [00:00:00.019]➜           echo -e "\n [X] FATAL: Extraction probably Failed\n"
2025-08-20T19:14:10.6112131Z [00:00:00.019]➜          exit 1
2025-08-20T19:14:10.6112501Z [00:00:00.019]➜         else
2025-08-20T19:14:10.6112796Z [00:00:00.019]➜           cd "./coreutils-${PKGVER}"
2025-08-20T19:14:10.6113087Z [00:00:00.019]➜         fi
2025-08-20T19:14:10.6113327Z [00:00:00.019]➜        #Build
2025-08-20T19:14:10.6113588Z [00:00:00.019]➜         export CC="clang"
2025-08-20T19:14:10.6113884Z [00:00:00.019]➜         export CXX="clang++"
2025-08-20T19:14:10.6114407Z [00:00:00.019]➜         export CFLAGS="-Os -flto=auto -fuse-ld=$(which mold) -g0 -pipe -static -static-pie -v -w -Wno-error"
2025-08-20T19:14:10.6114905Z [00:00:00.019]➜         export CPPFLAGS="${CFLAGS}"
2025-08-20T19:14:10.6115233Z [00:00:00.019]➜         export CXXFLAGS="${CFLAGS}"
2025-08-20T19:14:10.6115553Z [00:00:00.019]➜         export LD="$(which mold)"
2025-08-20T19:14:10.6116496Z [00:00:00.019]➜         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:14:10.6117751Z [00:00:00.019]➜         export FORCE_UNSAFE_CONFIGURE="1"
2025-08-20T19:14:10.6118364Z [00:00:00.019]➜         ulimit -n unlimited
2025-08-20T19:14:10.6118951Z [00:00:00.019]➜         "./configure" --enable-single-binary --disable-shared --enable-static
2025-08-20T19:14:10.6119627Z [00:00:00.019]➜         #https://github.com/moby/moby/issues/13451
2025-08-20T19:14:10.6120107Z [00:00:00.019]➜         if [ -d "./confdir3/confdir3" ]; then
2025-08-20T19:14:10.6120584Z [00:00:00.019]➜             ulimit -n unlimited 2>/dev/null
2025-08-20T19:14:10.6120983Z [00:00:00.019]➜             timeout -k 05 05 apt purge busybox -y 2>/dev/null
2025-08-20T19:14:10.6121851Z [00:00:00.019]➜             while [[ -e "./confdir3/confdir3" ]]; do mv "./confdir3/confdir3" "./confdir3a"; rmdir "./confdir3"; mv "./confdir3a" "./confdir3"; done; rmdir "./confdir3"
2025-08-20T19:14:10.6123221Z [00:00:00.019]➜             "./configure" --enable-single-binary --disable-shared --enable-static 2>/dev/null
2025-08-20T19:14:10.6123956Z [00:00:00.019]➜             reset ; "./configure" --enable-single-binary --disable-shared --enable-static
2025-08-20T19:14:10.6124371Z [00:00:00.019]➜         fi
2025-08-20T19:14:10.6124781Z [00:00:00.019]➜         make --jobs="$(($(nproc)+1))" --keep-going
2025-08-20T19:14:10.6125863Z [00:00:00.019]➜         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:14:10.6126779Z [00:00:00.019]➜        #Copy
2025-08-20T19:14:10.6127995Z [00:00:00.019]➜         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:14:10.6129448Z [00:00:00.019]➜         ( 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:14:10.6130155Z [00:00:00.019]➜        #strip & info
2025-08-20T19:14:10.6130795Z [00:00:00.019]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T19:14:10.6131622Z [00:00:00.019]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T19:14:10.6132439Z [00:00:00.019]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T19:14:10.6133166Z [00:00:00.019]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T19:14:10.6133842Z [00:00:00.019]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T19:14:10.6134315Z [00:00:00.019]➜         popd &>/dev/null
2025-08-20T19:14:10.6134836Z [00:00:00.019]➜        '
2025-08-20T19:14:10.6135104Z [00:00:00.019]➜      #Copy & Meta
2025-08-20T19:14:10.6135629Z [00:00:00.019]➜       docker cp "debian-builder-unstable:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T19:14:10.6136302Z [00:00:00.019]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T19:14:10.6137685Z [00:00:00.019]➜       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:14:10.6138648Z [00:00:00.019]➜  
2025-08-20T19:14:10.6138910Z [00:00:00.019]➜  
2025-08-20T19:14:10.6139196Z [00:00:00.019]➜  ###################################################################
2025-08-20T19:14:10.6139606Z [00:00:00.019]➜  
2025-08-20T19:14:10.6139807Z [00:00:00.019]➜  
2025-08-20T19:14:10.6139999Z [00:00:00.019]➜  
2025-08-20T19:14:10.6140603Z [00:00:00.019]➜  '/tmp/pkgforge/Bym7TcQj7_build.yaml' -> '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T19:14:11.8130623Z [00:00:01.235]➜  '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/coreutils.static.version' -> '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/coreutils.version'
2025-08-20T19:14:11.8185551Z [00:00:01.240]➜  [+] Version: 9.7 ('.x_exec.pkgver') [/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/coreutils.static.version]
2025-08-20T19:14:11.8451036Z [00:00:01.267]➜  [+] Progs: coreutils
2025-08-20T19:14:11.9722238Z [00:00:01.394]➜  
2025-08-20T19:14:11.9722803Z [00:00:01.394]➜  [-] Missing packages. Found: 
2025-08-20T19:14:11.9723409Z [00:00:01.394]➜  [+] Expected: coreutils
2025-08-20T19:14:11.9723960Z [00:00:01.394]➜  [+] Continuing with build...
2025-08-20T19:14:11.9724463Z [00:00:01.394]➜  
2025-08-20T19:14:12.3392564Z [00:00:01.761]➜  
2025-08-20T19:14:12.3392903Z [00:00:01.761]➜  
2025-08-20T19:14:12.3484574Z [00:00:01.770]➜  + mkdir -pv /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T19:14:12.3502982Z [00:00:01.772]➜  + docker run --platform=linux/amd64 --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/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/debian-builder-unstable:x86_64 bash -l -c '
2025-08-20T19:14:12.3505017Z [00:00:01.772]➜    #Setup ENV
2025-08-20T19:14:12.3505474Z [00:00:01.772]➜     set -x ; mkdir -pv "/tmp" ; chown -R "$(whoami):$(whoami)" "/tmp" ; chmod -v "1777" "/tmp"
2025-08-20T19:14:12.3506022Z [00:00:01.772]➜     mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T19:14:12.3506403Z [00:00:01.772]➜    #Get Src
2025-08-20T19:14:12.3506981Z [00:00:01.772]➜     curl -w "(Source) <== %{url}\n" -qfSL "https://ftp.gnu.org/gnu/coreutils/coreutils-${PKGVER}.tar.gz" -o "./coreutils.tgz"
2025-08-20T19:14:12.3508020Z [00:00:01.772]➜     mkdir -p "./coreutils-${PKGVER}" && tar --strip-components=1 -xzf "./coreutils.tgz" -C "./coreutils-${PKGVER}"
2025-08-20T19:14:12.3508702Z [00:00:01.772]➜     if [ ! -d "./coreutils-${PKGVER}" ] || [ "$(du -s "./coreutils-${PKGVER}" | cut -f1)" -le 100 ]; then
2025-08-20T19:14:12.3509205Z [00:00:01.772]➜       echo -e "\n [X] FATAL: Extraction probably Failed\n"
2025-08-20T19:14:12.3509536Z [00:00:01.772]➜      exit 1
2025-08-20T19:14:12.3509765Z [00:00:01.772]➜     else
2025-08-20T19:14:12.3510034Z [00:00:01.772]➜       cd "./coreutils-${PKGVER}"
2025-08-20T19:14:12.3510317Z [00:00:01.772]➜     fi
2025-08-20T19:14:12.3510535Z [00:00:01.772]➜    #Build
2025-08-20T19:14:12.3510779Z [00:00:01.772]➜     export CC="clang"
2025-08-20T19:14:12.3511071Z [00:00:01.772]➜     export CXX="clang++"
2025-08-20T19:14:12.3511844Z [00:00:01.772]➜     export CFLAGS="-Os -flto=auto -fuse-ld=$(which mold) -g0 -pipe -static -static-pie -v -w -Wno-error"
2025-08-20T19:14:12.3512361Z [00:00:01.772]➜     export CPPFLAGS="${CFLAGS}"
2025-08-20T19:14:12.3512673Z [00:00:01.772]➜     export CXXFLAGS="${CFLAGS}"
2025-08-20T19:14:12.3512974Z [00:00:01.772]➜     export LD="$(which mold)"
2025-08-20T19:14:12.3513900Z [00:00:01.772]➜     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:14:12.3514757Z [00:00:01.772]➜     export FORCE_UNSAFE_CONFIGURE="1"
2025-08-20T19:14:12.3515067Z [00:00:01.772]➜     ulimit -n unlimited
2025-08-20T19:14:12.3515498Z [00:00:01.772]➜     "./configure" --enable-single-binary --disable-shared --enable-static
2025-08-20T19:14:12.3515963Z [00:00:01.772]➜     #https://github.com/moby/moby/issues/13451
2025-08-20T19:14:12.3516340Z [00:00:01.772]➜     if [ -d "./confdir3/confdir3" ]; then
2025-08-20T19:14:12.3516692Z [00:00:01.772]➜         ulimit -n unlimited 2>/dev/null
2025-08-20T19:14:12.3517083Z [00:00:01.772]➜         timeout -k 05 05 apt purge busybox -y 2>/dev/null
2025-08-20T19:14:12.3518073Z [00:00:01.772]➜         while [[ -e "./confdir3/confdir3" ]]; do mv "./confdir3/confdir3" "./confdir3a"; rmdir "./confdir3"; mv "./confdir3a" "./confdir3"; done; rmdir "./confdir3"
2025-08-20T19:14:12.3518858Z [00:00:01.772]➜         "./configure" --enable-single-binary --disable-shared --enable-static 2>/dev/null
2025-08-20T19:14:12.3519454Z [00:00:01.772]➜         reset ; "./configure" --enable-single-binary --disable-shared --enable-static
2025-08-20T19:14:12.3519850Z [00:00:01.772]➜     fi
2025-08-20T19:14:12.3520138Z [00:00:01.772]➜     make --jobs="$(($(nproc)+1))" --keep-going
2025-08-20T19:14:12.3521087Z [00:00:01.772]➜     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:14:12.3522034Z [00:00:01.772]➜    #Copy
2025-08-20T19:14:12.3522877Z [00:00:01.772]➜     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:14:12.3524041Z [00:00:01.772]➜     ( 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:14:12.3524627Z [00:00:01.772]➜    #strip & info
2025-08-20T19:14:12.3525153Z [00:00:01.772]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T19:14:12.3525861Z [00:00:01.772]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T19:14:12.3526574Z [00:00:01.772]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T19:14:12.3527351Z [00:00:01.772]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T19:14:12.3527945Z [00:00:01.772]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T19:14:12.3528374Z [00:00:01.772]➜     popd &>/dev/null
2025-08-20T19:14:12.3528626Z [00:00:01.772]➜    '
2025-08-20T19:14:12.6346442Z [00:00:02.056]➜  x86_64: Pulling from pkgforge/devscripts/debian-builder-unstable
2025-08-20T19:14:12.6873574Z [00:00:02.109]➜  8d168639a251: Pulling fs layer
2025-08-20T19:14:12.6874188Z [00:00:02.109]➜  71b13f669d11: Pulling fs layer
2025-08-20T19:14:12.6874550Z [00:00:02.109]➜  c5355a619921: Pulling fs layer
2025-08-20T19:14:12.6874872Z [00:00:02.109]➜  ad7fa1ee4d06: Pulling fs layer
2025-08-20T19:14:12.6875216Z [00:00:02.109]➜  de801c06fcd2: Pulling fs layer
2025-08-20T19:14:12.6875530Z [00:00:02.109]➜  db38aae6b63e: Pulling fs layer
2025-08-20T19:14:12.6876095Z [00:00:02.109]➜  c3e8f8601e50: Pulling fs layer
2025-08-20T19:14:12.6876423Z [00:00:02.109]➜  b1ab73a2d984: Pulling fs layer
2025-08-20T19:14:12.6876716Z [00:00:02.109]➜  de801c06fcd2: Waiting
2025-08-20T19:14:12.6877003Z [00:00:02.109]➜  db38aae6b63e: Waiting
2025-08-20T19:14:12.6877526Z [00:00:02.109]➜  c3e8f8601e50: Waiting
2025-08-20T19:14:12.6877800Z [00:00:02.109]➜  b1ab73a2d984: Waiting
2025-08-20T19:14:12.6878062Z [00:00:02.109]➜  ad7fa1ee4d06: Waiting
2025-08-20T19:14:12.8773803Z [00:00:02.299]➜  71b13f669d11: Verifying Checksum
2025-08-20T19:14:12.8775266Z [00:00:02.299]➜  71b13f669d11: Download complete
2025-08-20T19:14:13.0303239Z [00:00:02.452]➜  8d168639a251: Verifying Checksum
2025-08-20T19:14:13.0304440Z [00:00:02.452]➜  8d168639a251: Download complete
2025-08-20T19:14:13.0474143Z [00:00:02.469]➜  ad7fa1ee4d06: Verifying Checksum
2025-08-20T19:14:13.0475320Z [00:00:02.469]➜  ad7fa1ee4d06: Download complete
2025-08-20T19:14:13.1497084Z [00:00:02.571]➜  de801c06fcd2: Download complete
2025-08-20T19:14:14.9893488Z [00:00:04.411]➜  c5355a619921: Verifying Checksum
2025-08-20T19:14:14.9894147Z [00:00:04.411]➜  c5355a619921: Download complete
2025-08-20T19:14:15.0092695Z [00:00:04.431]➜  8d168639a251: Pull complete
2025-08-20T19:14:15.1452932Z [00:00:04.566]➜  b1ab73a2d984: Verifying Checksum
2025-08-20T19:14:15.1457448Z [00:00:04.566]➜  b1ab73a2d984: Download complete
2025-08-20T19:14:16.2513218Z [00:00:05.673]➜  db38aae6b63e: Verifying Checksum
2025-08-20T19:14:16.2513800Z [00:00:05.673]➜  db38aae6b63e: Download complete
2025-08-20T19:14:19.4796351Z [00:00:08.901]➜  71b13f669d11: Pull complete
2025-08-20T19:14:24.0958616Z [00:00:13.517]➜  c3e8f8601e50: Verifying Checksum
2025-08-20T19:14:24.0959392Z [00:00:13.517]➜  c3e8f8601e50: Download complete
2025-08-20T19:14:33.9804433Z [00:00:23.402]➜  c5355a619921: Pull complete
2025-08-20T19:14:33.9927521Z [00:00:23.414]➜  ad7fa1ee4d06: Pull complete
2025-08-20T19:14:34.0041992Z [00:00:23.426]➜  de801c06fcd2: Pull complete
2025-08-20T19:14:39.2223621Z [00:00:28.644]➜  db38aae6b63e: Pull complete
2025-08-20T19:15:51.9800285Z [00:01:41.402]➜  c3e8f8601e50: Pull complete
2025-08-20T19:15:52.0216074Z [00:01:41.443]➜  b1ab73a2d984: Pull complete
2025-08-20T19:15:52.0257837Z [00:01:41.447]➜  Digest: sha256:cb1fad53e652b680228672ea4141a14cdd0e4eaa496f695f0be6f7ecbc62ab8c
2025-08-20T19:15:52.0269586Z [00:01:41.449]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/debian-builder-unstable:x86_64
2025-08-20T19:15:52.2612595Z [00:01:41.683]➜  + mkdir -pv /tmp
2025-08-20T19:15:52.2626182Z [00:01:41.684]➜  ++ whoami
2025-08-20T19:15:52.2639011Z [00:01:41.686]➜  ++ whoami
2025-08-20T19:15:52.2649432Z [00:01:41.687]➜  + chown -R root:root /tmp
2025-08-20T19:15:52.2665696Z [00:01:41.688]➜  + chmod -v 1777 /tmp
2025-08-20T19:15:52.2683315Z [00:01:41.690]➜  mode of '/tmp' changed from 0755 (rwxr-xr-x) to 1777 (rwxrwxrwt)
2025-08-20T19:15:52.2686010Z [00:01:41.690]➜  + mkdir -p /build-bins
2025-08-20T19:15:52.2700209Z [00:01:41.692]➜  ++ mktemp -d
2025-08-20T19:15:52.2710904Z [00:01:41.693]➜  + pushd /tmp/tmp.v1mYRSoJdQ
2025-08-20T19:15:52.2713309Z [00:01:41.693]➜  + curl -w '(Source) <== %{url}\n' -qfSL https://ftp.gnu.org/gnu/coreutils/coreutils-9.7.tar.gz -o ./coreutils.tgz
2025-08-20T19:15:52.2774360Z [00:01:41.699]➜    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T19:15:52.2775057Z [00:01:41.699]➜                                   Dload  Upload   Total   Spent    Left  Speed
2025-08-20T19:16:23.8772800Z [00:02:13.299]➜  
2025-08-20T19:16:23.8773261Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:16:23.8774019Z   1 14.4M    1  147k    0     0   265k      0  0:00:55 --:--:--  0:00:55  265k
2025-08-20T19:16:23.8774748Z   3 14.4M    3  530k    0     0   340k      0  0:00:43  0:00:01  0:00:42  340k
2025-08-20T19:16:23.8775576Z   6 14.4M    6  952k    0     0   374k      0  0:00:39  0:00:02  0:00:37  374k
2025-08-20T19:16:23.8776515Z   9 14.4M    9 1358k    0     0   384k      0  0:00:38  0:00:03  0:00:35  384k
2025-08-20T19:16:23.8777111Z  13 14.4M   13 1968k    0     0   433k      0  0:00:34  0:00:04  0:00:30  433k
2025-08-20T19:16:23.8777886Z  15 14.4M   15 2343k    0     0   422k      0  0:00:34  0:00:05  0:00:29  439k
2025-08-20T19:16:23.8778421Z  18 14.4M   18 2741k    0     0   419k      0  0:00:35  0:00:06  0:00:29  443k
2025-08-20T19:16:23.8778787Z  22 14.4M   22 3366k    0     0   446k      0  0:00:33  0:00:07  0:00:26  483k
2025-08-20T19:16:23.8779145Z  27 14.4M   27 3999k    0     0   468k      0  0:00:31  0:00:08  0:00:23  528k
2025-08-20T19:16:23.8779502Z  29 14.4M   29 4312k    0     0   452k      0  0:00:32  0:00:09  0:00:23  469k
2025-08-20T19:16:23.8779859Z  30 14.4M   30 4515k    0     0   427k      0  0:00:34  0:00:10  0:00:24  434k
2025-08-20T19:16:23.8780216Z  32 14.4M   32 4804k    0     0   416k      0  0:00:35  0:00:11  0:00:24  412k
2025-08-20T19:16:23.8780580Z  37 14.4M   37 5577k    0     0   445k      0  0:00:33  0:00:12  0:00:21  442k
2025-08-20T19:16:23.8780945Z  41 14.4M   41 6179k    0     0   456k      0  0:00:32  0:00:13  0:00:19  435k
2025-08-20T19:16:23.8781302Z  44 14.4M   44 6554k    0     0   450k      0  0:00:32  0:00:14  0:00:18  448k
2025-08-20T19:16:23.8781721Z  47 14.4M   47 6960k    0     0   448k      0  0:00:32  0:00:15  0:00:17  490k
2025-08-20T19:16:23.8782076Z  50 14.4M   50 7413k    0     0   448k      0  0:00:32  0:00:16  0:00:16  521k
2025-08-20T19:16:23.8782437Z  53 14.4M   53 7819k    0     0   445k      0  0:00:33  0:00:17  0:00:16  448k
2025-08-20T19:16:23.8782795Z  56 14.4M   56 8288k    0     0   447k      0  0:00:32  0:00:18  0:00:14  421k
2025-08-20T19:16:23.8783153Z  60 14.4M   60 8999k    0     0   460k      0  0:00:32  0:00:19  0:00:13  489k
2025-08-20T19:16:23.8783505Z  63 14.4M   63 9437k    0     0   459k      0  0:00:32  0:00:20  0:00:12  495k
2025-08-20T19:16:23.8784029Z  66 14.4M   66 9796k    0     0   454k      0  0:00:32  0:00:21  0:00:11  476k
2025-08-20T19:16:23.8784383Z  68 14.4M   68  9.8M    0     0   449k      0  0:00:32  0:00:22  0:00:10  459k
2025-08-20T19:16:23.8784746Z  72 14.4M   72 10.3M    0     0   451k      0  0:00:32  0:00:23  0:00:09  469k
2025-08-20T19:16:23.8785091Z  75 14.4M   75 10.8M    0     0   454k      0  0:00:32  0:00:24  0:00:08  430k
2025-08-20T19:16:23.8785433Z  78 14.4M   78 11.3M    0     0   455k      0  0:00:32  0:00:25  0:00:07  436k
2025-08-20T19:16:23.8785782Z  82 14.4M   82 11.9M    0     0   461k      0  0:00:31  0:00:26  0:00:05  489k
2025-08-20T19:16:23.8786107Z  87 14.4M   87 12.5M    0     0   467k      0  0:00:31  0:00:27  0:00:04  548k
2025-08-20T19:16:23.8786413Z  91 14.4M   91 13.2M    0     0   474k      0  0:00:31  0:00:28  0:00:03  579k
2025-08-20T19:16:23.8786706Z  95 14.4M   95 13.7M    0     0   475k      0  0:00:31  0:00:29  0:00:02  580k
2025-08-20T19:16:23.8786997Z  98 14.4M   98 14.1M    0     0   474k      0  0:00:31  0:00:30  0:00:01  575k
2025-08-20T19:16:23.8787511Z  99 14.4M   99 14.3M    0     0   467k      0  0:00:31  0:00:31 --:--:--  498k
2025-08-20T19:16:23.8787842Z 100 14.4M  100 14.4M    0     0   466k      0  0:00:31  0:00:31 --:--:--  464k
2025-08-20T19:16:23.8790651Z [00:02:13.301]➜  (Source) <== https://ftp.gnu.org/gnu/coreutils/coreutils-9.7.tar.gz
2025-08-20T19:16:23.8802446Z [00:02:13.302]➜  + mkdir -p ./coreutils-9.7
2025-08-20T19:16:23.8818018Z [00:02:13.303]➜  + tar --strip-components=1 -xzf ./coreutils.tgz -C ./coreutils-9.7
2025-08-20T19:16:24.3182726Z [00:02:13.740]➜  + '[' '!' -d ./coreutils-9.7 ']'
2025-08-20T19:16:24.3187481Z [00:02:13.740]➜  ++ du -s ./coreutils-9.7
2025-08-20T19:16:24.3190028Z [00:02:13.741]➜  ++ cut -f1
2025-08-20T19:16:24.3291698Z [00:02:13.751]➜  + '[' 67720 -le 100 ']'
2025-08-20T19:16:24.3292251Z [00:02:13.751]➜  + cd ./coreutils-9.7
2025-08-20T19:16:24.3292737Z [00:02:13.751]➜  + export CC=clang
2025-08-20T19:16:24.3293178Z [00:02:13.751]➜  + CC=clang
2025-08-20T19:16:24.3293651Z [00:02:13.751]➜  + export CXX=clang++
2025-08-20T19:16:24.3294101Z [00:02:13.751]➜  + CXX=clang++
2025-08-20T19:16:24.3296754Z [00:02:13.751]➜  ++ which mold
2025-08-20T19:16:24.3320133Z [00:02:13.754]➜  + export 'CFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T19:16:24.3320940Z [00:02:13.754]➜  + CFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T19:16:24.3321668Z [00:02:13.754]➜  + export 'CPPFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T19:16:24.3322842Z [00:02:13.754]➜  + CPPFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T19:16:24.3323789Z [00:02:13.754]➜  + export 'CXXFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T19:16:24.3324484Z [00:02:13.754]➜  + CXXFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T19:16:24.3324957Z [00:02:13.754]➜  ++ which mold
2025-08-20T19:16:24.3335375Z [00:02:13.755]➜  + export LD=/usr/bin/mold
2025-08-20T19:16:24.3336860Z [00:02:13.755]➜  + LD=/usr/bin/mold
2025-08-20T19:16:24.3338718Z [00:02:13.755]➜  + 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:16:24.3340492Z [00:02:13.755]➜  + LDFLAGS='-static -static-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:16:24.3341362Z [00:02:13.755]➜  + export FORCE_UNSAFE_CONFIGURE=1
2025-08-20T19:16:24.3341689Z [00:02:13.755]➜  + FORCE_UNSAFE_CONFIGURE=1
2025-08-20T19:16:24.3341986Z [00:02:13.755]➜  + ulimit -n unlimited
2025-08-20T19:16:24.3342440Z [00:02:13.755]➜  bash: line 23: ulimit: open files: cannot modify limit: Operation not permitted
2025-08-20T19:16:24.3343215Z [00:02:13.756]➜  + ./configure --enable-single-binary --disable-shared --enable-static
2025-08-20T19:16:24.3854858Z [00:02:13.807]➜  configure: WARNING: unrecognized options: --disable-shared, --enable-static
2025-08-20T19:16:24.4278189Z [00:02:13.849]➜  checking for a BSD-compatible install... /usr/bin/install -c
2025-08-20T19:16:24.4305080Z [00:02:13.852]➜  checking whether build environment is sane... yes
2025-08-20T19:16:24.4383748Z [00:02:13.860]➜  checking for a race-free mkdir -p... /usr/bin/mkdir -p
2025-08-20T19:16:24.4390513Z [00:02:13.861]➜  checking for gawk... gawk
2025-08-20T19:16:24.4469704Z [00:02:13.869]➜  checking whether make sets $(MAKE)... yes
2025-08-20T19:16:24.4519020Z [00:02:13.874]➜  checking whether make supports nested variables... yes
2025-08-20T19:16:24.4559883Z [00:02:13.878]➜  checking whether make supports nested variables... (cached) yes
2025-08-20T19:16:24.4562398Z [00:02:13.878]➜  checking for gcc... clang
2025-08-20T19:16:24.6527022Z [00:02:14.074]➜  checking whether the C compiler works... yes
2025-08-20T19:16:24.6527831Z [00:02:14.074]➜  checking for C compiler default output file name... a.out
2025-08-20T19:16:24.7331733Z [00:02:14.155]➜  checking for suffix of executables... 
2025-08-20T19:16:24.8208888Z [00:02:14.242]➜  checking whether we are cross compiling... no
2025-08-20T19:16:24.8506062Z [00:02:14.272]➜  checking for suffix of object files... o
2025-08-20T19:16:24.8821783Z [00:02:14.304]➜  checking whether the compiler supports GNU C... yes
2025-08-20T19:16:24.9759764Z [00:02:14.398]➜  checking whether clang accepts -g... yes
2025-08-20T19:16:25.0480093Z [00:02:14.470]➜  checking for clang option to enable C23 features... -std=gnu23
2025-08-20T19:16:25.1007802Z [00:02:14.522]➜  checking whether clang -std=gnu23 understands -c and -o together... yes
2025-08-20T19:16:25.1311162Z [00:02:14.553]➜  checking whether the compiler is clang... yes
2025-08-20T19:16:25.1605467Z [00:02:14.582]➜  checking for compiler option needed when checking for declarations... -Werror=implicit-function-declaration
2025-08-20T19:16:25.1674813Z [00:02:14.589]➜  checking whether make supports the include directive... yes (GNU style)
2025-08-20T19:16:25.2084954Z [00:02:14.630]➜  checking dependency style of clang -std=gnu23... gcc3
2025-08-20T19:16:25.2628370Z [00:02:14.684]➜  checking how to run the C preprocessor... clang -std=gnu23 -E
2025-08-20T19:16:25.3180010Z [00:02:14.740]➜  checking for ranlib... ranlib
2025-08-20T19:16:25.3203870Z [00:02:14.742]➜  checking for grep that handles long lines and -e... /usr/bin/grep
2025-08-20T19:16:25.3218913Z [00:02:14.744]➜  checking for egrep... /usr/bin/grep -E
2025-08-20T19:16:25.3219582Z [00:02:14.744]➜  checking whether ln -s works... yes
2025-08-20T19:16:25.3544858Z [00:02:14.776]➜  checking for stdio.h... yes
2025-08-20T19:16:25.3918748Z [00:02:14.813]➜  checking for stdlib.h... yes
2025-08-20T19:16:25.4300243Z [00:02:14.852]➜  checking for string.h... yes
2025-08-20T19:16:25.4695294Z [00:02:14.891]➜  checking for inttypes.h... yes
2025-08-20T19:16:25.5088061Z [00:02:14.930]➜  checking for stdint.h... yes
2025-08-20T19:16:25.5476779Z [00:02:14.969]➜  checking for strings.h... yes
2025-08-20T19:16:25.5879920Z [00:02:15.010]➜  checking for sys/stat.h... yes
2025-08-20T19:16:25.6281694Z [00:02:15.050]➜  checking for sys/types.h... yes
2025-08-20T19:16:25.6705930Z [00:02:15.092]➜  checking for unistd.h... yes
2025-08-20T19:16:25.7138184Z [00:02:15.135]➜  checking for wchar.h... yes
2025-08-20T19:16:25.7571856Z [00:02:15.179]➜  checking for minix/config.h... no
2025-08-20T19:16:25.8019100Z [00:02:15.224]➜  checking for arpa/inet.h... yes
2025-08-20T19:16:25.8440569Z [00:02:15.266]➜  checking for features.h... yes
2025-08-20T19:16:25.8890965Z [00:02:15.311]➜  checking for sys/socket.h... yes
2025-08-20T19:16:25.9323883Z [00:02:15.354]➜  checking for stdbool.h... yes
2025-08-20T19:16:25.9757298Z [00:02:15.397]➜  checking for byteswap.h... yes
2025-08-20T19:16:26.0185234Z [00:02:15.440]➜  checking for xlocale.h... no
2025-08-20T19:16:26.0607409Z [00:02:15.482]➜  checking for uchar.h... yes
2025-08-20T19:16:26.1068022Z [00:02:15.528]➜  checking for sys/param.h... yes
2025-08-20T19:16:26.1509527Z [00:02:15.573]➜  checking for dirent.h... yes
2025-08-20T19:16:26.1935783Z [00:02:15.615]➜  checking for endian.h... yes
2025-08-20T19:16:26.2359516Z [00:02:15.658]➜  checking for sys/endian.h... no
2025-08-20T19:16:26.2776946Z [00:02:15.699]➜  checking for error.h... yes
2025-08-20T19:16:26.3198271Z [00:02:15.741]➜  checking for linux/xattr.h... yes
2025-08-20T19:16:26.3657378Z [00:02:15.787]➜  checking for selinux/selinux.h... yes
2025-08-20T19:16:26.4086057Z [00:02:15.830]➜  checking for fnmatch.h... yes
2025-08-20T19:16:26.4508310Z [00:02:15.872]➜  checking for stdio_ext.h... yes
2025-08-20T19:16:26.4925068Z [00:02:15.914]➜  checking for sys/vfs.h... yes
2025-08-20T19:16:26.5348628Z [00:02:15.956]➜  checking for sys/fs_types.h... no
2025-08-20T19:16:26.5802779Z [00:02:16.002]➜  checking for netdb.h... yes
2025-08-20T19:16:26.6243713Z [00:02:16.046]➜  checking for netinet/in.h... yes
2025-08-20T19:16:26.6668591Z [00:02:16.088]➜  checking for getopt.h... yes
2025-08-20T19:16:26.7092263Z [00:02:16.131]➜  checking for sys/time.h... yes
2025-08-20T19:16:26.7530097Z [00:02:16.175]➜  checking for grp.h... yes
2025-08-20T19:16:26.7962132Z [00:02:16.218]➜  checking for threads.h... yes
2025-08-20T19:16:26.8386977Z [00:02:16.260]➜  checking for iconv.h... yes
2025-08-20T19:16:26.8808644Z [00:02:16.302]➜  checking for limits.h... yes
2025-08-20T19:16:26.9230685Z [00:02:16.345]➜  checking for crtdefs.h... no
2025-08-20T19:16:26.9658548Z [00:02:16.387]➜  checking for wctype.h... yes
2025-08-20T19:16:27.0080961Z [00:02:16.430]➜  checking for langinfo.h... yes
2025-08-20T19:16:27.0603227Z [00:02:16.482]➜  checking for math.h... yes
2025-08-20T19:16:27.1043250Z [00:02:16.526]➜  checking for sys/mman.h... yes
2025-08-20T19:16:27.1467086Z [00:02:16.568]➜  checking for sys/statvfs.h... yes
2025-08-20T19:16:27.1897109Z [00:02:16.611]➜  checking for obstack.h... yes
2025-08-20T19:16:27.2323303Z [00:02:16.654]➜  checking for priv.h... no
2025-08-20T19:16:27.2747028Z [00:02:16.696]➜  checking for sys/select.h... yes
2025-08-20T19:16:27.3194890Z [00:02:16.741]➜  checking for pthread.h... yes
2025-08-20T19:16:27.3620016Z [00:02:16.784]➜  checking for utmp.h... yes
2025-08-20T19:16:27.4046629Z [00:02:16.826]➜  checking for utmpx.h... yes
2025-08-20T19:16:27.4472847Z [00:02:16.869]➜  checking for OS.h... no
2025-08-20T19:16:27.4895671Z [00:02:16.911]➜  checking for malloc.h... yes
2025-08-20T19:16:27.5346809Z [00:02:16.956]➜  checking for stdbit.h... yes
2025-08-20T19:16:27.5769294Z [00:02:16.999]➜  checking for stdckdint.h... yes
2025-08-20T19:16:27.6192503Z [00:02:17.041]➜  checking for sys/ioctl.h... yes
2025-08-20T19:16:27.6613358Z [00:02:17.083]➜  checking for sys/random.h... yes
2025-08-20T19:16:27.7040105Z [00:02:17.126]➜  checking for sys/resource.h... yes
2025-08-20T19:16:27.7472765Z [00:02:17.169]➜  checking for sys/uio.h... yes
2025-08-20T19:16:27.7896791Z [00:02:17.211]➜  checking for sys/utsname.h... yes
2025-08-20T19:16:27.8340261Z [00:02:17.256]➜  checking for sys/wait.h... yes
2025-08-20T19:16:27.8760768Z [00:02:17.298]➜  checking for termios.h... yes
2025-08-20T19:16:27.9188395Z [00:02:17.340]➜  checking for utime.h... yes
2025-08-20T19:16:27.9623291Z [00:02:17.384]➜  checking for semaphore.h... yes
2025-08-20T19:16:28.0049683Z [00:02:17.427]➜  checking for sys/un.h... yes
2025-08-20T19:16:28.0474532Z [00:02:17.469]➜  checking for hurd.h... no
2025-08-20T19:16:28.0898117Z [00:02:17.511]➜  checking for linux/falloc.h... yes
2025-08-20T19:16:28.1336907Z [00:02:17.555]➜  checking for linux/fs.h... yes
2025-08-20T19:16:28.1757940Z [00:02:17.597]➜  checking for paths.h... yes
2025-08-20T19:16:28.2186752Z [00:02:17.640]➜  checking for stropts.h... no
2025-08-20T19:16:28.2616258Z [00:02:17.683]➜  checking for sys/mtio.h... yes
2025-08-20T19:16:28.3060305Z [00:02:17.728]➜  checking for sys/systeminfo.h... no
2025-08-20T19:16:28.3490141Z [00:02:17.771]➜  checking for syslog.h... yes
2025-08-20T19:16:28.3916505Z [00:02:17.813]➜  checking for pwd.h... yes
2025-08-20T19:16:28.4343359Z [00:02:17.856]➜  checking for vfork.h... no
2025-08-20T19:16:28.4775323Z [00:02:17.899]➜  checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T19:16:28.5102212Z [00:02:17.932]➜  checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T19:16:28.5752986Z [00:02:17.997]➜  checking build system type... x86_64-pc-linux-gnu
2025-08-20T19:16:28.5753702Z [00:02:17.997]➜  checking host system type... x86_64-pc-linux-gnu
2025-08-20T19:16:28.5757884Z [00:02:17.997]➜  checking for egrep -e... (cached) /usr/bin/grep -E
2025-08-20T19:16:28.5989941Z [00:02:18.021]➜  checking for Minix Amsterdam compiler... no
2025-08-20T19:16:28.5998085Z [00:02:18.021]➜  checking for ar... ar
2025-08-20T19:16:28.6656781Z [00:02:18.087]➜  checking for clang -std=gnu23 option to support large files... none needed
2025-08-20T19:16:28.6993636Z [00:02:18.121]➜  checking for clang -std=gnu23 option to support timestamps after 2038... none needed
2025-08-20T19:16:28.6995381Z [00:02:18.121]➜  configure: autobuild project... GNU coreutils
2025-08-20T19:16:28.6996090Z [00:02:18.121]➜  configure: autobuild revision... 9.7
2025-08-20T19:16:28.7009235Z [00:02:18.123]➜  configure: autobuild hostname... pkrvmubgrv54qmi
2025-08-20T19:16:28.7029442Z [00:02:18.125]➜  configure: autobuild timestamp... 20250820T191628Z
2025-08-20T19:16:28.7891237Z [00:02:18.211]➜  checking for lstat... yes
2025-08-20T19:16:28.8765992Z [00:02:18.298]➜  checking for fchmod... yes
2025-08-20T19:16:28.9639517Z [00:02:18.386]➜  checking for pathconf... yes
2025-08-20T19:16:29.0511296Z [00:02:18.473]➜  checking for btowc... yes
2025-08-20T19:16:29.1387128Z [00:02:18.560]➜  checking for mbrtowc... yes
2025-08-20T19:16:29.2254058Z [00:02:18.647]➜  checking for mbsinit... yes
2025-08-20T19:16:29.3120085Z [00:02:18.734]➜  checking for canonicalize_file_name... yes
2025-08-20T19:16:29.3986059Z [00:02:18.820]➜  checking for realpath... yes
2025-08-20T19:16:29.4850339Z [00:02:18.907]➜  checking for chown... yes
2025-08-20T19:16:29.5714850Z [00:02:18.993]➜  checking for fchown... yes
2025-08-20T19:16:29.6607532Z [00:02:19.082]➜  checking for _set_invalid_parameter_handler... no
2025-08-20T19:16:29.7470519Z [00:02:19.169]➜  checking for fchdir... yes
2025-08-20T19:16:29.8349840Z [00:02:19.257]➜  checking for explicit_bzero... yes
2025-08-20T19:16:29.9230403Z [00:02:19.345]➜  checking for posix_fadvise... yes
2025-08-20T19:16:30.0104967Z [00:02:19.432]➜  checking for fchmodat... yes
2025-08-20T19:16:30.0980206Z [00:02:19.520]➜  checking for lchmod... yes
2025-08-20T19:16:30.1846762Z [00:02:19.606]➜  checking for fcntl... yes
2025-08-20T19:16:30.2713543Z [00:02:19.693]➜  checking for symlink... yes
2025-08-20T19:16:30.3577875Z [00:02:19.779]➜  checking for fdopendir... yes
2025-08-20T19:16:30.4436946Z [00:02:19.865]➜  checking for listxattr... yes
2025-08-20T19:16:30.5309093Z [00:02:19.952]➜  checking for fnmatch... yes
2025-08-20T19:16:30.6176553Z [00:02:20.039]➜  checking for mbsrtowcs... yes
2025-08-20T19:16:30.7069453Z [00:02:20.129]➜  checking for fpurge... no
2025-08-20T19:16:30.7958287Z [00:02:20.217]➜  checking for __freadptr... no
2025-08-20T19:16:30.8846708Z [00:02:20.306]➜  checking for __freadptrinc... no
2025-08-20T19:16:30.9712749Z [00:02:20.393]➜  checking for fstatat... yes
2025-08-20T19:16:31.0574259Z [00:02:20.479]➜  checking for fsync... yes
2025-08-20T19:16:31.1448062Z [00:02:20.566]➜  checking for openat... yes
2025-08-20T19:16:31.2318276Z [00:02:20.653]➜  checking for fstatfs... yes
2025-08-20T19:16:31.3184562Z [00:02:20.740]➜  checking for getdtablesize... yes
2025-08-20T19:16:31.4066390Z [00:02:20.828]➜  checking for microuptime... no
2025-08-20T19:16:31.4947940Z [00:02:20.916]➜  checking for nanouptime... no
2025-08-20T19:16:31.5820540Z [00:02:21.004]➜  checking for getlogin... yes
2025-08-20T19:16:31.6681157Z [00:02:21.090]➜  checking for flockfile... yes
2025-08-20T19:16:31.7548849Z [00:02:21.176]➜  checking for funlockfile... yes
2025-08-20T19:16:31.8435746Z [00:02:21.265]➜  checking for getexecname... no
2025-08-20T19:16:31.9300364Z [00:02:21.352]➜  checking for gettimeofday... yes
2025-08-20T19:16:32.0161838Z [00:02:21.438]➜  checking for isblank... yes
2025-08-20T19:16:32.1028439Z [00:02:21.524]➜  checking for iswcntrl... yes
2025-08-20T19:16:32.1895833Z [00:02:21.611]➜  checking for link... yes
2025-08-20T19:16:32.2768584Z [00:02:21.698]➜  checking for readlink... yes
2025-08-20T19:16:32.3653600Z [00:02:21.787]➜  checking for mbrlen... yes
2025-08-20T19:16:32.4540628Z [00:02:21.876]➜  checking for mbslen... no
2025-08-20T19:16:32.5406837Z [00:02:21.962]➜  checking for mprotect... yes
2025-08-20T19:16:32.6294971Z [00:02:22.051]➜  checking for memset_s... no
2025-08-20T19:16:32.7167008Z [00:02:22.138]➜  checking for getgrouplist... yes
2025-08-20T19:16:32.8044337Z [00:02:22.226]➜  checking for mkdirat... yes
2025-08-20T19:16:32.8910972Z [00:02:22.313]➜  checking for mknod... yes
2025-08-20T19:16:32.9781537Z [00:02:22.400]➜  checking for mkstemp... yes
2025-08-20T19:16:33.0664013Z [00:02:22.488]➜  checking for strftime_z... no
2025-08-20T19:16:33.1534360Z [00:02:22.575]➜  checking for pipe... yes
2025-08-20T19:16:33.2408910Z [00:02:22.662]➜  checking for pselect... yes
2025-08-20T19:16:33.3275157Z [00:02:22.749]➜  checking for pthread_sigmask... yes
2025-08-20T19:16:33.4142909Z [00:02:22.836]➜  checking for qsort_r... yes
2025-08-20T19:16:33.5010642Z [00:02:22.923]➜  checking for utmpname... yes
2025-08-20T19:16:33.5872371Z [00:02:23.009]➜  checking for utmpxname... yes
2025-08-20T19:16:33.6735637Z [00:02:23.095]➜  checking for iswctype... yes
2025-08-20T19:16:33.7596980Z [00:02:23.181]➜  checking for renameat... yes
2025-08-20T19:16:33.8478154Z [00:02:23.269]➜  checking for fpathconf... yes
2025-08-20T19:16:33.9343567Z [00:02:23.356]➜  checking for secure_getenv... yes
2025-08-20T19:16:34.0214085Z [00:02:23.443]➜  checking for getuid... yes
2025-08-20T19:16:34.1084578Z [00:02:23.530]➜  checking for geteuid... yes
2025-08-20T19:16:34.1949819Z [00:02:23.617]➜  checking for getgid... yes
2025-08-20T19:16:34.2814567Z [00:02:23.703]➜  checking for getegid... yes
2025-08-20T19:16:34.3682297Z [00:02:23.790]➜  checking for setenv... yes
2025-08-20T19:16:34.4548806Z [00:02:23.876]➜  checking for settimeofday... yes
2025-08-20T19:16:34.5442804Z [00:02:23.965]➜  checking for stime... no
2025-08-20T19:16:34.6290785Z [00:02:24.051]➜  checking for sigaction... yes
2025-08-20T19:16:34.7154266Z [00:02:24.137]➜  checking for sigaltstack... yes
2025-08-20T19:16:34.8020709Z [00:02:24.224]➜  checking for siginterrupt... yes
2025-08-20T19:16:34.8879612Z [00:02:24.310]➜  checking for snprintf... yes
2025-08-20T19:16:34.9741468Z [00:02:24.396]➜  checking for __xpg_strerror_r... yes
2025-08-20T19:16:35.0596503Z [00:02:24.481]➜  checking for strtoimax... yes
2025-08-20T19:16:35.1464381Z [00:02:24.568]➜  checking for strtold... yes
2025-08-20T19:16:35.2326296Z [00:02:24.654]➜  checking for strtoumax... yes
2025-08-20T19:16:35.3197535Z [00:02:24.741]➜  checking for localtime_r... yes
2025-08-20T19:16:35.4064635Z [00:02:24.828]➜  checking for unlinkat... yes
2025-08-20T19:16:35.4943868Z [00:02:24.916]➜  checking for utimens... no
2025-08-20T19:16:35.5829008Z [00:02:25.004]➜  checking for lutimens... no
2025-08-20T19:16:35.6713643Z [00:02:25.093]➜  checking for vasnprintf... no
2025-08-20T19:16:35.7586529Z [00:02:25.180]➜  checking for wcrtomb... yes
2025-08-20T19:16:35.8456497Z [00:02:25.267]➜  checking for wcwidth... yes
2025-08-20T19:16:35.9317482Z [00:02:25.353]➜  checking for pause... yes
2025-08-20T19:16:36.0196629Z [00:02:25.441]➜  checking for getlocalename_l... no
2025-08-20T19:16:36.1062962Z [00:02:25.528]➜  checking for getrusage... yes
2025-08-20T19:16:36.1929921Z [00:02:25.615]➜  checking for sleep... yes
2025-08-20T19:16:36.2786162Z [00:02:25.700]➜  checking for shutdown... yes
2025-08-20T19:16:36.3651033Z [00:02:25.787]➜  checking for usleep... yes
2025-08-20T19:16:36.4531332Z [00:02:25.875]➜  checking for mquery... no
2025-08-20T19:16:36.5407449Z [00:02:25.962]➜  checking for pstat_getprocvm... no
2025-08-20T19:16:36.6282422Z [00:02:26.050]➜  checking for wctob... yes
2025-08-20T19:16:36.7175767Z [00:02:26.139]➜  checking for directio... no
2025-08-20T19:16:36.8045953Z [00:02:26.226]➜  checking for nl_langinfo... yes
2025-08-20T19:16:36.8912880Z [00:02:26.313]➜  checking for setitimer... yes
2025-08-20T19:16:36.9775358Z [00:02:26.399]➜  checking for setrlimit... yes
2025-08-20T19:16:37.0635524Z [00:02:26.485]➜  checking for prctl... yes
2025-08-20T19:16:37.1510274Z [00:02:26.573]➜  checking for endgrent... yes
2025-08-20T19:16:37.2382237Z [00:02:26.660]➜  checking for endpwent... yes
2025-08-20T19:16:37.3246814Z [00:02:26.746]➜  checking for fallocate... yes
2025-08-20T19:16:37.4114583Z [00:02:26.833]➜  checking for setgroups... yes
2025-08-20T19:16:37.4974390Z [00:02:26.919]➜  checking for sethostname... yes
2025-08-20T19:16:37.5838727Z [00:02:27.005]➜  checking for sync... yes
2025-08-20T19:16:37.6701067Z [00:02:27.092]➜  checking for syncfs... yes
2025-08-20T19:16:37.7567741Z [00:02:27.178]➜  checking for sysinfo... yes
2025-08-20T19:16:37.8427325Z [00:02:27.264]➜  checking for tcgetpgrp... yes
2025-08-20T19:16:37.9309319Z [00:02:27.352]➜  checking for getgrgid_nomembers... no
2025-08-20T19:16:38.0193445Z [00:02:27.441]➜  checking for getgrnam_nomembers... no
2025-08-20T19:16:38.1070457Z [00:02:27.529]➜  checking for getgrent_nomembers... no
2025-08-20T19:16:38.1934442Z [00:02:27.615]➜  checking for fork... yes
2025-08-20T19:16:38.2839527Z [00:02:27.706]➜  checking for vfork... yes
2025-08-20T19:16:38.3312759Z [00:02:27.753]➜  checking for sys/acl.h... yes
2025-08-20T19:16:38.5029413Z [00:02:27.924]➜  checking for library containing acl_get_file... -lacl
2025-08-20T19:16:38.5898839Z [00:02:28.011]➜  checking for acl_get_file... yes
2025-08-20T19:16:38.6770848Z [00:02:28.099]➜  checking for acl_get_fd... yes
2025-08-20T19:16:38.7638181Z [00:02:28.185]➜  checking for acl_set_file... yes
2025-08-20T19:16:38.8510547Z [00:02:28.273]➜  checking for acl_set_fd... yes
2025-08-20T19:16:38.9403671Z [00:02:28.362]➜  checking for acl_get_link_np... no
2025-08-20T19:16:39.0270185Z [00:02:28.449]➜  checking for acl_free... yes
2025-08-20T19:16:39.1155034Z [00:02:28.537]➜  checking for acl_from_mode... yes
2025-08-20T19:16:39.2031650Z [00:02:28.625]➜  checking for acl_from_text... yes
2025-08-20T19:16:39.2899768Z [00:02:28.712]➜  checking for acl_delete_def_file... yes
2025-08-20T19:16:39.3784327Z [00:02:28.800]➜  checking for acl_extended_file... yes
2025-08-20T19:16:39.4682754Z [00:02:28.890]➜  checking for acl_delete_fd_np... no
2025-08-20T19:16:39.5575263Z [00:02:28.979]➜  checking for acl_delete_file_np... no
2025-08-20T19:16:39.6471352Z [00:02:29.069]➜  checking for acl_copy_ext_native... no
2025-08-20T19:16:39.7364749Z [00:02:29.158]➜  checking for acl_create_entry_np... no
2025-08-20T19:16:39.8260020Z [00:02:29.248]➜  checking for acl_to_short_text... no
2025-08-20T19:16:39.9153383Z [00:02:29.337]➜  checking for acl_free_text... no
2025-08-20T19:16:40.0067071Z [00:02:29.428]➜  checking for working acl_get_file... yes
2025-08-20T19:16:40.0525728Z [00:02:29.474]➜  checking for acl/libacl.h... yes
2025-08-20T19:16:40.1394690Z [00:02:29.561]➜  checking for acl_entries... yes
2025-08-20T19:16:40.1735910Z [00:02:29.595]➜  checking for ACL_FIRST_ENTRY... yes
2025-08-20T19:16:40.2076222Z [00:02:29.629]➜  checking for ACL_TYPE_EXTENDED... no
2025-08-20T19:16:40.2705040Z [00:02:29.692]➜  checking for clang -std=gnu23 options needed to detect all undeclared functions... none needed
2025-08-20T19:16:40.3624963Z [00:02:29.784]➜  checking for size_t... yes
2025-08-20T19:16:40.4489362Z [00:02:29.870]➜  checking for working alloca.h... yes
2025-08-20T19:16:40.4490473Z [00:02:29.871]➜  checking for alloca... yes
2025-08-20T19:16:40.4895706Z [00:02:29.911]➜  checking whether the preprocessor supports include_next... yes
2025-08-20T19:16:40.5133569Z [00:02:29.935]➜  checking whether source code line length is unlimited... yes
2025-08-20T19:16:40.6043530Z [00:02:30.026]➜  checking for d_ino member in directory struct... yes
2025-08-20T19:16:40.6174583Z [00:02:30.039]➜  checking for long file names... yes
2025-08-20T19:16:40.6499329Z [00:02:30.072]➜  checking for C/C++ restrict keyword... __restrict__
2025-08-20T19:16:40.6845802Z [00:02:30.106]➜  checking for wint_t... yes
2025-08-20T19:16:40.7184769Z [00:02:30.140]➜  checking whether wint_t is large enough... yes
2025-08-20T19:16:40.8361505Z [00:02:30.258]➜  checking whether <wchar.h> uses 'inline' correctly... yes
2025-08-20T19:16:40.9233046Z [00:02:30.345]➜  checking for nl_langinfo and CODESET... yes
2025-08-20T19:16:41.0240034Z [00:02:30.446]➜  checking for a traditional french locale... none
2025-08-20T19:16:41.1114929Z [00:02:30.533]➜  checking for uselocale... yes
2025-08-20T19:16:41.1953189Z [00:02:30.617]➜  checking whether uselocale works... yes
2025-08-20T19:16:41.2280558Z [00:02:30.650]➜  checking whether char8_t is correctly defined... yes
2025-08-20T19:16:41.2605217Z [00:02:30.682]➜  checking whether char16_t is correctly defined... yes
2025-08-20T19:16:41.2916821Z [00:02:30.713]➜  checking whether char32_t is correctly defined... yes
2025-08-20T19:16:41.3941318Z [00:02:30.816]➜  checking for bit size of wchar_t... 32
2025-08-20T19:16:41.4439992Z [00:02:30.866]➜  checking for mbstate_t... yes
2025-08-20T19:16:41.5472155Z [00:02:30.969]➜  checking for a traditional japanese locale... none
2025-08-20T19:16:41.6443392Z [00:02:31.066]➜  checking for an english Unicode locale... en_US.UTF-8
2025-08-20T19:16:41.7479789Z [00:02:31.170]➜  checking for a transitional chinese locale... none
2025-08-20T19:16:41.8388205Z [00:02:31.260]➜  checking whether mbrtowc handles incomplete characters... yes
2025-08-20T19:16:41.8389206Z [00:02:31.260]➜  checking whether mbrtowc works as well as mbtowc... guessing yes
2025-08-20T19:16:41.8756051Z [00:02:31.297]➜  checking whether mbrtoc32 is declared... yes
2025-08-20T19:16:41.9692538Z [00:02:31.391]➜  checking for mbrtoc32... yes
2025-08-20T19:16:41.9693948Z [00:02:31.391]➜  checking whether mbrtoc32 works as well as mbrtowc... guessing yes
2025-08-20T19:16:42.0059163Z [00:02:31.427]➜  checking whether c32rtomb is declared... yes
2025-08-20T19:16:42.0984093Z [00:02:31.520]➜  checking for c32rtomb... yes
2025-08-20T19:16:42.0985019Z [00:02:31.520]➜  checking whether c32rtomb works as well as wcrtomb... guessing yes
2025-08-20T19:16:42.1316158Z [00:02:31.553]➜  checking whether malloc is ptrdiff_t safe... yes
2025-08-20T19:16:42.1317611Z [00:02:31.553]➜  checking whether malloc, realloc, calloc set errno on failure... yes
2025-08-20T19:16:42.2332071Z [00:02:31.655]➜  checking whether lstat correctly handles trailing slash... yes
2025-08-20T19:16:42.2368378Z [00:02:31.659]➜  checking whether // is distinct from /... no
2025-08-20T19:16:42.3428890Z [00:02:31.764]➜  checking whether realpath works... yes
2025-08-20T19:16:42.4350695Z [00:02:31.857]➜  checking for uid_t... yes
2025-08-20T19:16:42.5263099Z [00:02:31.948]➜  checking for gid_t... yes
2025-08-20T19:16:42.5265328Z [00:02:31.948]➜  checking for unistd.h... (cached) yes
2025-08-20T19:16:42.6295622Z [00:02:32.051]➜  checking for working chown... yes
2025-08-20T19:16:42.7238603Z [00:02:32.145]➜  checking whether chown dereferences symlinks... yes
2025-08-20T19:16:42.8195007Z [00:02:32.241]➜  checking whether chown honors trailing slash... yes
2025-08-20T19:16:43.9176330Z [00:02:33.339]➜  checking whether chown always updates ctime... yes
2025-08-20T19:16:43.9196242Z [00:02:33.341]➜  checking whether to enable CRC slice-by-8 algorithm... yes
2025-08-20T19:16:44.3142888Z [00:02:33.736]➜  checking if pclmul intrinsic exists... yes
2025-08-20T19:16:44.3499458Z [00:02:33.771]➜  checking whether <sys/socket.h> is self-contained... yes
2025-08-20T19:16:44.3500097Z [00:02:33.772]➜  checking for shutdown... (cached) yes
2025-08-20T19:16:44.3858797Z [00:02:33.807]➜  checking whether <sys/socket.h> defines the SHUT_* macros... yes
2025-08-20T19:16:44.4551367Z [00:02:33.877]➜  checking for struct sockaddr_storage... yes
2025-08-20T19:16:44.5241290Z [00:02:33.946]➜  checking for sa_family_t... yes
2025-08-20T19:16:44.5589200Z [00:02:33.981]➜  checking for struct sockaddr_storage.ss_family... yes
2025-08-20T19:16:44.5882126Z [00:02:34.010]➜  checking for inline... inline
2025-08-20T19:16:44.6234216Z [00:02:34.045]➜  checking whether linux/if_alg.h has struct sockaddr_alg.... yes
2025-08-20T19:16:44.7301102Z [00:02:34.152]➜  checking whether byte ordering is bigendian... no
2025-08-20T19:16:44.7639400Z [00:02:34.186]➜  checking if endian.h defines stdint types... no
2025-08-20T19:16:44.8515849Z [00:02:34.273]➜  checking if endian.h defines functions and macros... yes
2025-08-20T19:16:44.8913218Z [00:02:34.313]➜  checking if environ is properly declared... yes
2025-08-20T19:16:44.9166815Z [00:02:34.338]➜  checking for complete errno.h... yes
2025-08-20T19:16:45.0042074Z [00:02:34.426]➜  checking for error... yes
2025-08-20T19:16:45.0407135Z [00:02:34.462]➜  checking whether error_at_line is declared... yes
2025-08-20T19:16:45.1288431Z [00:02:34.550]➜  checking for error_at_line... yes
2025-08-20T19:16:45.2200226Z [00:02:34.642]➜  checking for working error function... yes
2025-08-20T19:16:45.2705569Z [00:02:34.692]➜  checking whether strerror_r is declared... yes
2025-08-20T19:16:45.3054706Z [00:02:34.727]➜  checking whether strerror_r returns char *... yes
2025-08-20T19:16:45.3955980Z [00:02:34.817]➜  checking type of array argument to getgroups... gid_t
2025-08-20T19:16:45.4247563Z [00:02:34.846]➜  checking whether ctype.h defines __header_inline... no
2025-08-20T19:16:45.4747570Z [00:02:34.896]➜  checking whether fchdir is declared... yes
2025-08-20T19:16:45.5709761Z [00:02:34.992]➜  checking whether fflush works on input streams... no
2025-08-20T19:16:46.6702129Z [00:02:36.092]➜  checking for working fcntl.h... yes
2025-08-20T19:16:46.7630883Z [00:02:36.185]➜  checking for pid_t... yes
2025-08-20T19:16:46.8558345Z [00:02:36.277]➜  checking for mode_t... yes
2025-08-20T19:16:46.8885456Z [00:02:36.310]➜  checking for promoted mode_t type... mode_t
2025-08-20T19:16:46.9379325Z [00:02:36.360]➜  checking whether fdatasync is declared... yes
2025-08-20T19:16:47.1112746Z [00:02:36.533]➜  checking for library containing setfilecon... -lselinux
2025-08-20T19:16:47.1619270Z [00:02:36.583]➜  checking whether strmode is declared... no
2025-08-20T19:16:47.2488849Z [00:02:36.670]➜  checking for mempcpy... yes
2025-08-20T19:16:47.3379935Z [00:02:36.760]➜  checking whether fopen recognizes a trailing slash... yes
2025-08-20T19:16:47.4507047Z [00:02:36.872]➜  checking whether frexp() can be used without linking with libm... yes
2025-08-20T19:16:47.5004432Z [00:02:36.922]➜  checking whether alarm is declared... yes
2025-08-20T19:16:47.5316503Z [00:02:36.953]➜  checking whether long double and double are the same... no
2025-08-20T19:16:47.6208539Z [00:02:37.042]➜  checking whether stdin defaults to large file offsets... yes
2025-08-20T19:16:47.6551221Z [00:02:37.077]➜  checking for off64_t... yes
2025-08-20T19:16:47.7466913Z [00:02:37.168]➜  checking for blksize_t... yes
2025-08-20T19:16:47.8387018Z [00:02:37.260]➜  checking for blkcnt_t... yes
2025-08-20T19:16:47.8878734Z [00:02:37.309]➜  checking whether fseeko is declared... yes
2025-08-20T19:16:47.9770376Z [00:02:37.399]➜  checking for fseeko... yes
2025-08-20T19:16:47.9771251Z [00:02:37.399]➜  checking whether fflush works on input streams... (cached) no
2025-08-20T19:16:48.0121259Z [00:02:37.434]➜  checking whether stat file-mode macros are broken... no
2025-08-20T19:16:48.0814961Z [00:02:37.503]➜  checking for nlink_t... yes
2025-08-20T19:16:48.1316145Z [00:02:37.553]➜  checking whether ftello is declared... yes
2025-08-20T19:16:48.2234510Z [00:02:37.645]➜  checking whether ungetc works on arbitrary bytes... yes
2025-08-20T19:16:48.3140976Z [00:02:37.736]➜  checking for ftello... yes
2025-08-20T19:16:48.4151127Z [00:02:37.837]➜  checking whether ftello works... yes
2025-08-20T19:16:48.4487795Z [00:02:37.870]➜  checking for O_CLOEXEC... yes
2025-08-20T19:16:48.5358216Z [00:02:37.957]➜  checking for library containing gethostbyname... none required
2025-08-20T19:16:48.6230525Z [00:02:38.045]➜  checking for gethostbyname... yes
2025-08-20T19:16:48.7100566Z [00:02:38.132]➜  checking for library containing getservbyname... none required
2025-08-20T19:16:48.7977652Z [00:02:38.219]➜  checking for getservbyname... yes
2025-08-20T19:16:48.8844290Z [00:02:38.306]➜  checking for library containing inet_ntop... none required
2025-08-20T19:16:48.9267756Z [00:02:38.348]➜  checking whether inet_ntop is declared... yes
2025-08-20T19:16:48.9643471Z [00:02:38.386]➜  checking for IPv4 sockets... yes
2025-08-20T19:16:49.0011622Z [00:02:38.423]➜  checking for IPv6 sockets... yes
2025-08-20T19:16:49.0948359Z [00:02:38.516]➜  checking whether getcwd (NULL, 0) allocates memory for result... yes
2025-08-20T19:16:49.1305880Z [00:02:38.552]➜  checking for getcwd with POSIX signature... yes
2025-08-20T19:16:49.1814567Z [00:02:38.603]➜  checking whether getcwd is declared... yes
2025-08-20T19:16:49.2314222Z [00:02:38.653]➜  checking whether getdelim is declared... yes
2025-08-20T19:16:49.2814653Z [00:02:38.703]➜  checking whether getdtablesize is declared... yes
2025-08-20T19:16:49.3160111Z [00:02:38.738]➜  checking for arithmetic hrtime_t... no
2025-08-20T19:16:49.3665672Z [00:02:38.788]➜  checking whether getline is declared... yes
2025-08-20T19:16:49.4168076Z [00:02:38.838]➜  checking whether getlogin is declared... yes
2025-08-20T19:16:49.4510452Z [00:02:38.873]➜  checking for ssize_t... yes
2025-08-20T19:16:49.4513343Z [00:02:38.873]➜  checking for getopt.h... (cached) yes
2025-08-20T19:16:49.5379925Z [00:02:38.960]➜  checking for getopt_long_only... yes
2025-08-20T19:16:49.8300819Z [00:02:39.252]➜  checking whether getopt is POSIX compatible... yes
2025-08-20T19:16:49.9379135Z [00:02:39.359]➜  checking for working GNU getopt function... yes
2025-08-20T19:16:50.0271192Z [00:02:39.449]➜  checking for working GNU getopt_long function... yes
2025-08-20T19:16:50.0582594Z [00:02:39.480]➜  checking for glibc-compatible sys/cdefs.h... yes
2025-08-20T19:16:50.0962143Z [00:02:39.518]➜  checking whether timespec_get is declared... yes
2025-08-20T19:16:50.1840291Z [00:02:39.606]➜  checking for timespec_get... yes
2025-08-20T19:16:50.2187779Z [00:02:39.640]➜  checking for struct timeval... yes
2025-08-20T19:16:50.2535534Z [00:02:39.675]➜  checking for wide-enough struct timeval.tv_sec member... yes
2025-08-20T19:16:50.2540346Z [00:02:39.676]➜  checking for pthread.h... (cached) yes
2025-08-20T19:16:50.4564316Z [00:02:39.878]➜  checking for pthread_kill in -lpthread... yes
2025-08-20T19:16:50.4565146Z [00:02:39.878]➜  checking whether POSIX threads API is available... yes
2025-08-20T19:16:50.5447751Z [00:02:39.966]➜  checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes
2025-08-20T19:16:50.5449126Z [00:02:39.967]➜  checking whether setlocale (category, NULL) is multithread-safe... yes
2025-08-20T19:16:50.5454630Z [00:02:39.967]➜  checking for ld... /usr/bin/mold
2025-08-20T19:16:50.5495052Z [00:02:39.971]➜  checking if the linker (/usr/bin/mold) is GNU ld... yes
2025-08-20T19:16:50.5716285Z [00:02:39.993]➜  checking for shared library run path origin... done
2025-08-20T19:16:50.6020555Z [00:02:40.024]➜  checking 32-bit host C ABI... no
2025-08-20T19:16:50.6262129Z [00:02:40.048]➜  checking for ELF binary format... yes
2025-08-20T19:16:50.6521522Z [00:02:40.074]➜  checking for the common suffixes of directories in the library search path... lib,lib,lib64
2025-08-20T19:16:50.7524587Z [00:02:40.174]➜  checking for iconv... yes
2025-08-20T19:16:50.8529021Z [00:02:40.274]➜  checking for working iconv... yes
2025-08-20T19:16:50.8906101Z [00:02:40.312]➜  checking whether iconv is compatible with its POSIX signature... yes
2025-08-20T19:16:50.9828461Z [00:02:40.404]➜  checking for off_t... yes
2025-08-20T19:16:51.0146139Z [00:02:40.436]➜  checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes
2025-08-20T19:16:51.0445985Z [00:02:40.466]➜  checking whether limits.h has SSIZE_MAX... yes
2025-08-20T19:16:51.0740716Z [00:02:40.496]➜  checking whether the compiler produces multi-arch binaries... no
2025-08-20T19:16:51.2203253Z [00:02:40.642]➜  checking whether stdint.h conforms to C99... yes
2025-08-20T19:16:51.2615513Z [00:02:40.683]➜  checking whether stdint.h works without ISO C predefines... yes
2025-08-20T19:16:51.3023361Z [00:02:40.724]➜  checking whether stdint.h has UINTMAX_WIDTH etc.... yes
2025-08-20T19:16:51.3968902Z [00:02:40.818]➜  checking whether INT32_MAX < INTMAX_MAX... yes
2025-08-20T19:16:51.4291538Z [00:02:40.851]➜  checking whether INT64_MAX == LONG_MAX... yes
2025-08-20T19:16:51.4609575Z [00:02:40.883]➜  checking whether UINT32_MAX < UINTMAX_MAX... yes
2025-08-20T19:16:51.4931636Z [00:02:40.915]➜  checking whether UINT64_MAX == ULONG_MAX... yes
2025-08-20T19:16:51.5934992Z [00:02:41.015]➜  checking where to find the exponent in a 'double'... word 1 bit 20
2025-08-20T19:16:51.6955485Z [00:02:41.117]➜  checking where to find the exponent in a 'float'... word 0 bit 23
2025-08-20T19:16:51.8053338Z [00:02:41.227]➜  checking where to find the exponent in a 'long double'... word 2 bit 0
2025-08-20T19:16:51.8977562Z [00:02:41.319]➜  checking whether iswcntrl works... yes
2025-08-20T19:16:51.9840285Z [00:02:41.406]➜  checking for towlower... yes
2025-08-20T19:16:52.0200161Z [00:02:41.442]➜  checking for wctype_t... yes
2025-08-20T19:16:52.0558062Z [00:02:41.477]➜  checking for wctrans_t... yes
2025-08-20T19:16:52.1498007Z [00:02:41.571]➜  checking whether wctype supports the "blank" and "punct" character classes... yes
2025-08-20T19:16:52.1830202Z [00:02:41.605]➜  checking whether langinfo.h defines CODESET... yes
2025-08-20T19:16:52.2158214Z [00:02:41.637]➜  checking whether langinfo.h defines T_FMT_AMPM... yes
2025-08-20T19:16:52.2480814Z [00:02:41.670]➜  checking whether langinfo.h defines ALTMON_1... yes
2025-08-20T19:16:52.2806722Z [00:02:41.702]➜  checking whether langinfo.h defines ABALTMON_1... no
2025-08-20T19:16:52.3122513Z [00:02:41.734]➜  checking whether langinfo.h defines ERA... yes
2025-08-20T19:16:52.3440243Z [00:02:41.766]➜  checking whether langinfo.h defines YESEXPR... yes
2025-08-20T19:16:52.3753841Z [00:02:41.797]➜  checking for good max_align_t... yes
2025-08-20T19:16:52.4060581Z [00:02:41.828]➜  checking whether NULL can be used in arbitrary expressions... yes
2025-08-20T19:16:52.4901938Z [00:02:41.912]➜  checking for unreachable... yes
2025-08-20T19:16:52.5207047Z [00:02:41.942]➜  checking whether nullptr_t needs <stddef.h>... yes
2025-08-20T19:16:52.5500666Z [00:02:41.972]➜  checking for clean definition of __STDC_VERSION_STDDEF_H__... yes
2025-08-20T19:16:52.5826121Z [00:02:42.004]➜  checking whether locale.h defines locale_t... yes
2025-08-20T19:16:52.6138043Z [00:02:42.035]➜  checking whether locale.h defines _locale_t... no
2025-08-20T19:16:52.6459581Z [00:02:42.068]➜  checking whether locale.h conforms to POSIX:2001... yes
2025-08-20T19:16:52.6783972Z [00:02:42.100]➜  checking whether struct lconv is properly defined... yes
2025-08-20T19:16:52.7634789Z [00:02:42.185]➜  checking for LC_MESSAGES... yes
2025-08-20T19:16:52.9388972Z [00:02:42.360]➜  checking whether imported symbols can be declared weak... no
2025-08-20T19:16:52.9392173Z [00:02:42.361]➜  checking for multithread API to use... posix
2025-08-20T19:16:52.9434954Z [00:02:42.365]➜  checking for a sed that does not truncate output... /usr/bin/sed
2025-08-20T19:16:53.0345770Z [00:02:42.456]➜  checking whether malloc (0) returns nonnull... yes
2025-08-20T19:16:53.0930804Z [00:02:42.515]➜  checking whether NAN macro works... yes
2025-08-20T19:16:53.1495824Z [00:02:42.571]➜  checking whether HUGE_VAL works... yes
2025-08-20T19:16:53.2470216Z [00:02:42.669]➜  checking whether mbrtowc handles a NULL pwc argument... yes
2025-08-20T19:16:53.3376890Z [00:02:42.759]➜  checking whether mbrtowc handles a NULL string argument... yes
2025-08-20T19:16:53.4348092Z [00:02:42.856]➜  checking whether mbrtowc has a correct return value... yes
2025-08-20T19:16:53.4348736Z [00:02:42.856]➜  checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
2025-08-20T19:16:53.5254052Z [00:02:42.947]➜  checking whether mbrtowc stores incomplete characters... no
2025-08-20T19:16:53.6124551Z [00:02:43.034]➜  checking whether mbrtowc works on empty input... yes
2025-08-20T19:16:53.7056040Z [00:02:43.127]➜  checking whether the C locale is free of encoding errors... no
2025-08-20T19:16:53.7946014Z [00:02:43.216]➜  checking for mmap... yes
2025-08-20T19:16:53.8206077Z [00:02:43.242]➜  checking for MAP_ANONYMOUS... yes
2025-08-20T19:16:53.9177048Z [00:02:43.339]➜  checking whether memchr works... yes
2025-08-20T19:16:53.9691892Z [00:02:43.391]➜  checking whether memrchr is declared... yes
2025-08-20T19:16:54.0014389Z [00:02:43.423]➜  checking whether <limits.h> defines MIN and MAX... no
2025-08-20T19:16:54.0398681Z [00:02:43.461]➜  checking whether <sys/param.h> defines MIN and MAX... yes
2025-08-20T19:16:54.0399754Z [00:02:43.462]➜  checking for compiler option needed when checking for future declarations... none
2025-08-20T19:16:54.0733010Z [00:02:43.495]➜  checking whether time_t is signed... yes
2025-08-20T19:16:54.2160527Z [00:02:43.638]➜  checking for working mktime... yes
2025-08-20T19:16:54.2506963Z [00:02:43.672]➜  checking for struct tm.tm_gmtoff... yes
2025-08-20T19:16:54.2845833Z [00:02:43.706]➜  checking for struct tm.tm_zone... yes
2025-08-20T19:16:54.3161302Z [00:02:43.738]➜  checking for compound literals... yes
2025-08-20T19:16:54.3665179Z [00:02:43.788]➜  checking for external symbol _system_configuration... no
2025-08-20T19:16:54.3665855Z [00:02:43.788]➜  checking for desired default level of POSIX conformance... none-specified
2025-08-20T19:16:54.5197122Z [00:02:43.941]➜  checking whether <sys/select.h> is self-contained... yes
2025-08-20T19:16:54.6212538Z [00:02:44.043]➜  checking for pthread_t... yes
2025-08-20T19:16:54.7227063Z [00:02:44.144]➜  checking for pthread_spinlock_t... yes
2025-08-20T19:16:54.8146666Z [00:02:44.236]➜  checking for pthread_spin_init... yes
2025-08-20T19:16:54.8533295Z [00:02:44.275]➜  checking for PTHREAD_CREATE_DETACHED... yes
2025-08-20T19:16:54.8913663Z [00:02:44.313]➜  checking for PTHREAD_MUTEX_RECURSIVE... yes
2025-08-20T19:16:54.9298502Z [00:02:44.351]➜  checking for PTHREAD_MUTEX_ROBUST... yes
2025-08-20T19:16:54.9679056Z [00:02:44.389]➜  checking for PTHREAD_PROCESS_SHARED... yes
2025-08-20T19:16:55.0181669Z [00:02:44.440]➜  checking whether _putenv is declared... no
2025-08-20T19:16:55.0953012Z [00:02:44.517]➜  checking for sigset_t... yes
2025-08-20T19:16:55.0953517Z [00:02:44.517]➜  checking whether to use systemd APIs... no
2025-08-20T19:16:55.1336069Z [00:02:44.555]➜  checking whether endutent is declared... yes
2025-08-20T19:16:55.1812709Z [00:02:44.603]➜  checking for struct utmpx.ut_user... yes
2025-08-20T19:16:55.2282189Z [00:02:44.650]➜  checking for struct utmp.ut_user... yes
2025-08-20T19:16:55.2761949Z [00:02:44.698]➜  checking for struct utmpx.ut_name... yes
2025-08-20T19:16:55.3229438Z [00:02:44.745]➜  checking for struct utmp.ut_name... yes
2025-08-20T19:16:55.3701170Z [00:02:44.792]➜  checking for struct utmpx.ut_type... yes
2025-08-20T19:16:55.4168140Z [00:02:44.838]➜  checking for struct utmp.ut_type... yes
2025-08-20T19:16:55.4646012Z [00:02:44.886]➜  checking for struct utmpx.ut_pid... yes
2025-08-20T19:16:55.5123229Z [00:02:44.934]➜  checking for struct utmp.ut_pid... yes
2025-08-20T19:16:55.6067997Z [00:02:45.028]➜  checking for struct utmp.ut_tv... yes
2025-08-20T19:16:55.6546364Z [00:02:45.076]➜  checking for struct utmpx.ut_host... yes
2025-08-20T19:16:55.7010783Z [00:02:45.123]➜  checking for struct utmp.ut_host... yes
2025-08-20T19:16:55.7481423Z [00:02:45.170]➜  checking for struct utmpx.ut_id... yes
2025-08-20T19:16:55.7964581Z [00:02:45.218]➜  checking for struct utmp.ut_id... yes
2025-08-20T19:16:55.8449049Z [00:02:45.266]➜  checking for struct utmpx.ut_session... yes
2025-08-20T19:16:55.8928575Z [00:02:45.314]➜  checking for struct utmp.ut_session... yes
2025-08-20T19:16:55.9868769Z [00:02:45.408]➜  checking for struct utmpx.ut_exit... yes
2025-08-20T19:16:56.0809965Z [00:02:45.503]➜  checking for struct utmp.ut_exit... yes
2025-08-20T19:16:56.1746650Z [00:02:45.596]➜  checking for struct utmpx.ut_exit.ut_exit... no
2025-08-20T19:16:56.2215893Z [00:02:45.643]➜  checking for struct utmpx.ut_exit.e_exit... yes
2025-08-20T19:16:56.2684122Z [00:02:45.690]➜  checking for struct utmp.ut_exit.e_exit... yes
2025-08-20T19:16:56.3618543Z [00:02:45.783]➜  checking for struct utmpx.ut_exit.ut_termination... no
2025-08-20T19:16:56.4089005Z [00:02:45.830]➜  checking for struct utmpx.ut_exit.e_termination... yes
2025-08-20T19:16:56.4563763Z [00:02:45.878]➜  checking for struct utmp.ut_exit.e_termination... yes
2025-08-20T19:16:56.4936359Z [00:02:45.915]➜  checking whether sysinfo is declared... yes
2025-08-20T19:16:56.5425207Z [00:02:45.964]➜  checking for sys/sysctl.h... no
2025-08-20T19:16:56.6316690Z [00:02:46.053]➜  checking for sysctl... no
2025-08-20T19:16:56.6318322Z [00:02:46.053]➜  checking whether realloc should abort upon undefined behaviour... no
2025-08-20T19:16:56.7259280Z [00:02:46.147]➜  checking whether rmdir works... yes
2025-08-20T19:16:56.8185524Z [00:02:46.240]➜  checking whether unlink honors trailing slashes... yes
2025-08-20T19:16:56.8186903Z [00:02:46.240]➜  checking whether unlink of a parent directory fails as it should... guessing yes
2025-08-20T19:16:56.8517755Z [00:02:46.273]➜  checking for sched.h... yes
2025-08-20T19:16:56.9175672Z [00:02:46.339]➜  checking for struct sched_param... yes
2025-08-20T19:16:57.0020853Z [00:02:46.424]➜  checking for library containing setsockopt... none needed
2025-08-20T19:16:57.0535625Z [00:02:46.475]➜  checking whether setenv is declared... yes
2025-08-20T19:16:57.0996346Z [00:02:46.521]➜  checking for search.h... yes
2025-08-20T19:16:57.1869756Z [00:02:46.609]➜  checking for tsearch... yes
2025-08-20T19:16:57.2626204Z [00:02:46.684]➜  checking for volatile sig_atomic_t... yes
2025-08-20T19:16:57.3368480Z [00:02:46.758]➜  checking for sighandler_t... yes
2025-08-20T19:16:57.4271647Z [00:02:46.849]➜  checking whether snprintf returns a byte count as in C99... yes
2025-08-20T19:16:57.5169174Z [00:02:46.938]➜  checking whether printf supports POSIX/XSI format strings with positions... yes
2025-08-20T19:16:57.5676045Z [00:02:46.989]➜  checking whether snprintf is declared... yes
2025-08-20T19:16:57.6185043Z [00:02:47.040]➜  checking whether fcloseall is declared... yes
2025-08-20T19:16:57.6695140Z [00:02:47.091]➜  checking whether getw is declared... yes
2025-08-20T19:16:57.7207606Z [00:02:47.142]➜  checking whether putw is declared... yes
2025-08-20T19:16:57.7564673Z [00:02:47.178]➜  checking which flavor of printf attribute matches inttypes macros... system
2025-08-20T19:16:57.8064537Z [00:02:47.228]➜  checking whether ecvt is declared... yes
2025-08-20T19:16:57.8575459Z [00:02:47.279]➜  checking whether fcvt is declared... yes
2025-08-20T19:16:57.9081174Z [00:02:47.330]➜  checking whether gcvt is declared... yes
2025-08-20T19:16:58.0943419Z [00:02:47.516]➜  checking whether MB_CUR_MAX is correct... yes
2025-08-20T19:16:58.1454552Z [00:02:47.567]➜  checking whether strdup is declared... yes
2025-08-20T19:16:58.2348346Z [00:02:47.656]➜  checking whether strerror(0) succeeds... yes
2025-08-20T19:16:58.3231952Z [00:02:47.745]➜  checking for strerror_r... yes
2025-08-20T19:16:58.3577464Z [00:02:47.779]➜  checking for strerror_r with POSIX signature... no
2025-08-20T19:16:58.4458039Z [00:02:47.867]➜  checking whether __xpg_strerror_r works... yes
2025-08-20T19:16:58.4972629Z [00:02:47.919]➜  checking whether strnlen is declared... yes
2025-08-20T19:16:58.5485790Z [00:02:47.970]➜  checking whether strsignal is declared... yes
2025-08-20T19:16:58.6609963Z [00:02:48.083]➜  checking whether ldexp() can be used without linking with libm... yes
2025-08-20T19:16:58.7125609Z [00:02:48.134]➜  checking whether strtoimax is declared... yes
2025-08-20T19:16:58.7643396Z [00:02:48.186]➜  checking whether strtoumax is declared... yes
2025-08-20T19:16:58.7982317Z [00:02:48.220]➜  checking whether <sys/ioctl.h> declares ioctl... yes
2025-08-20T19:16:58.8663783Z [00:02:48.288]➜  checking for struct utsname... yes
2025-08-20T19:16:58.8988147Z [00:02:48.320]➜  checking for struct winsize in <termios.h>... no
2025-08-20T19:16:58.9317716Z [00:02:48.353]➜  checking for struct winsize in <sys/ioctl.h>... yes
2025-08-20T19:16:58.9660051Z [00:02:48.388]➜  checking for struct timespec in <time.h>... yes
2025-08-20T19:16:58.9993368Z [00:02:48.421]➜  checking for TIME_UTC in <time.h>... yes
2025-08-20T19:16:59.0499321Z [00:02:48.472]➜  checking whether execvpe is declared... yes
2025-08-20T19:16:59.1014088Z [00:02:48.523]➜  checking whether clearerr_unlocked is declared... yes
2025-08-20T19:16:59.1528742Z [00:02:48.574]➜  checking whether feof_unlocked is declared... yes
2025-08-20T19:16:59.2039804Z [00:02:48.626]➜  checking whether ferror_unlocked is declared... yes
2025-08-20T19:16:59.2542781Z [00:02:48.676]➜  checking whether fflush_unlocked is declared... yes
2025-08-20T19:16:59.3046705Z [00:02:48.726]➜  checking whether fgets_unlocked is declared... yes
2025-08-20T19:16:59.3549518Z [00:02:48.777]➜  checking whether fputc_unlocked is declared... yes
2025-08-20T19:16:59.4052015Z [00:02:48.827]➜  checking whether fputs_unlocked is declared... yes
2025-08-20T19:16:59.4552503Z [00:02:48.877]➜  checking whether fread_unlocked is declared... yes
2025-08-20T19:16:59.5056399Z [00:02:48.927]➜  checking whether fwrite_unlocked is declared... yes
2025-08-20T19:16:59.5559697Z [00:02:48.978]➜  checking whether getc_unlocked is declared... yes
2025-08-20T19:16:59.6062073Z [00:02:49.028]➜  checking whether getchar_unlocked is declared... yes
2025-08-20T19:16:59.6567607Z [00:02:49.078]➜  checking whether putc_unlocked is declared... yes
2025-08-20T19:16:59.7084527Z [00:02:49.130]➜  checking whether putchar_unlocked is declared... yes
2025-08-20T19:16:59.7592848Z [00:02:49.181]➜  checking whether unsetenv is declared... yes
2025-08-20T19:16:59.8739768Z [00:02:49.296]➜  checking whether the utimes function works... yes
2025-08-20T19:16:59.9113975Z [00:02:49.333]➜  checking for inttypes.h... yes
2025-08-20T19:16:59.9467512Z [00:02:49.368]➜  checking for stdint.h... yes
2025-08-20T19:16:59.9860227Z [00:02:49.408]➜  checking for intmax_t... yes
2025-08-20T19:17:00.0789931Z [00:02:49.501]➜  checking whether snprintf truncates the result as in C99... yes
2025-08-20T19:17:00.1664759Z [00:02:49.588]➜  checking for wcslen... yes
2025-08-20T19:17:00.1665916Z [00:02:49.588]➜  checking for snprintf... (cached) yes
2025-08-20T19:17:00.2548363Z [00:02:49.676]➜  checking for strnlen... yes
2025-08-20T19:17:00.2549106Z [00:02:49.677]➜  checking for wcrtomb... (cached) yes
2025-08-20T19:17:00.2944587Z [00:02:49.716]➜  checking whether _snprintf is declared... no
2025-08-20T19:17:00.3925776Z [00:02:49.814]➜  checking whether printf supports size specifiers as in C99... yes
2025-08-20T19:17:00.4929442Z [00:02:49.914]➜  checking whether printf supports size specifiers as in C23... yes
2025-08-20T19:17:00.5871943Z [00:02:50.009]➜  checking whether printf supports 'long double' arguments... yes
2025-08-20T19:17:00.6929944Z [00:02:50.114]➜  checking whether printf supports infinite 'double' arguments... yes
2025-08-20T19:17:00.8179459Z [00:02:50.239]➜  checking whether printf supports infinite 'long double' arguments... yes
2025-08-20T19:17:00.9216653Z [00:02:50.343]➜  checking whether printf supports the 'a' and 'A' directives... yes
2025-08-20T19:17:01.0133315Z [00:02:50.435]➜  checking whether printf supports the 'b' directive... yes
2025-08-20T19:17:01.1077792Z [00:02:50.529]➜  checking whether printf supports the 'F' directive... yes
2025-08-20T19:17:01.2031278Z [00:02:50.625]➜  checking whether printf supports the 'ls' directive... yes
2025-08-20T19:17:01.2981568Z [00:02:50.720]➜  checking whether printf supports the 'lc' directive correctly... yes
2025-08-20T19:17:01.3893984Z [00:02:50.811]➜  checking whether printf supports the grouping flag... yes
2025-08-20T19:17:01.4803770Z [00:02:50.902]➜  checking whether printf supports the left-adjust flag correctly... yes
2025-08-20T19:17:01.5719455Z [00:02:50.994]➜  checking whether printf supports the zero flag correctly... yes
2025-08-20T19:17:01.6607743Z [00:02:51.082]➜  checking whether printf supports the alternative flag with a zero precision... yes
2025-08-20T19:17:01.7541372Z [00:02:51.176]➜  checking whether printf supports large precisions... yes
2025-08-20T19:17:01.8590026Z [00:02:51.281]➜  checking whether printf survives out-of-memory conditions... yes
2025-08-20T19:17:01.9472795Z [00:02:51.369]➜  checking for vasprintf... yes
2025-08-20T19:17:01.9865797Z [00:02:51.408]➜  checking whether wcsdup is declared... yes
2025-08-20T19:17:02.0803656Z [00:02:51.502]➜  checking POSIX termios... yes
2025-08-20T19:17:02.1079098Z [00:02:51.529]➜  checking whether use of TIOCGWINSZ requires termios.h... no
2025-08-20T19:17:02.1949435Z [00:02:51.616]➜  checking for strerrorname_np... yes
2025-08-20T19:17:02.2835244Z [00:02:51.705]➜  checking whether strerrorname_np works... yes
2025-08-20T19:17:02.3364031Z [00:02:51.758]➜  checking for C compiler option to allow warnings... -Wno-error
2025-08-20T19:17:02.3876777Z [00:02:51.809]➜  checking for C++ compiler option to allow warnings... -Wno-error
2025-08-20T19:17:02.4896095Z [00:02:51.911]➜  checking for a french Unicode locale... none
2025-08-20T19:17:02.5919050Z [00:02:52.013]➜  checking for a turkish Unicode locale... none
2025-08-20T19:17:02.5920794Z [00:02:52.014]➜  checking for uselocale... (cached) yes
2025-08-20T19:17:02.5921501Z [00:02:52.014]➜  checking whether uselocale works... (cached) yes
2025-08-20T19:17:02.6806589Z [00:02:52.102]➜  checking for fake locale system (OpenBSD, Android)... no
2025-08-20T19:17:02.6807586Z [00:02:52.102]➜  checking for Solaris 11.4 locale system... no
2025-08-20T19:17:02.7319557Z [00:02:52.153]➜  checking for CFPreferencesCopyAppValue... no
2025-08-20T19:17:02.7816115Z [00:02:52.203]➜  checking for CFLocaleCopyPreferredLanguages... no
2025-08-20T19:17:02.8702717Z [00:02:52.292]➜  checking for library needed for semaphore functions... none
2025-08-20T19:17:02.9220399Z [00:02:52.344]➜  checking whether initstate is declared... yes
2025-08-20T19:17:02.9736961Z [00:02:52.395]➜  checking whether setstate is declared... yes
2025-08-20T19:17:03.0908854Z [00:02:52.512]➜  checking whether access honors trailing slash... yes
2025-08-20T19:17:03.1795396Z [00:02:52.601]➜  checking for posix_memalign... yes
2025-08-20T19:17:03.2135792Z [00:02:52.635]➜  checking for alignas and alignof... yes, keywords
2025-08-20T19:17:03.2378287Z [00:02:52.659]➜  checking for alloca as a compiler built-in... yes
2025-08-20T19:17:03.2381541Z [00:02:52.660]➜  checking whether to enable assertions... yes
2025-08-20T19:17:03.2698998Z [00:02:52.691]➜  checking for static_assert... yes, a keyword
2025-08-20T19:17:03.2995359Z [00:02:52.721]➜  checking for bool, true, false... yes
2025-08-20T19:17:03.3865649Z [00:02:52.808]➜  checking whether btowc(0) is correct... yes
2025-08-20T19:17:03.3866213Z [00:02:52.808]➜  checking whether btowc(EOF) is correct... guessing yes
2025-08-20T19:17:03.4828028Z [00:02:52.904]➜  checking whether btowc is consistent with mbrtowc in the C locale... no
2025-08-20T19:17:03.5703777Z [00:02:52.992]➜  checking for __builtin_expect... yes
2025-08-20T19:17:03.6041264Z [00:02:53.026]➜  checking for working bswap_16, bswap_32, bswap_64... yes
2025-08-20T19:17:03.6043823Z [00:02:53.026]➜  checking for nl_langinfo... yes
2025-08-20T19:17:03.6988820Z [00:02:53.120]➜  checking for strtod_l... yes
2025-08-20T19:17:03.6989574Z [00:02:53.121]➜  checking for nl_langinfo... (cached) yes
2025-08-20T19:17:03.7877992Z [00:02:53.209]➜  checking for strtold_l... yes
2025-08-20T19:17:03.8793752Z [00:02:53.301]➜  checking whether calloc (0, n) and calloc (n, 0) return nonnull... yes
2025-08-20T19:17:03.9678264Z [00:02:53.389]➜  checking for faccessat... yes
2025-08-20T19:17:04.0552187Z [00:02:53.477]➜  checking for readlinkat... yes
2025-08-20T19:17:04.0829525Z [00:02:53.504]➜  checking whether this system supports file names of any length... no
2025-08-20T19:17:04.1858330Z [00:02:53.607]➜  checking whether chmod works... yes
2025-08-20T19:17:04.2737121Z [00:02:53.695]➜  checking for library containing clock_gettime... none required
2025-08-20T19:17:04.3615649Z [00:02:53.783]➜  checking for clock_getres... yes
2025-08-20T19:17:04.4491134Z [00:02:53.871]➜  checking for clock_gettime... yes
2025-08-20T19:17:04.5368970Z [00:02:53.958]➜  checking for clock_settime... yes
2025-08-20T19:17:04.6257830Z [00:02:54.047]➜  checking for closedir... yes
2025-08-20T19:17:04.8209067Z [00:02:54.242]➜  checking for copy_file_range... yes
2025-08-20T19:17:04.8536620Z [00:02:54.275]➜  checking whether openssl is GPL compatible... yes
2025-08-20T19:17:04.9448031Z [00:02:54.366]➜  checking for MD5 in -lcrypto... yes
2025-08-20T19:17:04.9911205Z [00:02:54.413]➜  checking for openssl/md5.h... yes
2025-08-20T19:17:04.9914550Z [00:02:54.413]➜  checking whether openssl is GPL compatible... (cached) yes
2025-08-20T19:17:05.0954826Z [00:02:54.517]➜  checking for SHA1 in -lcrypto... no
2025-08-20T19:17:05.0956410Z [00:02:54.517]➜  checking whether openssl is GPL compatible... (cached) yes
2025-08-20T19:17:05.1999561Z [00:02:54.622]➜  checking for SHA256 in -lcrypto... no
2025-08-20T19:17:05.2001987Z [00:02:54.622]➜  checking whether openssl is GPL compatible... (cached) yes
2025-08-20T19:17:05.3048628Z [00:02:54.726]➜  checking for SHA512 in -lcrypto... no
2025-08-20T19:17:05.3049981Z [00:02:54.727]➜  checking for d_ino member in directory struct... (cached) yes
2025-08-20T19:17:05.3949947Z [00:02:54.817]➜  checking for d_type member in directory struct... yes
2025-08-20T19:17:05.4826898Z [00:02:54.904]➜  checking for dirfd... yes
2025-08-20T19:17:05.5225771Z [00:02:54.944]➜  checking whether dirfd is declared... yes
2025-08-20T19:17:05.5499970Z [00:02:54.972]➜  checking whether dirfd is a macro... no
2025-08-20T19:17:05.5502410Z [00:02:54.972]➜  checking whether // is distinct from /... (cached) no
2025-08-20T19:17:05.6395737Z [00:02:55.061]➜  checking whether dup works... yes
2025-08-20T19:17:05.7356517Z [00:02:55.157]➜  checking whether dup2 works... yes
2025-08-20T19:17:05.8230692Z [00:02:55.245]➜  checking for euidaccess... yes
2025-08-20T19:17:05.8236589Z [00:02:55.245]➜  checking for faccessat... (cached) yes
2025-08-20T19:17:05.9282919Z [00:02:55.350]➜  checking whether fchmodat works... yes
2025-08-20T19:17:06.0159807Z [00:02:55.438]➜  checking for fchownat... yes
2025-08-20T19:17:06.1133722Z [00:02:55.535]➜  checking whether fchownat works with AT_SYMLINK_NOFOLLOW... yes
2025-08-20T19:17:06.2048330Z [00:02:55.626]➜  checking whether fchownat works with an empty file name... yes
2025-08-20T19:17:06.2997779Z [00:02:55.721]➜  checking whether fcntl handles F_DUPFD correctly... yes
2025-08-20T19:17:06.4208444Z [00:02:55.842]➜  checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
2025-08-20T19:17:06.5080832Z [00:02:55.930]➜  checking for fdatasync... yes
2025-08-20T19:17:06.5985255Z [00:02:56.020]➜  checking whether fdopen sets errno... yes
2025-08-20T19:17:06.6369062Z [00:02:56.058]➜  checking whether fdopendir is declared... yes
2025-08-20T19:17:06.7272137Z [00:02:56.149]➜  checking whether fdopendir works... yes
2025-08-20T19:17:06.7273989Z [00:02:56.149]➜  checking whether fflush works on input streams... (cached) no
2025-08-20T19:17:06.7739069Z [00:02:56.196]➜  checking for sys/smack.h... no
2025-08-20T19:17:06.8208968Z [00:02:56.242]➜  checking for struct stat.st_blocks... yes
2025-08-20T19:17:06.8211458Z [00:02:56.243]➜  checking for mempcpy... (cached) yes
2025-08-20T19:17:06.8631712Z [00:02:56.285]➜  checking for flexible array member... yes
2025-08-20T19:17:06.8948431Z [00:02:56.316]➜  checking whether float.h conforms to ISO C23... no
2025-08-20T19:17:06.9781690Z [00:02:56.400]➜  checking whether conversion from 'int' to 'long double' works... yes
2025-08-20T19:17:07.0812912Z [00:02:56.503]➜  checking for working GNU fnmatch... yes
2025-08-20T19:17:07.1722291Z [00:02:56.594]➜  checking whether fopen supports the mode character 'x'... yes
2025-08-20T19:17:07.2640316Z [00:02:56.686]➜  checking whether fopen supports the mode character 'e'... yes
2025-08-20T19:17:07.3547787Z [00:02:56.776]➜  checking for __fpending... yes
2025-08-20T19:17:07.3945653Z [00:02:56.816]➜  checking whether __fpending is declared... yes
2025-08-20T19:17:07.4813335Z [00:02:56.903]➜  checking for __fpurge... yes
2025-08-20T19:17:07.5204110Z [00:02:56.942]➜  checking whether fpurge is declared... no
2025-08-20T19:17:07.6090853Z [00:02:57.031]➜  checking for __freadahead... no
2025-08-20T19:17:07.6967091Z [00:02:57.118]➜  checking for __freading... yes
2025-08-20T19:17:07.7348059Z [00:02:57.156]➜  checking whether free is known to preserve errno... yes
2025-08-20T19:17:07.8265536Z [00:02:57.248]➜  checking whether freopen works on closed fds... yes
2025-08-20T19:17:07.9508333Z [00:02:57.372]➜  checking whether frexp works... yes
2025-08-20T19:17:08.0119540Z [00:02:57.434]➜  checking whether frexpl is declared... yes
2025-08-20T19:17:08.1230262Z [00:02:57.545]➜  checking whether frexpl() can be used without linking with libm... yes
2025-08-20T19:17:08.2415990Z [00:02:57.663]➜  checking whether frexpl works... yes
2025-08-20T19:17:08.2418513Z [00:02:57.664]➜  checking for fseeko... (cached) yes
2025-08-20T19:17:08.2421652Z [00:02:57.664]➜  checking whether fflush works on input streams... (cached) no
2025-08-20T19:17:08.3328087Z [00:02:57.754]➜  checking for _fseeki64... no
2025-08-20T19:17:08.4228392Z [00:02:57.844]➜  checking for __fseterr... no
2025-08-20T19:17:08.5125782Z [00:02:57.934]➜  checking whether fstatat (..., 0) works... yes
2025-08-20T19:17:08.5638235Z [00:02:57.985]➜  checking for sys/mount.h... yes
2025-08-20T19:17:08.6539716Z [00:02:58.076]➜  checking for statvfs function (SVR4)... yes
2025-08-20T19:17:08.7057037Z [00:02:58.127]➜  checking whether to use statvfs64... no
2025-08-20T19:17:08.8008744Z [00:02:58.222]➜  checking for two-argument statfs with statfs.f_frsize member... yes
2025-08-20T19:17:08.8478659Z [00:02:58.269]➜  checking for sys/fs/s5param.h... no
2025-08-20T19:17:08.8939139Z [00:02:58.315]➜  checking for sys/statfs.h... yes
2025-08-20T19:17:08.9275651Z [00:02:58.349]➜  checking for statfs that truncates block counts... no
2025-08-20T19:17:08.9278948Z [00:02:58.350]➜  checking for ftello... (cached) yes
2025-08-20T19:17:08.9281753Z [00:02:58.350]➜  checking whether ftello works... (cached) yes
2025-08-20T19:17:09.0181910Z [00:02:58.440]➜  checking for strtof... yes
2025-08-20T19:17:09.1063217Z [00:02:58.528]➜  checking for ftruncate... yes
2025-08-20T19:17:09.1541560Z [00:02:58.576]➜  checking for struct statfs.f_type... yes
2025-08-20T19:17:09.2472030Z [00:02:58.669]➜  checking for __fsword_t... yes
2025-08-20T19:17:09.3356380Z [00:02:58.757]➜  checking for fts_open... yes
2025-08-20T19:17:09.4242109Z [00:02:58.846]➜  checking for futimens... yes
2025-08-20T19:17:10.5234123Z [00:02:59.945]➜  checking whether futimens works... yes
2025-08-20T19:17:10.6100476Z [00:03:00.032]➜  checking for library containing getaddrinfo... none required
2025-08-20T19:17:10.7048684Z [00:03:00.126]➜  checking for getaddrinfo... yes
2025-08-20T19:17:10.7985951Z [00:03:00.220]➜  checking whether getaddrinfo supports AI_NUMERICSERV... yes
2025-08-20T19:17:10.8415465Z [00:03:00.263]➜  checking whether gai_strerror is declared... yes
2025-08-20T19:17:10.8846949Z [00:03:00.306]➜  checking whether gai_strerrorA is declared... no
2025-08-20T19:17:10.9211898Z [00:03:00.343]➜  checking for gai_strerror with POSIX signature... yes
2025-08-20T19:17:10.9892492Z [00:03:00.411]➜  checking for struct sockaddr.sa_len... no
2025-08-20T19:17:11.0315093Z [00:03:00.453]➜  checking whether getaddrinfo is declared... yes
2025-08-20T19:17:11.0744846Z [00:03:00.496]➜  checking whether freeaddrinfo is declared... yes
2025-08-20T19:17:11.1178181Z [00:03:00.539]➜  checking whether getnameinfo is declared... yes
2025-08-20T19:17:11.1937013Z [00:03:00.615]➜  checking for struct addrinfo... yes
2025-08-20T19:17:11.3939342Z [00:03:00.815]➜  checking whether getcwd handles long file names properly... yes
2025-08-20T19:17:11.5070647Z [00:03:00.929]➜  checking whether getcwd succeeds when 4k < cwd_length < 16k... yes
2025-08-20T19:17:11.5956387Z [00:03:01.017]➜  checking for getdelim... yes
2025-08-20T19:17:11.6956718Z [00:03:01.117]➜  checking for working getdelim function... yes
2025-08-20T19:17:11.7851153Z [00:03:01.207]➜  checking whether getdtablesize works... yes
2025-08-20T19:17:11.8722875Z [00:03:01.294]➜  checking for getgroups... yes
2025-08-20T19:17:11.9708054Z [00:03:01.392]➜  checking for working getgroups... yes
2025-08-20T19:17:12.0704525Z [00:03:01.492]➜  checking whether getgroups handles negative values... yes
2025-08-20T19:17:12.1573681Z [00:03:01.579]➜  checking for gethostname... yes
2025-08-20T19:17:12.1832923Z [00:03:01.605]➜  checking for HOST_NAME_MAX... yes
2025-08-20T19:17:12.2208415Z [00:03:01.642]➜  checking whether gethrtime is declared... no
2025-08-20T19:17:12.2474023Z [00:03:01.669]➜  checking whether CLOCK_MONOTONIC or CLOCK_REALTIME is defined... yes
2025-08-20T19:17:12.3348542Z [00:03:01.756]➜  checking for getline... yes
2025-08-20T19:17:12.4346134Z [00:03:01.856]➜  checking for working getline function... yes
2025-08-20T19:17:12.5218171Z [00:03:01.943]➜  checking for getloadavg... yes
2025-08-20T19:17:12.5686979Z [00:03:01.990]➜  checking for sys/loadavg.h... no
2025-08-20T19:17:12.6111355Z [00:03:02.033]➜  checking whether getloadavg is declared... yes
2025-08-20T19:17:12.7083010Z [00:03:02.130]➜  checking whether getlogin works... yes
2025-08-20T19:17:12.7981309Z [00:03:02.220]➜  checking for getpagesize... yes
2025-08-20T19:17:12.8494064Z [00:03:02.271]➜  checking whether getpagesize is declared... yes
2025-08-20T19:17:12.9389392Z [00:03:02.361]➜  checking for getprogname... no
2025-08-20T19:17:12.9758026Z [00:03:02.397]➜  checking whether program_invocation_name is declared... yes
2025-08-20T19:17:12.9781342Z [00:03:02.400]➜  checking whether program_invocation_name is declared... (cached) yes
2025-08-20T19:17:13.0140343Z [00:03:02.436]➜  checking whether program_invocation_short_name is declared... yes
2025-08-20T19:17:13.0541851Z [00:03:02.476]➜  checking whether __argv is declared... no
2025-08-20T19:17:13.1422732Z [00:03:02.564]➜  checking for getrandom... yes
2025-08-20T19:17:13.1806376Z [00:03:02.602]➜  checking whether getrandom is compatible with its GNU+BSD signature... yes
2025-08-20T19:17:13.2674858Z [00:03:02.689]➜  checking for timespec_getres... yes
2025-08-20T19:17:13.3019791Z [00:03:02.724]➜  checking for gettimeofday with POSIX signature... yes
2025-08-20T19:17:13.3942678Z [00:03:02.816]➜  checking for group_member... yes
2025-08-20T19:17:13.3944663Z [00:03:02.816]➜  checking host operating system... GNU/Linux
2025-08-20T19:17:13.3946830Z [00:03:02.816]➜  checking for library containing gethostbyname... (cached) none required
2025-08-20T19:17:13.3949669Z [00:03:02.817]➜  checking for gethostbyname... (cached) yes
2025-08-20T19:17:13.4212960Z [00:03:02.843]➜  checking for library containing inet_ntop... (cached) none required
2025-08-20T19:17:13.4233040Z [00:03:02.845]➜  checking whether inet_ntop is declared... (cached) yes
2025-08-20T19:17:13.5085680Z [00:03:02.930]➜  checking for library containing inet_pton... none required
2025-08-20T19:17:13.5515710Z [00:03:02.973]➜  checking whether inet_pton is declared... yes
2025-08-20T19:17:13.5836035Z [00:03:03.005]➜  checking whether the compiler generally respects inline... yes
2025-08-20T19:17:13.6724819Z [00:03:03.094]➜  checking for isapipe... no
2025-08-20T19:17:13.7729758Z [00:03:03.195]➜  checking whether pipes are FIFOs (and for their link count)... yes (1)
2025-08-20T19:17:13.8863414Z [00:03:03.308]➜  checking whether isnan(double) can be used without linking with libm... yes
2025-08-20T19:17:13.9976955Z [00:03:03.419]➜  checking whether isnan(float) can be used without linking with libm... yes
2025-08-20T19:17:14.1081329Z [00:03:03.530]➜  checking whether isnan(float) works... yes
2025-08-20T19:17:14.2199879Z [00:03:03.642]➜  checking whether isnan(long double) can be used without linking with libm... yes
2025-08-20T19:17:14.3332740Z [00:03:03.755]➜  checking whether isnanl works... yes
2025-08-20T19:17:14.4209152Z [00:03:03.842]➜  checking for iswblank... yes
2025-08-20T19:17:14.4616280Z [00:03:03.883]➜  checking whether iswblank is declared... yes
2025-08-20T19:17:14.5622277Z [00:03:03.984]➜  checking whether iswdigit is ISO C compliant... yes
2025-08-20T19:17:14.6523466Z [00:03:04.074]➜  checking whether iswpunct is consistent with ispunct... yes
2025-08-20T19:17:14.7511245Z [00:03:04.173]➜  checking whether iswxdigit is ISO C compliant... yes
2025-08-20T19:17:14.8380150Z [00:03:04.260]➜  checking for lchown... yes
2025-08-20T19:17:14.9272599Z [00:03:04.349]➜  checking for C compiler flag to ignore unused libraries... -Wl,--as-needed
2025-08-20T19:17:14.9596785Z [00:03:04.381]➜  checking whether the compiler supports the __inline keyword... yes
2025-08-20T19:17:15.0139551Z [00:03:04.436]➜  checking for gmp.h... yes
2025-08-20T19:17:15.1142545Z [00:03:04.536]➜  checking for libgmp... yes
2025-08-20T19:17:15.1143066Z [00:03:04.536]➜  checking how to link with libgmp... -lgmp
2025-08-20T19:17:15.1172792Z [00:03:04.539]➜  checking for gmp.h... (cached) yes
2025-08-20T19:17:15.1224714Z [00:03:04.544]➜  checking for libgmp... (cached) yes
2025-08-20T19:17:15.1225448Z [00:03:04.544]➜  checking how to link with libgmp... -lgmp
2025-08-20T19:17:15.2178026Z [00:03:04.639]➜  checking whether link obeys POSIX... yes
2025-08-20T19:17:15.3053651Z [00:03:04.727]➜  checking for __xpg4... no
2025-08-20T19:17:15.4028387Z [00:03:04.824]➜  checking whether link(2) dereferences a symlink... no
2025-08-20T19:17:15.4893715Z [00:03:04.911]➜  checking for linkat... yes
2025-08-20T19:17:15.5798842Z [00:03:05.001]➜  checking whether linkat() can link symlinks... yes
2025-08-20T19:17:15.6769358Z [00:03:05.098]➜  checking whether linkat handles trailing slash correctly... yes
2025-08-20T19:17:15.7628390Z [00:03:05.184]➜  checking whether localeconv works... yes
2025-08-20T19:17:15.8376186Z [00:03:05.259]➜  checking for pthread_rwlock_t... yes
2025-08-20T19:17:16.0446678Z [00:03:05.466]➜  checking whether pthread_rwlock_rdlock prefers a writer to a reader... no
2025-08-20T19:17:16.1816324Z [00:03:05.603]➜  checking whether lseek detects pipes... yes
2025-08-20T19:17:16.2133862Z [00:03:05.635]➜  checking whether SEEK_DATA works but is incompatible with GNU... no
2025-08-20T19:17:16.2991751Z [00:03:05.721]➜  checking whether mbrtoc32 works on empty input... yes
2025-08-20T19:17:16.3893772Z [00:03:05.811]➜  checking whether the C locale is free of encoding errors... no
2025-08-20T19:17:16.4782477Z [00:03:05.900]➜  checking whether mbrtoc32 works in an UTF-8 locale... yes
2025-08-20T19:17:16.4790967Z [00:03:05.901]➜  checking whether mbrtowc handles a NULL pwc argument... (cached) yes
2025-08-20T19:17:16.4792415Z [00:03:05.901]➜  checking whether mbrtowc handles a NULL string argument... (cached) yes
2025-08-20T19:17:16.4793448Z [00:03:05.901]➜  checking whether mbrtowc has a correct return value... (cached) yes
2025-08-20T19:17:16.4794535Z [00:03:05.901]➜  checking whether mbrtowc returns 0 when parsing a NUL character... (cached) guessing yes
2025-08-20T19:17:16.4795510Z [00:03:05.901]➜  checking whether mbrtowc stores incomplete characters... (cached) no
2025-08-20T19:17:16.4796488Z [00:03:05.901]➜  checking whether mbrtowc works on empty input... (cached) yes
2025-08-20T19:17:16.4797594Z [00:03:05.901]➜  checking whether the C locale is free of encoding errors... (cached) no
2025-08-20T19:17:16.5733269Z [00:03:05.995]➜  checking whether mbsrtowcs works... yes
2025-08-20T19:17:16.5734194Z [00:03:05.995]➜  checking whether the C locale is free of encoding errors... (cached) no
2025-08-20T19:17:16.6082040Z [00:03:06.030]➜  checking whether mbswidth is declared in <wchar.h>... no
2025-08-20T19:17:16.6082833Z [00:03:06.030]➜  checking for mbstate_t... (cached) yes
2025-08-20T19:17:16.6958479Z [00:03:06.117]➜  checking for mbtowc... yes
2025-08-20T19:17:16.6961416Z [00:03:06.118]➜  checking for mempcpy... (cached) yes
2025-08-20T19:17:16.7846125Z [00:03:06.206]➜  checking for memrchr... yes
2025-08-20T19:17:16.8746950Z [00:03:06.296]➜  checking for memset_explicit... no
2025-08-20T19:17:16.9643178Z [00:03:06.386]➜  checking for explicit_memset... no
2025-08-20T19:17:17.0562162Z [00:03:06.476]➜  checking whether mkdir handles trailing slash... yes
2025-08-20T19:17:17.1449931Z [00:03:06.566]➜  checking whether mkdir handles trailing dot... yes
2025-08-20T19:17:17.2340963Z [00:03:06.656]➜  checking for mkfifo... yes
2025-08-20T19:17:17.3236466Z [00:03:06.745]➜  checking whether mkfifo rejects trailing slashes... yes
2025-08-20T19:17:17.4114764Z [00:03:06.833]➜  checking for mknodat... yes
2025-08-20T19:17:17.4991747Z [00:03:06.921]➜  checking for mkfifoat... yes
2025-08-20T19:17:17.5934413Z [00:03:07.015]➜  checking whether mkfifoat rejects trailing slashes... yes
2025-08-20T19:17:17.6870242Z [00:03:07.109]➜  checking whether mknod can create fifo without root privileges... no
2025-08-20T19:17:17.7752901Z [00:03:07.197]➜  checking for mkostemp... yes
2025-08-20T19:17:17.8848598Z [00:03:07.306]➜  checking for working mkstemp... yes
2025-08-20T19:17:17.9740513Z [00:03:07.396]➜  checking for __mktime_internal... yes
2025-08-20T19:17:18.0635689Z [00:03:07.485]➜  checking for listmntent... no
2025-08-20T19:17:18.0964737Z [00:03:07.518]➜  checking for sys/ucred.h... no
2025-08-20T19:17:18.0966663Z [00:03:07.518]➜  checking for sys/mount.h... (cached) yes
2025-08-20T19:17:18.1431561Z [00:03:07.565]➜  checking for mntent.h... yes
2025-08-20T19:17:18.1433291Z [00:03:07.565]➜  checking for sys/fs_types.h... (cached) no
2025-08-20T19:17:18.2453864Z [00:03:07.667]➜  checking for struct fsstat.f_fstypename... no
2025-08-20T19:17:18.3332639Z [00:03:07.755]➜  checking for library containing getmntent... none required
2025-08-20T19:17:18.4220455Z [00:03:07.844]➜  checking for getmntent... yes
2025-08-20T19:17:18.4513429Z [00:03:07.873]➜  checking for mntctl function and struct vmount... no
2025-08-20T19:17:18.4871939Z [00:03:07.909]➜  checking for one-argument getmntent function... yes
2025-08-20T19:17:18.5746638Z [00:03:07.996]➜  checking for setmntent... yes
2025-08-20T19:17:18.6623486Z [00:03:08.084]➜  checking for endmntent... yes
2025-08-20T19:17:18.7489735Z [00:03:08.171]➜  checking for hasmntopt... yes
2025-08-20T19:17:18.7964071Z [00:03:08.218]➜  checking for sys/mntent.h... no
2025-08-20T19:17:18.8432027Z [00:03:08.265]➜  checking for sys/mkdev.h... no
2025-08-20T19:17:18.8883155Z [00:03:08.310]➜  checking for sys/sysmacros.h... yes
2025-08-20T19:17:18.9719124Z [00:03:08.393]➜  checking for struct statfs.f_fstypename... no
2025-08-20T19:17:19.0576820Z [00:03:08.479]➜  checking for library containing nanosleep... none required
2025-08-20T19:17:20.1561399Z [00:03:09.578]➜  checking for working nanosleep... no (mishandles large arguments)
2025-08-20T19:17:20.1937385Z [00:03:09.615]➜  checking whether <netinet/in.h> is self-contained... yes
2025-08-20T19:17:20.1939346Z [00:03:09.616]➜  checking for nl_langinfo... (cached) yes
2025-08-20T19:17:20.2795150Z [00:03:09.701]➜  checking whether YESEXPR works... yes
2025-08-20T19:17:20.3270704Z [00:03:09.749]➜  checking for sys/pstat.h... no
2025-08-20T19:17:20.3739167Z [00:03:09.795]➜  checking for sys/sysmp.h... no
2025-08-20T19:17:20.3741255Z [00:03:09.796]➜  checking for sys/param.h... (cached) yes
2025-08-20T19:17:20.3742674Z [00:03:09.796]➜  checking for sys/sysctl.h... (cached) no
2025-08-20T19:17:20.4642914Z [00:03:09.886]➜  checking for sched_getaffinity_np... no
2025-08-20T19:17:20.5542774Z [00:03:09.976]➜  checking for pstat_getdynamic... no
2025-08-20T19:17:20.6442252Z [00:03:10.066]➜  checking for sysmp... no
2025-08-20T19:17:20.6443771Z [00:03:10.066]➜  checking for sysctl... (cached) no
2025-08-20T19:17:20.7330294Z [00:03:10.155]➜  checking for sched_getaffinity... yes
2025-08-20T19:17:20.7680736Z [00:03:10.190]➜  checking for glibc compatible sched_getaffinity... yes
2025-08-20T19:17:20.8304174Z [00:03:10.252]➜  checking for C nullptr... yes
2025-08-20T19:17:20.8823491Z [00:03:10.304]➜  checking for obstacks that work with any size object... no
2025-08-20T19:17:20.9134473Z [00:03:10.335]➜  checking whether ptrdiff_t is at least as large as a pointer... yes
2025-08-20T19:17:21.0054804Z [00:03:10.427]➜  checking whether open recognizes a trailing slash... yes
2025-08-20T19:17:21.0933125Z [00:03:10.515]➜  checking for opendir... yes
2025-08-20T19:17:21.0941302Z [00:03:10.516]➜  checking for bison... bison
2025-08-20T19:17:21.2143019Z [00:03:10.636]➜  checking for bison 2.4 or newer... ./configure: line 68434: 10100 Aborted                 (core dumped) $PARSE_DATETIME_BISON conftest.y -o conftest.c 2> /dev/null
2025-08-20T19:17:21.2163675Z [00:03:10.638]➜  v. ?.??, bad
2025-08-20T19:17:21.2325565Z [00:03:10.654]➜  checking for Perl 5.005 or newer... perl
2025-08-20T19:17:21.2329793Z [00:03:10.655]➜  checking for sys/pstat.h... (cached) no
2025-08-20T19:17:21.2331637Z [00:03:10.655]➜  checking for sys/sysmp.h... (cached) no
2025-08-20T19:17:21.2801494Z [00:03:10.702]➜  checking for sys/sysinfo.h... yes
2025-08-20T19:17:21.3284774Z [00:03:10.750]➜  checking for machine/hal_sysinfo.h... no
2025-08-20T19:17:21.3766889Z [00:03:10.798]➜  checking for sys/table.h... no
2025-08-20T19:17:21.3770359Z [00:03:10.799]➜  checking for sys/param.h... (cached) yes
2025-08-20T19:17:21.4255745Z [00:03:10.847]➜  checking for sys/systemcfg.h... no
2025-08-20T19:17:21.4257519Z [00:03:10.847]➜  checking for sys/sysctl.h... (cached) no
2025-08-20T19:17:21.5210790Z [00:03:10.943]➜  checking for pstat_getstatic... no
2025-08-20T19:17:21.5218523Z [00:03:10.944]➜  checking for pstat_getdynamic... (cached) no
2025-08-20T19:17:21.5219215Z [00:03:10.944]➜  checking for sysmp... (cached) no
2025-08-20T19:17:21.6160832Z [00:03:11.038]➜  checking for getsysinfo... no
2025-08-20T19:17:21.6161387Z [00:03:11.038]➜  checking for sysctl... (cached) no
2025-08-20T19:17:21.7114350Z [00:03:11.133]➜  checking for table... no
2025-08-20T19:17:21.7115023Z [00:03:11.133]➜  checking for sysinfo... (cached) yes
2025-08-20T19:17:21.7463175Z [00:03:11.168]➜  checking for struct sysinfo.mem_unit... yes
2025-08-20T19:17:21.8342678Z [00:03:11.256]➜  checking for pipe2... yes
2025-08-20T19:17:21.8381557Z [00:03:11.260]➜  checking for a shell that conforms to POSIX... /bin/bash
2025-08-20T19:17:21.8383266Z [00:03:11.260]➜  checking for posix_memalign... (cached) yes
2025-08-20T19:17:21.9330558Z [00:03:11.355]➜  checking whether posix_memalign works for large alignment or zero size... no
2025-08-20T19:17:21.9332921Z [00:03:11.355]➜  checking whether frexp works... (cached) yes
2025-08-20T19:17:21.9335763Z [00:03:11.355]➜  checking whether ldexp can be used without linking with libm... (cached) yes
2025-08-20T19:17:21.9337636Z [00:03:11.355]➜  checking whether frexpl() can be used without linking with libm... (cached) yes
2025-08-20T19:17:21.9338640Z [00:03:11.356]➜  checking whether frexpl works... (cached) yes
2025-08-20T19:17:21.9360892Z [00:03:11.358]➜  checking whether frexpl is declared... (cached) yes
2025-08-20T19:17:22.0495922Z [00:03:11.471]➜  checking whether ldexpl() can be used without linking with libm... yes
2025-08-20T19:17:22.1692431Z [00:03:11.591]➜  checking whether ldexpl works... yes
2025-08-20T19:17:22.2329821Z [00:03:11.655]➜  checking whether ldexpl is declared... yes
2025-08-20T19:17:22.3265760Z [00:03:11.748]➜  checking for getppriv... no
2025-08-20T19:17:22.3286623Z [00:03:11.750]➜  checking whether program_invocation_name is declared... (cached) yes
2025-08-20T19:17:22.3308564Z [00:03:11.752]➜  checking whether program_invocation_short_name is declared... (cached) yes
2025-08-20T19:17:22.4190279Z [00:03:11.841]➜  checking whether signature of pselect conforms to POSIX... yes
2025-08-20T19:17:22.5145269Z [00:03:11.936]➜  checking whether pselect detects invalid fds... yes
2025-08-20T19:17:22.5150333Z [00:03:11.937]➜  checking for PTHREAD_CREATE_DETACHED... (cached) yes
2025-08-20T19:17:22.5152419Z [00:03:11.937]➜  checking for PTHREAD_MUTEX_RECURSIVE... (cached) yes
2025-08-20T19:17:22.5156767Z [00:03:11.937]➜  checking for PTHREAD_MUTEX_ROBUST... (cached) yes
2025-08-20T19:17:22.5158014Z [00:03:11.937]➜  checking for PTHREAD_PROCESS_SHARED... (cached) yes
2025-08-20T19:17:22.6040354Z [00:03:12.026]➜  checking for pthread_mutexattr_getrobust... yes
2025-08-20T19:17:22.6042466Z [00:03:12.026]➜  checking whether pthread_once works... yes
2025-08-20T19:17:22.6917804Z [00:03:12.113]➜  checking whether pthread_create exists as a global function... yes
2025-08-20T19:17:22.7350102Z [00:03:12.157]➜  checking whether pthread_mutex_timedlock is declared... yes
2025-08-20T19:17:22.8284684Z [00:03:12.250]➜  checking for pthread_mutex_timedlock... yes
2025-08-20T19:17:22.8597659Z [00:03:12.281]➜  checking whether pthread_sigmask is a macro... no
2025-08-20T19:17:22.9565877Z [00:03:12.378]➜  checking whether pthread_sigmask works without -lpthread... yes
2025-08-20T19:17:23.0528057Z [00:03:12.474]➜  checking whether pthread_sigmask returns error numbers... yes
2025-08-20T19:17:25.1610343Z [00:03:14.583]➜  checking whether pthread_sigmask unblocks signals correctly... guessing yes
2025-08-20T19:17:25.2623455Z [00:03:14.684]➜  checking for putenv compatible with GNU and SVID... yes
2025-08-20T19:17:25.4402143Z [00:03:14.862]➜  checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr
2025-08-20T19:17:25.5333091Z [00:03:14.955]➜  checking for qsort_r signature... GNU
2025-08-20T19:17:25.6210022Z [00:03:15.043]➜  checking for raise... yes
2025-08-20T19:17:25.7087083Z [00:03:15.130]➜  checking for sigprocmask... yes
2025-08-20T19:17:25.7977475Z [00:03:15.219]➜  checking for rawmemchr... yes
2025-08-20T19:17:25.8871481Z [00:03:15.309]➜  checking for readdir... yes
2025-08-20T19:17:25.9233541Z [00:03:15.345]➜  checking whether readlink signature is correct... yes
2025-08-20T19:17:26.0136722Z [00:03:15.435]➜  checking whether readlink handles trailing slash correctly... yes
2025-08-20T19:17:26.1031216Z [00:03:15.525]➜  checking whether readlink truncates results correctly... yes
2025-08-20T19:17:26.1034349Z [00:03:15.525]➜  checking for readlinkat... (cached) yes
2025-08-20T19:17:26.1394703Z [00:03:15.561]➜  checking whether readlinkat signature is correct... yes
2025-08-20T19:17:26.2330179Z [00:03:15.655]➜  checking whether realloc (..., 0) returns nonnull... no
2025-08-20T19:17:26.3208784Z [00:03:15.742]➜  checking for reallocarray... yes
2025-08-20T19:17:26.4450994Z [00:03:15.867]➜  checking for working re_compile_pattern... yes
2025-08-20T19:17:26.5346769Z [00:03:15.956]➜  checking whether remove handles directories... yes
2025-08-20T19:17:26.6340307Z [00:03:16.056]➜  checking whether rename honors trailing slash on destination... yes
2025-08-20T19:17:26.7342346Z [00:03:16.156]➜  checking whether rename honors trailing slash on source... yes
2025-08-20T19:17:26.8368737Z [00:03:16.258]➜  checking whether rename manages hard links correctly... yes
2025-08-20T19:17:26.9345124Z [00:03:16.356]➜  checking whether rename manages existing destinations correctly... yes
2025-08-20T19:17:26.9346122Z [00:03:16.356]➜  checking for linux/fs.h... (cached) yes
2025-08-20T19:17:27.0224541Z [00:03:16.444]➜  checking for renameat2... yes
2025-08-20T19:17:27.1172714Z [00:03:16.539]➜  checking whether renameat2 works... yes
2025-08-20T19:17:27.1174703Z [00:03:16.539]➜  checking for linux/fs.h... (cached) yes
2025-08-20T19:17:27.1176802Z [00:03:16.539]➜  checking for renameat2... (cached) yes
2025-08-20T19:17:27.1180072Z [00:03:16.540]➜  checking whether renameat2 works... (cached) yes
2025-08-20T19:17:27.2057512Z [00:03:16.627]➜  checking for rewinddir... yes
2025-08-20T19:17:27.2060466Z [00:03:16.628]➜  checking whether rmdir works... (cached) yes
2025-08-20T19:17:27.2938054Z [00:03:16.715]➜  checking for rpmatch... yes
2025-08-20T19:17:27.3823303Z [00:03:16.804]➜  checking whether select supports a 0 argument... yes
2025-08-20T19:17:27.4747884Z [00:03:16.896]➜  checking whether select detects invalid fds... yes
2025-08-20T19:17:27.5218173Z [00:03:16.943]➜  checking for selinux/flask.h... no
2025-08-20T19:17:27.5681971Z [00:03:16.990]➜  checking for selinux/context.h... yes
2025-08-20T19:17:27.6155046Z [00:03:17.037]➜  checking for selinux/label.h... yes
2025-08-20T19:17:27.6158685Z [00:03:17.038]➜  checking for library containing getservbyname... (cached) none required
2025-08-20T19:17:27.6161340Z [00:03:17.038]➜  checking for getservbyname... (cached) yes
2025-08-20T19:17:27.7118158Z [00:03:17.133]➜  checking whether setenv validates arguments... yes
2025-08-20T19:17:27.8010973Z [00:03:17.223]➜  checking for sig2str... no
2025-08-20T19:17:27.8902765Z [00:03:17.312]➜  checking for str2sig... no
2025-08-20T19:17:27.9291438Z [00:03:17.351]➜  checking for struct sigaction.sa_sigaction... yes
2025-08-20T19:17:28.0434085Z [00:03:17.465]➜  checking for signbit macro... yes
2025-08-20T19:17:28.1322625Z [00:03:17.554]➜  checking for signbit compiler built-ins... yes
2025-08-20T19:17:28.1328259Z [00:03:17.555]➜  checking for sigprocmask... (cached) yes
2025-08-20T19:17:28.1332001Z [00:03:17.555]➜  checking for stdint.h... (cached) yes
2025-08-20T19:17:28.1603155Z [00:03:17.582]➜  checking for SIZE_MAX... yes
2025-08-20T19:17:28.2309429Z [00:03:17.652]➜  checking for smack_new_label_from_self in -lsmack... no
2025-08-20T19:17:28.2311480Z [00:03:17.653]➜  checking for snprintf... (cached) yes
2025-08-20T19:17:28.3193956Z [00:03:17.741]➜  checking whether snprintf respects a size of 1... yes
2025-08-20T19:17:28.3920725Z [00:03:17.814]➜  checking for socklen_t... yes
2025-08-20T19:17:28.3923525Z [00:03:17.814]➜  checking for ssize_t... (cached) yes
2025-08-20T19:17:28.4819153Z [00:03:17.903]➜  checking whether stat handles trailing slashes on files... yes
2025-08-20T19:17:28.5185126Z [00:03:17.940]➜  checking for struct stat.st_atim.tv_nsec... yes
2025-08-20T19:17:28.5566049Z [00:03:17.978]➜  checking whether struct stat.st_atim is of type struct timespec... yes
2025-08-20T19:17:28.6269560Z [00:03:18.049]➜  checking for struct stat.st_birthtimespec.tv_nsec... no
2025-08-20T19:17:28.7023263Z [00:03:18.124]➜  checking for struct stat.st_birthtimensec... no
2025-08-20T19:17:28.7751188Z [00:03:18.197]➜  checking for struct stat.st_birthtim.tv_nsec... no
2025-08-20T19:17:28.8068182Z [00:03:18.228]➜  checking for va_copy... yes
2025-08-20T19:17:28.8962492Z [00:03:18.318]➜  checking for stpcpy... yes
2025-08-20T19:17:28.9839291Z [00:03:18.405]➜  checking for working strerror function... yes
2025-08-20T19:17:29.0869386Z [00:03:18.508]➜  checking for working strnlen... yes
2025-08-20T19:17:29.1755999Z [00:03:18.597]➜  checking for strsignal... yes
2025-08-20T19:17:29.2665994Z [00:03:18.688]➜  checking whether strsignal always returns a string... yes
2025-08-20T19:17:29.3523580Z [00:03:18.774]➜  checking whether strstr works... yes
2025-08-20T19:17:29.4776720Z [00:03:18.899]➜  checking whether strtod obeys C99... yes
2025-08-20T19:17:29.5687851Z [00:03:18.990]➜  checking whether strtoimax works... yes
2025-08-20T19:17:29.6963288Z [00:03:19.118]➜  checking whether strtold obeys POSIX... yes
2025-08-20T19:17:29.7846594Z [00:03:19.206]➜  checking for strtoll... yes
2025-08-20T19:17:29.8819367Z [00:03:19.303]➜  checking whether strtoll works... yes
2025-08-20T19:17:29.9691312Z [00:03:19.391]➜  checking for strtoull... yes
2025-08-20T19:17:30.0620124Z [00:03:19.484]➜  checking whether strtoull works... yes
2025-08-20T19:17:30.1539302Z [00:03:19.575]➜  checking whether symlink handles trailing slash correctly... yes
2025-08-20T19:17:30.2411044Z [00:03:19.663]➜  checking for symlinkat... yes
2025-08-20T19:17:30.3326865Z [00:03:19.754]➜  checking whether symlinkat handles trailing slash correctly... yes
2025-08-20T19:17:30.3584500Z [00:03:19.780]➜  checking whether time() works... guessing no
2025-08-20T19:17:30.3972743Z [00:03:19.819]➜  checking whether localtime_r is declared... yes
2025-08-20T19:17:30.4320561Z [00:03:19.854]➜  checking whether localtime_r is compatible with its POSIX signature... yes
2025-08-20T19:17:30.5311494Z [00:03:19.953]➜  checking whether localtime works even near extrema... yes
2025-08-20T19:17:30.5654904Z [00:03:19.987]➜  checking for timezone_t... no
2025-08-20T19:17:30.6556119Z [00:03:20.077]➜  checking for tzalloc... no
2025-08-20T19:17:30.7441053Z [00:03:20.166]➜  checking for timegm... yes
2025-08-20T19:17:30.7828682Z [00:03:20.204]➜  checking whether timer_settime is declared... yes
2025-08-20T19:17:30.8696717Z [00:03:20.291]➜  checking for library containing timer_settime... none required
2025-08-20T19:17:30.9819860Z [00:03:20.404]➜  checking for timer_settime... yes
2025-08-20T19:17:31.0704726Z [00:03:20.492]➜  checking for uname... yes
2025-08-20T19:17:31.0717926Z [00:03:20.493]➜  checking whether unlink honors trailing slashes... (cached) yes
2025-08-20T19:17:31.0721791Z [00:03:20.494]➜  checking whether unlink of a parent directory fails as it should... (cached) guessing yes
2025-08-20T19:17:31.1733942Z [00:03:20.595]➜  checking whether a running program can be unlinked... yes
2025-08-20T19:17:31.2612705Z [00:03:20.683]➜  checking for unsetenv... yes
2025-08-20T19:17:31.2994821Z [00:03:20.721]➜  checking for unsetenv() return type... int
2025-08-20T19:17:31.3941547Z [00:03:20.816]➜  checking whether unsetenv obeys POSIX... yes
2025-08-20T19:17:31.4821969Z [00:03:20.904]➜  checking for utime... yes
2025-08-20T19:17:31.5715181Z [00:03:20.993]➜  checking whether utime handles trailing slashes on files... yes
2025-08-20T19:17:31.6604733Z [00:03:21.082]➜  checking for futimes... yes
2025-08-20T19:17:31.7482815Z [00:03:21.170]➜  checking for futimesat... yes
2025-08-20T19:17:31.8359936Z [00:03:21.257]➜  checking for lutimes... yes
2025-08-20T19:17:31.8360632Z [00:03:21.258]➜  checking for futimens... (cached) yes
2025-08-20T19:17:31.9239924Z [00:03:21.346]➜  checking for utimensat... yes
2025-08-20T19:17:31.9241764Z [00:03:21.346]➜  checking for utimensat... (cached) yes
2025-08-20T19:17:33.0221042Z [00:03:22.444]➜  checking whether utimensat works... yes
2025-08-20T19:17:33.0868021Z [00:03:22.508]➜  checking for variable-length arrays... yes
2025-08-20T19:17:33.1806926Z [00:03:22.602]➜  checking for ptrdiff_t... yes
2025-08-20T19:17:33.1808066Z [00:03:22.603]➜  checking for vasprintf... (cached) yes
2025-08-20T19:17:33.2770288Z [00:03:22.699]➜  checking whether wcrtomb works in the C locale... yes
2025-08-20T19:17:33.3729335Z [00:03:22.795]➜  checking whether wcrtomb return value is correct... yes
2025-08-20T19:17:33.4125666Z [00:03:22.834]➜  checking whether wcwidth is declared... yes
2025-08-20T19:17:33.5031897Z [00:03:22.925]➜  checking whether wcwidth works reasonably in UTF-8 locales... yes
2025-08-20T19:17:33.5312428Z [00:03:22.953]➜  checking whether use of TIOCGWINSZ requires sys/ioctl.h... yes
2025-08-20T19:17:33.5313351Z [00:03:22.953]➜  checking whether use of TIOCGWINSZ requires termios.h... (cached) no
2025-08-20T19:17:33.5930948Z [00:03:23.015]➜  checking whether use of struct winsize requires sys/ptem.h... no
2025-08-20T19:17:33.6836734Z [00:03:23.105]➜  checking for wmemchr... yes
2025-08-20T19:17:33.7714274Z [00:03:23.193]➜  checking for wmempcpy... yes
2025-08-20T19:17:33.7718427Z [00:03:23.193]➜  checking for stdint.h... (cached) yes
2025-08-20T19:17:33.8627412Z [00:03:23.284]➜  checking for atoll... yes
2025-08-20T19:17:33.9501451Z [00:03:23.372]➜  checking whether c32rtomb return value is correct... yes
2025-08-20T19:17:33.9504636Z [00:03:23.372]➜  checking whether open recognizes a trailing slash... (cached) yes
2025-08-20T19:17:34.0384914Z [00:03:23.460]➜  checking for newlocale... yes
2025-08-20T19:17:34.1267010Z [00:03:23.548]➜  checking for duplocale... yes
2025-08-20T19:17:34.2141986Z [00:03:23.636]➜  checking for freelocale... yes
2025-08-20T19:17:34.2145957Z [00:03:23.636]➜  checking for duplocale... (cached) yes
2025-08-20T19:17:34.2571922Z [00:03:23.679]➜  checking whether htons is declared... yes
2025-08-20T19:17:34.2991681Z [00:03:23.721]➜  checking whether htonl is declared... yes
2025-08-20T19:17:34.3412407Z [00:03:23.763]➜  checking whether ntohs is declared... yes
2025-08-20T19:17:34.3822047Z [00:03:23.804]➜  checking whether ntohl is declared... yes
2025-08-20T19:17:34.3826240Z [00:03:23.804]➜  checking whether byte ordering is bigendian... (cached) no
2025-08-20T19:17:34.3829613Z [00:03:23.805]➜  checking whether byte ordering is bigendian... (cached) no
2025-08-20T19:17:34.4702891Z [00:03:23.892]➜  checking for ioctl... yes
2025-08-20T19:17:34.5064062Z [00:03:23.928]➜  checking for ioctl with POSIX signature... no
2025-08-20T19:17:34.5068411Z [00:03:23.929]➜  checking for newlocale... (cached) yes
2025-08-20T19:17:34.5071709Z [00:03:23.929]➜  checking for newlocale... (cached) yes
2025-08-20T19:17:34.5075249Z [00:03:23.929]➜  checking for uselocale... (cached) yes
2025-08-20T19:17:34.5075953Z [00:03:23.929]➜  checking whether uselocale works... (cached) yes
2025-08-20T19:17:34.6078721Z [00:03:24.029]➜  checking whether perror matches strerror... yes
2025-08-20T19:17:34.6940197Z [00:03:24.116]➜  checking for pthread_rwlock_init... yes
2025-08-20T19:17:34.7363147Z [00:03:24.158]➜  checking whether pthread_rwlock_timedrdlock is declared... yes
2025-08-20T19:17:39.7763841Z [00:03:29.198]➜  checking for reasonable pthread_rwlock wait queue handling... no
2025-08-20T19:17:39.8695221Z [00:03:29.291]➜  checking for random... yes
2025-08-20T19:17:39.9578460Z [00:03:29.379]➜  checking for initstate... yes
2025-08-20T19:17:40.0462920Z [00:03:29.468]➜  checking for setstate... yes
2025-08-20T19:17:40.0938834Z [00:03:29.515]➜  checking for random.h... no
2025-08-20T19:17:40.1696207Z [00:03:29.591]➜  checking for struct random_data... yes
2025-08-20T19:17:40.2575998Z [00:03:29.679]➜  checking for random_r... yes
2025-08-20T19:17:40.2970939Z [00:03:29.719]➜  checking whether sched_yield is declared... yes
2025-08-20T19:17:40.3373981Z [00:03:29.759]➜  checking whether sleep is declared... yes
2025-08-20T19:17:41.4312258Z [00:03:30.853]➜  checking for working sleep... yes
2025-08-20T19:17:41.5190508Z [00:03:30.941]➜  checking for catgets... yes
2025-08-20T19:17:41.5194234Z [00:03:30.941]➜  checking for IPv4 sockets... (cached) yes
2025-08-20T19:17:41.5195787Z [00:03:30.941]➜  checking for IPv6 sockets... (cached) yes
2025-08-20T19:17:41.5588109Z [00:03:30.980]➜  checking for UNIX domain sockets... yes
2025-08-20T19:17:41.6478629Z [00:03:31.069]➜  checking for pthread_atfork... yes
2025-08-20T19:17:41.6947665Z [00:03:31.116]➜  checking for sys/single_threaded.h... yes
2025-08-20T19:17:41.6949687Z [00:03:31.117]➜  checking for struct tm.tm_gmtoff... (cached) yes
2025-08-20T19:17:41.6952205Z [00:03:31.117]➜  checking for struct tm.tm_zone... (cached) yes
2025-08-20T19:17:41.8126917Z [00:03:31.234]➜  checking whether tmpfile works... yes
2025-08-20T19:17:41.9080078Z [00:03:31.330]➜  checking for useconds_t... yes
2025-08-20T19:17:42.9952599Z [00:03:32.417]➜  checking whether usleep allows large arguments... yes
2025-08-20T19:17:42.9962177Z [00:03:32.418]➜  checking whether wctob works... guessing yes
2025-08-20T19:17:43.0354656Z [00:03:32.457]➜  checking whether wctob is declared... yes
2025-08-20T19:17:43.0685492Z [00:03:32.490]➜  checking for working volatile... yes
2025-08-20T19:17:43.1561850Z [00:03:32.578]➜  checking for unsigned long long int... yes
2025-08-20T19:17:43.1562480Z [00:03:32.578]➜  checking for sys/sysctl.h... (cached) no
2025-08-20T19:17:43.2079013Z [00:03:32.629]➜  checking whether geteuid is declared... yes
2025-08-20T19:17:43.2596129Z [00:03:32.681]➜  checking whether getuid is declared... yes
2025-08-20T19:17:43.3019842Z [00:03:32.724]➜  checking whether getgrgid is declared... yes
2025-08-20T19:17:43.3446586Z [00:03:32.766]➜  checking whether getpwuid is declared... yes
2025-08-20T19:17:43.3869466Z [00:03:32.809]➜  checking whether ttyname is declared... yes
2025-08-20T19:17:43.4392406Z [00:03:32.861]➜  checking whether setregid is declared... yes
2025-08-20T19:17:43.4783142Z [00:03:32.900]➜  checking for declarations of fseeko and ftello... yes
2025-08-20T19:17:43.5703846Z [00:03:32.992]➜  checking for struct stat.st_author... no
2025-08-20T19:17:43.6627307Z [00:03:33.084]➜  checking for ino_t... yes
2025-08-20T19:17:43.7088563Z [00:03:33.130]➜  checking for major_t... no
2025-08-20T19:17:43.7551434Z [00:03:33.177]➜  checking for minor_t... no
2025-08-20T19:17:43.8453962Z [00:03:33.267]➜  checking for mode_to_security_class... yes
2025-08-20T19:17:43.9340273Z [00:03:33.356]➜  checking for inotify_init... yes
2025-08-20T19:17:43.9808087Z [00:03:33.402]➜  checking for nfs/vfs.h... no
2025-08-20T19:17:44.0743385Z [00:03:33.496]➜  checking for struct statvfs.f_basetype... no
2025-08-20T19:17:44.1691864Z [00:03:33.591]➜  checking for struct statvfs.f_fstypename... no
2025-08-20T19:17:44.2164097Z [00:03:33.638]➜  checking for struct statvfs.f_type... yes
2025-08-20T19:17:44.2628306Z [00:03:33.684]➜  checking for struct statvfs.f_namemax... yes
2025-08-20T19:17:44.3954653Z [00:03:33.817]➜  checking for cap_get_file in -lcap... yes
2025-08-20T19:17:44.4423965Z [00:03:33.864]➜  checking for sys/capability.h... yes
2025-08-20T19:17:44.8351068Z [00:03:34.257]➜  checking whether C compiler handles -Werror -Wunknown-warning-option... yes
2025-08-20T19:17:44.9195068Z [00:03:34.341]➜  checking whether C compiler handles -Wno-format-extra-args... yes
2025-08-20T19:17:45.0050609Z [00:03:34.427]➜  checking whether C compiler handles -Wno-implicit-const-int-float-conversion... yes
2025-08-20T19:17:45.0918324Z [00:03:34.513]➜  checking whether C compiler handles -Wno-tautological-constant-out-of-range-compare... yes
2025-08-20T19:17:45.1924317Z [00:03:34.614]➜  checking for working fork... yes
2025-08-20T19:17:45.1926651Z [00:03:34.614]➜  checking for working vfork... (cached) yes
2025-08-20T19:17:45.2808742Z [00:03:34.702]➜  checking for chroot... yes
2025-08-20T19:17:45.3697061Z [00:03:34.791]➜  checking for gethostid... yes
2025-08-20T19:17:45.4572128Z [00:03:34.879]➜  checking for sigsuspend... yes
2025-08-20T19:17:45.4575320Z [00:03:34.879]➜  checking whether use of struct winsize requires sys/ptem.h... (cached) no
2025-08-20T19:17:45.4576209Z [00:03:34.879]➜  checking whether localtime caches TZ... no
2025-08-20T19:17:45.5444837Z [00:03:34.966]➜  checking for library containing dlopen... none required
2025-08-20T19:17:45.6564778Z [00:03:35.078]➜  checking for dlopen and whether libcrypto is linked dynamically... no
2025-08-20T19:17:45.7464113Z [00:03:35.168]➜  checking for fclonefileat... no
2025-08-20T19:17:45.8361083Z [00:03:35.258]➜  checking for getattrat... no
2025-08-20T19:17:45.9236727Z [00:03:35.345]➜  checking for statx... yes
2025-08-20T19:17:46.0123607Z [00:03:35.434]➜  checking for initgroups... yes
2025-08-20T19:17:46.1002794Z [00:03:35.522]➜  checking for syslog... yes
2025-08-20T19:17:46.1906611Z [00:03:35.612]➜  checking for 3-argument setpriority function... yes
2025-08-20T19:17:46.1907547Z [00:03:35.612]➜  checking POSIX termios... (cached) yes
2025-08-20T19:17:46.1910916Z [00:03:35.613]➜  checking whether use of TIOCGWINSZ requires sys/ioctl.h... (cached) yes
2025-08-20T19:17:46.2174477Z [00:03:35.639]➜  checking whether termios.h needs _XOPEN_SOURCE... no
2025-08-20T19:17:46.3065735Z [00:03:35.728]➜  checking c_line in struct termios... yes
2025-08-20T19:17:46.3068466Z [00:03:35.728]➜  checking whether use of struct winsize requires sys/ptem.h... (cached) no
2025-08-20T19:17:46.3069499Z [00:03:35.729]➜  checking whether use of TIOCGWINSZ requires termios.h... (cached) no
2025-08-20T19:17:46.3942922Z [00:03:35.816]➜  checking whether C compiler handles -Werror... no
2025-08-20T19:17:46.4243344Z [00:03:35.846]➜  checking whether C compiler handles -errwarn... no
2025-08-20T19:17:46.5075535Z [00:03:35.929]➜  checking whether this system supports stdbuf... no
2025-08-20T19:17:46.5931991Z [00:03:36.015]➜  checking IEEE 16 bit floating point... yes
2025-08-20T19:17:46.6774848Z [00:03:36.099]➜  checking Brain 16 bit floating point... yes
2025-08-20T19:17:46.7252271Z [00:03:36.147]➜  checking if vmull intrinsic exists... no
2025-08-20T19:17:47.1129495Z [00:03:36.535]➜  checking if pclmul intrinsic exists... yes
2025-08-20T19:17:47.5069188Z [00:03:36.928]➜  checking if avx2 pclmul intrinsic exists... yes
2025-08-20T19:17:47.8939763Z [00:03:37.316]➜  checking if avx512 pclmul intrinsic exists... yes
2025-08-20T19:17:48.2850798Z [00:03:37.707]➜  checking for avx2 intrinsics... yes
2025-08-20T19:17:48.3027912Z [00:03:37.724]➜  checking whether NLS is requested... yes
2025-08-20T19:17:48.3116843Z [00:03:37.733]➜  checking for msgfmt... /usr/bin/msgfmt
2025-08-20T19:17:48.3123897Z [00:03:37.734]➜  checking for gmsgfmt... /usr/bin/msgfmt
2025-08-20T19:17:48.3278437Z [00:03:37.749]➜  checking for xgettext... /usr/bin/xgettext
2025-08-20T19:17:48.3382234Z [00:03:37.760]➜  checking for msgmerge... /usr/bin/msgmerge
2025-08-20T19:17:48.3385910Z [00:03:37.760]➜  checking for CFPreferencesCopyAppValue... (cached) no
2025-08-20T19:17:48.3386800Z [00:03:37.760]➜  checking for CFLocaleCopyPreferredLanguages... (cached) no
2025-08-20T19:17:48.4290334Z [00:03:37.851]➜  checking for GNU gettext in libc... yes
2025-08-20T19:17:48.4292889Z [00:03:37.851]➜  checking whether to use NLS... yes
2025-08-20T19:17:48.4293833Z [00:03:37.851]➜  checking where the gettext function comes from... libc
2025-08-20T19:17:48.5590256Z [00:03:37.981]➜  checking that generated files are newer than configure... done
2025-08-20T19:17:48.5951162Z [00:03:38.017]➜  configure: creating ./config.status
2025-08-20T19:17:48.6884970Z [00:03:38.110]➜  config.status: creating Makefile
2025-08-20T19:17:48.7497588Z [00:03:38.171]➜  config.status: creating po/Makefile.in
2025-08-20T19:17:48.7664428Z [00:03:38.188]➜  config.status: creating gnulib-tests/Makefile
2025-08-20T19:17:48.8009049Z [00:03:38.223]➜  config.status: creating lib/config.h
2025-08-20T19:17:48.8197995Z [00:03:38.241]➜  config.status: executing depfiles commands
2025-08-20T19:17:53.5409831Z [00:03:42.963]➜  config.status: executing po-directories commands
2025-08-20T19:17:53.5483398Z [00:03:42.970]➜  config.status: creating po/POTFILES
2025-08-20T19:17:53.5568992Z [00:03:42.979]➜  config.status: creating po/Makefile
2025-08-20T19:17:53.5611375Z [00:03:42.983]➜  configure: WARNING: unrecognized options: --disable-shared, --enable-static
2025-08-20T19:17:53.7551029Z [00:03:43.177]➜  + '[' -d ./confdir3/confdir3 ']'
2025-08-20T19:17:53.7553552Z [00:03:43.177]➜  ++ nproc
2025-08-20T19:17:53.7569842Z [00:03:43.179]➜  + make --jobs=5 --keep-going
2025-08-20T19:17:53.8431951Z [00:03:43.265]➜    GEN      lib/alloca.h
2025-08-20T19:17:53.8432546Z [00:03:43.265]➜    GEN      lib/arpa/inet.h
2025-08-20T19:17:53.8433089Z [00:03:43.265]➜    GEN      lib/configmake.h
2025-08-20T19:17:53.8442065Z [00:03:43.266]➜    GEN      lib/ctype.h
2025-08-20T19:17:53.8470806Z [00:03:43.269]➜    GEN      lib/dirent.h
2025-08-20T19:17:53.8582883Z [00:03:43.279]➜    GEN      lib/endian.h
2025-08-20T19:17:53.8639618Z [00:03:43.286]➜    GEN      lib/error.h
2025-08-20T19:17:53.8659843Z [00:03:43.287]➜    GEN      lib/fcntl.h
2025-08-20T19:17:53.8693040Z [00:03:43.291]➜    GEN      lib/float.h
2025-08-20T19:17:53.8728122Z [00:03:43.294]➜    GEN      lib/malloc/dynarray-skeleton.gl.h
2025-08-20T19:17:53.8738836Z [00:03:43.295]➜    GEN      lib/malloc/dynarray.gl.h
2025-08-20T19:17:53.8794174Z [00:03:43.301]➜    GEN      lib/malloc/scratch_buffer.gl.h
2025-08-20T19:17:53.8877085Z [00:03:43.309]➜    GEN      lib/iconv.h
2025-08-20T19:17:53.8916382Z [00:03:43.313]➜    GEN      lib/inttypes.h
2025-08-20T19:17:53.8935183Z [00:03:43.315]➜    GEN      lib/langinfo.h
2025-08-20T19:17:53.8987137Z [00:03:43.320]➜    GEN      lib/limits.h
2025-08-20T19:17:53.9049173Z [00:03:43.326]➜    GEN      lib/locale.h
2025-08-20T19:17:53.9104761Z [00:03:43.332]➜    GEN      lib/math.h
2025-08-20T19:17:53.9128888Z [00:03:43.335]➜    GEN      lib/netdb.h
2025-08-20T19:17:53.9147643Z [00:03:43.336]➜    GEN      lib/obstack.h
2025-08-20T19:17:53.9193901Z [00:03:43.341]➜    GEN      lib/pthread.h
2025-08-20T19:17:53.9252217Z [00:03:43.347]➜    GEN      lib/sched.h
2025-08-20T19:17:53.9339301Z [00:03:43.356]➜    GEN      lib/selinux/selinux.h
2025-08-20T19:17:53.9364353Z [00:03:43.358]➜    GEN      lib/signal.h
2025-08-20T19:17:53.9469672Z [00:03:43.369]➜    GEN      lib/stdio.h
2025-08-20T19:17:53.9566618Z [00:03:43.378]➜    GEN      lib/stdlib.h
2025-08-20T19:17:53.9607644Z [00:03:43.382]➜    GEN      lib/string.h
2025-08-20T19:17:54.0102645Z [00:03:43.432]➜    GEN      lib/sys/ioctl.h
2025-08-20T19:17:54.0274033Z [00:03:43.449]➜    GEN      lib/sys/random.h
2025-08-20T19:17:54.0295365Z [00:03:43.451]➜    GEN      lib/sys/resource.h
2025-08-20T19:17:54.0313800Z [00:03:43.453]➜    GEN      lib/sys/select.h
2025-08-20T19:17:54.0406959Z [00:03:43.462]➜    GEN      lib/sys/socket.h
2025-08-20T19:17:54.0475866Z [00:03:43.469]➜    GEN      lib/sys/stat.h
2025-08-20T19:17:54.0504560Z [00:03:43.472]➜    GEN      lib/sys/time.h
2025-08-20T19:17:54.0554676Z [00:03:43.477]➜    GEN      lib/sys/types.h
2025-08-20T19:17:54.0638899Z [00:03:43.485]➜    GEN      lib/sys/uio.h
2025-08-20T19:17:54.0666785Z [00:03:43.488]➜    GEN      lib/sys/utsname.h
2025-08-20T19:17:54.0704811Z [00:03:43.492]➜    GEN      lib/sys/wait.h
2025-08-20T19:17:54.0738230Z [00:03:43.496]➜    GEN      lib/termios.h
2025-08-20T19:17:54.0813101Z [00:03:43.503]➜    GEN      lib/time.h
2025-08-20T19:17:54.0830046Z [00:03:43.505]➜    GEN      lib/uchar.h
2025-08-20T19:17:54.0908003Z [00:03:43.512]➜    GEN      lib/unicase.h
2025-08-20T19:17:54.0913138Z [00:03:43.513]➜    GEN      lib/unictype.h
2025-08-20T19:17:54.1005367Z [00:03:43.522]➜    GEN      lib/uninorm.h
2025-08-20T19:17:54.1051626Z [00:03:43.527]➜    GEN      lib/unistd.h
2025-08-20T19:17:54.1117006Z [00:03:43.533]➜    GEN      lib/unistr.h
2025-08-20T19:17:54.1196639Z [00:03:43.541]➜    GEN      lib/unitypes.h
2025-08-20T19:17:54.1226366Z [00:03:43.543]➜    GEN      lib/uniwidth.h
2025-08-20T19:17:54.1301155Z [00:03:43.552]➜    GEN      lib/utime.h
2025-08-20T19:17:54.1422139Z [00:03:43.562]➜    GEN      lib/wchar.h
2025-08-20T19:17:54.1448137Z [00:03:43.565]➜    GEN      lib/wctype.h
2025-08-20T19:17:54.1551173Z [00:03:43.576]➜    GEN      src/coreutils.h
2025-08-20T19:17:54.1638257Z [00:03:43.585]➜    GEN      src/version.c
2025-08-20T19:17:54.1880908Z [00:03:43.610]➜    GEN      src/version.h
2025-08-20T19:17:54.4249386Z [00:03:43.847]➜  make  all-recursive
2025-08-20T19:17:54.4550241Z [00:03:43.877]➜  make[1]: Entering directory '/tmp/tmp.v1mYRSoJdQ/coreutils-9.7'
2025-08-20T19:17:54.5099151Z [00:03:43.932]➜  Making all in po
2025-08-20T19:17:54.5115806Z [00:03:43.933]➜  make[2]: Entering directory '/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po'
2025-08-20T19:17:54.5116470Z [00:03:43.933]➜  make[2]: Nothing to be done for 'all'.
2025-08-20T19:17:54.5117915Z [00:03:43.933]➜  make[2]: Leaving directory '/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po'
2025-08-20T19:17:54.5118563Z [00:03:43.934]➜  Making all in .
2025-08-20T19:17:54.5393138Z [00:03:43.961]➜  make[2]: Entering directory '/tmp/tmp.v1mYRSoJdQ/coreutils-9.7'
2025-08-20T19:17:54.6108491Z [00:03:44.033]➜    CC       lib/libcoreutils_a-hard-locale.o
2025-08-20T19:17:54.6109198Z [00:03:44.033]➜    CC       lib/libcoreutils_a-hash.o
2025-08-20T19:17:54.6141807Z [00:03:44.036]➜    CC       lib/libcoreutils_a-hash-pjw.o
2025-08-20T19:17:54.6164919Z [00:03:44.038]➜    CC       lib/libcoreutils_a-hash-triple.o
2025-08-20T19:17:54.6220142Z [00:03:44.044]➜    CC       lib/libcoreutils_a-hash-triple-simple.o
2025-08-20T19:17:54.6349543Z [00:03:44.056]➜  Debian clang version 19.1.7 (3+b2)Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.6350923Z [00:03:44.057]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.6351477Z [00:03:44.057]➜  Thread model: posix
2025-08-20T19:17:54.6352078Z [00:03:44.057]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.6352929Z [00:03:44.057]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.6353833Z [00:03:44.057]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.6354502Z [00:03:44.057]➜  Candidate multilib: .;
2025-08-20T19:17:54.6355025Z [00:03:44.057]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.6355493Z [00:03:44.057]➜  Thread model: posix
2025-08-20T19:17:54.6355991Z [00:03:44.057]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.6356720Z [00:03:44.057]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.6360728Z [00:03:44.057]➜  Selected GCC installation: Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.6361486Z [00:03:44.057]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.6362008Z [00:03:44.057]➜  Thread model: posix
2025-08-20T19:17:54.6362555Z [00:03:44.057]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.6363368Z [00:03:44.057]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.6364544Z [00:03:44.057]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.6365236Z [00:03:44.057]➜  Candidate multilib: .;@m64
2025-08-20T19:17:54.6365772Z [00:03:44.057]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.6366318Z [00:03:44.057]➜  /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.6366890Z [00:03:44.057]➜  Candidate multilib: .;@m64
2025-08-20T19:17:54.6367667Z [00:03:44.058]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.6382851Z [00:03:44.060]➜   (in-process)
2025-08-20T19:17:54.6387833Z [00:03:44.060]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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  (in-process)
2025-08-20T19:17:54.6450742Z [00:03:44.061]➜  -mrelocation-model  pic "-pic-level/ u2s r-pic-is-pie/ l-mframe-pointer=nonei b-fmath-errno/ l-ffp-contract=onl v-fno-rounding-mathm --mconstructor-aliases1 9-funwind-tables=2/ b-target-cpui nx86-64/ c-tune-cpul agenericn g-debugger-tuning=gdb"  -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7-cc1  -v-triple  -vx86_64-pc-linux-gnu  -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7-emit-llvm-bc  -resource-dir-flto=full  /usr/lib/llvm-19/lib/clang/19-flto-unit  -dependency-file-disable-free  lib/.deps/libcoreutils_a-hash-triple.Tpo-clear-ast-before-backend  -MT-disable-llvm-verifier  lib/libcoreutils_a-hash-triple.o-discard-value-names  -sys-header-deps-main-file-name  -MPhash.c  -I-static-define  .-mrelocation-model  -Ipic  ./lib-pic-level  -I2  lib-pic-is-pie  -I-mframe-pointer=none  ./lib-fmath-errno  -I-ffp-contract=on  src-fno-rounding-math  -I-mconstructor-aliases  ./src-funwind-tables=2  -internal-isystem-target-cpu  /usr/lib/llvm-19/lib/clang/19/includex86-64  -internal-isystem-tune-cpu  /usr/local/includegeneric  -internal-isystem-debugger-tuning=gdb  /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include-fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7  -internal-externc-isystem-v  /usr/include/x86_64-linux-gnu-v  -internal-externc-isystem-fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7  /include-resource-dir  -internal-externc-isystem/usr/lib/llvm-19/lib/clang/19  /usr/include-dependency-file  -Oslib/.deps/libcoreutils_a-hash.Tpo  -Wno-error-MT  -Wno-cast-quallib/libcoreutils_a-hash.o  -Wno-conversion-sys-header-deps  -Wno-float-equal-MP  -Wno-sign-compare-I  -Wno-undef.  -Wno-unused-function-I  -Wno-unused-parameter./lib  -Wno-float-conversion-I  -Wimplicit-fallthroughlib  -I-Wno-pedantic  ./lib-Wno-tautological-constant-out-of-range-compare  -I-Wno-sign-conversion  src-Wno-type-limits  -I-Wno-unused-const-variable  ./src-Wno-error  -internal-isystem-Wno-error  /usr/lib/llvm-19/lib/clang/19/include-w  -internal-isystem-std=gnu23  /usr/local/include-ferror-limit  -internal-isystem19  /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include-fgnuc-version=4.2.1  -internal-externc-isystem-fskip-odr-check-in-gmf  /usr/include/x86_64-linux-gnu-vectorize-loops  -internal-externc-isystem-vectorize-slp  /include-faddrsig  -internal-externc-isystem-D__GCC_HAVE_DWARF2_CFI_ASM=1  /usr/include-o  -Oslib/libcoreutils_a-hash-triple.o  -Wno-error-x  -Wno-cast-qualc  -Wno-conversionlib/hash-triple.c 
2025-08-20T19:17:54.6485251Z [00:03:44.061]➜  -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-hash.o -x c lib/hash.c
2025-08-20T19:17:54.6489641Z [00:03:44.061]➜  clang -cc1 version 19.1.7clang -cc1 version 19.1.7 based upon LLVM  based upon LLVM 19.1.719.1.7 default target  default target x86_64-pc-linux-gnux86_64-pc-linux-gnu
2025-08-20T19:17:54.6491119Z [00:03:44.061]➜  
2025-08-20T19:17:54.6492791Z [00:03:44.061]➜  ignoring nonexistent directory "ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:54.6494321Z [00:03:44.061]➜  "
2025-08-20T19:17:54.6495163Z [00:03:44.061]➜  ignoring nonexistent directory "ignoring nonexistent directory "/include/include"
2025-08-20T19:17:54.6496015Z [00:03:44.061]➜  "
2025-08-20T19:17:54.6496754Z [00:03:44.061]➜  ignoring duplicate directory "ignoring duplicate directory "liblib"
2025-08-20T19:17:54.6530175Z [00:03:44.061]➜  "
2025-08-20T19:17:54.6531068Z [00:03:44.061]➜  ignoring duplicate directory "ignoring duplicate directory "./lib./lib"
2025-08-20T19:17:54.6531899Z [00:03:44.061]➜  "
2025-08-20T19:17:54.6532659Z [00:03:44.061]➜  ignoring duplicate directory "ignoring duplicate directory "./src./src"
2025-08-20T19:17:54.6533415Z [00:03:44.061]➜  "
2025-08-20T19:17:54.6533924Z [00:03:44.061]➜  #include "..." search starts here:
2025-08-20T19:17:54.6534534Z [00:03:44.061]➜  #include "..." search starts here:
2025-08-20T19:17:54.6535164Z [00:03:44.061]➜  #include <...> search starts here:
2025-08-20T19:17:54.6535765Z [00:03:44.061]➜  #include <...> search starts here:
2025-08-20T19:17:54.6536298Z [00:03:44.061]➜    ..
2025-08-20T19:17:54.6536700Z [00:03:44.061]➜  
2025-08-20T19:17:54.6537111Z [00:03:44.061]➜    ./lib./lib
2025-08-20T19:17:54.6537778Z [00:03:44.061]➜  
2025-08-20T19:17:54.6538222Z [00:03:44.061]➜    srcsrc
2025-08-20T19:17:54.6538667Z [00:03:44.061]➜  
2025-08-20T19:17:54.6539434Z [00:03:44.061]➜    /usr/lib/llvm-19/lib/clang/19/include/usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:54.6540196Z [00:03:44.061]➜  
2025-08-20T19:17:54.6540709Z [00:03:44.061]➜    /usr/local/include/usr/local/include
2025-08-20T19:17:54.6541576Z [00:03:44.061]➜  
2025-08-20T19:17:54.6542203Z [00:03:44.061]➜    /usr/include/x86_64-linux-gnu/usr/include/x86_64-linux-gnu
2025-08-20T19:17:54.6542995Z [00:03:44.061]➜  
2025-08-20T19:17:54.6543446Z [00:03:44.061]➜    /usr/include/usr/include
2025-08-20T19:17:54.6543939Z [00:03:44.061]➜  
2025-08-20T19:17:54.6544367Z [00:03:44.061]➜  End of search list.
2025-08-20T19:17:54.6544876Z [00:03:44.061]➜  End of search list.
2025-08-20T19:17:54.6545363Z [00:03:44.061]➜  @m64
2025-08-20T19:17:54.6545855Z [00:03:44.061]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.6546349Z [00:03:44.061]➜   (in-process)
2025-08-20T19:17:54.6558697Z [00:03:44.061]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-hash-pjw.o -x c lib/hash-pjw.c
2025-08-20T19:17:54.6568774Z [00:03:44.063]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.6569320Z [00:03:44.064]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.6569809Z [00:03:44.064]➜  Thread model: posix
2025-08-20T19:17:54.6570344Z [00:03:44.064]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.6571088Z [00:03:44.064]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.6572071Z [00:03:44.064]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.6572745Z [00:03:44.064]➜  Candidate multilib: .;@m64
2025-08-20T19:17:54.6573271Z [00:03:44.065]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.6573766Z [00:03:44.066]➜   (in-process)
2025-08-20T19:17:54.6576985Z [00:03:44.066]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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 -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math clang -cc1 version 19.1.7-mconstructor-aliases based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:54.6583910Z [00:03:44.070]➜   -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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-isystemignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:54.6587960Z [00:03:44.070]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:54.6588671Z [00:03:44.070]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:54.6589361Z [00:03:44.070]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:54.6590056Z [00:03:44.070]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:54.6590704Z [00:03:44.070]➜  #include "..." search starts here:
2025-08-20T19:17:54.6591305Z [00:03:44.070]➜  #include <...> search starts here:
2025-08-20T19:17:54.6591819Z [00:03:44.070]➜   .
2025-08-20T19:17:54.6592216Z [00:03:44.070]➜   ./lib
2025-08-20T19:17:54.6592584Z [00:03:44.070]➜   src
2025-08-20T19:17:54.6593034Z [00:03:44.070]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:54.6593578Z [00:03:44.070]➜   /usr/local/include
2025-08-20T19:17:54.6594118Z [00:03:44.070]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:54.6594694Z [00:03:44.070]➜   /usr/include
2025-08-20T19:17:54.6595198Z [00:03:44.070]➜  End of search list.
2025-08-20T19:17:54.6601159Z [00:03:44.070]➜   /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-hard-locale.o -x c lib/hard-locale.c
2025-08-20T19:17:54.6605919Z [00:03:44.070]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:54.6607064Z [00:03:44.070]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:54.6608221Z [00:03:44.070]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:54.6608827Z [00:03:44.075]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:54.6609410Z [00:03:44.075]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:54.6609995Z [00:03:44.075]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:54.6610569Z [00:03:44.075]➜  #include "..." search starts here:
2025-08-20T19:17:54.6611091Z [00:03:44.075]➜  #include <...> search starts here:
2025-08-20T19:17:54.6611549Z [00:03:44.075]➜   .
2025-08-20T19:17:54.6611894Z [00:03:44.075]➜   ./lib
2025-08-20T19:17:54.6612264Z [00:03:44.075]➜   src
2025-08-20T19:17:54.6612726Z [00:03:44.075]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:54.6613263Z [00:03:44.075]➜   /usr/local/include
2025-08-20T19:17:54.6613777Z [00:03:44.075]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:54.6614282Z [00:03:44.075]➜   /usr/include
2025-08-20T19:17:54.6614920Z [00:03:44.075]➜  End of search list.
2025-08-20T19:17:54.6723399Z [00:03:44.094]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.6726572Z [00:03:44.094]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.6730177Z [00:03:44.094]➜  Thread model: posix
2025-08-20T19:17:54.6730740Z [00:03:44.094]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.6731566Z [00:03:44.094]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.6732463Z [00:03:44.094]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.6739343Z [00:03:44.095]➜  Candidate multilib: .;@m64
2025-08-20T19:17:54.6739927Z [00:03:44.095]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.6740443Z [00:03:44.095]➜   (in-process)
2025-08-20T19:17:54.6760051Z [00:03:44.095]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:17:54.6770856Z [00:03:44.097]➜    CC       lib/libcoreutils_a-heap.o
2025-08-20T19:17:54.6771661Z [00:03:44.097]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:54.6772791Z [00:03:44.097]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:54.6773721Z [00:03:44.097]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:54.6774359Z [00:03:44.097]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:54.6774902Z [00:03:44.097]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:54.6775460Z [00:03:44.097]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:54.6776061Z [00:03:44.097]➜  #include "..." search starts here:
2025-08-20T19:17:54.6776632Z [00:03:44.098]➜  #include <...> search starts here:
2025-08-20T19:17:54.6777083Z [00:03:44.098]➜   .
2025-08-20T19:17:54.6777590Z [00:03:44.098]➜   ./lib
2025-08-20T19:17:54.6777976Z [00:03:44.098]➜   src
2025-08-20T19:17:54.6778456Z [00:03:44.098]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:54.6779004Z [00:03:44.098]➜   /usr/local/include
2025-08-20T19:17:54.6779527Z [00:03:44.098]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:54.6780055Z [00:03:44.098]➜   /usr/include
2025-08-20T19:17:54.6780492Z [00:03:44.098]➜  End of search list.
2025-08-20T19:17:54.6860643Z [00:03:44.108]➜    CC       lib/libcoreutils_a-human.o
2025-08-20T19:17:54.6995096Z [00:03:44.121]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.7000479Z [00:03:44.122]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.7005753Z [00:03:44.122]➜  Thread model: posix
2025-08-20T19:17:54.7011998Z [00:03:44.123]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.7040618Z [00:03:44.126]➜  Found candidate GCC installation:   CC       lib/libcoreutils_a-i-ring.o
2025-08-20T19:17:54.7042220Z [00:03:44.126]➜  /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.7042975Z [00:03:44.126]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.7043683Z [00:03:44.126]➜  Candidate multilib: .;@m64
2025-08-20T19:17:54.7044228Z [00:03:44.126]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.7044740Z [00:03:44.126]➜   (in-process)
2025-08-20T19:17:54.7056296Z [00:03:44.126]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-heap.o -x c lib/heap.c
2025-08-20T19:17:54.7066504Z [00:03:44.126]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:54.7098144Z [00:03:44.126]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:54.7099203Z [00:03:44.126]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:54.7099863Z [00:03:44.126]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:54.7100496Z [00:03:44.126]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:54.7101119Z [00:03:44.126]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:54.7101739Z [00:03:44.126]➜  #include "..." search starts here:
2025-08-20T19:17:54.7102337Z [00:03:44.126]➜  #include <...> search starts here:
2025-08-20T19:17:54.7102865Z [00:03:44.126]➜   .
2025-08-20T19:17:54.7103257Z [00:03:44.126]➜   ./lib
2025-08-20T19:17:54.7103677Z [00:03:44.126]➜   src
2025-08-20T19:17:54.7104179Z [00:03:44.126]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:54.7104768Z [00:03:44.126]➜   /usr/local/include
2025-08-20T19:17:54.7105337Z [00:03:44.126]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:54.7105900Z [00:03:44.126]➜   /usr/include
2025-08-20T19:17:54.7106379Z [00:03:44.126]➜  End of search list.
2025-08-20T19:17:54.7106959Z [00:03:44.132]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.7107735Z [00:03:44.132]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.7108290Z [00:03:44.132]➜  Thread model: posix
2025-08-20T19:17:54.7109174Z [00:03:44.133]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.7110739Z [00:03:44.133]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.7112252Z [00:03:44.133]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.7114010Z [00:03:44.133]➜  Candidate multilib: .;@m64
2025-08-20T19:17:54.7128076Z [00:03:44.133]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.7128812Z [00:03:44.135]➜   (in-process)
2025-08-20T19:17:54.7142645Z [00:03:44.135]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-human.o -x c lib/human.c
2025-08-20T19:17:54.7153771Z [00:03:44.137]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:54.7155190Z [00:03:44.137]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:54.7156598Z [00:03:44.137]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:54.7167687Z [00:03:44.137]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:54.7168455Z [00:03:44.137]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:54.7169176Z [00:03:44.137]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:54.7169898Z [00:03:44.137]➜  #include "..." search starts here:
2025-08-20T19:17:54.7170587Z [00:03:44.137]➜  #include <...> search starts here:
2025-08-20T19:17:54.7171126Z [00:03:44.137]➜   .
2025-08-20T19:17:54.7171526Z [00:03:44.137]➜   ./lib
2025-08-20T19:17:54.7171950Z [00:03:44.137]➜   src
2025-08-20T19:17:54.7172490Z [00:03:44.137]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:54.7173129Z [00:03:44.137]➜   /usr/local/include
2025-08-20T19:17:54.7173742Z [00:03:44.137]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:54.7174333Z [00:03:44.137]➜   /usr/include
2025-08-20T19:17:54.7174865Z [00:03:44.137]➜  End of search list.
2025-08-20T19:17:54.7608981Z [00:03:44.181]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.7610222Z [00:03:44.181]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.7610823Z [00:03:44.183]➜  Thread model: posix
2025-08-20T19:17:54.7611460Z [00:03:44.183]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.7612356Z [00:03:44.183]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.7613339Z [00:03:44.183]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.7614095Z [00:03:44.183]➜  Candidate multilib: .;@m64
2025-08-20T19:17:54.7614705Z [00:03:44.183]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.7615254Z [00:03:44.183]➜   (in-process)
2025-08-20T19:17:54.7627676Z [00:03:44.183]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-i-ring.o -x c lib/i-ring.c
2025-08-20T19:17:54.7639162Z [00:03:44.183]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:54.7640110Z [00:03:44.185]➜    CC       lib/libcoreutils_a-ialloc.o
2025-08-20T19:17:54.7675753Z [00:03:44.189]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:54.7676905Z [00:03:44.189]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:54.7677858Z [00:03:44.189]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:54.7678571Z [00:03:44.189]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:54.7679319Z [00:03:44.189]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:54.7684718Z [00:03:44.190]➜  #include "..." search starts here:
2025-08-20T19:17:54.7685723Z [00:03:44.190]➜  #include <...> search starts here:
2025-08-20T19:17:54.7686337Z [00:03:44.190]➜   .
2025-08-20T19:17:54.7686766Z [00:03:44.190]➜   ./lib
2025-08-20T19:17:54.7687335Z [00:03:44.190]➜   src
2025-08-20T19:17:54.7687904Z [00:03:44.190]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:54.7688534Z [00:03:44.190]➜   /usr/local/include
2025-08-20T19:17:54.7692053Z [00:03:44.191]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:54.7692822Z [00:03:44.191]➜   /usr/include
2025-08-20T19:17:54.7693333Z [00:03:44.191]➜  End of search list.
2025-08-20T19:17:54.7868799Z [00:03:44.208]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.7869531Z [00:03:44.209]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.7870105Z [00:03:44.209]➜  Thread model: posix
2025-08-20T19:17:54.7870695Z [00:03:44.209]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.7887071Z [00:03:44.209]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.7888242Z [00:03:44.209]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.7890924Z [00:03:44.211]➜  Candidate multilib: .;@m64
2025-08-20T19:17:54.7893368Z [00:03:44.211]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.7893888Z [00:03:44.211]➜   (in-process)
2025-08-20T19:17:54.7904953Z [00:03:44.211]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-ialloc.o -x c lib/ialloc.c
2025-08-20T19:17:54.7915956Z [00:03:44.211]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:54.7928298Z [00:03:44.213]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:54.7929394Z [00:03:44.214]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:54.7930090Z [00:03:44.214]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:54.7930740Z [00:03:44.214]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:54.7931396Z [00:03:44.214]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:54.7932053Z [00:03:44.214]➜  #include "..." search starts here:
2025-08-20T19:17:54.7932678Z [00:03:44.214]➜  #include <...> search starts here:
2025-08-20T19:17:54.7933217Z [00:03:44.214]➜   .
2025-08-20T19:17:54.7933597Z [00:03:44.214]➜   ./lib
2025-08-20T19:17:54.7933994Z [00:03:44.214]➜   src
2025-08-20T19:17:54.7934498Z [00:03:44.214]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:54.7935098Z [00:03:44.214]➜   /usr/local/include
2025-08-20T19:17:54.7935921Z [00:03:44.214]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:54.7936518Z [00:03:44.214]➜   /usr/include
2025-08-20T19:17:54.7937012Z [00:03:44.214]➜  End of search list.
2025-08-20T19:17:54.8022991Z [00:03:44.224]➜    CC       lib/libcoreutils_a-idcache.o
2025-08-20T19:17:54.8136459Z [00:03:44.235]➜    CC       lib/libcoreutils_a-ino-map.o
2025-08-20T19:17:54.8271622Z [00:03:44.249]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.8273944Z [00:03:44.249]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.8275934Z [00:03:44.249]➜  Thread model: posix
2025-08-20T19:17:54.8278146Z [00:03:44.250]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.8280388Z [00:03:44.250]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.8282776Z [00:03:44.250]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.8284737Z [00:03:44.250]➜  Candidate multilib: .;@m64
2025-08-20T19:17:54.8302035Z [00:03:44.252]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.8302648Z [00:03:44.252]➜   (in-process)
2025-08-20T19:17:54.8316804Z [00:03:44.252]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-idcache.o -x c lib/idcache.c
2025-08-20T19:17:54.8327709Z [00:03:44.252]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:54.8328955Z [00:03:44.252]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:54.8329951Z [00:03:44.252]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:54.8330593Z [00:03:44.252]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:54.8331217Z [00:03:44.252]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:54.8331838Z [00:03:44.252]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:54.8332447Z [00:03:44.252]➜  #include "..." search starts here:
2025-08-20T19:17:54.8333036Z [00:03:44.252]➜  #include <...> search starts here:
2025-08-20T19:17:54.8333539Z [00:03:44.252]➜   .
2025-08-20T19:17:54.8333915Z [00:03:44.252]➜   ./lib
2025-08-20T19:17:54.8334301Z [00:03:44.252]➜   src
2025-08-20T19:17:54.8334778Z [00:03:44.252]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:54.8335335Z [00:03:44.252]➜   /usr/local/include
2025-08-20T19:17:54.8335866Z [00:03:44.252]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:54.8336376Z [00:03:44.252]➜   /usr/include
2025-08-20T19:17:54.8336835Z [00:03:44.252]➜  End of search list.
2025-08-20T19:17:54.8363097Z [00:03:44.258]➜    CC       lib/libcoreutils_a-imaxtostr.o
2025-08-20T19:17:54.8440951Z [00:03:44.266]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.8443078Z [00:03:44.266]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.8443625Z [00:03:44.266]➜  Thread model: posix
2025-08-20T19:17:54.8444183Z [00:03:44.266]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.8445010Z [00:03:44.266]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.8445918Z [00:03:44.266]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.8446618Z [00:03:44.266]➜  Candidate multilib: .;@m64
2025-08-20T19:17:54.8447322Z [00:03:44.266]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.8447861Z [00:03:44.266]➜   (in-process)
2025-08-20T19:17:54.8471542Z [00:03:44.268]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-ino-map.o -x c lib/ino-map.c
2025-08-20T19:17:54.8481913Z [00:03:44.268]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:54.8483209Z [00:03:44.268]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:54.8484228Z [00:03:44.268]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:54.8484870Z [00:03:44.268]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:54.8485487Z [00:03:44.268]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:54.8486111Z [00:03:44.268]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:54.8486741Z [00:03:44.268]➜  #include "..." search starts here:
2025-08-20T19:17:54.8487562Z [00:03:44.268]➜  #include <...> search starts here:
2025-08-20T19:17:54.8488088Z [00:03:44.268]➜   .
2025-08-20T19:17:54.8488465Z [00:03:44.268]➜   ./lib
2025-08-20T19:17:54.8488888Z [00:03:44.268]➜   src
2025-08-20T19:17:54.8489456Z [00:03:44.268]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:54.8490033Z [00:03:44.268]➜   /usr/local/include
2025-08-20T19:17:54.8490576Z [00:03:44.268]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:54.8491111Z [00:03:44.268]➜   /usr/include
2025-08-20T19:17:54.8491581Z [00:03:44.268]➜  End of search list.
2025-08-20T19:17:54.8517849Z [00:03:44.273]➜    CC       lib/libcoreutils_a-inttostr.o
2025-08-20T19:17:54.8558568Z [00:03:44.278]➜    CC       lib/libcoreutils_a-offtostr.o
2025-08-20T19:17:54.8630239Z [00:03:44.285]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.8631002Z [00:03:44.285]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.8631742Z [00:03:44.285]➜  Thread model: posix
2025-08-20T19:17:54.8632886Z [00:03:44.285]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.8634666Z [00:03:44.285]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.8651459Z [00:03:44.287]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.8652229Z [00:03:44.287]➜  Candidate multilib: .;@m64
2025-08-20T19:17:54.8652789Z [00:03:44.287]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.8653303Z [00:03:44.287]➜   (in-process)
2025-08-20T19:17:54.8664813Z [00:03:44.287]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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 -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-imaxtostr.o -x c lib/imaxtostr.c
2025-08-20T19:17:54.8675678Z [00:03:44.287]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:54.8679065Z [00:03:44.290]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:54.8680105Z [00:03:44.290]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:54.8680753Z [00:03:44.290]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:54.8681391Z [00:03:44.290]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:54.8682030Z [00:03:44.290]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:54.8682636Z [00:03:44.290]➜  #include "..." search starts here:
2025-08-20T19:17:54.8683222Z [00:03:44.290]➜  #include <...> search starts here:
2025-08-20T19:17:54.8683724Z [00:03:44.290]➜   .
2025-08-20T19:17:54.8684122Z [00:03:44.290]➜   ./lib
2025-08-20T19:17:54.8684498Z [00:03:44.290]➜   src
2025-08-20T19:17:54.8684992Z [00:03:44.290]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:54.8685545Z [00:03:44.290]➜   /usr/local/include
2025-08-20T19:17:54.8686067Z [00:03:44.290]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:54.8686589Z [00:03:44.290]➜   /usr/include
2025-08-20T19:17:54.8687043Z [00:03:44.290]➜  End of search list.
2025-08-20T19:17:54.8994173Z [00:03:44.321]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.9004568Z [00:03:44.322]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.9005164Z [00:03:44.322]➜  Thread model: posix
2025-08-20T19:17:54.9010931Z [00:03:44.323]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.9011843Z [00:03:44.323]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.9012804Z [00:03:44.323]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.9013584Z [00:03:44.323]➜  Candidate multilib: .;@m64
2025-08-20T19:17:54.9014227Z [00:03:44.323]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.9014783Z [00:03:44.323]➜   (in-process)
2025-08-20T19:17:54.9026969Z [00:03:44.323]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-offtostr.o -x c lib/offtostr.c
2025-08-20T19:17:54.9038382Z [00:03:44.323]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.9039030Z [00:03:44.323]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.9039615Z [00:03:44.323]➜  Thread model: posix
2025-08-20T19:17:54.9040184Z [00:03:44.323]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.9041352Z [00:03:44.323]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.9042326Z [00:03:44.323]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.9043087Z [00:03:44.323]➜  Candidate multilib: .;@m64
2025-08-20T19:17:54.9043688Z [00:03:44.323]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.9044225Z [00:03:44.323]➜   (in-process)
2025-08-20T19:17:54.9044826Z [00:03:44.325]➜   "/usr/lib/llv  CC       lib/libcoreutils_a-uinttostr.o
2025-08-20T19:17:54.9072143Z [00:03:44.328]➜  m-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-inttostr.o -x c lib/inttostr.c
2025-08-20T19:17:54.9082904Z [00:03:44.328]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:54.9083978Z [00:03:44.328]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:54.9085192Z [00:03:44.328]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:54.9086172Z [00:03:44.328]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:54.9086797Z [00:03:44.328]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:54.9089958Z [00:03:44.328]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:54.9090631Z [00:03:44.328]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:54.9091250Z [00:03:44.328]➜  #include "..." search starts here:
2025-08-20T19:17:54.9091851Z [00:03:44.328]➜  #include <...> search starts here:
2025-08-20T19:17:54.9092387Z [00:03:44.328]➜   .
2025-08-20T19:17:54.9117782Z [00:03:44.328]➜   ./lib
2025-08-20T19:17:54.9118226Z [00:03:44.328]➜   src
2025-08-20T19:17:54.9118744Z [00:03:44.328]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:54.9119387Z [00:03:44.328]➜   /usr/local/include
2025-08-20T19:17:54.9119947Z [00:03:44.328]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:54.9120482Z [00:03:44.328]➜   /usr/include
2025-08-20T19:17:54.9120943Z [00:03:44.328]➜  End of search list.
2025-08-20T19:17:54.9121953Z [00:03:44.328]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:54.9123027Z [00:03:44.328]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:54.9123701Z [00:03:44.329]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:54.9124381Z [00:03:44.329]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:54.9125067Z [00:03:44.329]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:54.9125945Z [00:03:44.329]➜  #include "..." search starts here:
2025-08-20T19:17:54.9126584Z [00:03:44.330]➜  #include <...> search starts here:
2025-08-20T19:17:54.9127115Z [00:03:44.330]➜   .
2025-08-20T19:17:54.9127744Z [00:03:44.330]➜   ./lib
2025-08-20T19:17:54.9128141Z [00:03:44.330]➜   src
2025-08-20T19:17:54.9128665Z [00:03:44.330]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:54.9129228Z [00:03:44.330]➜   /usr/local/include
2025-08-20T19:17:54.9129764Z [00:03:44.330]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:54.9130325Z [00:03:44.330]➜   /usr/include
2025-08-20T19:17:54.9130815Z [00:03:44.330]➜  End of search list.
2025-08-20T19:17:54.9147410Z [00:03:44.336]➜    CC       lib/libcoreutils_a-umaxtostr.o
2025-08-20T19:17:54.9274979Z [00:03:44.349]➜    CC       lib/libcoreutils_a-isapipe.o
2025-08-20T19:17:54.9330573Z [00:03:44.355]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.9333911Z [00:03:44.355]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.9338169Z [00:03:44.355]➜  Thread model: posix
2025-08-20T19:17:54.9342463Z [00:03:44.356]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.9347566Z [00:03:44.356]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.9350314Z [00:03:44.357]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.9356140Z [00:03:44.357]➜  Candidate multilib: .;@m64
2025-08-20T19:17:54.9360403Z [00:03:44.358]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.9366657Z [00:03:44.358]➜   (in-process)
2025-08-20T19:17:54.9433707Z [00:03:44.364]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-uinttostr.o -x c lib/uinttostr.c
2025-08-20T19:17:54.9447085Z [00:03:44.364]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:54.9452536Z [00:03:44.364]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:54.9453567Z [00:03:44.364]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:54.9454222Z [00:03:44.364]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:54.9454839Z [00:03:44.364]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:54.9455457Z [00:03:44.364]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:54.9456057Z [00:03:44.364]➜  #include "..." search starts here:
2025-08-20T19:17:54.9456636Z [00:03:44.364]➜  #include <...> search starts here:
2025-08-20T19:17:54.9457124Z [00:03:44.364]➜   .
2025-08-20T19:17:54.9457974Z [00:03:44.364]➜   ./lib
2025-08-20T19:17:54.9458592Z [00:03:44.364]➜   src
2025-08-20T19:17:54.9459077Z [00:03:44.364]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:54.9459623Z [00:03:44.364]➜   /usr/local/include
2025-08-20T19:17:54.9460147Z [00:03:44.364]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:54.9460660Z [00:03:44.364]➜   /usr/include
2025-08-20T19:17:54.9461098Z [00:03:44.364]➜  End of search list.
2025-08-20T19:17:54.9461654Z [00:03:44.364]➜    CC       lib/libcoreutils_a-ldtoastr.o
2025-08-20T19:17:54.9519741Z [00:03:44.373]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.9523099Z [00:03:44.373]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.9523640Z [00:03:44.373]➜  Thread model: posix
2025-08-20T19:17:54.9524225Z [00:03:44.373]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.9525052Z [00:03:44.373]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.9525968Z [00:03:44.373]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.9526681Z [00:03:44.373]➜  Candidate multilib: .;@m64
2025-08-20T19:17:54.9527451Z [00:03:44.373]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.9528005Z [00:03:44.373]➜   (in-process)
2025-08-20T19:17:54.9543064Z [00:03:44.373]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name isapipe.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-isapipe.o -x c lib/isapipe.c
2025-08-20T19:17:54.9553965Z [00:03:44.374]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:54.9555237Z [00:03:44.375]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:54.9556303Z [00:03:44.375]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:54.9556982Z [00:03:44.375]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:54.9570057Z [00:03:44.375]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:54.9570687Z [00:03:44.375]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:54.9571280Z [00:03:44.375]➜  #include "..." search starts here:
2025-08-20T19:17:54.9571851Z [00:03:44.375]➜  #include <...> search starts here:
2025-08-20T19:17:54.9572325Z [00:03:44.375]➜   .
2025-08-20T19:17:54.9572673Z [00:03:44.375]➜   ./lib
2025-08-20T19:17:54.9573045Z [00:03:44.375]➜   src
2025-08-20T19:17:54.9573524Z [00:03:44.375]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:54.9574068Z [00:03:44.375]➜   /usr/local/include
2025-08-20T19:17:54.9574579Z [00:03:44.375]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:54.9575055Z [00:03:44.375]➜   /usr/include
2025-08-20T19:17:54.9575762Z [00:03:44.375]➜  End of search list.
2025-08-20T19:17:54.9576304Z [00:03:44.378]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.9576863Z [00:03:44.378]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.9577557Z [00:03:44.378]➜  Thread model: posix
2025-08-20T19:17:54.9578099Z [00:03:44.378]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.9578832Z [00:03:44.378]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.9579654Z [00:03:44.378]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.9580237Z [00:03:44.378]➜  Candidate multilib: .;@m64
2025-08-20T19:17:54.9580716Z [00:03:44.378]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.9581231Z [00:03:44.378]➜   (in-process)
2025-08-20T19:17:54.9613747Z [00:03:44.382]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-umaxtostr.o -x c lib/umaxtostr.c
2025-08-20T19:17:54.9653383Z [00:03:44.382]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:54.9654648Z [00:03:44.382]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:54.9655619Z [00:03:44.382]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:54.9656270Z [00:03:44.382]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:54.9656894Z [00:03:44.382]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:54.9657716Z [00:03:44.382]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:54.9658366Z [00:03:44.382]➜  #include "..." search starts here:
2025-08-20T19:17:54.9658974Z [00:03:44.382]➜  #include <...> search starts here:
2025-08-20T19:17:54.9659591Z [00:03:44.382]➜   .
2025-08-20T19:17:54.9659976Z [00:03:44.382]➜   ./lib
2025-08-20T19:17:54.9660368Z [00:03:44.382]➜   src
2025-08-20T19:17:54.9660859Z [00:03:44.382]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:54.9661425Z [00:03:44.382]➜   /usr/local/include
2025-08-20T19:17:54.9661960Z [00:03:44.382]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:54.9662478Z [00:03:44.382]➜   /usr/include
2025-08-20T19:17:54.9662924Z [00:03:44.382]➜  End of search list.
2025-08-20T19:17:54.9663516Z [00:03:44.386]➜    CC       lib/libcoreutils_a-linebuffer.o
2025-08-20T19:17:54.9739410Z [00:03:44.395]➜    CC       lib/libcoreutils_a-localcharset.o
2025-08-20T19:17:54.9780469Z [00:03:44.400]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.9794633Z [00:03:44.400]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:54.9795627Z [00:03:44.400]➜  Thread model: posix
2025-08-20T19:17:54.9796249Z [00:03:44.400]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:54.9797120Z [00:03:44.400]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.9798325Z [00:03:44.400]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:54.9799097Z [00:03:44.400]➜  Candidate multilib: .;@m64
2025-08-20T19:17:54.9799701Z [00:03:44.400]➜  Selected multilib: .;@m64
2025-08-20T19:17:54.9811316Z [00:03:44.403]➜   (in-process)
2025-08-20T19:17:54.9824650Z [00:03:44.403]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-ldtoastr.Tpo -MT lib/libcoreutils_a-ldtoastr.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-ldtoastr.o -x c lib/ldtoastr.c
2025-08-20T19:17:54.9846259Z [00:03:44.406]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:54.9858902Z [00:03:44.407]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:54.9859991Z [00:03:44.407]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:54.9860705Z [00:03:44.407]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:54.9861371Z [00:03:44.407]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:54.9862048Z [00:03:44.407]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:54.9862670Z [00:03:44.407]➜  #include "..." search starts here:
2025-08-20T19:17:54.9863266Z [00:03:44.407]➜  #include <...> search starts here:
2025-08-20T19:17:54.9863793Z [00:03:44.407]➜   .
2025-08-20T19:17:54.9864172Z [00:03:44.407]➜   ./lib
2025-08-20T19:17:54.9864601Z [00:03:44.407]➜   src
2025-08-20T19:17:54.9865087Z [00:03:44.407]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:54.9865685Z [00:03:44.407]➜   /usr/local/include
2025-08-20T19:17:54.9866239Z [00:03:44.407]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:54.9866769Z [00:03:44.407]➜   /usr/include
2025-08-20T19:17:54.9867456Z [00:03:44.407]➜  End of search list.
2025-08-20T19:17:54.9978911Z [00:03:44.417]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:54.9993553Z [00:03:44.421]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.0003432Z [00:03:44.421]➜  Thread model: posix
2025-08-20T19:17:55.0004034Z [00:03:44.421]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.0004836Z [00:03:44.421]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.0005742Z [00:03:44.421]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.0006416Z [00:03:44.421]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.0007475Z [00:03:44.421]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.0008000Z [00:03:44.421]➜   (in-process)
2025-08-20T19:17:55.0020311Z [00:03:44.421]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-localcharset.o -x c lib/localcharset.c
2025-08-20T19:17:55.0031202Z [00:03:44.421]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.0032582Z [00:03:44.421]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.0033717Z [00:03:44.421]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.0034744Z [00:03:44.421]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.0035502Z [00:03:44.421]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.0036210Z [00:03:44.421]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.0036892Z [00:03:44.421]➜  #include "..." search starts here:
2025-08-20T19:17:55.0037761Z [00:03:44.421]➜  #include <...> search starts here:
2025-08-20T19:17:55.0038325Z [00:03:44.421]➜   .
2025-08-20T19:17:55.0038733Z [00:03:44.421]➜   ./lib
2025-08-20T19:17:55.0039227Z [00:03:44.421]➜   src
2025-08-20T19:17:55.0039769Z [00:03:44.421]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.0040388Z [00:03:44.421]➜   /usr/local/include
2025-08-20T19:17:55.0040985Z [00:03:44.421]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.0041567Z [00:03:44.421]➜   /usr/include
2025-08-20T19:17:55.0042080Z [00:03:44.421]➜  End of search list.
2025-08-20T19:17:55.0048716Z [00:03:44.424]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.0052667Z [00:03:44.424]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.0057463Z [00:03:44.424]➜  Thread model: posix
2025-08-20T19:17:55.0058110Z [00:03:44.424]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.0058978Z [00:03:44.424]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.0059986Z [00:03:44.424]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.0060714Z [00:03:44.424]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.0061289Z [00:03:44.424]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.0061947Z [00:03:44.427]➜    CC       lib/libcoreutils_a-long-options.o
2025-08-20T19:17:55.0062543Z [00:03:44.427]➜   (in-process)
2025-08-20T19:17:55.0100725Z [00:03:44.428]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-linebuffer.o -x c lib/linebuffer.c
2025-08-20T19:17:55.0118038Z [00:03:44.429]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.0119466Z [00:03:44.430]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.0120597Z [00:03:44.430]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.0121339Z [00:03:44.430]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.0122050Z [00:03:44.430]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.0122760Z [00:03:44.430]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.0123464Z [00:03:44.430]➜  #include "..." search starts here:
2025-08-20T19:17:55.0124317Z [00:03:44.430]➜  #include <...> search starts here:
2025-08-20T19:17:55.0124892Z [00:03:44.430]➜   .
2025-08-20T19:17:55.0125323Z [00:03:44.430]➜   ./lib
2025-08-20T19:17:55.0125729Z [00:03:44.430]➜   src
2025-08-20T19:17:55.0126229Z [00:03:44.430]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.0126785Z [00:03:44.430]➜   /usr/local/include
2025-08-20T19:17:55.0127528Z [00:03:44.430]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.0128050Z [00:03:44.430]➜   /usr/include
2025-08-20T19:17:55.0128518Z [00:03:44.430]➜  End of search list.
2025-08-20T19:17:55.0293592Z [00:03:44.451]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.0294932Z [00:03:44.451]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.0296985Z [00:03:44.451]➜  Thread model: posix
2025-08-20T19:17:55.0298105Z [00:03:44.451]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.0299146Z [00:03:44.451]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.0300110Z [00:03:44.451]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.0300803Z [00:03:44.451]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.0301331Z [00:03:44.451]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.0301817Z [00:03:44.451]➜   (in-process)
2025-08-20T19:17:55.0341537Z [00:03:44.455]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-long-options.o -x c lib/long-options.c
2025-08-20T19:17:55.0352901Z [00:03:44.455]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.0354202Z [00:03:44.455]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.0355270Z [00:03:44.455]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.0355980Z [00:03:44.455]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.0356659Z [00:03:44.455]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.0357589Z [00:03:44.455]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.0358296Z [00:03:44.455]➜  #include "..." search starts here:
2025-08-20T19:17:55.0358954Z [00:03:44.455]➜  #include <...> search starts here:
2025-08-20T19:17:55.0359502Z [00:03:44.455]➜   .
2025-08-20T19:17:55.0359906Z [00:03:44.455]➜   ./lib
2025-08-20T19:17:55.0360344Z [00:03:44.455]➜   src
2025-08-20T19:17:55.0360884Z [00:03:44.455]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.0361535Z [00:03:44.455]➜   /usr/local/include
2025-08-20T19:17:55.0362116Z [00:03:44.455]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.0362899Z [00:03:44.455]➜   /usr/include
2025-08-20T19:17:55.0363367Z [00:03:44.455]➜  End of search list.
2025-08-20T19:17:55.0620515Z [00:03:44.484]➜    CC       lib/libcoreutils_a-math.o
2025-08-20T19:17:55.0621880Z [00:03:44.484]➜    CC       lib/libcoreutils_a-malloca.o
2025-08-20T19:17:55.0814490Z [00:03:44.503]➜    CC       lib/libcoreutils_a-mbrlen.o
2025-08-20T19:17:55.0889435Z [00:03:44.510]➜  Debian clang version 19.1.7 (3+b2)Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.0890906Z [00:03:44.511]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.0895632Z [00:03:44.511]➜  Thread model: posix
2025-08-20T19:17:55.0896370Z [00:03:44.511]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.0897542Z [00:03:44.511]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.0898586Z [00:03:44.511]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.0899450Z [00:03:44.511]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.0900137Z [00:03:44.511]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.0901259Z [00:03:44.512]➜  
2025-08-20T19:17:55.0902606Z [00:03:44.512]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.0903489Z [00:03:44.512]➜  Thread model: posix
2025-08-20T19:17:55.0904599Z [00:03:44.512]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.0906649Z [00:03:44.512]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.0908434Z [00:03:44.513]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.0909118Z [00:03:44.513]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.0910975Z [00:03:44.513]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.0914013Z [00:03:44.513]➜   (in-process)
2025-08-20T19:17:55.0926765Z [00:03:44.514]➜   "/usr/lib/llvm-19/bin/clang" -cc1   CC       lib/libcoreutils_a-mbrtoc32.o
2025-08-20T19:17:55.0928972Z [00:03:44.514]➜   (in-process)
2025-08-20T19:17:55.0940685Z [00:03:44.514]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-malloca.o -x c lib/malloca.c
2025-08-20T19:17:55.0961583Z [00:03:44.515]➜  -triple x86_64-pc-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-freeclang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.0963668Z [00:03:44.516]➜   -clear-ast-before-backend -disable-llvm-verifier ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.0965046Z [00:03:44.516]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.0967337Z [00:03:44.516]➜  -discard-value-names ignoring duplicate directory "-main-file-namelib "
2025-08-20T19:17:55.0968331Z [00:03:44.516]➜  math.cignoring duplicate directory " ./lib-static-define"
2025-08-20T19:17:55.0969165Z [00:03:44.516]➜   ignoring duplicate directory "-mrelocation-model./src "
2025-08-20T19:17:55.0970233Z [00:03:44.516]➜  pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno #include "..." search starts here:
2025-08-20T19:17:55.0971246Z [00:03:44.516]➜  -ffp-contract=on#include <...> search starts here:
2025-08-20T19:17:55.0972044Z [00:03:44.516]➜    -fno-rounding-math. 
2025-08-20T19:17:55.0972685Z [00:03:44.516]➜  -mconstructor-aliases  ./lib-funwind-tables=2
2025-08-20T19:17:55.0973304Z [00:03:44.516]➜    -target-cpusrc 
2025-08-20T19:17:55.1010544Z [00:03:44.516]➜  x86-64  /usr/lib/llvm-19/lib/clang/19/include-tune-cpu
2025-08-20T19:17:55.1011540Z [00:03:44.516]➜    generic/usr/local/include 
2025-08-20T19:17:55.1012659Z [00:03:44.516]➜  -debugger-tuning=gdb  /usr/include/x86_64-linux-gnu-fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7
2025-08-20T19:17:55.1013621Z [00:03:44.516]➜    -v/usr/include 
2025-08-20T19:17:55.1014240Z [00:03:44.516]➜  -vEnd of search list.
2025-08-20T19:17:55.1021991Z [00:03:44.517]➜   -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-math.Tpo -MT lib/libcoreutils_a-math.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-math.o -x c lib/math.c
2025-08-20T19:17:55.1030099Z [00:03:44.518]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.1031321Z [00:03:44.519]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.1032289Z [00:03:44.521]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.1032920Z [00:03:44.521]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.1033538Z [00:03:44.521]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.1034168Z [00:03:44.521]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.1034974Z [00:03:44.521]➜  #include "..." search starts here:
2025-08-20T19:17:55.1035578Z [00:03:44.521]➜  #include <...> search starts here:
2025-08-20T19:17:55.1036073Z [00:03:44.521]➜   .
2025-08-20T19:17:55.1036436Z [00:03:44.521]➜   ./lib
2025-08-20T19:17:55.1036810Z [00:03:44.521]➜   src
2025-08-20T19:17:55.1037444Z [00:03:44.521]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.1037999Z [00:03:44.521]➜   /usr/local/include
2025-08-20T19:17:55.1038523Z [00:03:44.521]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.1039037Z [00:03:44.521]➜   /usr/include
2025-08-20T19:17:55.1039537Z [00:03:44.521]➜  End of search list.
2025-08-20T19:17:55.1083011Z [00:03:44.530]➜    CC       lib/libcoreutils_a-mbrtowc.o
2025-08-20T19:17:55.1160788Z [00:03:44.538]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.1163595Z [00:03:44.538]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.1164131Z [00:03:44.538]➜  Thread model: posix
2025-08-20T19:17:55.1164730Z [00:03:44.538]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.1170055Z [00:03:44.539]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.1171614Z [00:03:44.539]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.1175776Z [00:03:44.539]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.1176683Z [00:03:44.539]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.1216426Z [00:03:44.543]➜   (in-process)
2025-08-20T19:17:55.1228043Z [00:03:44.543]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mbrlen.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mbrlen.Tpo -MT lib/libcoreutils_a-mbrlen.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbrlen.o -x c lib/mbrlen.c
2025-08-20T19:17:55.1238701Z [00:03:44.543]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.1240199Z [00:03:44.543]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.1241318Z [00:03:44.543]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.1242230Z [00:03:44.543]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.1243040Z [00:03:44.543]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.1243674Z [00:03:44.543]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.1244261Z [00:03:44.543]➜  #include "..." search starts here:
2025-08-20T19:17:55.1244832Z [00:03:44.543]➜  #include <...> search starts here:
2025-08-20T19:17:55.1245313Z [00:03:44.543]➜   .
2025-08-20T19:17:55.1245668Z [00:03:44.543]➜   ./lib
2025-08-20T19:17:55.1246067Z [00:03:44.543]➜   src
2025-08-20T19:17:55.1246535Z [00:03:44.543]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.1247580Z [00:03:44.543]➜   /usr/local/include
2025-08-20T19:17:55.1248171Z [00:03:44.543]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.1248696Z [00:03:44.543]➜   /usr/include
2025-08-20T19:17:55.1249151Z [00:03:44.543]➜  End of search list.
2025-08-20T19:17:55.1249692Z [00:03:44.543]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.1250278Z [00:03:44.543]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.1250817Z [00:03:44.543]➜  Thread model: posix
2025-08-20T19:17:55.1251372Z [00:03:44.543]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.1252175Z [00:03:44.543]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.1253101Z [00:03:44.543]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.1253800Z [00:03:44.543]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.1254355Z [00:03:44.543]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.1254883Z [00:03:44.543]➜   (in-process)
2025-08-20T19:17:55.1266668Z [00:03:44.543]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbrtoc32.o -x c lib/mbrtoc32.c
2025-08-20T19:17:55.1298861Z [00:03:44.543]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.1300235Z [00:03:44.549]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.1301362Z [00:03:44.549]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.1302085Z [00:03:44.549]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.1302759Z [00:03:44.549]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.1303478Z [00:03:44.549]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.1304167Z [00:03:44.549]➜  #include "..." search starts here:
2025-08-20T19:17:55.1304794Z [00:03:44.549]➜  #include <...> search starts here:
2025-08-20T19:17:55.1305360Z [00:03:44.549]➜   .
2025-08-20T19:17:55.1305781Z [00:03:44.549]➜   ./lib
2025-08-20T19:17:55.1306216Z [00:03:44.549]➜   src
2025-08-20T19:17:55.1306753Z [00:03:44.549]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.1307578Z [00:03:44.549]➜   /usr/local/include
2025-08-20T19:17:55.1308165Z [00:03:44.551]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.1308735Z [00:03:44.551]➜   /usr/include
2025-08-20T19:17:55.1309240Z [00:03:44.551]➜  End of search list.
2025-08-20T19:17:55.1447708Z [00:03:44.566]➜    CC       lib/libcoreutils_a-mbscasecmp.o
2025-08-20T19:17:55.1583367Z [00:03:44.580]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.1584746Z [00:03:44.580]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.1586884Z [00:03:44.580]➜  Thread model: posix
2025-08-20T19:17:55.1587804Z [00:03:44.580]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.1588686Z [00:03:44.580]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.1589715Z [00:03:44.580]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.1590473Z [00:03:44.580]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.1591074Z [00:03:44.580]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.1607865Z [00:03:44.582]➜   (in-process)
2025-08-20T19:17:55.1681922Z [00:03:44.589]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbrtowc.o -x c lib/mbrtowc.c
2025-08-20T19:17:55.1694906Z [00:03:44.589]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.1696313Z [00:03:44.589]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.1697630Z [00:03:44.589]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.1698352Z [00:03:44.589]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.1699059Z [00:03:44.589]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.1699762Z [00:03:44.589]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.1700441Z [00:03:44.589]➜  #include "..." search starts here:
2025-08-20T19:17:55.1701134Z [00:03:44.589]➜  #include <...> search starts here:
2025-08-20T19:17:55.1701716Z [00:03:44.589]➜   .
2025-08-20T19:17:55.1702132Z [00:03:44.589]➜   ./lib
2025-08-20T19:17:55.1702565Z [00:03:44.589]➜   src
2025-08-20T19:17:55.1703115Z [00:03:44.589]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.1703738Z [00:03:44.589]➜   /usr/local/include
2025-08-20T19:17:55.1704325Z [00:03:44.589]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.1704906Z [00:03:44.589]➜   /usr/include
2025-08-20T19:17:55.1705426Z [00:03:44.589]➜  End of search list.
2025-08-20T19:17:55.1740279Z [00:03:44.596]➜    CC       lib/libcoreutils_a-mbschr.o
2025-08-20T19:17:55.1741851Z [00:03:44.596]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.1743508Z [00:03:44.596]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.1744466Z [00:03:44.596]➜  Thread model: posix
2025-08-20T19:17:55.1745057Z [00:03:44.596]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.1745901Z [00:03:44.596]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.1747392Z [00:03:44.596]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.1748223Z [00:03:44.596]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.1748798Z [00:03:44.596]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.1750498Z [00:03:44.597]➜   (in-process)
2025-08-20T19:17:55.1802087Z [00:03:44.601]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2   CC       lib/libcoreutils_a-mbslen.o
2025-08-20T19:17:55.1813961Z [00:03:44.602]➜  -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -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 -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbscasecmp.o -x c lib/mbscasecmp.c
2025-08-20T19:17:55.1822910Z [00:03:44.602]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.1827354Z [00:03:44.604]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.1828498Z [00:03:44.604]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.1829213Z [00:03:44.604]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.1829945Z [00:03:44.604]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.1830654Z [00:03:44.604]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.1831359Z [00:03:44.604]➜  #include "..." search starts here:
2025-08-20T19:17:55.1832015Z [00:03:44.604]➜  #include <...> search starts here:
2025-08-20T19:17:55.1832573Z [00:03:44.604]➜   .
2025-08-20T19:17:55.1832990Z [00:03:44.604]➜   ./lib
2025-08-20T19:17:55.1833424Z [00:03:44.604]➜   src
2025-08-20T19:17:55.1833974Z [00:03:44.604]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.1834613Z [00:03:44.604]➜   /usr/local/include
2025-08-20T19:17:55.1835199Z [00:03:44.604]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.1835767Z [00:03:44.604]➜   /usr/include
2025-08-20T19:17:55.1836276Z [00:03:44.604]➜  End of search list.
2025-08-20T19:17:55.1993752Z [00:03:44.621]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.1995898Z [00:03:44.621]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.2009979Z [00:03:44.623]➜  Thread model: posix
2025-08-20T19:17:55.2010949Z [00:03:44.623]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.2012095Z [00:03:44.623]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.2013033Z [00:03:44.623]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.2013714Z [00:03:44.623]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.2014252Z [00:03:44.623]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.2014794Z [00:03:44.623]➜   (in-process)
2025-08-20T19:17:55.2026451Z [00:03:44.623]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbschr.o -x c lib/mbschr.c
2025-08-20T19:17:55.2045344Z [00:03:44.626]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.2057412Z [00:03:44.627]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.2063886Z [00:03:44.628]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.2069716Z [00:03:44.629]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.2073004Z [00:03:44.629]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.2076317Z [00:03:44.629]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.2088333Z [00:03:44.629]➜  #include "..." search starts here:
2025-08-20T19:17:55.2089128Z [00:03:44.630]➜  #include <...> search starts here:
2025-08-20T19:17:55.2089827Z [00:03:44.630]➜   .
2025-08-20T19:17:55.2090416Z [00:03:44.630]➜   ./lib
2025-08-20T19:17:55.2091000Z [00:03:44.631]➜   src
2025-08-20T19:17:55.2094994Z [00:03:44.631]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.2097573Z [00:03:44.631]➜   /usr/local/include
2025-08-20T19:17:55.2100522Z [00:03:44.632]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.2103745Z [00:03:44.632]➜   /usr/include
2025-08-20T19:17:55.2105610Z [00:03:44.632]➜  End of search list.
2025-08-20T19:17:55.2211581Z [00:03:44.643]➜    CC       lib/libcoreutils_a-mbsrtoc32s.o
2025-08-20T19:17:55.2268555Z [00:03:44.647]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.2273999Z [00:03:44.649]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.2274572Z [00:03:44.649]➜  Thread model: posix
2025-08-20T19:17:55.2277138Z [00:03:44.649]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.2278139Z [00:03:44.649]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.2279014Z [00:03:44.649]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.2279719Z [00:03:44.649]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.2282191Z [00:03:44.650]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.2283451Z [00:03:44.650]➜   (in-process)
2025-08-20T19:17:55.2296061Z [00:03:44.650]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbslen.o -x c lib/mbslen.c
2025-08-20T19:17:55.2310156Z [00:03:44.650]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.2311414Z [00:03:44.652]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.2312423Z [00:03:44.652]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.2313094Z [00:03:44.652]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.2313725Z [00:03:44.652]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.2314365Z [00:03:44.652]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.2314965Z [00:03:44.652]➜  #include "..." search starts here:
2025-08-20T19:17:55.2317881Z [00:03:44.652]➜  #include <...> search starts here:
2025-08-20T19:17:55.2318401Z [00:03:44.652]➜   .
2025-08-20T19:17:55.2318793Z [00:03:44.652]➜   ./lib
2025-08-20T19:17:55.2319183Z [00:03:44.652]➜   src
2025-08-20T19:17:55.2319665Z [00:03:44.652]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.2320212Z [00:03:44.652]➜   /usr/local/include
2025-08-20T19:17:55.2320722Z [00:03:44.652]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.2321231Z [00:03:44.652]➜   /usr/include
2025-08-20T19:17:55.2321683Z [00:03:44.652]➜  End of search list.
2025-08-20T19:17:55.2322257Z [00:03:44.653]➜    CC       lib/libcoreutils_a-mbsrtowcs.o
2025-08-20T19:17:55.2470840Z [00:03:44.669]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.2474764Z [00:03:44.669]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.2477761Z [00:03:44.669]➜  Thread model: posix
2025-08-20T19:17:55.2481118Z [00:03:44.669]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.2486501Z [00:03:44.669]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.2487654Z [00:03:44.669]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.2488335Z [00:03:44.669]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.2488859Z [00:03:44.669]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.2490524Z [00:03:44.669]➜   (in-process)
2025-08-20T19:17:55.2503927Z [00:03:44.669]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbsrtoc32s.o -x c lib/mbsrtoc32s.c
2025-08-20T19:17:55.2529814Z [00:03:44.670]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.2531571Z [00:03:44.671]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.2533951Z [00:03:44.671]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.2534629Z [00:03:44.675]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.2535306Z [00:03:44.675]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.2535967Z [00:03:44.675]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.2536610Z [00:03:44.675]➜  #include "..." search starts here:
2025-08-20T19:17:55.2537464Z [00:03:44.675]➜  #include <...> search starts here:
2025-08-20T19:17:55.2538031Z [00:03:44.675]➜   .
2025-08-20T19:17:55.2538425Z [00:03:44.675]➜   ./lib
2025-08-20T19:17:55.2538824Z [00:03:44.675]➜   src
2025-08-20T19:17:55.2539351Z [00:03:44.675]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.2540361Z [00:03:44.675]➜   /usr/local/include
2025-08-20T19:17:55.2540943Z [00:03:44.675]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.2541522Z [00:03:44.675]➜   /usr/include
2025-08-20T19:17:55.2542011Z [00:03:44.675]➜  End of search list.
2025-08-20T19:17:55.2591961Z [00:03:44.681]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.2595750Z [00:03:44.681]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.2599646Z [00:03:44.682]➜  Thread model: posix
2025-08-20T19:17:55.2607366Z [00:03:44.682]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.2608283Z [00:03:44.682]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.2609267Z [00:03:44.682]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.2610032Z [00:03:44.682]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.2610628Z [00:03:44.682]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.2620458Z [00:03:44.684]➜   (in-process)
2025-08-20T19:17:55.2640351Z [00:03:44.684]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbsrtowcs.o -x c lib/mbsrtowcs.c
2025-08-20T19:17:55.2683373Z [00:03:44.690]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.2684766Z [00:03:44.690]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.2685886Z [00:03:44.690]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.2686605Z [00:03:44.690]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.2687523Z [00:03:44.690]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.2688238Z [00:03:44.690]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.2688920Z [00:03:44.690]➜  #include "..." search starts here:
2025-08-20T19:17:55.2689583Z [00:03:44.690]➜  #include <...> search starts here:
2025-08-20T19:17:55.2690131Z [00:03:44.690]➜   .
2025-08-20T19:17:55.2690556Z [00:03:44.690]➜   ./lib
2025-08-20T19:17:55.2690992Z [00:03:44.690]➜   src
2025-08-20T19:17:55.2691532Z [00:03:44.690]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.2692150Z [00:03:44.690]➜   /usr/local/include
2025-08-20T19:17:55.2692741Z [00:03:44.690]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.2693314Z [00:03:44.690]➜   /usr/include
2025-08-20T19:17:55.2693818Z [00:03:44.690]➜  End of search list.
2025-08-20T19:17:55.3028456Z [00:03:44.724]➜    CC       lib/libcoreutils_a-mbswidth.o
2025-08-20T19:17:55.3098864Z [00:03:44.732]➜    CC       lib/libcoreutils_a-mbszero.o
2025-08-20T19:17:55.3296845Z [00:03:44.751]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.3301522Z [00:03:44.752]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.3305277Z [00:03:44.752]➜  Thread model: posix
2025-08-20T19:17:55.3308804Z [00:03:44.752]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.3310639Z [00:03:44.753]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.3311729Z [00:03:44.753]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.3312789Z [00:03:44.753]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.3313529Z [00:03:44.753]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.3324285Z [00:03:44.754]➜   (in-process)
2025-08-20T19:17:55.3336209Z [00:03:44.754]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbswidth.o -x c lib/mbswidth.c
2025-08-20T19:17:55.3360319Z [00:03:44.758]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.3368306Z [00:03:44.758]➜    CC       lib/libcoreutils_a-mcel.o
2025-08-20T19:17:55.3371649Z [00:03:44.759]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.3375476Z [00:03:44.759]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.3379310Z [00:03:44.759]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.3383839Z [00:03:44.759]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.3384532Z [00:03:44.759]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.3385153Z [00:03:44.759]➜  #include "..." search starts here:
2025-08-20T19:17:55.3388978Z [00:03:44.759]➜  #include <...> search starts here:
2025-08-20T19:17:55.3389508Z [00:03:44.759]➜   .
2025-08-20T19:17:55.3389868Z [00:03:44.759]➜   ./lib
2025-08-20T19:17:55.3413595Z [00:03:44.760]➜   src
2025-08-20T19:17:55.3414223Z [00:03:44.760]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.3414794Z [00:03:44.760]➜   /usr/local/include
2025-08-20T19:17:55.3415326Z [00:03:44.760]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.3415842Z [00:03:44.760]➜   /usr/include
2025-08-20T19:17:55.3416303Z [00:03:44.760]➜  End of search list.
2025-08-20T19:17:55.3422808Z [00:03:44.764]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.3423432Z [00:03:44.764]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.3423967Z [00:03:44.764]➜  Thread model: posix
2025-08-20T19:17:55.3424537Z [00:03:44.764]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.3425328Z [00:03:44.764]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.3428271Z [00:03:44.764]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.3428993Z [00:03:44.764]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.3429551Z [00:03:44.764]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.3430047Z [00:03:44.764]➜   (in-process)
2025-08-20T19:17:55.3470811Z [00:03:44.764]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbszero.o -x c lib/mbszero.c
2025-08-20T19:17:55.3482933Z [00:03:44.764]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.3484480Z [00:03:44.768]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.3485520Z [00:03:44.768]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.3486178Z [00:03:44.768]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.3486802Z [00:03:44.768]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.3487683Z [00:03:44.768]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.3488310Z [00:03:44.768]➜  #include "..." search starts here:
2025-08-20T19:17:55.3488890Z [00:03:44.768]➜  #include <...> search starts here:
2025-08-20T19:17:55.3489385Z [00:03:44.768]➜   .
2025-08-20T19:17:55.3489739Z [00:03:44.768]➜   ./lib
2025-08-20T19:17:55.3490107Z [00:03:44.768]➜   src
2025-08-20T19:17:55.3490574Z [00:03:44.768]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.3491139Z [00:03:44.768]➜   /usr/local/include
2025-08-20T19:17:55.3491654Z [00:03:44.768]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.3492176Z [00:03:44.768]➜   /usr/include
2025-08-20T19:17:55.3492643Z [00:03:44.768]➜  End of search list.
2025-08-20T19:17:55.3493208Z [00:03:44.770]➜    CC       lib/libcoreutils_a-memcasecmp.o
2025-08-20T19:17:55.3541157Z [00:03:44.776]➜    CC       lib/libcoreutils_a-memchr2.o
2025-08-20T19:17:55.3767094Z [00:03:44.798]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.3772728Z [00:03:44.799]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.3773298Z [00:03:44.799]➜  Thread model: posix
2025-08-20T19:17:55.3779835Z [00:03:44.799]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.3780667Z [00:03:44.799]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.3781585Z [00:03:44.799]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.3782275Z [00:03:44.799]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.3783138Z [00:03:44.799]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.3783658Z [00:03:44.799]➜   (in-process)
2025-08-20T19:17:55.3799263Z [00:03:44.799]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-memchr2.o -x c lib/memchr2.c
2025-08-20T19:17:55.3810021Z [00:03:44.801]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.3811269Z [00:03:44.801]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.3812581Z [00:03:44.801]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.3813466Z [00:03:44.801]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.3814085Z [00:03:44.801]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.3815266Z [00:03:44.801]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.3815924Z [00:03:44.801]➜  #include "..." search starts here:
2025-08-20T19:17:55.3816538Z [00:03:44.801]➜  #include <...> search starts here:
2025-08-20T19:17:55.3817042Z [00:03:44.801]➜   .
2025-08-20T19:17:55.3817616Z [00:03:44.801]➜   ./lib
2025-08-20T19:17:55.3818008Z [00:03:44.801]➜   src
2025-08-20T19:17:55.3818493Z [00:03:44.801]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.3819049Z [00:03:44.801]➜   /usr/local/include
2025-08-20T19:17:55.3819564Z [00:03:44.801]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.3820076Z [00:03:44.801]➜   /usr/include
2025-08-20T19:17:55.3820531Z [00:03:44.801]➜  End of search list.
2025-08-20T19:17:55.3824665Z [00:03:44.804]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.3832529Z [00:03:44.804]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.3833120Z [00:03:44.804]➜  Thread model: posix
2025-08-20T19:17:55.3833709Z [00:03:44.804]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.3834513Z [00:03:44.804]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.3837520Z [00:03:44.804]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.3838236Z [00:03:44.804]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.3838765Z [00:03:44.804]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.3839233Z [00:03:44.805]➜   (in-process)
2025-08-20T19:17:55.3843762Z [00:03:44.806]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.3848219Z [00:03:44.806]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.3849201Z [00:03:44.806]➜  Thread model: posix
2025-08-20T19:17:55.3850577Z [00:03:44.806]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.3874031Z [00:03:44.806]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.3875424Z [00:03:44.806]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.3876573Z [00:03:44.806]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.3878432Z [00:03:44.806]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.3888219Z [00:03:44.806]➜  -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mcel.o -x c lib/mcel.c
2025-08-20T19:17:55.3898498Z [00:03:44.807]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.3900136Z [00:03:44.807]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.3901282Z [00:03:44.807]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.3902328Z [00:03:44.807]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.3903096Z [00:03:44.807]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.3903848Z [00:03:44.807]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.3904574Z [00:03:44.807]➜  #include "..." search starts here:
2025-08-20T19:17:55.3905331Z [00:03:44.807]➜  #include <...> search starts here:
2025-08-20T19:17:55.3905992Z [00:03:44.807]➜   .
2025-08-20T19:17:55.3906510Z [00:03:44.807]➜   ./lib
2025-08-20T19:17:55.3907039Z [00:03:44.807]➜   src
2025-08-20T19:17:55.3908503Z [00:03:44.807]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.3909430Z [00:03:44.807]➜   /usr/local/include
2025-08-20T19:17:55.3910771Z [00:03:44.807]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.3911771Z [00:03:44.807]➜   /usr/include
2025-08-20T19:17:55.3913246Z [00:03:44.807]➜  End of search list.
2025-08-20T19:17:55.3915344Z [00:03:44.810]➜   (in-process)
2025-08-20T19:17:55.3930335Z [00:03:44.810]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-memcasecmp.o -x c lib/memcasecmp.c
2025-08-20T19:17:55.3941514Z [00:03:44.811]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.3942864Z [00:03:44.811]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.3943909Z [00:03:44.811]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.3944569Z [00:03:44.811]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.3945252Z [00:03:44.811]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.3945945Z [00:03:44.811]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.3946618Z [00:03:44.811]➜  #include "..." search starts here:
2025-08-20T19:17:55.3947456Z [00:03:44.811]➜  #include <...> search starts here:
2025-08-20T19:17:55.3948009Z [00:03:44.811]➜   .
2025-08-20T19:17:55.3948404Z [00:03:44.811]➜   ./lib
2025-08-20T19:17:55.3948808Z [00:03:44.811]➜   src
2025-08-20T19:17:55.3949321Z [00:03:44.811]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.3949902Z [00:03:44.811]➜   /usr/local/include
2025-08-20T19:17:55.3950476Z [00:03:44.811]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.3951048Z [00:03:44.812]➜   /usr/include
2025-08-20T19:17:55.3951482Z [00:03:44.812]➜  End of search list.
2025-08-20T19:17:55.3952293Z [00:03:44.812]➜    CC       lib/libcoreutils_a-memcmp2.o
2025-08-20T19:17:55.4129621Z [00:03:44.834]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.4131392Z [00:03:44.835]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.4133344Z [00:03:44.835]➜  Thread model: posix
2025-08-20T19:17:55.4136655Z [00:03:44.835]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.4139472Z [00:03:44.835]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.4141919Z [00:03:44.835]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.4143428Z [00:03:44.835]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.4145849Z [00:03:44.835]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.4148923Z [00:03:44.835]➜   (in-process)
2025-08-20T19:17:55.4160892Z [00:03:44.836]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-memcmp2.o -x c lib/memcmp2.c
2025-08-20T19:17:55.4171573Z [00:03:44.837]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.4199265Z [00:03:44.837]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.4200382Z [00:03:44.837]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.4201121Z [00:03:44.837]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.4201828Z [00:03:44.837]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.4202526Z [00:03:44.837]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.4203175Z [00:03:44.837]➜  #include "..." search starts here:
2025-08-20T19:17:55.4203828Z [00:03:44.837]➜  #include <...> search starts here:
2025-08-20T19:17:55.4204362Z [00:03:44.837]➜   .
2025-08-20T19:17:55.4204754Z [00:03:44.837]➜   ./lib
2025-08-20T19:17:55.4205167Z [00:03:44.837]➜   src
2025-08-20T19:17:55.4205689Z [00:03:44.837]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.4206284Z [00:03:44.837]➜   /usr/local/include
2025-08-20T19:17:55.4206897Z [00:03:44.837]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.4207716Z [00:03:44.837]➜   /usr/include
2025-08-20T19:17:55.4208204Z [00:03:44.838]➜  End of search list.
2025-08-20T19:17:55.4237622Z [00:03:44.845]➜    CC       lib/libcoreutils_a-memcoll.o
2025-08-20T19:17:55.4410819Z [00:03:44.863]➜    CC       lib/libcoreutils_a-memset_explicit.o
2025-08-20T19:17:55.4493177Z [00:03:44.871]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.4495174Z [00:03:44.871]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.4496063Z [00:03:44.871]➜  Thread model: posix
2025-08-20T19:17:55.4496649Z [00:03:44.871]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.4497574Z [00:03:44.871]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.4498457Z [00:03:44.871]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.4499114Z [00:03:44.871]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.4499670Z [00:03:44.871]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.4501669Z [00:03:44.872]➜   (in-process)
2025-08-20T19:17:55.4524051Z [00:03:44.873]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-memcoll.o -x c lib/memcoll.c
2025-08-20T19:17:55.4534692Z [00:03:44.873]➜    CC       lib/libcoreutils_a-mgetgroups.o
2025-08-20T19:17:55.4549904Z [00:03:44.877]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.4551218Z [00:03:44.877]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.4552341Z [00:03:44.877]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.4553044Z [00:03:44.877]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.4553741Z [00:03:44.877]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.4554438Z [00:03:44.877]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.4555126Z [00:03:44.877]➜  #include "..." search starts here:
2025-08-20T19:17:55.4555824Z [00:03:44.877]➜  #include <...> search starts here:
2025-08-20T19:17:55.4556407Z [00:03:44.877]➜   .
2025-08-20T19:17:55.4556827Z [00:03:44.877]➜   ./lib
2025-08-20T19:17:55.4557435Z [00:03:44.877]➜   src
2025-08-20T19:17:55.4557963Z [00:03:44.877]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.4558562Z [00:03:44.877]➜   /usr/local/include
2025-08-20T19:17:55.4559152Z [00:03:44.877]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.4559718Z [00:03:44.877]➜   /usr/include
2025-08-20T19:17:55.4560210Z [00:03:44.877]➜  End of search list.
2025-08-20T19:17:55.4574024Z [00:03:44.879]➜    CC       lib/libcoreutils_a-mkancesdirs.o
2025-08-20T19:17:55.4629943Z [00:03:44.885]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.4630574Z [00:03:44.885]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.4631151Z [00:03:44.885]➜  Thread model: posix
2025-08-20T19:17:55.4631791Z [00:03:44.885]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.4634368Z [00:03:44.885]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.4635667Z [00:03:44.885]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.4636531Z [00:03:44.885]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.4637345Z [00:03:44.885]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.4638490Z [00:03:44.886]➜   (in-process)
2025-08-20T19:17:55.4661774Z [00:03:44.887]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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 ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-memset_explicit.o -x c lib/memset_explicit.c
2025-08-20T19:17:55.4672521Z [00:03:44.887]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.4673746Z [00:03:44.887]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.4689098Z [00:03:44.891]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.4689927Z [00:03:44.891]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.4690531Z [00:03:44.891]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.4691112Z [00:03:44.891]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.4691642Z [00:03:44.891]➜  #include "..." search starts here:
2025-08-20T19:17:55.4692150Z [00:03:44.891]➜  #include <...> search starts here:
2025-08-20T19:17:55.4692581Z [00:03:44.891]➜   .
2025-08-20T19:17:55.4692911Z [00:03:44.891]➜   ./lib
2025-08-20T19:17:55.4693276Z [00:03:44.891]➜   src
2025-08-20T19:17:55.4693733Z [00:03:44.891]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.4694288Z [00:03:44.891]➜   /usr/local/include
2025-08-20T19:17:55.4694817Z [00:03:44.891]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.4695303Z [00:03:44.891]➜   /usr/include
2025-08-20T19:17:55.4695736Z [00:03:44.891]➜  End of search list.
2025-08-20T19:17:55.4820912Z [00:03:44.904]➜    CC       lib/libcoreutils_a-dirchownmod.o
2025-08-20T19:17:55.4934260Z [00:03:44.915]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.4934912Z [00:03:44.915]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.4936927Z [00:03:44.915]➜  Thread model: posix
2025-08-20T19:17:55.4938256Z [00:03:44.915]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.4949826Z [00:03:44.916]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.4950887Z [00:03:44.916]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.4951607Z [00:03:44.916]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.4952192Z [00:03:44.916]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.4952690Z [00:03:44.916]➜   (in-process)
2025-08-20T19:17:55.4954019Z [00:03:44.916]➜   "/usr/lib/llvm-19/bin/clang" -cc1 Debian clang version 19.1.7 (3+b2)-triple x86_64-pc-linux-gnu -emit-llvm-bc -flto=full 
2025-08-20T19:17:55.4955182Z [00:03:44.916]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.4955757Z [00:03:44.916]➜  Thread model: posix
2025-08-20T19:17:55.4956350Z [00:03:44.916]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.4957414Z [00:03:44.917]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.4958414Z [00:03:44.917]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.4959142Z [00:03:44.917]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.4972021Z [00:03:44.919]➜  Selected multilib: .-flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mkancesdirs.c ;@m64
2025-08-20T19:17:55.4993283Z [00:03:44.919]➜  -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mkancesdirs.o -x c lib/mkancesdirs.c
2025-08-20T19:17:55.5002359Z [00:03:44.919]➜   (in-process)
2025-08-20T19:17:55.5021333Z [00:03:44.919]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mgetgroups.o -x c lib/mgetgroups.c
2025-08-20T19:17:55.5032323Z [00:03:44.919]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.5033407Z [00:03:44.919]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.5034629Z [00:03:44.919]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.5035617Z [00:03:44.919]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.5036277Z [00:03:44.919]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.5036895Z [00:03:44.920]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.5037673Z [00:03:44.920]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.5038590Z [00:03:44.920]➜  #include "..." search starts here:
2025-08-20T19:17:55.5039155Z [00:03:44.920]➜  #include <...> search starts here:
2025-08-20T19:17:55.5039631Z [00:03:44.920]➜   .
2025-08-20T19:17:55.5039999Z [00:03:44.920]➜   ./lib
2025-08-20T19:17:55.5040409Z [00:03:44.920]➜   src
2025-08-20T19:17:55.5040885Z [00:03:44.923]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.5041428Z [00:03:44.923]➜   /usr/local/include
2025-08-20T19:17:55.5041948Z [00:03:44.923]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.5042447Z [00:03:44.923]➜   /usr/include
2025-08-20T19:17:55.5042870Z [00:03:44.923]➜  End of search list.
2025-08-20T19:17:55.5043732Z [00:03:44.923]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.5044606Z [00:03:44.923]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.5045165Z [00:03:44.923]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.5045703Z [00:03:44.923]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.5046285Z [00:03:44.923]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.5046870Z [00:03:44.923]➜  #include "..." search starts here:
2025-08-20T19:17:55.5067338Z [00:03:44.923]➜  #include <...> search starts here:
2025-08-20T19:17:55.5067878Z [00:03:44.923]➜   .
2025-08-20T19:17:55.5068255Z [00:03:44.923]➜   ./lib
2025-08-20T19:17:55.5068615Z [00:03:44.923]➜   src
2025-08-20T19:17:55.5069082Z [00:03:44.923]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.5069624Z [00:03:44.923]➜   /usr/local/include
2025-08-20T19:17:55.5070136Z [00:03:44.923]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.5070637Z [00:03:44.923]➜   /usr/include
2025-08-20T19:17:55.5071071Z [00:03:44.923]➜  End of search list.
2025-08-20T19:17:55.5071630Z [00:03:44.926]➜    CC       lib/libcoreutils_a-mkdir-p.o
2025-08-20T19:17:55.5140823Z [00:03:44.935]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.5141768Z [00:03:44.936]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.5142483Z [00:03:44.936]➜  Thread model: posix
2025-08-20T19:17:55.5144722Z [00:03:44.936]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.5145493Z [00:03:44.936]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.5146637Z [00:03:44.936]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.5147695Z [00:03:44.936]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.5148710Z [00:03:44.936]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.5149213Z [00:03:44.936]➜   (in-process)
2025-08-20T19:17:55.5160792Z [00:03:44.936]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-dirchownmod.o -x c lib/dirchownmod.c
2025-08-20T19:17:55.5173841Z [00:03:44.937]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.5175143Z [00:03:44.939]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.5176145Z [00:03:44.939]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.5176791Z [00:03:44.939]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.5177592Z [00:03:44.939]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.5178215Z [00:03:44.939]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.5178832Z [00:03:44.939]➜  #include "..." search starts here:
2025-08-20T19:17:55.5179430Z [00:03:44.939]➜  #include <...> search starts here:
2025-08-20T19:17:55.5179934Z [00:03:44.939]➜   .
2025-08-20T19:17:55.5180308Z [00:03:44.939]➜   ./lib
2025-08-20T19:17:55.5180697Z [00:03:44.939]➜   src
2025-08-20T19:17:55.5181185Z [00:03:44.939]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.5181778Z [00:03:44.939]➜   /usr/local/include
2025-08-20T19:17:55.5182326Z [00:03:44.939]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.5182878Z [00:03:44.939]➜   /usr/include
2025-08-20T19:17:55.5183359Z [00:03:44.939]➜  End of search list.
2025-08-20T19:17:55.5208869Z [00:03:44.943]➜    CC       lib/libcoreutils_a-mknod.o
2025-08-20T19:17:55.5438544Z [00:03:44.965]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.5439199Z [00:03:44.965]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.5441123Z [00:03:44.966]➜  Thread model: posix
2025-08-20T19:17:55.5442369Z [00:03:44.966]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.5443708Z [00:03:44.966]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.5445068Z [00:03:44.966]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.5446810Z [00:03:44.966]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.5447529Z [00:03:44.966]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.5451440Z [00:03:44.967]➜   (in-process)
2025-08-20T19:17:55.5464696Z [00:03:44.967]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mknod.o -x c lib/mknod.c
2025-08-20T19:17:55.5475151Z [00:03:44.968]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.5476694Z [00:03:44.968]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.5478066Z [00:03:44.968]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.5479209Z [00:03:44.968]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.5480007Z [00:03:44.968]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.5480615Z [00:03:44.968]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.5481192Z [00:03:44.968]➜  #include "..." search starts here:
2025-08-20T19:17:55.5481796Z [00:03:44.968]➜  #include <...> search starts here:
2025-08-20T19:17:55.5482327Z [00:03:44.968]➜   .
2025-08-20T19:17:55.5482701Z [00:03:44.968]➜   ./lib
2025-08-20T19:17:55.5483103Z [00:03:44.968]➜   src
2025-08-20T19:17:55.5483652Z [00:03:44.969]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.5484194Z [00:03:44.969]➜   /usr/local/include
2025-08-20T19:17:55.5484714Z [00:03:44.969]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.5485260Z [00:03:44.969]➜   /usr/include
2025-08-20T19:17:55.5485782Z [00:03:44.969]➜  End of search list.
2025-08-20T19:17:55.5541161Z [00:03:44.976]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.5542210Z [00:03:44.976]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.5543116Z [00:03:44.976]➜  Thread model: posix
2025-08-20T19:17:55.5543702Z [00:03:44.976]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.5544464Z [00:03:44.976]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.5545436Z [00:03:44.976]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.5546157Z [00:03:44.976]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.5558967Z [00:03:44.976]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.5559493Z [00:03:44.977]➜   (in-process)
2025-08-20T19:17:55.5571730Z [00:03:44.978]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mkdir-p.o -x c lib/mkdir-p.c
2025-08-20T19:17:55.5583167Z [00:03:44.980]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.5594195Z [00:03:44.981]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.5597433Z [00:03:44.981]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.5598565Z [00:03:44.981]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.5600078Z [00:03:44.981]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.5600770Z [00:03:44.981]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.5601421Z [00:03:44.981]➜  #include "..." search starts here:
2025-08-20T19:17:55.5602081Z [00:03:44.981]➜  #include <...> search starts here:
2025-08-20T19:17:55.5602645Z [00:03:44.981]➜   .
2025-08-20T19:17:55.5603394Z [00:03:44.981]➜   ./lib
2025-08-20T19:17:55.5603835Z [00:03:44.981]➜   src
2025-08-20T19:17:55.5604391Z [00:03:44.981]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.5605017Z [00:03:44.981]➜   /usr/local/include
2025-08-20T19:17:55.5605607Z [00:03:44.982]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.5606175Z [00:03:44.982]➜   /usr/include
2025-08-20T19:17:55.5606669Z [00:03:44.982]➜  End of search list.
2025-08-20T19:17:55.5799969Z [00:03:45.002]➜    CC       lib/libcoreutils_a-modechange.o
2025-08-20T19:17:55.5855418Z [00:03:45.007]➜    CC       lib/libcoreutils_a-mountlist.o
2025-08-20T19:17:55.5921416Z [00:03:45.014]➜    CC       lib/libcoreutils_a-mpsort.o
2025-08-20T19:17:55.6028515Z [00:03:45.024]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.6030325Z [00:03:45.025]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.6030870Z [00:03:45.025]➜  Thread model: posix
2025-08-20T19:17:55.6031449Z [00:03:45.025]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.6032295Z [00:03:45.025]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.6033207Z [00:03:45.025]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.6033893Z [00:03:45.025]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.6034433Z [00:03:45.025]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.6062452Z [00:03:45.028]➜    CC       lib/libcoreutils_a-nanosleep.o
2025-08-20T19:17:55.6068912Z [00:03:45.029]➜   (in-process)
2025-08-20T19:17:55.6083966Z [00:03:45.029]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-modechange.o -x c lib/modechange.c
2025-08-20T19:17:55.6104094Z [00:03:45.032]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.6115402Z [00:03:45.033]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.6117574Z [00:03:45.033]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.6118228Z [00:03:45.033]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.6121273Z [00:03:45.034]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.6122151Z [00:03:45.034]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.6122766Z [00:03:45.034]➜  #include "..." search starts here:
2025-08-20T19:17:55.6123345Z [00:03:45.034]➜  #include <...> search starts here:
2025-08-20T19:17:55.6169201Z [00:03:45.036]➜   Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.6176031Z [00:03:45.039]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.6176598Z [00:03:45.039]➜  Thread model: posix
2025-08-20T19:17:55.6177359Z [00:03:45.039]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.6178188Z [00:03:45.039]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.6179083Z [00:03:45.039]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.6179766Z [00:03:45.039]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.6180298Z [00:03:45.039]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.6180765Z [00:03:45.039]➜  .
2025-08-20T19:17:55.6181136Z [00:03:45.039]➜   ./lib
2025-08-20T19:17:55.6181517Z [00:03:45.039]➜   src
2025-08-20T19:17:55.6181986Z [00:03:45.039]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.6182522Z [00:03:45.039]➜   /usr/local/include
2025-08-20T19:17:55.6183038Z [00:03:45.039]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.6183545Z [00:03:45.039]➜   /usr/include
2025-08-20T19:17:55.6184018Z [00:03:45.039]➜  End of search list.
2025-08-20T19:17:55.6184481Z [00:03:45.039]➜   (in-process)
2025-08-20T19:17:55.6195958Z [00:03:45.039]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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 . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mountlist.o -x c lib/mountlist.c
2025-08-20T19:17:55.6237416Z [00:03:45.039]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.6238717Z [00:03:45.039]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.6239688Z [00:03:45.039]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.6240329Z [00:03:45.039]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.6240962Z [00:03:45.039]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.6241534Z [00:03:45.039]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.6242116Z [00:03:45.039]➜  #include "..." search starts here:
2025-08-20T19:17:55.6242676Z [00:03:45.039]➜  #include <...> search starts here:
2025-08-20T19:17:55.6243151Z [00:03:45.039]➜   .
2025-08-20T19:17:55.6243515Z [00:03:45.039]➜   ./lib
2025-08-20T19:17:55.6243894Z [00:03:45.039]➜   src
2025-08-20T19:17:55.6244357Z [00:03:45.039]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.6244895Z [00:03:45.039]➜   /usr/local/include
2025-08-20T19:17:55.6245411Z [00:03:45.039]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.6245913Z [00:03:45.039]➜   /usr/include
2025-08-20T19:17:55.6246368Z [00:03:45.039]➜  End of search list.
2025-08-20T19:17:55.6323234Z [00:03:45.054]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.6335793Z [00:03:45.054]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.6336357Z [00:03:45.054]➜  Thread model: posix
2025-08-20T19:17:55.6336901Z [00:03:45.054]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.6337866Z [00:03:45.054]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.6338767Z [00:03:45.054]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.6339444Z [00:03:45.054]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.6341072Z [00:03:45.054]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.6354010Z [00:03:45.057]➜   (in-process)
2025-08-20T19:17:55.6381161Z [00:03:45.059]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name mpsort.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-mpsort.Tpo -MT lib/libcoreutils_a-mpsort.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mpsort.o -x c lib/mpsort.c
2025-08-20T19:17:55.6391723Z [00:03:45.059]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.6404368Z [00:03:45.062]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.6431315Z [00:03:45.065]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.6459136Z [00:03:45.065]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.6459785Z [00:03:45.065]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.6460434Z [00:03:45.065]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.6461054Z [00:03:45.065]➜  #include "..." search starts here:
2025-08-20T19:17:55.6461658Z [00:03:45.065]➜  #include <...> search starts here:
2025-08-20T19:17:55.6462203Z [00:03:45.065]➜   .
2025-08-20T19:17:55.6462567Z [00:03:45.065]➜   ./lib
2025-08-20T19:17:55.6462987Z [00:03:45.065]➜   src
2025-08-20T19:17:55.6463496Z [00:03:45.065]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.6464067Z [00:03:45.065]➜   /usr/local/include
2025-08-20T19:17:55.6464621Z [00:03:45.065]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.6465160Z [00:03:45.065]➜   /usr/include
2025-08-20T19:17:55.6465621Z [00:03:45.065]➜  End of search list.
2025-08-20T19:17:55.6599771Z [00:03:45.082]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.6600791Z [00:03:45.082]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.6604301Z [00:03:45.082]➜  Thread model: posix
2025-08-20T19:17:55.6604875Z [00:03:45.082]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.6608909Z [00:03:45.083]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.6640999Z [00:03:45.086]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.6642694Z [00:03:45.086]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.6644140Z [00:03:45.086]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.6644972Z [00:03:45.086]➜   (in-process)
2025-08-20T19:17:55.6657653Z [00:03:45.086]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-nanosleep.o -x c lib/nanosleep.c
2025-08-20T19:17:55.6671166Z [00:03:45.086]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.6672463Z [00:03:45.086]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.6673720Z [00:03:45.086]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.6674409Z [00:03:45.086]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.6675051Z [00:03:45.086]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.6675692Z [00:03:45.086]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.6676315Z [00:03:45.086]➜  #include "..." search starts here:
2025-08-20T19:17:55.6676944Z [00:03:45.086]➜  #include <...> search starts here:
2025-08-20T19:17:55.6677681Z [00:03:45.086]➜   .
2025-08-20T19:17:55.6678068Z [00:03:45.086]➜   ./lib
2025-08-20T19:17:55.6678483Z [00:03:45.086]➜   src
2025-08-20T19:17:55.6678993Z [00:03:45.086]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.6679571Z [00:03:45.086]➜   /usr/local/include
2025-08-20T19:17:55.6680101Z [00:03:45.086]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.6680681Z [00:03:45.086]➜   /usr/include
2025-08-20T19:17:55.6681149Z [00:03:45.086]➜  End of search list.
2025-08-20T19:17:55.6711018Z [00:03:45.093]➜    CC       lib/libcoreutils_a-nl_langinfo.o
2025-08-20T19:17:55.6948969Z [00:03:45.116]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.6982913Z [00:03:45.120]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.6988504Z [00:03:45.120]➜  Thread model: posix
2025-08-20T19:17:55.6989152Z [00:03:45.120]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.6990034Z [00:03:45.120]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.6991037Z [00:03:45.120]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.6992115Z [00:03:45.120]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.6992923Z [00:03:45.120]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.6993705Z [00:03:45.121]➜   (in-process)
2025-08-20T19:17:55.7012197Z [00:03:45.122]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-nl_langinfo.o -x c lib/nl_langinfo.c
2025-08-20T19:17:55.7036066Z [00:03:45.123]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.7037614Z [00:03:45.124]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.7038693Z [00:03:45.124]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.7039387Z [00:03:45.124]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.7040072Z [00:03:45.124]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.7040842Z [00:03:45.124]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.7041833Z [00:03:45.124]➜  #include "..." search starts here:
2025-08-20T19:17:55.7042539Z [00:03:45.124]➜  #include <...> search starts here:
2025-08-20T19:17:55.7043091Z [00:03:45.124]➜   .
2025-08-20T19:17:55.7043525Z [00:03:45.124]➜   ./lib
2025-08-20T19:17:55.7043931Z [00:03:45.124]➜   src
2025-08-20T19:17:55.7044450Z [00:03:45.124]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.7045028Z [00:03:45.124]➜   /usr/local/include
2025-08-20T19:17:55.7045560Z [00:03:45.124]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.7046057Z [00:03:45.125]➜   /usr/include
2025-08-20T19:17:55.7046508Z [00:03:45.125]➜  End of search list.
2025-08-20T19:17:55.7169171Z [00:03:45.137]➜    CC       lib/libcoreutils_a-nproc.o
2025-08-20T19:17:55.7232010Z [00:03:45.145]➜    CC       lib/libcoreutils_a-nstrftime.o
2025-08-20T19:17:55.7417325Z [00:03:45.163]➜    CC       lib/libcoreutils_a-obstack.o
2025-08-20T19:17:55.7478251Z [00:03:45.169]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.7490179Z [00:03:45.169]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.7490729Z [00:03:45.169]➜  Thread model: posix
2025-08-20T19:17:55.7491293Z [00:03:45.169]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.7492114Z [00:03:45.169]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.7493056Z [00:03:45.169]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.7493751Z [00:03:45.169]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.7494267Z [00:03:45.169]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.7494760Z [00:03:45.170]➜   (in-process)
2025-08-20T19:17:55.7506049Z [00:03:45.170]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-nproc.o -x c lib/nproc.c
2025-08-20T19:17:55.7519520Z [00:03:45.171]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.7520806Z [00:03:45.172]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.7521816Z [00:03:45.172]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.7522468Z [00:03:45.172]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.7523120Z [00:03:45.172]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.7523774Z [00:03:45.172]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.7524408Z [00:03:45.172]➜  #include "..." search starts here:
2025-08-20T19:17:55.7525124Z [00:03:45.172]➜  #include <...> search starts here:
2025-08-20T19:17:55.7525882Z [00:03:45.172]➜   .
2025-08-20T19:17:55.7526277Z [00:03:45.172]➜   ./lib
2025-08-20T19:17:55.7526698Z [00:03:45.172]➜   src
2025-08-20T19:17:55.7527363Z [00:03:45.172]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.7527920Z [00:03:45.172]➜   /usr/local/include
2025-08-20T19:17:55.7528425Z [00:03:45.172]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.7528907Z [00:03:45.172]➜   /usr/include
2025-08-20T19:17:55.7529390Z [00:03:45.172]➜  End of search list.
2025-08-20T19:17:55.7537092Z [00:03:45.175]➜    CC       lib/glthread/libcoreutils_a-once.o
2025-08-20T19:17:55.7554458Z [00:03:45.177]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.7588790Z [00:03:45.177]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.7589428Z [00:03:45.177]➜  Thread model: posix
2025-08-20T19:17:55.7590074Z [00:03:45.177]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.7592382Z [00:03:45.177]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.7594653Z [00:03:45.177]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.7596651Z [00:03:45.177]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.7598175Z [00:03:45.177]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.7599271Z [00:03:45.178]➜   (in-process)
2025-08-20T19:17:55.7615976Z [00:03:45.178]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-nstrftime.o -x c lib/nstrftime.c
2025-08-20T19:17:55.7627412Z [00:03:45.180]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.7628815Z [00:03:45.180]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.7629888Z [00:03:45.180]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.7630571Z [00:03:45.180]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.7632530Z [00:03:45.180]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.7633243Z [00:03:45.180]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.7633899Z [00:03:45.180]➜  #include "..." search starts here:
2025-08-20T19:17:55.7634557Z [00:03:45.180]➜  #include <...> search starts here:
2025-08-20T19:17:55.7635119Z [00:03:45.180]➜   .
2025-08-20T19:17:55.7635538Z [00:03:45.180]➜   ./lib
2025-08-20T19:17:55.7635953Z [00:03:45.180]➜   src
2025-08-20T19:17:55.7636485Z [00:03:45.180]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.7637109Z [00:03:45.180]➜   /usr/local/include
2025-08-20T19:17:55.7638163Z [00:03:45.180]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.7638793Z [00:03:45.180]➜   /usr/include
2025-08-20T19:17:55.7639302Z [00:03:45.180]➜  End of search list.
2025-08-20T19:17:55.7639966Z [00:03:45.185]➜    CC       lib/libcoreutils_a-openat-die.o
2025-08-20T19:17:55.7648901Z [00:03:45.186]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.7652536Z [00:03:45.187]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.7655756Z [00:03:45.187]➜  Thread model: posix
2025-08-20T19:17:55.7657818Z [00:03:45.187]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.7661059Z [00:03:45.188]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.7663142Z [00:03:45.188]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.7671044Z [00:03:45.189]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.7678976Z [00:03:45.190]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.7685434Z [00:03:45.190]➜   (in-process)
2025-08-20T19:17:55.7711987Z [00:03:45.192]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name obstack.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-obstack.o -x c lib/obstack.c
2025-08-20T19:17:55.7723433Z [00:03:45.192]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.7724900Z [00:03:45.193]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.7726097Z [00:03:45.194]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.7726996Z [00:03:45.194]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.7731761Z [00:03:45.195]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.7737594Z [00:03:45.195]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.7738330Z [00:03:45.195]➜  #include "..." search starts here:
2025-08-20T19:17:55.7738999Z [00:03:45.195]➜  #include <...> search starts here:
2025-08-20T19:17:55.7739566Z [00:03:45.195]➜   .
2025-08-20T19:17:55.7741379Z [00:03:45.195]➜   ./lib
2025-08-20T19:17:55.7743000Z [00:03:45.195]➜   src
2025-08-20T19:17:55.7744698Z [00:03:45.195]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.7745704Z [00:03:45.195]➜   /usr/local/include
2025-08-20T19:17:55.7746582Z [00:03:45.195]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.7747619Z [00:03:45.195]➜   /usr/include
2025-08-20T19:17:55.7748219Z [00:03:45.195]➜  End of search list.
2025-08-20T19:17:55.8031500Z [00:03:45.225]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.8034198Z [00:03:45.225]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.8035027Z [00:03:45.225]➜  Thread model: posix
2025-08-20T19:17:55.8035606Z [00:03:45.225]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.8036356Z [00:03:45.225]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.8037402Z [00:03:45.225]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.8038079Z [00:03:45.225]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.8038605Z [00:03:45.225]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.8080147Z [00:03:45.230]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.8082757Z [00:03:45.230]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.8089604Z [00:03:45.230]➜  Thread model: posix
2025-08-20T19:17:55.8092140Z [00:03:45.230]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.8094669Z [00:03:45.230]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.8096649Z [00:03:45.230]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.8098536Z [00:03:45.230]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.8099589Z [00:03:45.230]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.8100429Z [00:03:45.230]➜   (in-process)
2025-08-20T19:17:55.8148206Z [00:03:45.230]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/glthread/libcoreutils_a-once.o -x c lib/glthread/once.c
2025-08-20T19:17:55.8159906Z [00:03:45.230]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.8160818Z [00:03:45.230]➜   (in-process)
2025-08-20T19:17:55.8172551Z [00:03:45.230]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-openat-die.o -x c lib/openat-die.c
2025-08-20T19:17:55.8182584Z [00:03:45.230]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.8183830Z [00:03:45.230]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.8184842Z [00:03:45.230]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.8185487Z [00:03:45.230]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.8186102Z [00:03:45.230]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.8186711Z [00:03:45.230]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.8187438Z [00:03:45.230]➜  #include "..." search starts here:
2025-08-20T19:17:55.8188019Z [00:03:45.230]➜  #include <...> search starts here:
2025-08-20T19:17:55.8188505Z [00:03:45.230]➜   .
2025-08-20T19:17:55.8188854Z [00:03:45.230]➜   ./lib
2025-08-20T19:17:55.8189225Z [00:03:45.230]➜   src
2025-08-20T19:17:55.8189686Z [00:03:45.230]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.8190214Z [00:03:45.230]➜   /usr/local/include
2025-08-20T19:17:55.8190725Z [00:03:45.230]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.8191221Z [00:03:45.230]➜   /usr/include
2025-08-20T19:17:55.8191645Z [00:03:45.230]➜  End of search list.
2025-08-20T19:17:55.8192802Z [00:03:45.231]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.8193805Z [00:03:45.231]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.8194437Z [00:03:45.231]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.8195033Z [00:03:45.231]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.8195643Z [00:03:45.231]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.8196229Z [00:03:45.231]➜  #include "..." search starts here:
2025-08-20T19:17:55.8196803Z [00:03:45.231]➜  #include <...> search starts here:
2025-08-20T19:17:55.8197449Z [00:03:45.231]➜   .
2025-08-20T19:17:55.8197809Z [00:03:45.231]➜   ./lib
2025-08-20T19:17:55.8198174Z [00:03:45.231]➜   src
2025-08-20T19:17:55.8198631Z [00:03:45.231]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.8199160Z [00:03:45.231]➜   /usr/local/include
2025-08-20T19:17:55.8199665Z [00:03:45.231]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.8200153Z [00:03:45.231]➜   /usr/include
2025-08-20T19:17:55.8200573Z [00:03:45.231]➜  End of search list.
2025-08-20T19:17:55.8331757Z [00:03:45.255]➜    CC       lib/libcoreutils_a-openat-safer.o
2025-08-20T19:17:55.8560832Z [00:03:45.277]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.8565408Z [00:03:45.278]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.8565984Z [00:03:45.278]➜  Thread model: posix
2025-08-20T19:17:55.8566546Z [00:03:45.278]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.8567530Z [00:03:45.278]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.8571122Z [00:03:45.278]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.8571825Z [00:03:45.278]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.8572364Z [00:03:45.278]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.8572862Z [00:03:45.278]➜   (in-process)
2025-08-20T19:17:55.8584774Z [00:03:45.278]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-openat-safer.o -x c lib/openat-safer.c
2025-08-20T19:17:55.8599682Z [00:03:45.279]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.8600966Z [00:03:45.280]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.8601976Z [00:03:45.280]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.8602600Z [00:03:45.280]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.8603453Z [00:03:45.280]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.8604064Z [00:03:45.280]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.8604637Z [00:03:45.280]➜  #include "..." search starts here:
2025-08-20T19:17:55.8605214Z [00:03:45.280]➜  #include <...> search starts here:
2025-08-20T19:17:55.8605697Z [00:03:45.280]➜   .
2025-08-20T19:17:55.8606039Z [00:03:45.280]➜   ./lib
2025-08-20T19:17:55.8606402Z [00:03:45.280]➜   src
2025-08-20T19:17:55.8606876Z [00:03:45.280]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.8607619Z [00:03:45.280]➜   /usr/local/include
2025-08-20T19:17:55.8608179Z [00:03:45.280]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.8608701Z [00:03:45.280]➜   /usr/include
2025-08-20T19:17:55.8609173Z [00:03:45.280]➜  End of search list.
2025-08-20T19:17:55.8659395Z [00:03:45.287]➜    CC       lib/libcoreutils_a-opendirat.o
2025-08-20T19:17:55.8941810Z [00:03:45.316]➜    CC       lib/libcoreutils_a-parse-datetime.o
2025-08-20T19:17:55.9062624Z [00:03:45.328]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.9070435Z [00:03:45.328]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.9071048Z [00:03:45.328]➜  Thread model: posix
2025-08-20T19:17:55.9071621Z [00:03:45.328]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.9072498Z [00:03:45.328]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.9073434Z [00:03:45.328]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.9074137Z [00:03:45.328]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.9074683Z [00:03:45.328]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.9075187Z [00:03:45.328]➜   (in-process)
2025-08-20T19:17:55.9086814Z [00:03:45.329]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-opendirat.o -x c lib/opendirat.c
2025-08-20T19:17:55.9120350Z [00:03:45.329]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.9121621Z [00:03:45.330]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.9122636Z [00:03:45.330]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.9139845Z [00:03:45.330]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.9140551Z [00:03:45.330]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.9141186Z [00:03:45.330]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.9141834Z [00:03:45.330]➜  #include "..." search starts here:
2025-08-20T19:17:55.9142700Z [00:03:45.330]➜  #include <...> search starts here:
2025-08-20T19:17:55.9143190Z [00:03:45.330]➜   .
2025-08-20T19:17:55.9143556Z [00:03:45.330]➜   ./lib
2025-08-20T19:17:55.9143920Z [00:03:45.330]➜   src
2025-08-20T19:17:55.9144382Z [00:03:45.330]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.9144918Z [00:03:45.330]➜   /usr/local/include
2025-08-20T19:17:55.9145423Z [00:03:45.330]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.9145929Z [00:03:45.330]➜   /usr/include
2025-08-20T19:17:55.9146378Z [00:03:45.330]➜  End of search list.
2025-08-20T19:17:55.9146937Z [00:03:45.332]➜    CC       lib/libcoreutils_a-physmem.o
2025-08-20T19:17:55.9209883Z [00:03:45.343]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.9226170Z [00:03:45.343]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.9226777Z [00:03:45.343]➜  Thread model: posix
2025-08-20T19:17:55.9227521Z [00:03:45.343]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.9228353Z [00:03:45.343]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.9229339Z [00:03:45.343]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.9253301Z [00:03:45.343]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.9253924Z [00:03:45.343]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.9254466Z [00:03:45.343]➜   (in-process)
2025-08-20T19:17:55.9266777Z [00:03:45.343]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-parse-datetime.o -x c lib/parse-datetime.c
2025-08-20T19:17:55.9281504Z [00:03:45.344]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.9282871Z [00:03:45.344]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.9283965Z [00:03:45.345]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.9284688Z [00:03:45.345]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.9285364Z [00:03:45.345]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.9286070Z [00:03:45.345]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.9286748Z [00:03:45.345]➜  #include "..." search starts here:
2025-08-20T19:17:55.9287595Z [00:03:45.345]➜  #include <...> search starts here:
2025-08-20T19:17:55.9288183Z [00:03:45.345]➜   .
2025-08-20T19:17:55.9288585Z [00:03:45.345]➜   ./lib
2025-08-20T19:17:55.9288997Z [00:03:45.345]➜   src
2025-08-20T19:17:55.9289555Z [00:03:45.345]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.9290480Z [00:03:45.345]➜   /usr/local/include
2025-08-20T19:17:55.9291075Z [00:03:45.345]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.9291684Z [00:03:45.345]➜   /usr/include
2025-08-20T19:17:55.9292206Z [00:03:45.345]➜  End of search list.
2025-08-20T19:17:55.9292859Z [00:03:45.349]➜    CC       lib/libcoreutils_a-pipe2.o
2025-08-20T19:17:55.9528976Z [00:03:45.374]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.9530899Z [00:03:45.375]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.9534003Z [00:03:45.375]➜  Thread model: posix
2025-08-20T19:17:55.9537932Z [00:03:45.375]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.9539884Z [00:03:45.375]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.9541610Z [00:03:45.375]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.9542750Z [00:03:45.375]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.9543460Z [00:03:45.375]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.9544541Z [00:03:45.376]➜   (in-process)
2025-08-20T19:17:55.9572455Z [00:03:45.378]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-physmem.o -x c lib/physmem.c
2025-08-20T19:17:55.9598385Z [00:03:45.378]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.9600073Z [00:03:45.378]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.9601496Z [00:03:45.379]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.9602421Z [00:03:45.379]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.9603354Z [00:03:45.379]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.9603985Z [00:03:45.380]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.9604566Z [00:03:45.380]➜  #include "..." search starts here:
2025-08-20T19:17:55.9605129Z [00:03:45.380]➜  #include <...> search starts here:
2025-08-20T19:17:55.9605605Z [00:03:45.380]➜   .
2025-08-20T19:17:55.9605953Z [00:03:45.380]➜   ./lib
2025-08-20T19:17:55.9606316Z [00:03:45.380]➜   src
2025-08-20T19:17:55.9606775Z [00:03:45.380]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.9607507Z [00:03:45.380]➜   /usr/local/include
2025-08-20T19:17:55.9608132Z [00:03:45.380]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.9608715Z [00:03:45.380]➜   /usr/include
2025-08-20T19:17:55.9609247Z [00:03:45.380]➜  End of search list.
2025-08-20T19:17:55.9650475Z [00:03:45.387]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:55.9651381Z [00:03:45.387]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:55.9651945Z [00:03:45.387]➜  Thread model: posix
2025-08-20T19:17:55.9652551Z [00:03:45.387]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:55.9653380Z [00:03:45.387]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.9654289Z [00:03:45.387]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:55.9655006Z [00:03:45.387]➜  Candidate multilib: .;@m64
2025-08-20T19:17:55.9655588Z [00:03:45.387]➜  Selected multilib: .;@m64
2025-08-20T19:17:55.9678880Z [00:03:45.389]➜   (in-process)
2025-08-20T19:17:55.9691985Z [00:03:45.389]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-pipe2.o -x c lib/pipe2.c
2025-08-20T19:17:55.9703552Z [00:03:45.389]➜    CC       lib/libcoreutils_a-posix_memalign.o
2025-08-20T19:17:55.9704426Z [00:03:45.391]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:55.9705546Z [00:03:45.391]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:55.9706459Z [00:03:45.391]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:55.9707075Z [00:03:45.391]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:55.9707862Z [00:03:45.391]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:55.9708449Z [00:03:45.391]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:55.9709029Z [00:03:45.391]➜  #include "..." search starts here:
2025-08-20T19:17:55.9709621Z [00:03:45.391]➜  #include <...> search starts here:
2025-08-20T19:17:55.9710104Z [00:03:45.391]➜   .
2025-08-20T19:17:55.9710470Z [00:03:45.391]➜   ./lib
2025-08-20T19:17:55.9710845Z [00:03:45.391]➜   src
2025-08-20T19:17:55.9711305Z [00:03:45.391]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:55.9711841Z [00:03:45.391]➜   /usr/local/include
2025-08-20T19:17:55.9712348Z [00:03:45.391]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:55.9712843Z [00:03:45.391]➜   /usr/include
2025-08-20T19:17:55.9713280Z [00:03:45.391]➜  End of search list.
2025-08-20T19:17:55.9853489Z [00:03:45.407]➜    CC       lib/libcoreutils_a-posixtm.o
2025-08-20T19:17:56.0081740Z [00:03:45.430]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.0082562Z [00:03:45.430]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.0084079Z [00:03:45.430]➜  Thread model: posix
2025-08-20T19:17:56.0085424Z [00:03:45.430]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.0086880Z [00:03:45.430]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.0088338Z [00:03:45.430]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.0089042Z [00:03:45.430]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.0089578Z [00:03:45.430]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.0092100Z [00:03:45.431]➜   (in-process)
2025-08-20T19:17:56.0103256Z [00:03:45.431]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-posixtm.o -x c lib/posixtm.c
2025-08-20T19:17:56.0117107Z [00:03:45.433]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.0118836Z [00:03:45.433]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.0119880Z [00:03:45.433]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.0120528Z [00:03:45.433]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.0121159Z [00:03:45.433]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.0121785Z [00:03:45.433]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.0122387Z [00:03:45.433]➜  #include "..." search starts here:
2025-08-20T19:17:56.0122996Z [00:03:45.433]➜  #include <...> search starts here:
2025-08-20T19:17:56.0123502Z [00:03:45.433]➜   .
2025-08-20T19:17:56.0123874Z [00:03:45.433]➜   ./lib
2025-08-20T19:17:56.0124257Z [00:03:45.433]➜   src
2025-08-20T19:17:56.0124743Z [00:03:45.433]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.0125300Z [00:03:45.433]➜   /usr/local/include
2025-08-20T19:17:56.0126098Z [00:03:45.433]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.0126634Z [00:03:45.433]➜   /usr/include
2025-08-20T19:17:56.0127128Z [00:03:45.433]➜  End of search list.
2025-08-20T19:17:56.0131912Z [00:03:45.435]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.0132509Z [00:03:45.435]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.0134529Z [00:03:45.435]➜  Thread model: posix
2025-08-20T19:17:56.0135517Z [00:03:45.435]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.0136610Z [00:03:45.435]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.0137661Z [00:03:45.435]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.0138567Z [00:03:45.435]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.0139484Z [00:03:45.435]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.0140228Z [00:03:45.435]➜   (in-process)
2025-08-20T19:17:56.0152452Z [00:03:45.435]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-posix_memalign.o -x c lib/posix_memalign.c
2025-08-20T19:17:56.0178644Z [00:03:45.440]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.0181558Z [00:03:45.440]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.0182687Z [00:03:45.440]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.0183307Z [00:03:45.440]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.0183921Z [00:03:45.440]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.0184619Z [00:03:45.440]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.0185324Z [00:03:45.440]➜  #include "..." search starts here:
2025-08-20T19:17:56.0186100Z [00:03:45.440]➜  #include <...> search starts here:
2025-08-20T19:17:56.0186672Z [00:03:45.440]➜   .
2025-08-20T19:17:56.0187089Z [00:03:45.440]➜   ./lib
2025-08-20T19:17:56.0187762Z [00:03:45.440]➜   src
2025-08-20T19:17:56.0188344Z [00:03:45.440]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.0188952Z [00:03:45.440]➜   /usr/local/include
2025-08-20T19:17:56.0189540Z [00:03:45.440]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.0190125Z [00:03:45.440]➜   /usr/include
2025-08-20T19:17:56.0190641Z [00:03:45.440]➜  End of search list.
2025-08-20T19:17:56.0448637Z [00:03:45.467]➜    CC       lib/libcoreutils_a-posixver.o
2025-08-20T19:17:56.0697827Z [00:03:45.491]➜    CC       lib/libcoreutils_a-printf-frexp.o
2025-08-20T19:17:56.0734638Z [00:03:45.495]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.0738174Z [00:03:45.496]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.0742126Z [00:03:45.496]➜  Thread model: posix
2025-08-20T19:17:56.0745640Z [00:03:45.496]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.0749783Z [00:03:45.497]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.0750749Z [00:03:45.497]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.0751580Z [00:03:45.497]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.0752142Z [00:03:45.497]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.0756987Z [00:03:45.497]➜   (in-process)
2025-08-20T19:17:56.0783553Z [00:03:45.499]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-posixver.o -x c lib/posixver.c
2025-08-20T19:17:56.0798024Z [00:03:45.499]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.0799443Z [00:03:45.499]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.0800587Z [00:03:45.500]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.0801328Z [00:03:45.500]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.0802025Z [00:03:45.501]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.0802739Z [00:03:45.501]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.0839183Z [00:03:45.504]➜  #include "..." search starts here:
2025-08-20T19:17:56.0846179Z [00:03:45.504]➜  #include <...> search starts here:
2025-08-20T19:17:56.0846793Z [00:03:45.504]➜   .
2025-08-20T19:17:56.0847380Z [00:03:45.504]➜   ./lib
2025-08-20T19:17:56.0847789Z [00:03:45.504]➜   src
2025-08-20T19:17:56.0848278Z [00:03:45.504]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.0848809Z [00:03:45.504]➜   /usr/local/include
2025-08-20T19:17:56.0849321Z [00:03:45.504]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.0849825Z [00:03:45.504]➜   /usr/include
2025-08-20T19:17:56.0850267Z [00:03:45.504]➜  End of search list.
2025-08-20T19:17:56.0850854Z [00:03:45.506]➜    CC       lib/libcoreutils_a-printf-frexpl.o
2025-08-20T19:17:56.0938272Z [00:03:45.515]➜    CC       lib/libcoreutils_a-priv-set.o
2025-08-20T19:17:56.1021338Z [00:03:45.524]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.1024734Z [00:03:45.524]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.1025342Z [00:03:45.524]➜  Thread model: posix
2025-08-20T19:17:56.1026358Z [00:03:45.524]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.1028753Z [00:03:45.524]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.1030030Z [00:03:45.524]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.1031104Z [00:03:45.524]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.1032528Z [00:03:45.524]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.1042431Z [00:03:45.526]➜   (in-process)
2025-08-20T19:17:56.1067517Z [00:03:45.526]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-printf-frexp.o -x c lib/printf-frexp.c
2025-08-20T19:17:56.1088542Z [00:03:45.527]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.1090000Z [00:03:45.530]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.1091225Z [00:03:45.530]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.1092058Z [00:03:45.530]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.1092807Z [00:03:45.530]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.1093524Z [00:03:45.530]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.1094213Z [00:03:45.530]➜  #include "..." search starts here:
2025-08-20T19:17:56.1094886Z [00:03:45.530]➜  #include <...> search starts here:
2025-08-20T19:17:56.1095475Z [00:03:45.530]➜   .
2025-08-20T19:17:56.1095921Z [00:03:45.530]➜   ./lib
2025-08-20T19:17:56.1096397Z [00:03:45.530]➜   src
2025-08-20T19:17:56.1096990Z [00:03:45.530]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.1097877Z [00:03:45.530]➜   /usr/local/include
2025-08-20T19:17:56.1098538Z [00:03:45.530]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.1099202Z [00:03:45.530]➜   /usr/include
2025-08-20T19:17:56.1099758Z [00:03:45.530]➜  End of search list.
2025-08-20T19:17:56.1259739Z [00:03:45.547]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.1262794Z [00:03:45.547]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.1265425Z [00:03:45.547]➜  Thread model: posix
2025-08-20T19:17:56.1268659Z [00:03:45.547]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.1272059Z [00:03:45.548]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.1277906Z [00:03:45.548]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.1278630Z [00:03:45.548]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.1279192Z [00:03:45.548]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.1280005Z [00:03:45.548]➜   (in-process)
2025-08-20T19:17:56.1314883Z [00:03:45.548]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-printf-frexpl.o -x c lib/printf-frexpl.c
2025-08-20T19:17:56.1326041Z [00:03:45.549]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.1327564Z [00:03:45.550]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.1328562Z [00:03:45.550]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.1329246Z [00:03:45.550]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.1330155Z [00:03:45.550]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.1330801Z [00:03:45.550]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.1331411Z [00:03:45.550]➜  #include "..." search starts here:
2025-08-20T19:17:56.1332004Z [00:03:45.550]➜  #include <...> search starts here:
2025-08-20T19:17:56.1332516Z [00:03:45.550]➜   .
2025-08-20T19:17:56.1332887Z [00:03:45.550]➜   ./lib
2025-08-20T19:17:56.1333280Z [00:03:45.550]➜   src
2025-08-20T19:17:56.1333769Z [00:03:45.550]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.1334328Z [00:03:45.550]➜   /usr/local/include
2025-08-20T19:17:56.1334855Z [00:03:45.550]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.1335367Z [00:03:45.550]➜   /usr/include
2025-08-20T19:17:56.1335807Z [00:03:45.550]➜  End of search list.
2025-08-20T19:17:56.1390865Z [00:03:45.561]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.1394821Z [00:03:45.561]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.1397461Z [00:03:45.561]➜  Thread model: posix
2025-08-20T19:17:56.1400800Z [00:03:45.562]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.1404527Z [00:03:45.562]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.1407693Z [00:03:45.562]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.1414495Z [00:03:45.563]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.1422616Z [00:03:45.564]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.1429833Z [00:03:45.565]➜   (in-process)
2025-08-20T19:17:56.1462935Z [00:03:45.567]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-priv-set.o -x c lib/priv-set.c
2025-08-20T19:17:56.1498225Z [00:03:45.568]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.1499387Z [00:03:45.569]➜    CC       lib/libcoreutils_a-progname.o
2025-08-20T19:17:56.1500699Z [00:03:45.570]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.1501880Z [00:03:45.570]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.1511844Z [00:03:45.573]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.1512781Z [00:03:45.573]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.1513641Z [00:03:45.573]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.1514380Z [00:03:45.573]➜  #include "..." search starts here:
2025-08-20T19:17:56.1515131Z [00:03:45.573]➜  #include <...> search starts here:
2025-08-20T19:17:56.1516017Z [00:03:45.573]➜   .
2025-08-20T19:17:56.1516556Z [00:03:45.573]➜   ./lib
2025-08-20T19:17:56.1517082Z [00:03:45.573]➜   src
2025-08-20T19:17:56.1517946Z [00:03:45.573]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.1518608Z [00:03:45.573]➜   /usr/local/include
2025-08-20T19:17:56.1519235Z [00:03:45.573]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.1519938Z [00:03:45.573]➜   /usr/include
2025-08-20T19:17:56.1520595Z [00:03:45.573]➜  End of search list.
2025-08-20T19:17:56.1710399Z [00:03:45.593]➜    CC       lib/libcoreutils_a-propername-lite.o
2025-08-20T19:17:56.1924205Z [00:03:45.614]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.1927430Z [00:03:45.614]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.1929665Z [00:03:45.614]➜  Thread model: posix
2025-08-20T19:17:56.1932464Z [00:03:45.614]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.1935225Z [00:03:45.614]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.1939621Z [00:03:45.614]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.1940356Z [00:03:45.614]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.1945132Z [00:03:45.614]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.1945660Z [00:03:45.614]➜   (in-process)
2025-08-20T19:17:56.1959929Z [00:03:45.615]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-propername-lite.o -x c lib/propername-lite.c
2025-08-20T19:17:56.1973217Z [00:03:45.617]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.1974481Z [00:03:45.617]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.1975461Z [00:03:45.617]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.1976102Z [00:03:45.617]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.1976715Z [00:03:45.617]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.1977586Z [00:03:45.617]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.1978208Z [00:03:45.617]➜  #include "..." search starts here:
2025-08-20T19:17:56.1978946Z [00:03:45.617]➜  #include <...> search starts here:
2025-08-20T19:17:56.1979452Z [00:03:45.617]➜   .
2025-08-20T19:17:56.1979824Z [00:03:45.617]➜   ./lib
2025-08-20T19:17:56.1980195Z [00:03:45.617]➜   src
2025-08-20T19:17:56.1980678Z [00:03:45.617]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.1981308Z [00:03:45.617]➜   /usr/local/include
2025-08-20T19:17:56.1982127Z [00:03:45.617]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.1982701Z [00:03:45.617]➜   /usr/include
2025-08-20T19:17:56.1983183Z [00:03:45.617]➜  End of search list.
2025-08-20T19:17:56.1983732Z [00:03:45.618]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.1984307Z [00:03:45.618]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.1984823Z [00:03:45.618]➜  Thread model: posix
2025-08-20T19:17:56.1985393Z [00:03:45.618]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.1986202Z [00:03:45.618]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.1987132Z [00:03:45.618]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.1988004Z [00:03:45.618]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.1988563Z [00:03:45.618]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.1989110Z [00:03:45.618]➜   (in-process)
2025-08-20T19:17:56.2042150Z [00:03:45.619]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-progname.o -x c lib/progname.c
2025-08-20T19:17:56.2053313Z [00:03:45.620]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.2054666Z [00:03:45.620]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.2057320Z [00:03:45.621]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.2058099Z [00:03:45.621]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.2058836Z [00:03:45.621]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.2059573Z [00:03:45.621]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.2060276Z [00:03:45.621]➜  #include "..." search starts here:
2025-08-20T19:17:56.2060956Z [00:03:45.621]➜  #include <...> search starts here:
2025-08-20T19:17:56.2061535Z [00:03:45.621]➜   .
2025-08-20T19:17:56.2061966Z [00:03:45.621]➜   ./lib
2025-08-20T19:17:56.2062409Z [00:03:45.621]➜   src
2025-08-20T19:17:56.2062949Z [00:03:45.621]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.2063568Z [00:03:45.621]➜   /usr/local/include
2025-08-20T19:17:56.2064167Z [00:03:45.621]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.2064761Z [00:03:45.621]➜   /usr/include
2025-08-20T19:17:56.2065291Z [00:03:45.621]➜  End of search list.
2025-08-20T19:17:56.2065964Z [00:03:45.627]➜    CC       lib/libcoreutils_a-qcopy-acl.o
2025-08-20T19:17:56.2109596Z [00:03:45.633]➜    CC       lib/libcoreutils_a-qset-acl.o
2025-08-20T19:17:56.2446411Z [00:03:45.666]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.2451735Z [00:03:45.666]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.2452394Z [00:03:45.667]➜  Thread model: posix
2025-08-20T19:17:56.2455100Z [00:03:45.667]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.2480053Z [00:03:45.670]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.2481708Z [00:03:45.670]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.2483970Z [00:03:45.670]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.2484973Z [00:03:45.670]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.2489655Z [00:03:45.671]➜    CC       lib/libcoreutils_a-quotearg.o
2025-08-20T19:17:56.2495685Z [00:03:45.671]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.2497489Z [00:03:45.671]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.2498042Z [00:03:45.671]➜  Thread model: posix
2025-08-20T19:17:56.2498640Z [00:03:45.671]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.2503910Z [00:03:45.671]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.2504793Z [00:03:45.671]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.2505459Z [00:03:45.671]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.2505993Z [00:03:45.671]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.2506485Z [00:03:45.672]➜   (in-process)
2025-08-20T19:17:56.2506875Z [00:03:45.672]➜   (in-process)
2025-08-20T19:17:56.2518649Z [00:03:45.672]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-qcopy-acl.o -x c lib/qcopy-acl.c
2025-08-20T19:17:56.2541772Z [00:03:45.674]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-qset-acl.o -x c lib/qset-acl.c
2025-08-20T19:17:56.2554489Z [00:03:45.674]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.2555756Z [00:03:45.674]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.2556810Z [00:03:45.674]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.2557710Z [00:03:45.674]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.2558392Z [00:03:45.674]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.2559059Z [00:03:45.674]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.2565308Z [00:03:45.674]➜  #include "..." search starts here:
2025-08-20T19:17:56.2566017Z [00:03:45.674]➜  #include <...> search starts here:
2025-08-20T19:17:56.2566522Z [00:03:45.674]➜   .
2025-08-20T19:17:56.2566879Z [00:03:45.674]➜   ./lib
2025-08-20T19:17:56.2567421Z [00:03:45.674]➜   src
2025-08-20T19:17:56.2567883Z [00:03:45.674]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.2568423Z [00:03:45.674]➜   /usr/local/include
2025-08-20T19:17:56.2568950Z [00:03:45.674]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.2569467Z [00:03:45.674]➜   /usr/include
2025-08-20T19:17:56.2570174Z [00:03:45.674]➜  End of search list.
2025-08-20T19:17:56.2571011Z [00:03:45.674]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.2572276Z [00:03:45.674]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.2573259Z [00:03:45.675]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.2573920Z [00:03:45.675]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.2574561Z [00:03:45.675]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.2575190Z [00:03:45.676]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.2575809Z [00:03:45.676]➜  #include "..." search starts here:
2025-08-20T19:17:56.2576394Z [00:03:45.676]➜  #include <...> search starts here:
2025-08-20T19:17:56.2576892Z [00:03:45.676]➜   .
2025-08-20T19:17:56.2577449Z [00:03:45.678]➜   ./lib
2025-08-20T19:17:56.2577838Z [00:03:45.678]➜   src
2025-08-20T19:17:56.2578318Z [00:03:45.678]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.2578914Z [00:03:45.678]➜   /usr/local/include
2025-08-20T19:17:56.2579475Z [00:03:45.678]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.2580002Z [00:03:45.678]➜   /usr/include
2025-08-20T19:17:56.2580469Z [00:03:45.678]➜  End of search list.
2025-08-20T19:17:56.2673827Z [00:03:45.689]➜    CC       lib/libcoreutils_a-randint.o
2025-08-20T19:17:56.2823819Z [00:03:45.704]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.2844412Z [00:03:45.704]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.2845035Z [00:03:45.704]➜  Thread model: posix
2025-08-20T19:17:56.2845665Z [00:03:45.704]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.2846523Z [00:03:45.704]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.2851273Z [00:03:45.704]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.2852065Z [00:03:45.704]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.2852632Z [00:03:45.704]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.2859858Z [00:03:45.708]➜   (in-process)
2025-08-20T19:17:56.2876527Z [00:03:45.708]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-quotearg.o -x c lib/quotearg.c
2025-08-20T19:17:56.2897798Z [00:03:45.711]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.2906082Z [00:03:45.712]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.2908671Z [00:03:45.712]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.2909634Z [00:03:45.712]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.2910282Z [00:03:45.712]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.2910895Z [00:03:45.712]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.2911519Z [00:03:45.712]➜  #include "..." search starts here:
2025-08-20T19:17:56.2912125Z [00:03:45.712]➜  #include <...> search starts here:
2025-08-20T19:17:56.2912627Z [00:03:45.712]➜   .
2025-08-20T19:17:56.2913007Z [00:03:45.712]➜   ./lib
2025-08-20T19:17:56.2913393Z [00:03:45.712]➜   src
2025-08-20T19:17:56.2913877Z [00:03:45.712]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.2914463Z [00:03:45.712]➜   /usr/local/include
2025-08-20T19:17:56.2915002Z [00:03:45.712]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.2915518Z [00:03:45.712]➜   /usr/include
2025-08-20T19:17:56.2916039Z [00:03:45.712]➜  End of search list.
2025-08-20T19:17:56.3134168Z [00:03:45.735]➜    CC       lib/libcoreutils_a-randperm.o
2025-08-20T19:17:56.3163825Z [00:03:45.738]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.3170956Z [00:03:45.738]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.3171633Z [00:03:45.738]➜  Thread model: posix
2025-08-20T19:17:56.3172285Z [00:03:45.738]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.3173181Z [00:03:45.738]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.3174230Z [00:03:45.738]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.3175041Z [00:03:45.738]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.3175684Z [00:03:45.738]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.3179390Z [00:03:45.739]➜    CC       lib/libcoreutils_a-randread.o
2025-08-20T19:17:56.3181646Z [00:03:45.740]➜   (in-process)
2025-08-20T19:17:56.3198596Z [00:03:45.740]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-randint.o -x c lib/randint.c
2025-08-20T19:17:56.3243573Z [00:03:45.743]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.3244942Z [00:03:45.744]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.3245988Z [00:03:45.744]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.3246624Z [00:03:45.744]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.3247439Z [00:03:45.744]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.3248057Z [00:03:45.744]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.3248959Z [00:03:45.744]➜  #include "..." search starts here:
2025-08-20T19:17:56.3249564Z [00:03:45.744]➜  #include <...> search starts here:
2025-08-20T19:17:56.3250088Z [00:03:45.744]➜   .
2025-08-20T19:17:56.3250475Z [00:03:45.744]➜   ./lib
2025-08-20T19:17:56.3250879Z [00:03:45.744]➜   src
2025-08-20T19:17:56.3251383Z [00:03:45.744]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.3251953Z [00:03:45.744]➜   /usr/local/include
2025-08-20T19:17:56.3252507Z [00:03:45.744]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.3253032Z [00:03:45.744]➜   /usr/include
2025-08-20T19:17:56.3253477Z [00:03:45.744]➜  End of search list.
2025-08-20T19:17:56.3350230Z [00:03:45.756]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.3360357Z [00:03:45.757]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.3361007Z [00:03:45.757]➜  Thread model: posix
2025-08-20T19:17:56.3361656Z [00:03:45.757]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.3362561Z [00:03:45.757]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.3363569Z [00:03:45.757]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.3365024Z [00:03:45.758]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.3366293Z [00:03:45.758]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.3367481Z [00:03:45.758]➜   (in-process)
2025-08-20T19:17:56.3383568Z [00:03:45.758]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-randperm.o -x c lib/randperm.c
2025-08-20T19:17:56.3393630Z [00:03:45.758]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.3394952Z [00:03:45.759]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.3397789Z [00:03:45.759]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.3398485Z [00:03:45.759]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.3399156Z [00:03:45.759]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.3401003Z [00:03:45.759]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.3401603Z [00:03:45.759]➜  #include "..." search starts here:
2025-08-20T19:17:56.3402234Z [00:03:45.759]➜  #include <...> search starts here:
2025-08-20T19:17:56.3402755Z [00:03:45.759]➜   .
2025-08-20T19:17:56.3403148Z [00:03:45.759]➜   ./lib
2025-08-20T19:17:56.3404773Z [00:03:45.759]➜   src
2025-08-20T19:17:56.3405275Z [00:03:45.759]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.3406163Z [00:03:45.759]➜   /usr/local/include
2025-08-20T19:17:56.3406760Z [00:03:45.759]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.3408657Z [00:03:45.759]➜   /usr/include
2025-08-20T19:17:56.3409168Z [00:03:45.759]➜  End of search list.
2025-08-20T19:17:56.3409760Z [00:03:45.761]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.3410320Z [00:03:45.762]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.3410823Z [00:03:45.762]➜  Thread model: posix
2025-08-20T19:17:56.3412885Z [00:03:45.762]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.3413687Z [00:03:45.763]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.3416127Z [00:03:45.763]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.3418553Z [00:03:45.763]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.3419108Z [00:03:45.763]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.3424081Z [00:03:45.764]➜   (in-process)
2025-08-20T19:17:56.3454251Z [00:03:45.766]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-randread.o -x c lib/randread.c
2025-08-20T19:17:56.3479946Z [00:03:45.766]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.3481192Z [00:03:45.766]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.3482163Z [00:03:45.766]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.3482802Z [00:03:45.766]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.3483468Z [00:03:45.766]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.3484122Z [00:03:45.766]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.3484745Z [00:03:45.766]➜  #include "..." search starts here:
2025-08-20T19:17:56.3485336Z [00:03:45.766]➜  #include <...> search starts here:
2025-08-20T19:17:56.3485821Z [00:03:45.766]➜   .
2025-08-20T19:17:56.3486173Z [00:03:45.766]➜   ./lib
2025-08-20T19:17:56.3486556Z [00:03:45.766]➜   src
2025-08-20T19:17:56.3487031Z [00:03:45.766]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.3487770Z [00:03:45.766]➜   /usr/local/include
2025-08-20T19:17:56.3488289Z [00:03:45.766]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.3488788Z [00:03:45.766]➜   /usr/include
2025-08-20T19:17:56.3489232Z [00:03:45.766]➜  End of search list.
2025-08-20T19:17:56.3820663Z [00:03:45.804]➜    CC       lib/libcoreutils_a-rand-isaac.o
2025-08-20T19:17:56.4199442Z [00:03:45.841]➜    CC       lib/libcoreutils_a-read-file.o
2025-08-20T19:17:56.4314418Z [00:03:45.853]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.4343280Z [00:03:45.853]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.4343883Z [00:03:45.853]➜  Thread model: posix
2025-08-20T19:17:56.4344457Z [00:03:45.853]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.4345252Z [00:03:45.853]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.4346159Z [00:03:45.853]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.4346869Z [00:03:45.853]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.4347567Z [00:03:45.853]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.4348076Z [00:03:45.854]➜   (in-process)
2025-08-20T19:17:56.4361200Z [00:03:45.854]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-rand-isaac.o -x c lib/rand-isaac.c
2025-08-20T19:17:56.4371985Z [00:03:45.855]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.4373245Z [00:03:45.857]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.4374238Z [00:03:45.857]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.4374873Z [00:03:45.857]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.4375508Z [00:03:45.857]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.4376131Z [00:03:45.857]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.4376735Z [00:03:45.857]➜  #include "..." search starts here:
2025-08-20T19:17:56.4377550Z [00:03:45.857]➜  #include <...> search starts here:
2025-08-20T19:17:56.4378078Z [00:03:45.857]➜   .
2025-08-20T19:17:56.4378467Z [00:03:45.857]➜   ./lib
2025-08-20T19:17:56.4378872Z [00:03:45.857]➜   src
2025-08-20T19:17:56.4379371Z [00:03:45.857]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.4379952Z [00:03:45.857]➜   /usr/local/include
2025-08-20T19:17:56.4380515Z [00:03:45.857]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.4381044Z [00:03:45.857]➜   /usr/include
2025-08-20T19:17:56.4381492Z [00:03:45.857]➜  End of search list.
2025-08-20T19:17:56.4448913Z [00:03:45.867]➜    CC       lib/libcoreutils_a-readtokens.o
2025-08-20T19:17:56.4480009Z [00:03:45.870]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.4481935Z [00:03:45.870]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.4482492Z [00:03:45.870]➜  Thread model: posix
2025-08-20T19:17:56.4483092Z [00:03:45.870]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.4485822Z [00:03:45.870]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.4486917Z [00:03:45.870]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.4487933Z [00:03:45.870]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.4488557Z [00:03:45.870]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.4489089Z [00:03:45.870]➜   (in-process)
2025-08-20T19:17:56.4500716Z [00:03:45.870]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-read-file.o -x c lib/read-file.c
2025-08-20T19:17:56.4512777Z [00:03:45.870]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.4514428Z [00:03:45.871]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.4515572Z [00:03:45.871]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.4516311Z [00:03:45.871]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.4517025Z [00:03:45.871]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.4518048Z [00:03:45.871]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.4518733Z [00:03:45.871]➜  #include "..." search starts here:
2025-08-20T19:17:56.4519388Z [00:03:45.871]➜  #include <...> search starts here:
2025-08-20T19:17:56.4519936Z [00:03:45.871]➜   .
2025-08-20T19:17:56.4520368Z [00:03:45.871]➜   ./lib
2025-08-20T19:17:56.4520815Z [00:03:45.871]➜   src
2025-08-20T19:17:56.4521354Z [00:03:45.871]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.4522001Z [00:03:45.871]➜   /usr/local/include
2025-08-20T19:17:56.4522590Z [00:03:45.871]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.4523193Z [00:03:45.871]➜   /usr/include
2025-08-20T19:17:56.4523710Z [00:03:45.871]➜  End of search list.
2025-08-20T19:17:56.4634284Z [00:03:45.885]➜    CC       lib/libcoreutils_a-readtokens0.o
2025-08-20T19:17:56.4861296Z [00:03:45.908]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.4864565Z [00:03:45.908]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.4868007Z [00:03:45.908]➜  Thread model: posix
2025-08-20T19:17:56.4871045Z [00:03:45.909]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.4874866Z [00:03:45.909]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.4880417Z [00:03:45.910]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.4884202Z [00:03:45.910]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.4884787Z [00:03:45.910]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.4890431Z [00:03:45.911]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.4891642Z [00:03:45.911]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.4893485Z [00:03:45.911]➜  Thread model: posix
2025-08-20T19:17:56.4894089Z [00:03:45.911]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.4894970Z [00:03:45.911]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.4895947Z [00:03:45.911]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.4896722Z [00:03:45.911]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.4897512Z [00:03:45.911]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.4898078Z [00:03:45.911]➜   (in-process)
2025-08-20T19:17:56.4928151Z [00:03:45.913]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-readtokens0.o -x c lib/readtokens0.c
2025-08-20T19:17:56.4939412Z [00:03:45.913]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.4940862Z [00:03:45.913]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.4942097Z [00:03:45.913]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.4942934Z [00:03:45.913]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.4943766Z [00:03:45.913]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.4944584Z [00:03:45.913]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.4945348Z [00:03:45.913]➜  #include "..." search starts here:
2025-08-20T19:17:56.4946100Z [00:03:45.913]➜  #include <...> search starts here:
2025-08-20T19:17:56.4946796Z [00:03:45.913]➜   .
2025-08-20T19:17:56.4950480Z [00:03:45.913]➜   ./lib
2025-08-20T19:17:56.4951018Z [00:03:45.913]➜   src
2025-08-20T19:17:56.4951582Z [00:03:45.913]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.4952367Z [00:03:45.913]➜   /usr/local/include
2025-08-20T19:17:56.4954605Z [00:03:45.913]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.4956325Z [00:03:45.913]➜   /usr/include
2025-08-20T19:17:56.4956828Z [00:03:45.913]➜  End of search list.
2025-08-20T19:17:56.4957513Z [00:03:45.913]➜   (in-process)
2025-08-20T19:17:56.4969418Z [00:03:45.913]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-readtokens.o -x c lib/readtokens.c
2025-08-20T19:17:56.4980702Z [00:03:45.914]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.4982110Z [00:03:45.917]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.4983202Z [00:03:45.917]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.4983913Z [00:03:45.917]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.4984625Z [00:03:45.917]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.4985324Z [00:03:45.917]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.4986005Z [00:03:45.917]➜  #include "..." search starts here:
2025-08-20T19:17:56.4986679Z [00:03:45.917]➜  #include <...> search starts here:
2025-08-20T19:17:56.4987474Z [00:03:45.917]➜   .
2025-08-20T19:17:56.4987910Z [00:03:45.917]➜   ./lib
2025-08-20T19:17:56.4988632Z [00:03:45.917]➜   src
2025-08-20T19:17:56.4989219Z [00:03:45.917]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.4989835Z [00:03:45.917]➜   /usr/local/include
2025-08-20T19:17:56.4990426Z [00:03:45.917]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.4991000Z [00:03:45.917]➜   /usr/include
2025-08-20T19:17:56.4991507Z [00:03:45.917]➜  End of search list.
2025-08-20T19:17:56.5442318Z [00:03:45.966]➜    CC       lib/libcoreutils_a-readutmp.o
2025-08-20T19:17:56.5509591Z [00:03:45.973]➜    CC       lib/libcoreutils_a-realloc.o
2025-08-20T19:17:56.5680284Z [00:03:45.989]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.5694823Z [00:03:45.989]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.5695394Z [00:03:45.989]➜  Thread model: posix
2025-08-20T19:17:56.5695932Z [00:03:45.989]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.5696749Z [00:03:45.989]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.5697948Z [00:03:45.989]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.5698625Z [00:03:45.989]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.5699162Z [00:03:45.990]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.5699638Z [00:03:45.991]➜   (in-process)
2025-08-20T19:17:56.5715001Z [00:03:45.991]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-readutmp.o -x c lib/readutmp.c
2025-08-20T19:17:56.5726031Z [00:03:45.991]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.5727432Z [00:03:45.991]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.5728502Z [00:03:45.991]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.5729142Z [00:03:45.992]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.5729741Z [00:03:45.992]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.5730274Z [00:03:45.992]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.5730865Z [00:03:45.992]➜  #include "..." search starts here:
2025-08-20T19:17:56.5731431Z [00:03:45.992]➜  #include <...> search starts here:
2025-08-20T19:17:56.5731909Z [00:03:45.992]➜   .
2025-08-20T19:17:56.5732262Z [00:03:45.992]➜   ./lib
2025-08-20T19:17:56.5732627Z [00:03:45.992]➜   src
2025-08-20T19:17:56.5733086Z [00:03:45.992]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.5733634Z [00:03:45.992]➜   /usr/local/include
2025-08-20T19:17:56.5734375Z [00:03:45.992]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.5734877Z [00:03:45.992]➜   /usr/include
2025-08-20T19:17:56.5735314Z [00:03:45.992]➜  End of search list.
2025-08-20T19:17:56.5779312Z [00:03:45.999]➜    CC       lib/libcoreutils_a-reallocarray.o
2025-08-20T19:17:56.5858993Z [00:03:46.007]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.5863567Z [00:03:46.008]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.5869467Z [00:03:46.008]➜  Thread model: posix
2025-08-20T19:17:56.5872317Z [00:03:46.009]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.5876670Z [00:03:46.009]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.5909224Z [00:03:46.012]➜  Selected GCC installation:   CC       lib/libcoreutils_a-renameatu.o
2025-08-20T19:17:56.5911520Z [00:03:46.013]➜  /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.5920509Z [00:03:46.014]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.5930752Z [00:03:46.015]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.5931544Z [00:03:46.015]➜   (in-process)
2025-08-20T19:17:56.5960726Z [00:03:46.017]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-realloc.o -x c lib/realloc.c
2025-08-20T19:17:56.5971855Z [00:03:46.019]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.5973246Z [00:03:46.019]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.5974393Z [00:03:46.019]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.5975364Z [00:03:46.019]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.5988138Z [00:03:46.019]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.5988950Z [00:03:46.019]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.5989688Z [00:03:46.019]➜  #include "..." search starts here:
2025-08-20T19:17:56.5990408Z [00:03:46.019]➜  #include <...> search starts here:
2025-08-20T19:17:56.5991034Z [00:03:46.019]➜   .
2025-08-20T19:17:56.5991523Z [00:03:46.019]➜   ./lib
2025-08-20T19:17:56.5992018Z [00:03:46.019]➜   src
2025-08-20T19:17:56.5992607Z [00:03:46.019]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.5993263Z [00:03:46.019]➜   /usr/local/include
2025-08-20T19:17:56.5993876Z [00:03:46.019]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.5994502Z [00:03:46.019]➜   /usr/include
2025-08-20T19:17:56.5995071Z [00:03:46.019]➜  End of search list.
2025-08-20T19:17:56.6030940Z [00:03:46.025]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.6034968Z [00:03:46.025]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.6035514Z [00:03:46.025]➜  Thread model: posix
2025-08-20T19:17:56.6036089Z [00:03:46.025]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.6038254Z [00:03:46.025]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.6039292Z [00:03:46.025]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.6057131Z [00:03:46.025]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.6059087Z [00:03:46.025]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.6059721Z [00:03:46.027]➜    CC       lib/libcoreutils_a-root-dev-ino.o
2025-08-20T19:17:56.6078233Z [00:03:46.028]➜   (in-process)
2025-08-20T19:17:56.6092208Z [00:03:46.028]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-reallocarray.o -x c lib/reallocarray.c
2025-08-20T19:17:56.6108371Z [00:03:46.029]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.6109653Z [00:03:46.030]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.6110646Z [00:03:46.030]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.6111294Z [00:03:46.030]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.6111898Z [00:03:46.030]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.6112521Z [00:03:46.030]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.6121198Z [00:03:46.033]➜  #include "..." search starts here:
2025-08-20T19:17:56.6122095Z [00:03:46.033]➜  #include <...> search starts here:
2025-08-20T19:17:56.6122657Z [00:03:46.033]➜   .
2025-08-20T19:17:56.6123036Z [00:03:46.033]➜   ./lib
2025-08-20T19:17:56.6123427Z [00:03:46.033]➜   src
2025-08-20T19:17:56.6123935Z [00:03:46.033]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.6124506Z [00:03:46.033]➜   /usr/local/include
2025-08-20T19:17:56.6125039Z [00:03:46.033]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.6125569Z [00:03:46.033]➜   /usr/include
2025-08-20T19:17:56.6126030Z [00:03:46.033]➜  End of search list.
2025-08-20T19:17:56.6397904Z [00:03:46.061]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.6409007Z [00:03:46.061]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.6409547Z [00:03:46.061]➜  Thread model: posix
2025-08-20T19:17:56.6410145Z [00:03:46.061]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.6411012Z [00:03:46.061]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.6413105Z [00:03:46.061]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.6413876Z [00:03:46.061]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.6414442Z [00:03:46.061]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.6414973Z [00:03:46.062]➜   (in-process)
2025-08-20T19:17:56.6426671Z [00:03:46.062]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-renameatu.o -x c lib/renameatu.c
2025-08-20T19:17:56.6439102Z [00:03:46.063]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.6440380Z [00:03:46.064]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.6441385Z [00:03:46.064]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.6442033Z [00:03:46.064]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.6442667Z [00:03:46.064]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.6443305Z [00:03:46.064]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.6443986Z [00:03:46.064]➜  #include "..." search starts here:
2025-08-20T19:17:56.6444593Z [00:03:46.064]➜  #include <...> search starts here:
2025-08-20T19:17:56.6445103Z [00:03:46.064]➜   .
2025-08-20T19:17:56.6445481Z [00:03:46.064]➜   ./lib
2025-08-20T19:17:56.6445868Z [00:03:46.064]➜   src
2025-08-20T19:17:56.6446368Z [00:03:46.064]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.6446980Z [00:03:46.064]➜   /usr/local/include
2025-08-20T19:17:56.6447965Z [00:03:46.064]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.6448506Z [00:03:46.064]➜   /usr/include
2025-08-20T19:17:56.6448952Z [00:03:46.064]➜  End of search list.
2025-08-20T19:17:56.6449532Z [00:03:46.064]➜    CC       lib/libcoreutils_a-safe-read.o
2025-08-20T19:17:56.6532022Z [00:03:46.075]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.6533117Z [00:03:46.075]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.6533659Z [00:03:46.075]➜  Thread model: posix
2025-08-20T19:17:56.6534207Z [00:03:46.075]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.6534970Z [00:03:46.075]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.6535799Z [00:03:46.075]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.6536418Z [00:03:46.075]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.6553080Z [00:03:46.077]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.6559581Z [00:03:46.078]➜   (in-process)
2025-08-20T19:17:56.6576156Z [00:03:46.078]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:17:56.6617466Z [00:03:46.083]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.6626528Z [00:03:46.084]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.6627871Z [00:03:46.084]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.6628617Z [00:03:46.084]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.6629312Z [00:03:46.084]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.6629974Z [00:03:46.084]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.6648439Z [00:03:46.085]➜  #include "..." search starts here:
2025-08-20T19:17:56.6649628Z [00:03:46.085]➜  #include <...> search starts here:
2025-08-20T19:17:56.6650162Z [00:03:46.085]➜   .
2025-08-20T19:17:56.6650563Z [00:03:46.085]➜   ./lib
2025-08-20T19:17:56.6650971Z [00:03:46.085]➜   src
2025-08-20T19:17:56.6651801Z [00:03:46.085]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.6652433Z [00:03:46.085]➜   /usr/local/include
2025-08-20T19:17:56.6653017Z [00:03:46.085]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.6653583Z [00:03:46.085]➜   /usr/include
2025-08-20T19:17:56.6654091Z [00:03:46.085]➜  End of search list.
2025-08-20T19:17:56.6670320Z [00:03:46.089]➜    CC       lib/libcoreutils_a-safe-write.o
2025-08-20T19:17:56.6709055Z [00:03:46.093]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.6718878Z [00:03:46.093]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.6719632Z [00:03:46.093]➜  Thread model: posix
2025-08-20T19:17:56.6720398Z [00:03:46.093]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.6721382Z [00:03:46.093]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.6722592Z [00:03:46.093]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.6741195Z [00:03:46.096]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.6744461Z [00:03:46.096]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.6745045Z [00:03:46.096]➜   (in-process)
2025-08-20T19:17:56.6757055Z [00:03:46.096]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-safe-read.o -x c lib/safe-read.c
2025-08-20T19:17:56.6779731Z [00:03:46.096]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.6781065Z [00:03:46.096]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.6782170Z [00:03:46.096]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.6782909Z [00:03:46.096]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.6783606Z [00:03:46.096]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.6784307Z [00:03:46.096]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.6785014Z [00:03:46.096]➜  #include "..." search starts here:
2025-08-20T19:17:56.6785661Z [00:03:46.096]➜  #include <...> search starts here:
2025-08-20T19:17:56.6786246Z [00:03:46.096]➜   .
2025-08-20T19:17:56.6786684Z [00:03:46.096]➜   ./lib
2025-08-20T19:17:56.6787117Z [00:03:46.096]➜   src
2025-08-20T19:17:56.6787861Z [00:03:46.096]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.6788478Z [00:03:46.096]➜   /usr/local/include
2025-08-20T19:17:56.6789061Z [00:03:46.096]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.6789628Z [00:03:46.096]➜   /usr/include
2025-08-20T19:17:56.6790145Z [00:03:46.096]➜  End of search list.
2025-08-20T19:17:56.7214284Z [00:03:46.143]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.7214937Z [00:03:46.143]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.7215461Z [00:03:46.143]➜  Thread model: posix
2025-08-20T19:17:56.7216026Z [00:03:46.143]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.7217095Z [00:03:46.143]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.7218645Z [00:03:46.143]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.7220546Z [00:03:46.143]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.7222214Z [00:03:46.143]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.7226094Z [00:03:46.144]➜   (in-process)
2025-08-20T19:17:56.7272734Z [00:03:46.148]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-safe-write.o -x c lib/safe-write.c
2025-08-20T19:17:56.7288690Z [00:03:46.148]➜    CC       lib/libcoreutils_a-same.o
2025-08-20T19:17:56.7289623Z [00:03:46.149]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.7290944Z [00:03:46.149]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.7291941Z [00:03:46.149]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.7292593Z [00:03:46.149]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.7293226Z [00:03:46.149]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.7293855Z [00:03:46.149]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.7294464Z [00:03:46.149]➜  #include "..." search starts here:
2025-08-20T19:17:56.7295060Z [00:03:46.149]➜  #include <...> search starts here:
2025-08-20T19:17:56.7295566Z [00:03:46.149]➜   .
2025-08-20T19:17:56.7295930Z [00:03:46.149]➜   ./lib
2025-08-20T19:17:56.7296311Z [00:03:46.149]➜   src
2025-08-20T19:17:56.7296788Z [00:03:46.150]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.7297572Z [00:03:46.150]➜   /usr/local/include
2025-08-20T19:17:56.7298121Z [00:03:46.150]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.7298631Z [00:03:46.150]➜   /usr/include
2025-08-20T19:17:56.7299098Z [00:03:46.150]➜  End of search list.
2025-08-20T19:17:56.7379178Z [00:03:46.157]➜    CC       lib/libcoreutils_a-same-inode.o
2025-08-20T19:17:56.7485319Z [00:03:46.170]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.7493130Z [00:03:46.170]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.7493781Z [00:03:46.170]➜  Thread model: posix
2025-08-20T19:17:56.7494428Z [00:03:46.170]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.7495333Z [00:03:46.170]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.7496369Z [00:03:46.170]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.7501528Z [00:03:46.170]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.7502235Z [00:03:46.170]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.7502824Z [00:03:46.171]➜   (in-process)
2025-08-20T19:17:56.7517969Z [00:03:46.171]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-same.o -x c lib/same.c
2025-08-20T19:17:56.7528820Z [00:03:46.172]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.7530198Z [00:03:46.172]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.7531555Z [00:03:46.172]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.7532236Z [00:03:46.172]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.7532920Z [00:03:46.172]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.7533593Z [00:03:46.172]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.7534247Z [00:03:46.172]➜  #include "..." search starts here:
2025-08-20T19:17:56.7534914Z [00:03:46.173]➜  #include <...> search starts here:
2025-08-20T19:17:56.7535448Z [00:03:46.173]➜   .
2025-08-20T19:17:56.7535831Z [00:03:46.173]➜   ./lib
2025-08-20T19:17:56.7536236Z [00:03:46.173]➜   src
2025-08-20T19:17:56.7536720Z [00:03:46.173]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.7540331Z [00:03:46.173]➜   /usr/local/include
2025-08-20T19:17:56.7540983Z [00:03:46.173]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.7541565Z [00:03:46.173]➜   /usr/include
2025-08-20T19:17:56.7542000Z [00:03:46.173]➜  End of search list.
2025-08-20T19:17:56.7552109Z [00:03:46.177]➜    CC       lib/libcoreutils_a-save-cwd.o
2025-08-20T19:17:56.7605659Z [00:03:46.182]➜    CC       lib/libcoreutils_a-savedir.o
2025-08-20T19:17:56.7629162Z [00:03:46.185]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.7630189Z [00:03:46.185]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.7631498Z [00:03:46.185]➜  Thread model: posix
2025-08-20T19:17:56.7632026Z [00:03:46.185]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.7632782Z [00:03:46.185]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.7633701Z [00:03:46.185]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.7634394Z [00:03:46.185]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.7634931Z [00:03:46.185]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.7635616Z [00:03:46.185]➜   (in-process)
2025-08-20T19:17:56.7695105Z [00:03:46.190]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-same-inode.o -x c lib/same-inode.c
2025-08-20T19:17:56.7708969Z [00:03:46.190]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.7710379Z [00:03:46.190]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.7711412Z [00:03:46.190]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.7712078Z [00:03:46.190]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.7712698Z [00:03:46.190]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.7713580Z [00:03:46.190]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.7714192Z [00:03:46.190]➜  #include "..." search starts here:
2025-08-20T19:17:56.7714816Z [00:03:46.190]➜  #include <...> search starts here:
2025-08-20T19:17:56.7715341Z [00:03:46.190]➜   .
2025-08-20T19:17:56.7715707Z [00:03:46.190]➜   ./lib
2025-08-20T19:17:56.7716088Z [00:03:46.190]➜   src
2025-08-20T19:17:56.7716570Z [00:03:46.190]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.7717125Z [00:03:46.190]➜   /usr/local/include
2025-08-20T19:17:56.7717893Z [00:03:46.190]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.7718414Z [00:03:46.190]➜   /usr/include
2025-08-20T19:17:56.7718868Z [00:03:46.190]➜  End of search list.
2025-08-20T19:17:56.7734566Z [00:03:46.195]➜    CC       lib/libcoreutils_a-savewd.o
2025-08-20T19:17:56.7827013Z [00:03:46.204]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.7835366Z [00:03:46.204]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.7835898Z [00:03:46.204]➜  Thread model: posix
2025-08-20T19:17:56.7836487Z [00:03:46.204]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.7837456Z [00:03:46.204]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.7838358Z [00:03:46.204]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.7839051Z [00:03:46.204]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.7839580Z [00:03:46.204]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.7845155Z [00:03:46.206]➜   (in-process)
2025-08-20T19:17:56.7859788Z [00:03:46.206]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-save-cwd.o -x c lib/save-cwd.c
2025-08-20T19:17:56.7882575Z [00:03:46.210]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.7892404Z [00:03:46.211]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.7893921Z [00:03:46.211]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.7895233Z [00:03:46.211]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.7896428Z [00:03:46.211]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.7897434Z [00:03:46.211]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.7898069Z [00:03:46.211]➜  #include "..." search starts here:
2025-08-20T19:17:56.7898640Z [00:03:46.211]➜  #include <...> search starts here:
2025-08-20T19:17:56.7899117Z [00:03:46.211]➜   .
2025-08-20T19:17:56.7899487Z [00:03:46.211]➜   ./lib
2025-08-20T19:17:56.7899881Z [00:03:46.211]➜   src
2025-08-20T19:17:56.7900614Z [00:03:46.211]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.7901267Z [00:03:46.211]➜   /usr/local/include
2025-08-20T19:17:56.7901748Z [00:03:46.211]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.7902175Z [00:03:46.211]➜   /usr/include
2025-08-20T19:17:56.7902550Z [00:03:46.211]➜  End of search list.
2025-08-20T19:17:56.7962211Z [00:03:46.218]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.7962884Z [00:03:46.218]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.7963416Z [00:03:46.218]➜  Thread model: posix
2025-08-20T19:17:56.7963969Z [00:03:46.218]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.7964783Z [00:03:46.218]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.7965685Z [00:03:46.218]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.7966406Z [00:03:46.218]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.7967009Z [00:03:46.218]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.7967735Z [00:03:46.218]➜   (in-process)
2025-08-20T19:17:56.7982209Z [00:03:46.219]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-savewd.o -x c lib/savewd.c
2025-08-20T19:17:56.7992709Z [00:03:46.220]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.7993947Z [00:03:46.220]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.7994942Z [00:03:46.220]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.7995596Z [00:03:46.220]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.7996236Z [00:03:46.220]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.7996859Z [00:03:46.220]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.8027957Z [00:03:46.220]➜  #include "..." search starts here:
2025-08-20T19:17:56.8028880Z [00:03:46.220]➜  #include <...> search starts here:
2025-08-20T19:17:56.8029409Z [00:03:46.220]➜   .
2025-08-20T19:17:56.8029808Z [00:03:46.220]➜   ./lib
2025-08-20T19:17:56.8030220Z [00:03:46.220]➜   src
2025-08-20T19:17:56.8030951Z [00:03:46.220]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.8031730Z [00:03:46.220]➜   /usr/local/include
2025-08-20T19:17:56.8032449Z [00:03:46.220]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.8033319Z [00:03:46.220]➜   /usr/include
2025-08-20T19:17:56.8033955Z [00:03:46.220]➜  End of search list.
2025-08-20T19:17:56.8034685Z [00:03:46.225]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.8037033Z [00:03:46.225]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.8041345Z [00:03:46.226]➜  Thread model: posix
2025-08-20T19:17:56.8045456Z [00:03:46.226]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.8046330Z [00:03:46.226]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.8049325Z [00:03:46.227]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.8053527Z [00:03:46.227]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.8054428Z [00:03:46.227]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.8059313Z [00:03:46.228]➜   (in-process)
2025-08-20T19:17:56.8081773Z [00:03:46.229]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-savedir.o -x c lib/savedir.c
2025-08-20T19:17:56.8093059Z [00:03:46.230]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.8113534Z [00:03:46.233]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.8129991Z [00:03:46.233]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.8130703Z [00:03:46.233]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.8131331Z [00:03:46.233]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.8131876Z [00:03:46.233]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.8132425Z [00:03:46.233]➜  #include "..." search starts here:
2025-08-20T19:17:56.8132996Z [00:03:46.233]➜  #include <...> search starts here:
2025-08-20T19:17:56.8133499Z [00:03:46.233]➜   .
2025-08-20T19:17:56.8133849Z [00:03:46.233]➜   ./lib
2025-08-20T19:17:56.8134232Z [00:03:46.233]➜   src
2025-08-20T19:17:56.8134691Z [00:03:46.233]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.8135219Z [00:03:46.233]➜   /usr/local/include
2025-08-20T19:17:56.8135728Z [00:03:46.233]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.8136216Z [00:03:46.233]➜   /usr/include
2025-08-20T19:17:56.8136651Z [00:03:46.233]➜  End of search list.
2025-08-20T19:17:56.8160096Z [00:03:46.238]➜    CC       lib/libcoreutils_a-selinux-at.o
2025-08-20T19:17:56.8623365Z [00:03:46.284]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.8624852Z [00:03:46.284]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.8626191Z [00:03:46.284]➜  Thread model: posix
2025-08-20T19:17:56.8627374Z [00:03:46.284]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.8629413Z [00:03:46.284]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.8630831Z [00:03:46.284]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.8631638Z [00:03:46.284]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.8632263Z [00:03:46.284]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.8643700Z [00:03:46.286]➜   (in-process)
2025-08-20T19:17:56.8658807Z [00:03:46.286]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-selinux-at.o -x c lib/selinux-at.c
2025-08-20T19:17:56.8678198Z [00:03:46.289]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.8688881Z [00:03:46.290]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.8690511Z [00:03:46.290]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.8691777Z [00:03:46.290]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.8693162Z [00:03:46.290]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.8693896Z [00:03:46.290]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.8694543Z [00:03:46.291]➜  #include "..." search starts here:
2025-08-20T19:17:56.8695153Z [00:03:46.291]➜  #include <...> search starts here:
2025-08-20T19:17:56.8695664Z [00:03:46.291]➜   .
2025-08-20T19:17:56.8696033Z [00:03:46.291]➜   ./lib
2025-08-20T19:17:56.8696435Z [00:03:46.291]➜   src
2025-08-20T19:17:56.8696914Z [00:03:46.291]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.8697647Z [00:03:46.291]➜   /usr/local/include
2025-08-20T19:17:56.8698246Z [00:03:46.291]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.8698773Z [00:03:46.291]➜   /usr/include
2025-08-20T19:17:56.8699242Z [00:03:46.291]➜  End of search list.
2025-08-20T19:17:56.8757966Z [00:03:46.297]➜    CC       lib/libcoreutils_a-getfilecon.o
2025-08-20T19:17:56.8814505Z [00:03:46.303]➜    CC       lib/libcoreutils_a-se-context.o
2025-08-20T19:17:56.8920560Z [00:03:46.314]➜    CC       lib/libcoreutils_a-se-label.o
2025-08-20T19:17:56.8988526Z [00:03:46.320]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.8989228Z [00:03:46.320]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.8989842Z [00:03:46.320]➜  Thread model: posix
2025-08-20T19:17:56.8990463Z [00:03:46.320]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.8991339Z [00:03:46.320]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.8992355Z [00:03:46.320]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.8993133Z [00:03:46.320]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.8994152Z [00:03:46.321]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.8996338Z [00:03:46.321]➜   (in-process)
2025-08-20T19:17:56.9009458Z [00:03:46.321]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-getfilecon.o -x c lib/getfilecon.c
2025-08-20T19:17:56.9020524Z [00:03:46.322]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.9039765Z [00:03:46.326]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.9040933Z [00:03:46.326]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.9041984Z [00:03:46.326]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.9042737Z [00:03:46.326]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.9043457Z [00:03:46.326]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.9044144Z [00:03:46.326]➜  #include "..." search starts here:
2025-08-20T19:17:56.9044817Z [00:03:46.326]➜  #include <...> search starts here:
2025-08-20T19:17:56.9045455Z [00:03:46.326]➜   .
2025-08-20T19:17:56.9045870Z [00:03:46.326]➜   ./lib
2025-08-20T19:17:56.9046314Z [00:03:46.326]➜   src
2025-08-20T19:17:56.9046859Z [00:03:46.326]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.9047735Z [00:03:46.326]➜   /usr/local/include
2025-08-20T19:17:56.9048339Z [00:03:46.326]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.9048931Z [00:03:46.326]➜   /usr/include
2025-08-20T19:17:56.9049448Z [00:03:46.326]➜  End of search list.
2025-08-20T19:17:56.9289463Z [00:03:46.351]➜    CC       lib/libcoreutils_a-se-selinux.o
2025-08-20T19:17:56.9330954Z [00:03:46.355]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.9338373Z [00:03:46.355]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.9339006Z [00:03:46.355]➜  Thread model: posix
2025-08-20T19:17:56.9341256Z [00:03:46.356]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.9360534Z [00:03:46.358]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.9361560Z [00:03:46.358]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.9362331Z [00:03:46.358]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.9362927Z [00:03:46.358]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.9363474Z [00:03:46.358]➜   (in-process)
2025-08-20T19:17:56.9375734Z [00:03:46.358]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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 -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-se-context.o -x c lib/se-context.c
2025-08-20T19:17:56.9395795Z [00:03:46.358]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.9396410Z [00:03:46.358]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.9396927Z [00:03:46.359]➜  Thread model: posix
2025-08-20T19:17:56.9397799Z [00:03:46.359]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.9398798Z [00:03:46.359]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.9400086Z [00:03:46.360]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.9401118Z [00:03:46.362]➜  clang -cc1 version 19.1.7Candidate multilib: .;@m64
2025-08-20T19:17:56.9401964Z [00:03:46.362]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.9403169Z [00:03:46.362]➜   (in-process)
2025-08-20T19:17:56.9418482Z [00:03:46.362]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-se-label.o -x c lib/se-label.c
2025-08-20T19:17:56.9431786Z [00:03:46.362]➜   based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.9432980Z [00:03:46.363]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.9434256Z [00:03:46.364]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.9438570Z [00:03:46.366]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.9439272Z [00:03:46.366]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.9439916Z [00:03:46.366]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.9440522Z [00:03:46.366]➜  #include "..." search starts here:
2025-08-20T19:17:56.9441126Z [00:03:46.366]➜  #include <...> search starts here:
2025-08-20T19:17:56.9441625Z [00:03:46.366]➜   .
2025-08-20T19:17:56.9441993Z [00:03:46.366]➜   ./lib
2025-08-20T19:17:56.9442380Z [00:03:46.366]➜   src
2025-08-20T19:17:56.9442878Z [00:03:46.366]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.9443436Z [00:03:46.366]➜   /usr/local/include
2025-08-20T19:17:56.9443975Z [00:03:46.366]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.9444512Z [00:03:46.366]➜   /usr/include
2025-08-20T19:17:56.9444993Z [00:03:46.366]➜  End of search list.
2025-08-20T19:17:56.9451371Z [00:03:46.367]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.9460183Z [00:03:46.368]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.9461637Z [00:03:46.368]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.9462291Z [00:03:46.368]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.9462919Z [00:03:46.368]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.9463572Z [00:03:46.368]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.9464175Z [00:03:46.368]➜  #include "..." search starts here:
2025-08-20T19:17:56.9464719Z [00:03:46.368]➜  #include <...> search starts here:
2025-08-20T19:17:56.9465143Z [00:03:46.368]➜   .
2025-08-20T19:17:56.9465465Z [00:03:46.368]➜   ./lib
2025-08-20T19:17:56.9465815Z [00:03:46.368]➜   src
2025-08-20T19:17:56.9466256Z [00:03:46.368]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.9466794Z [00:03:46.368]➜   /usr/local/include
2025-08-20T19:17:56.9467505Z [00:03:46.368]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.9468252Z [00:03:46.368]➜   /usr/include
2025-08-20T19:17:56.9468703Z [00:03:46.368]➜  End of search list.
2025-08-20T19:17:56.9545971Z [00:03:46.376]➜    CC       lib/libcoreutils_a-setlocale_null.o
2025-08-20T19:17:56.9581888Z [00:03:46.380]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.9598312Z [00:03:46.380]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.9600071Z [00:03:46.380]➜  Thread model: posix
2025-08-20T19:17:56.9601517Z [00:03:46.380]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.9603439Z [00:03:46.380]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.9605327Z [00:03:46.380]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.9605995Z [00:03:46.380]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.9606713Z [00:03:46.380]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.9607576Z [00:03:46.382]➜    CC       lib/libcoreutils_a-setlocale_null-unlocked.o
2025-08-20T19:17:56.9614063Z [00:03:46.383]➜   (in-process)
2025-08-20T19:17:56.9630428Z [00:03:46.383]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-se-selinux.o -x c lib/se-selinux.c
2025-08-20T19:17:56.9641478Z [00:03:46.384]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.9643691Z [00:03:46.386]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.9644756Z [00:03:46.386]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.9645431Z [00:03:46.386]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.9646056Z [00:03:46.386]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.9646657Z [00:03:46.386]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.9647426Z [00:03:46.386]➜  #include "..." search starts here:
2025-08-20T19:17:56.9648020Z [00:03:46.386]➜  #include <...> search starts here:
2025-08-20T19:17:56.9648507Z [00:03:46.386]➜   .
2025-08-20T19:17:56.9648869Z [00:03:46.386]➜   ./lib
2025-08-20T19:17:56.9649255Z [00:03:46.386]➜   src
2025-08-20T19:17:56.9649727Z [00:03:46.386]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.9650263Z [00:03:46.386]➜   /usr/local/include
2025-08-20T19:17:56.9650789Z [00:03:46.386]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.9651300Z [00:03:46.386]➜   /usr/include
2025-08-20T19:17:56.9651769Z [00:03:46.386]➜  End of search list.
2025-08-20T19:17:56.9671648Z [00:03:46.389]➜    CC       lib/libcoreutils_a-settime.o
2025-08-20T19:17:56.9788779Z [00:03:46.400]➜    CC       lib/libcoreutils_a-sig2str.o
2025-08-20T19:17:56.9834893Z [00:03:46.405]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.9835561Z [00:03:46.405]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.9836097Z [00:03:46.405]➜  Thread model: posix
2025-08-20T19:17:56.9836636Z [00:03:46.405]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.9838457Z [00:03:46.405]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.9839376Z [00:03:46.405]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.9840064Z [00:03:46.405]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.9840610Z [00:03:46.405]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.9849214Z [00:03:46.407]➜   (in-process)
2025-08-20T19:17:56.9866250Z [00:03:46.407]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:17:56.9888300Z [00:03:46.408]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.9889719Z [00:03:46.410]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.9890887Z [00:03:46.410]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.9891717Z [00:03:46.410]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.9892504Z [00:03:46.410]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.9893280Z [00:03:46.410]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.9894045Z [00:03:46.410]➜  #include "..." search starts here:
2025-08-20T19:17:56.9894761Z [00:03:46.410]➜  #include <...> search starts here:
2025-08-20T19:17:56.9895364Z [00:03:46.410]➜   .
2025-08-20T19:17:56.9895840Z [00:03:46.410]➜   ./lib
2025-08-20T19:17:56.9896339Z [00:03:46.410]➜   src
2025-08-20T19:17:56.9896908Z [00:03:46.410]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.9907971Z [00:03:46.410]➜   /usr/local/include
2025-08-20T19:17:56.9908871Z [00:03:46.410]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.9909856Z [00:03:46.410]➜   /usr/include
2025-08-20T19:17:56.9910657Z [00:03:46.410]➜  End of search list.
2025-08-20T19:17:56.9911244Z [00:03:46.410]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.9911831Z [00:03:46.410]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:56.9912376Z [00:03:46.410]➜  Thread model: posix
2025-08-20T19:17:56.9913169Z [00:03:46.410]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:56.9913936Z [00:03:46.410]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.9914807Z [00:03:46.410]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:56.9915470Z [00:03:46.410]➜  Candidate multilib: .;@m64
2025-08-20T19:17:56.9915994Z [00:03:46.410]➜  Selected multilib: .;@m64
2025-08-20T19:17:56.9916477Z [00:03:46.410]➜   (in-process)
2025-08-20T19:17:56.9928153Z [00:03:46.410]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-settime.o -x c lib/settime.c
2025-08-20T19:17:56.9968948Z [00:03:46.410]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:56.9970201Z [00:03:46.411]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:56.9971166Z [00:03:46.411]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:56.9971781Z [00:03:46.411]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:56.9972386Z [00:03:46.411]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:56.9973001Z [00:03:46.411]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:56.9973600Z [00:03:46.411]➜  #include "..." search starts here:
2025-08-20T19:17:56.9974179Z [00:03:46.411]➜  #include <...> search starts here:
2025-08-20T19:17:56.9974683Z [00:03:46.411]➜   .
2025-08-20T19:17:56.9975072Z [00:03:46.411]➜   ./lib
2025-08-20T19:17:56.9975453Z [00:03:46.411]➜   src
2025-08-20T19:17:56.9975941Z [00:03:46.411]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:56.9976489Z [00:03:46.411]➜   /usr/local/include
2025-08-20T19:17:56.9977007Z [00:03:46.411]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:56.9977692Z [00:03:46.411]➜   /usr/include
2025-08-20T19:17:56.9978160Z [00:03:46.411]➜  End of search list.
2025-08-20T19:17:56.9997009Z [00:03:46.421]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:56.9998338Z [00:03:46.421]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.0000088Z [00:03:46.421]➜  Thread model: posix
2025-08-20T19:17:57.0000757Z [00:03:46.421]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.0001672Z [00:03:46.421]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.0002683Z [00:03:46.421]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.0003433Z [00:03:46.421]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.0004085Z [00:03:46.421]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.0035612Z [00:03:46.425]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.0048779Z [00:03:46.426]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.0049482Z [00:03:46.426]➜  Thread model: posix (in-process)
2025-08-20T19:17:57.0061714Z [00:03:46.426]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-setlocale_null.o -x c lib/setlocale_null.c
2025-08-20T19:17:57.0091219Z [00:03:46.426]➜  
2025-08-20T19:17:57.0092365Z [00:03:46.429]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.0093301Z [00:03:46.429]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.0094334Z [00:03:46.429]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.0095132Z [00:03:46.429]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.0095754Z [00:03:46.429]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.0096338Z [00:03:46.429]➜   (in-process)
2025-08-20T19:17:57.0108690Z [00:03:46.429]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sig2str.o -x c lib/sig2str.c
2025-08-20T19:17:57.0120164Z [00:03:46.429]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.0121591Z [00:03:46.429]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.0122671Z [00:03:46.429]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.0123344Z [00:03:46.429]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.0123993Z [00:03:46.429]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.0124647Z [00:03:46.429]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.0125319Z [00:03:46.429]➜  #include "..." search starts here:
2025-08-20T19:17:57.0125950Z [00:03:46.429]➜  #include <...> search starts here:
2025-08-20T19:17:57.0126490Z [00:03:46.429]➜   .
2025-08-20T19:17:57.0126884Z [00:03:46.429]➜   ./lib
2025-08-20T19:17:57.0127498Z [00:03:46.429]➜   src
2025-08-20T19:17:57.0128003Z [00:03:46.429]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.0128616Z [00:03:46.429]➜   /usr/local/include
2025-08-20T19:17:57.0129177Z [00:03:46.429]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.0129754Z [00:03:46.429]➜   /usr/include
2025-08-20T19:17:57.0130272Z [00:03:46.429]➜  End of search list.
2025-08-20T19:17:57.0138440Z [00:03:46.435]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.0140249Z [00:03:46.436]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.0169178Z [00:03:46.436]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.0169899Z [00:03:46.436]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.0170568Z [00:03:46.436]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.0171283Z [00:03:46.436]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.0171929Z [00:03:46.436]➜  #include "..." search starts here:
2025-08-20T19:17:57.0172857Z [00:03:46.436]➜  #include <...> search starts here:
2025-08-20T19:17:57.0173397Z [00:03:46.436]➜   .
2025-08-20T19:17:57.0173786Z [00:03:46.436]➜   ./lib
2025-08-20T19:17:57.0174183Z [00:03:46.436]➜   src
2025-08-20T19:17:57.0174686Z [00:03:46.436]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.0175280Z [00:03:46.436]➜   /usr/local/include
2025-08-20T19:17:57.0175831Z [00:03:46.436]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.0176355Z [00:03:46.436]➜   /usr/include
2025-08-20T19:17:57.0176818Z [00:03:46.436]➜  End of search list.
2025-08-20T19:17:57.0284747Z [00:03:46.450]➜    CC       lib/libcoreutils_a-sig-handler.o
2025-08-20T19:17:57.0377002Z [00:03:46.459]➜    CC       lib/libcoreutils_a-skipchars.o
2025-08-20T19:17:57.0409794Z [00:03:46.462]➜    CC       lib/libcoreutils_a-sockets.o
2025-08-20T19:17:57.0606041Z [00:03:46.482]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.0610081Z [00:03:46.482]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.0610724Z [00:03:46.482]➜  Thread model: posix
2025-08-20T19:17:57.0611654Z [00:03:46.482]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.0612530Z [00:03:46.482]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.0613453Z [00:03:46.482]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.0614166Z [00:03:46.482]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.0614754Z [00:03:46.482]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.0615329Z [00:03:46.482]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.0615880Z [00:03:46.482]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.0616396Z [00:03:46.482]➜  Thread model: posix
2025-08-20T19:17:57.0616925Z [00:03:46.482]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.0618014Z [00:03:46.483]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.0618930Z [00:03:46.483]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.0619633Z [00:03:46.483]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.0620186Z [00:03:46.483]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.0622705Z [00:03:46.483]➜   (in-process)
2025-08-20T19:17:57.0635135Z [00:03:46.483]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error (in-process)
2025-08-20T19:17:57.0646487Z [00:03:46.483]➜   "/usr/lib/ l-wl v-std=gnu23m --ferror-limit1 919/ b-fgnuc-version=4.2.1i n-fskip-odr-check-in-gmf/ c-vectorize-loopsl a-vectorize-slpng" -cc1 -triple x86_64-pc-linux-gnu -emit-llvm-bc -flto=full -flto-unit -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-skipchars.o -x c lib/skipchars.c
2025-08-20T19:17:57.0660727Z [00:03:46.483]➜   -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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sig-handler.o -x c lib/sig-handler.c
2025-08-20T19:17:57.0671087Z [00:03:46.484]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.0672237Z [00:03:46.485]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.0673513Z [00:03:46.485]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.0674554Z [00:03:46.485]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.0675245Z [00:03:46.485]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.0675923Z [00:03:46.485]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.0676595Z [00:03:46.485]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.0677424Z [00:03:46.485]➜  #include "..." search starts here:
2025-08-20T19:17:57.0678096Z [00:03:46.485]➜  #include <...> search starts here:
2025-08-20T19:17:57.0678588Z [00:03:46.485]➜   .
2025-08-20T19:17:57.0678975Z [00:03:46.485]➜   ./lib
2025-08-20T19:17:57.0679386Z [00:03:46.485]➜   src
2025-08-20T19:17:57.0679885Z [00:03:46.485]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.0680481Z [00:03:46.485]➜   /usr/local/include
2025-08-20T19:17:57.0681052Z [00:03:46.485]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.0681609Z [00:03:46.485]➜   /usr/include
2025-08-20T19:17:57.0682105Z [00:03:46.485]➜  End of search list.
2025-08-20T19:17:57.0683129Z [00:03:46.486]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.0684418Z [00:03:46.486]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.0685140Z [00:03:46.486]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.0685827Z [00:03:46.486]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.0686488Z [00:03:46.486]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.0687132Z [00:03:46.486]➜  #include "..." search starts here:
2025-08-20T19:17:57.0706388Z [00:03:46.486]➜  #include <...> search starts here:
2025-08-20T19:17:57.0706942Z [00:03:46.486]➜   .
2025-08-20T19:17:57.0707482Z [00:03:46.486]➜   ./lib
2025-08-20T19:17:57.0707853Z [00:03:46.486]➜   src
2025-08-20T19:17:57.0708325Z [00:03:46.486]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.0708877Z [00:03:46.486]➜   /usr/local/include
2025-08-20T19:17:57.0709393Z [00:03:46.486]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.0709892Z [00:03:46.486]➜   /usr/include
2025-08-20T19:17:57.0710347Z [00:03:46.486]➜  End of search list.
2025-08-20T19:17:57.0769746Z [00:03:46.499]➜    CC       lib/libcoreutils_a-stat-time.o
2025-08-20T19:17:57.0891456Z [00:03:46.507]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.0892191Z [00:03:46.507]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.0892754Z [00:03:46.507]➜  Thread model: posix
2025-08-20T19:17:57.0893332Z [00:03:46.507]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.0894206Z [00:03:46.507]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.0895199Z [00:03:46.507]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.0895976Z [00:03:46.507]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.0896586Z [00:03:46.507]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.0897367Z [00:03:46.508]➜   (in-process)
2025-08-20T19:17:57.0909959Z [00:03:46.508]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sockets.o -x c lib/sockets.c
2025-08-20T19:17:57.0921009Z [00:03:46.509]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.0922337Z [00:03:46.509]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.0923404Z [00:03:46.509]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.0924093Z [00:03:46.509]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.0924770Z [00:03:46.509]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.0925433Z [00:03:46.509]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.0926332Z [00:03:46.509]➜  #include "..." search starts here:
2025-08-20T19:17:57.0926990Z [00:03:46.509]➜  #include <...> search starts here:
2025-08-20T19:17:57.0927774Z [00:03:46.509]➜   .
2025-08-20T19:17:57.0928186Z [00:03:46.509]➜   ./lib
2025-08-20T19:17:57.0928630Z [00:03:46.509]➜   src
2025-08-20T19:17:57.0929177Z [00:03:46.509]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.0929788Z [00:03:46.509]➜   /usr/local/include
2025-08-20T19:17:57.0930369Z [00:03:46.509]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.0930945Z [00:03:46.509]➜   /usr/include
2025-08-20T19:17:57.0931450Z [00:03:46.509]➜  End of search list.
2025-08-20T19:17:57.1105803Z [00:03:46.532]➜    CC       lib/libcoreutils_a-stdlib.o
2025-08-20T19:17:57.1135039Z [00:03:46.535]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.1152083Z [00:03:46.537]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.1161139Z [00:03:46.537]➜  Thread model: posix
2025-08-20T19:17:57.1161789Z [00:03:46.537]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.1162631Z [00:03:46.537]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.1163585Z [00:03:46.537]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.1164296Z [00:03:46.537]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.1166242Z [00:03:46.537]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.1168513Z [00:03:46.537]➜   (in-process)
2025-08-20T19:17:57.1184313Z [00:03:46.537]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-stat-time.o -x c lib/stat-time.c
2025-08-20T19:17:57.1196468Z [00:03:46.538]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.1198100Z [00:03:46.541]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.1199102Z [00:03:46.541]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.1199759Z [00:03:46.541]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.1200394Z [00:03:46.541]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.1201019Z [00:03:46.541]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.1201610Z [00:03:46.541]➜  #include "..." search starts here:
2025-08-20T19:17:57.1202493Z [00:03:46.541]➜  #include <...> search starts here:
2025-08-20T19:17:57.1203043Z [00:03:46.541]➜   .
2025-08-20T19:17:57.1203409Z [00:03:46.541]➜   ./lib
2025-08-20T19:17:57.1203788Z [00:03:46.541]➜   src
2025-08-20T19:17:57.1204528Z [00:03:46.541]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.1205089Z [00:03:46.541]➜   /usr/local/include
2025-08-20T19:17:57.1205624Z [00:03:46.541]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.1206138Z [00:03:46.541]➜   /usr/include
2025-08-20T19:17:57.1206588Z [00:03:46.541]➜  End of search list.
2025-08-20T19:17:57.1207357Z [00:03:46.541]➜    CC       lib/libcoreutils_a-mkstemp-safer.o
2025-08-20T19:17:57.1208034Z [00:03:46.541]➜    CC       lib/libcoreutils_a-str_endswith.o
2025-08-20T19:17:57.1389074Z [00:03:46.560]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.1390159Z [00:03:46.560]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.1391095Z [00:03:46.560]➜  Thread model: posix
2025-08-20T19:17:57.1392063Z [00:03:46.560]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.1393294Z [00:03:46.560]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.1394459Z [00:03:46.560]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.1395389Z [00:03:46.560]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.1396214Z [00:03:46.560]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.1396955Z [00:03:46.560]➜   (in-process)
2025-08-20T19:17:57.1408526Z [00:03:46.560]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-stdlib.o -x c lib/stdlib.c
2025-08-20T19:17:57.1441526Z [00:03:46.560]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.1442795Z [00:03:46.561]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.1443786Z [00:03:46.561]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.1444421Z [00:03:46.561]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.1445032Z [00:03:46.561]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.1445711Z [00:03:46.561]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.1446326Z [00:03:46.561]➜  #include "..." search starts here:
2025-08-20T19:17:57.1446926Z [00:03:46.561]➜  #include <...> search starts here:
2025-08-20T19:17:57.1447614Z [00:03:46.561]➜   .
2025-08-20T19:17:57.1447985Z [00:03:46.566]➜   ./lib
2025-08-20T19:17:57.1448362Z [00:03:46.566]➜   src
2025-08-20T19:17:57.1448845Z [00:03:46.566]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.1449403Z [00:03:46.566]➜   /usr/local/include
2025-08-20T19:17:57.1478524Z [00:03:46.566]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.1479437Z [00:03:46.566]➜   /usr/include
2025-08-20T19:17:57.1479928Z [00:03:46.566]➜  End of search list.
2025-08-20T19:17:57.1480503Z [00:03:46.566]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.1481118Z [00:03:46.566]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.1481675Z [00:03:46.566]➜  Thread model: posix
2025-08-20T19:17:57.1482254Z [00:03:46.566]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.1483068Z [00:03:46.566]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.1484025Z [00:03:46.566]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.1484756Z [00:03:46.566]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.1485337Z [00:03:46.566]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.1485872Z [00:03:46.566]➜   (in-process)
2025-08-20T19:17:57.1528766Z [00:03:46.566]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mkstemp-safer.o -x c lib/mkstemp-safer.c
2025-08-20T19:17:57.1539661Z [00:03:46.566]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.1541009Z [00:03:46.566]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.1542077Z [00:03:46.566]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.1542731Z [00:03:46.566]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.1543344Z [00:03:46.566]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.1543965Z [00:03:46.566]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.1544556Z [00:03:46.566]➜  #include "..." search starts here:
2025-08-20T19:17:57.1545190Z [00:03:46.566]➜  #include <...> search starts here:
2025-08-20T19:17:57.1545768Z [00:03:46.566]➜   .
2025-08-20T19:17:57.1546158Z [00:03:46.566]➜   ./lib
2025-08-20T19:17:57.1546528Z [00:03:46.566]➜   src
2025-08-20T19:17:57.1546993Z [00:03:46.566]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.1547686Z [00:03:46.566]➜   /usr/local/include
2025-08-20T19:17:57.1548148Z [00:03:46.566]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.1548628Z [00:03:46.566]➜   /usr/include
2025-08-20T19:17:57.1549113Z [00:03:46.566]➜  End of search list.
2025-08-20T19:17:57.1579090Z [00:03:46.580]➜    CC       lib/libcoreutils_a-strnlen1.o
2025-08-20T19:17:57.1620434Z [00:03:46.584]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.1622272Z [00:03:46.584]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.1622805Z [00:03:46.584]➜  Thread model: posix
2025-08-20T19:17:57.1623921Z [00:03:46.584]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.1624766Z [00:03:46.584]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.1625791Z [00:03:46.584]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.1628037Z [00:03:46.584]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.1628590Z [00:03:46.584]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.1629088Z [00:03:46.584]➜   (in-process)
2025-08-20T19:17:57.1641046Z [00:03:46.584]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-str_endswith.o -x c lib/str_endswith.c
2025-08-20T19:17:57.1652524Z [00:03:46.584]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.1655235Z [00:03:46.587]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.1658463Z [00:03:46.587]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.1660547Z [00:03:46.588]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.1663278Z [00:03:46.588]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.1666324Z [00:03:46.588]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.1667324Z [00:03:46.588]➜  #include "..." search starts here:
2025-08-20T19:17:57.1668584Z [00:03:46.589]➜  #include <...> search starts here:
2025-08-20T19:17:57.1689891Z [00:03:46.591]➜   .
2025-08-20T19:17:57.1690447Z [00:03:46.591]➜   ./lib
2025-08-20T19:17:57.1691409Z [00:03:46.591]➜   src
2025-08-20T19:17:57.1692516Z [00:03:46.591]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.1693074Z [00:03:46.591]➜   /usr/local/include
2025-08-20T19:17:57.1693635Z [00:03:46.591]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.1694222Z [00:03:46.591]➜   /usr/include
2025-08-20T19:17:57.1694747Z [00:03:46.591]➜  End of search list.
2025-08-20T19:17:57.1699032Z [00:03:46.592]➜    CC       lib/libcoreutils_a-strintcmp.o
2025-08-20T19:17:57.1879480Z [00:03:46.609]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.1880936Z [00:03:46.610]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.1883090Z [00:03:46.610]➜  Thread model: posix
2025-08-20T19:17:57.1885968Z [00:03:46.610]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.1887353Z [00:03:46.610]➜    CC       lib/libcoreutils_a-strnumcmp.o
2025-08-20T19:17:57.1889801Z [00:03:46.611]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.1891460Z [00:03:46.611]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.1895657Z [00:03:46.611]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.1920545Z [00:03:46.614]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.1921531Z [00:03:46.614]➜   (in-process)
2025-08-20T19:17:57.1932880Z [00:03:46.614]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-strnlen1.o -x c lib/strnlen1.c
2025-08-20T19:17:57.1943343Z [00:03:46.614]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.1959807Z [00:03:46.618]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.1960887Z [00:03:46.618]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.1961544Z [00:03:46.618]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.1962167Z [00:03:46.618]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.1962784Z [00:03:46.618]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.1963383Z [00:03:46.618]➜  #include "..." search starts here:
2025-08-20T19:17:57.1963962Z [00:03:46.618]➜  #include <...> search starts here:
2025-08-20T19:17:57.1964456Z [00:03:46.618]➜   .
2025-08-20T19:17:57.1964831Z [00:03:46.618]➜   ./lib
2025-08-20T19:17:57.1965216Z [00:03:46.618]➜   src
2025-08-20T19:17:57.1965679Z [00:03:46.618]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.1966230Z [00:03:46.618]➜   /usr/local/include
2025-08-20T19:17:57.1966758Z [00:03:46.618]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.1967475Z [00:03:46.618]➜   /usr/include
2025-08-20T19:17:57.1967944Z [00:03:46.618]➜  End of search list.
2025-08-20T19:17:57.1998970Z [00:03:46.622]➜    CC       lib/libcoreutils_a-sys_socket.o
2025-08-20T19:17:57.2081495Z [00:03:46.630]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.2082140Z [00:03:46.630]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.2083270Z [00:03:46.630]➜  Thread model: posix
2025-08-20T19:17:57.2084076Z [00:03:46.630]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.2086092Z [00:03:46.630]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.2092578Z [00:03:46.630]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.2093502Z [00:03:46.631]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.2094041Z [00:03:46.631]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.2094531Z [00:03:46.631]➜   (in-process)
2025-08-20T19:17:57.2106277Z [00:03:46.631]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-strintcmp.o -x c lib/strintcmp.c
2025-08-20T19:17:57.2116869Z [00:03:46.632]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.2122321Z [00:03:46.634]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.2123279Z [00:03:46.634]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.2123891Z [00:03:46.634]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.2124538Z [00:03:46.634]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.2125402Z [00:03:46.634]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.2126044Z [00:03:46.634]➜  #include "..." search starts here:
2025-08-20T19:17:57.2126634Z [00:03:46.634]➜  #include <...> search starts here:
2025-08-20T19:17:57.2127131Z [00:03:46.634]➜   .
2025-08-20T19:17:57.2127689Z [00:03:46.634]➜   ./lib
2025-08-20T19:17:57.2128085Z [00:03:46.634]➜   src
2025-08-20T19:17:57.2128549Z [00:03:46.634]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.2139004Z [00:03:46.634]➜   /usr/local/include
2025-08-20T19:17:57.2139652Z [00:03:46.634]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.2140158Z [00:03:46.634]➜   /usr/include
2025-08-20T19:17:57.2140610Z [00:03:46.634]➜  End of search list.
2025-08-20T19:17:57.2141136Z [00:03:46.634]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.2141694Z [00:03:46.634]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.2142236Z [00:03:46.634]➜  Thread model: posix
2025-08-20T19:17:57.2142828Z [00:03:46.634]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.2143753Z [00:03:46.634]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.2144683Z [00:03:46.634]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.2145399Z [00:03:46.634]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.2145992Z [00:03:46.634]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.2146509Z [00:03:46.636]➜   (in-process)
2025-08-20T19:17:57.2158637Z [00:03:46.636]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-strnumcmp.o -x c lib/strnumcmp.c
2025-08-20T19:17:57.2169812Z [00:03:46.636]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.2170671Z [00:03:46.638]➜    CC       lib/libcoreutils_a-targetdir.o
2025-08-20T19:17:57.2177133Z [00:03:46.639]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.2178353Z [00:03:46.639]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.2179020Z [00:03:46.639]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.2179631Z [00:03:46.639]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.2180237Z [00:03:46.639]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.2180828Z [00:03:46.639]➜  #include "..." search starts here:
2025-08-20T19:17:57.2181393Z [00:03:46.639]➜  #include <...> search starts here:
2025-08-20T19:17:57.2181894Z [00:03:46.639]➜   .
2025-08-20T19:17:57.2182247Z [00:03:46.639]➜   ./lib
2025-08-20T19:17:57.2182607Z [00:03:46.639]➜   src
2025-08-20T19:17:57.2183287Z [00:03:46.639]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.2183832Z [00:03:46.639]➜   /usr/local/include
2025-08-20T19:17:57.2184330Z [00:03:46.639]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.2184827Z [00:03:46.639]➜   /usr/include
2025-08-20T19:17:57.2185285Z [00:03:46.639]➜  End of search list.
2025-08-20T19:17:57.2283350Z [00:03:46.650]➜    CC       lib/libcoreutils_a-tempname.o
2025-08-20T19:17:57.2319495Z [00:03:46.653]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.2324364Z [00:03:46.654]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.2332007Z [00:03:46.655]➜  Thread model: posix
2025-08-20T19:17:57.2336847Z [00:03:46.655]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.2345646Z [00:03:46.656]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.2351885Z [00:03:46.657]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.2360449Z [00:03:46.657]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.2361062Z [00:03:46.658]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.2397778Z [00:03:46.658]➜   (in-process)
2025-08-20T19:17:57.2423477Z [00:03:46.658]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sys_socket.o -x c lib/sys_socket.c
2025-08-20T19:17:57.2437461Z [00:03:46.658]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.2438873Z [00:03:46.658]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.2439975Z [00:03:46.658]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.2440701Z [00:03:46.658]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.2441403Z [00:03:46.658]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.2442090Z [00:03:46.658]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.2442772Z [00:03:46.658]➜  #include "..." search starts here:
2025-08-20T19:17:57.2443429Z [00:03:46.658]➜  #include <...> search starts here:
2025-08-20T19:17:57.2443944Z [00:03:46.658]➜   .
2025-08-20T19:17:57.2444318Z [00:03:46.658]➜   ./lib
2025-08-20T19:17:57.2444715Z [00:03:46.658]➜   src
2025-08-20T19:17:57.2445230Z [00:03:46.658]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.2445826Z [00:03:46.658]➜   /usr/local/include
2025-08-20T19:17:57.2446548Z [00:03:46.658]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.2447129Z [00:03:46.658]➜   /usr/include
2025-08-20T19:17:57.2447811Z [00:03:46.658]➜  End of search list.
2025-08-20T19:17:57.2612487Z [00:03:46.683]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.2618379Z [00:03:46.683]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.2619009Z [00:03:46.683]➜  Thread model: posix
2025-08-20T19:17:57.2619649Z [00:03:46.683]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.2626076Z [00:03:46.684]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.2626687Z [00:03:46.684]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.2627401Z [00:03:46.684]➜  Thread model: posix
2025-08-20T19:17:57.2628830Z [00:03:46.685]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.2636277Z [00:03:46.685]➜  Found candidate GCC installation: Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14/usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.2640261Z [00:03:46.686]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.2642158Z [00:03:46.686]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.2643827Z [00:03:46.686]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.2647519Z [00:03:46.686]➜  
2025-08-20T19:17:57.2649755Z [00:03:46.686]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.2650532Z [00:03:46.686]➜  Candidate multilib: .; (in-process)
2025-08-20T19:17:57.2683589Z [00:03:46.687]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-targetdir.o -x c lib/targetdir.c
2025-08-20T19:17:57.2703803Z [00:03:46.691]➜  @m64
2025-08-20T19:17:57.2704304Z [00:03:46.691]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.2704864Z [00:03:46.691]➜   (in-process)
2025-08-20T19:17:57.2719170Z [00:03:46.691]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-tempname.o -x c lib/tempname.c
2025-08-20T19:17:57.2729491Z [00:03:46.691]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.2730777Z [00:03:46.691]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.2731792Z [00:03:46.691]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.2732442Z [00:03:46.691]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.2733067Z [00:03:46.691]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.2733679Z [00:03:46.691]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.2734272Z [00:03:46.691]➜  #include "..." search starts here:
2025-08-20T19:17:57.2734748Z [00:03:46.691]➜  #include <...> search starts here:
2025-08-20T19:17:57.2735234Z [00:03:46.691]➜   .
2025-08-20T19:17:57.2735584Z [00:03:46.691]➜   ./lib
2025-08-20T19:17:57.2735951Z [00:03:46.691]➜   src
2025-08-20T19:17:57.2736412Z [00:03:46.691]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.2736947Z [00:03:46.691]➜   /usr/local/include
2025-08-20T19:17:57.2737766Z [00:03:46.691]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.2738309Z [00:03:46.691]➜   /usr/include
2025-08-20T19:17:57.2739117Z [00:03:46.691]➜  End of search list.
2025-08-20T19:17:57.2739968Z [00:03:46.691]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.2741214Z [00:03:46.691]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.2742205Z [00:03:46.691]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.2742855Z [00:03:46.691]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.2743480Z [00:03:46.691]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.2744101Z [00:03:46.691]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.2744708Z [00:03:46.691]➜  #include "..." search starts here:
2025-08-20T19:17:57.2745295Z [00:03:46.691]➜  #include <...> search starts here:
2025-08-20T19:17:57.2745781Z [00:03:46.691]➜   .
2025-08-20T19:17:57.2746216Z [00:03:46.691]➜   ./lib
2025-08-20T19:17:57.2746607Z [00:03:46.692]➜   src
2025-08-20T19:17:57.2747130Z [00:03:46.692]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.2747914Z [00:03:46.692]➜   /usr/local/include
2025-08-20T19:17:57.2748463Z [00:03:46.692]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.2748973Z [00:03:46.692]➜   /usr/include
2025-08-20T19:17:57.2749422Z [00:03:46.692]➜  End of search list.
2025-08-20T19:17:57.2750021Z [00:03:46.693]➜    CC       lib/glthread/libcoreutils_a-threadlib.o
2025-08-20T19:17:57.2841891Z [00:03:46.706]➜    CC       lib/libcoreutils_a-time.o
2025-08-20T19:17:57.2953838Z [00:03:46.717]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.2955022Z [00:03:46.717]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.2956143Z [00:03:46.717]➜  Thread model: posix
2025-08-20T19:17:57.2957594Z [00:03:46.717]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.2958995Z [00:03:46.718]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.2960447Z [00:03:46.718]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.2961294Z [00:03:46.718]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.2961879Z [00:03:46.718]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.2972366Z [00:03:46.719]➜   (in-process)
2025-08-20T19:17:57.2988206Z [00:03:46.719]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/glthread/libcoreutils_a-threadlib.o -x c lib/glthread/threadlib.c
2025-08-20T19:17:57.2999191Z [00:03:46.720]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.3000386Z [00:03:46.720]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.3001679Z [00:03:46.720]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.3002342Z [00:03:46.720]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.3002973Z [00:03:46.720]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.3003599Z [00:03:46.720]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.3004203Z [00:03:46.721]➜  #include "..." search starts here:
2025-08-20T19:17:57.3004795Z [00:03:46.721]➜  #include <...> search starts here:
2025-08-20T19:17:57.3005312Z [00:03:46.721]➜   .
2025-08-20T19:17:57.3005704Z [00:03:46.721]➜   ./lib
2025-08-20T19:17:57.3006100Z [00:03:46.721]➜   src
2025-08-20T19:17:57.3006583Z [00:03:46.721]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.3007137Z [00:03:46.721]➜   /usr/local/include
2025-08-20T19:17:57.3007883Z [00:03:46.721]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.3008391Z [00:03:46.721]➜   /usr/include
2025-08-20T19:17:57.3008877Z [00:03:46.721]➜  End of search list.
2025-08-20T19:17:57.3009446Z [00:03:46.721]➜    CC       lib/libcoreutils_a-time_rz.o
2025-08-20T19:17:57.3254202Z [00:03:46.747]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.3254840Z [00:03:46.747]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.3256074Z [00:03:46.747]➜  Thread model: posix
2025-08-20T19:17:57.3256626Z [00:03:46.747]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.3257559Z [00:03:46.747]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.3258979Z [00:03:46.747]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.3260550Z [00:03:46.747]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.3261685Z [00:03:46.747]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.3262544Z [00:03:46.748]➜   (in-process)
2025-08-20T19:17:57.3286025Z [00:03:46.749]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-time.o -x c lib/time.c
2025-08-20T19:17:57.3296428Z [00:03:46.749]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.3298010Z [00:03:46.750]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.3299643Z [00:03:46.750]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.3300370Z [00:03:46.750]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.3301073Z [00:03:46.750]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.3302085Z [00:03:46.750]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.3302781Z [00:03:46.750]➜  #include "..." search starts here:
2025-08-20T19:17:57.3303440Z [00:03:46.750]➜  #include <...> search starts here:
2025-08-20T19:17:57.3303979Z [00:03:46.750]➜   .
2025-08-20T19:17:57.3304392Z [00:03:46.750]➜   ./lib
2025-08-20T19:17:57.3304816Z [00:03:46.750]➜   src
2025-08-20T19:17:57.3305333Z [00:03:46.750]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.3305929Z [00:03:46.750]➜   /usr/local/include
2025-08-20T19:17:57.3306503Z [00:03:46.750]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.3307087Z [00:03:46.750]➜   /usr/include
2025-08-20T19:17:57.3307820Z [00:03:46.750]➜  End of search list.
2025-08-20T19:17:57.3378728Z [00:03:46.760]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.3379460Z [00:03:46.760]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.3380872Z [00:03:46.760]➜  Thread model: posix
2025-08-20T19:17:57.3381449Z [00:03:46.760]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.3382247Z [00:03:46.760]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.3383137Z [00:03:46.760]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.3383809Z [00:03:46.760]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.3384366Z [00:03:46.760]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.3413075Z [00:03:46.763]➜    CC       lib/libcoreutils_a-timespec.o
2025-08-20T19:17:57.3418363Z [00:03:46.764]➜   (in-process)
2025-08-20T19:17:57.3439007Z [00:03:46.764]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-time_rz.o -x c lib/time_rz.c
2025-08-20T19:17:57.3454524Z [00:03:46.765]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.3455779Z [00:03:46.766]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.3456786Z [00:03:46.766]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.3457611Z [00:03:46.766]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.3458231Z [00:03:46.766]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.3458824Z [00:03:46.766]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.3459415Z [00:03:46.766]➜  #include "..." search starts here:
2025-08-20T19:17:57.3459997Z [00:03:46.766]➜  #include <...> search starts here:
2025-08-20T19:17:57.3460484Z [00:03:46.766]➜   .
2025-08-20T19:17:57.3460838Z [00:03:46.766]➜   ./lib
2025-08-20T19:17:57.3461505Z [00:03:46.766]➜   src
2025-08-20T19:17:57.3461970Z [00:03:46.766]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.3462560Z [00:03:46.766]➜   /usr/local/include
2025-08-20T19:17:57.3463110Z [00:03:46.766]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.3463640Z [00:03:46.766]➜   /usr/include
2025-08-20T19:17:57.3464096Z [00:03:46.766]➜  End of search list.
2025-08-20T19:17:57.3618199Z [00:03:46.781]➜    CC       lib/glthread/libcoreutils_a-tls.o
2025-08-20T19:17:57.3775479Z [00:03:46.799]➜    CC       lib/libcoreutils_a-tmpdir.o
2025-08-20T19:17:57.3802676Z [00:03:46.802]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.3804421Z [00:03:46.802]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.3805174Z [00:03:46.802]➜  Thread model: posix
2025-08-20T19:17:57.3808087Z [00:03:46.802]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.3808989Z [00:03:46.802]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.3810239Z [00:03:46.802]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.3811028Z [00:03:46.802]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.3811583Z [00:03:46.802]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.3812114Z [00:03:46.802]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.3812659Z [00:03:46.802]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.3813223Z [00:03:46.802]➜  Thread model: posix
2025-08-20T19:17:57.3813806Z [00:03:46.802]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.3814681Z [00:03:46.802]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.3815575Z [00:03:46.802]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.3816277Z [00:03:46.802]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.3816754Z [00:03:46.802]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.3817406Z [00:03:46.803]➜   (in-process)
2025-08-20T19:17:57.3837915Z [00:03:46.803]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-timespec.o -x c lib/timespec.c
2025-08-20T19:17:57.3848240Z [00:03:46.803]➜   (in-process)
2025-08-20T19:17:57.3863136Z [00:03:46.805]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/glthread/libcoreutils_a-tls.o -x c lib/glthread/tls.c
2025-08-20T19:17:57.3873865Z [00:03:46.805]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.3875105Z [00:03:46.805]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.3876088Z [00:03:46.805]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.3876726Z [00:03:46.805]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.3877520Z [00:03:46.805]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.3878138Z [00:03:46.805]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.3878745Z [00:03:46.805]➜  #include "..." search starts here:
2025-08-20T19:17:57.3879325Z [00:03:46.805]➜  #include <...> search starts here:
2025-08-20T19:17:57.3879843Z [00:03:46.805]➜   .
2025-08-20T19:17:57.3880209Z [00:03:46.805]➜   ./lib
2025-08-20T19:17:57.3880588Z [00:03:46.805]➜   src
2025-08-20T19:17:57.3881290Z [00:03:46.805]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.3881847Z [00:03:46.805]➜   /usr/local/include
2025-08-20T19:17:57.3882368Z [00:03:46.805]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.3882884Z [00:03:46.805]➜   /usr/include
2025-08-20T19:17:57.3883333Z [00:03:46.805]➜  End of search list.
2025-08-20T19:17:57.3884126Z [00:03:46.805]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.3885349Z [00:03:46.805]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.3886343Z [00:03:46.805]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.3886984Z [00:03:46.805]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.3908023Z [00:03:46.805]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.3908718Z [00:03:46.805]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.3909343Z [00:03:46.805]➜  #include "..." search starts here:
2025-08-20T19:17:57.3909937Z [00:03:46.805]➜  #include <...> search starts here:
2025-08-20T19:17:57.3910430Z [00:03:46.805]➜   .
2025-08-20T19:17:57.3910795Z [00:03:46.805]➜   ./lib
2025-08-20T19:17:57.3911179Z [00:03:46.805]➜   src
2025-08-20T19:17:57.3911662Z [00:03:46.805]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.3912213Z [00:03:46.805]➜   /usr/local/include
2025-08-20T19:17:57.3912742Z [00:03:46.805]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.3913255Z [00:03:46.805]➜   /usr/include
2025-08-20T19:17:57.3913710Z [00:03:46.805]➜  End of search list.
2025-08-20T19:17:57.3914262Z [00:03:46.808]➜    CC       lib/libcoreutils_a-u64.o
2025-08-20T19:17:57.4057913Z [00:03:46.827]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.4066005Z [00:03:46.827]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.4066533Z [00:03:46.827]➜  Thread model: posix
2025-08-20T19:17:57.4067614Z [00:03:46.827]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.4068477Z [00:03:46.828]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.4070052Z [00:03:46.829]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.4071442Z [00:03:46.829]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.4072398Z [00:03:46.829]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.4073239Z [00:03:46.829]➜   (in-process)
2025-08-20T19:17:57.4085178Z [00:03:46.829]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-tmpdir.o -x c lib/tmpdir.c
2025-08-20T19:17:57.4098450Z [00:03:46.829]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.4099764Z [00:03:46.830]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.4100802Z [00:03:46.830]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.4101461Z [00:03:46.830]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.4102098Z [00:03:46.830]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.4102720Z [00:03:46.830]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.4103329Z [00:03:46.830]➜  #include "..." search starts here:
2025-08-20T19:17:57.4103927Z [00:03:46.830]➜  #include <...> search starts here:
2025-08-20T19:17:57.4104428Z [00:03:46.830]➜   .
2025-08-20T19:17:57.4104786Z [00:03:46.830]➜   ./lib
2025-08-20T19:17:57.4105446Z [00:03:46.830]➜   src
2025-08-20T19:17:57.4105929Z [00:03:46.830]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.4106498Z [00:03:46.830]➜   /usr/local/include
2025-08-20T19:17:57.4107029Z [00:03:46.831]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.4107753Z [00:03:46.831]➜   /usr/include
2025-08-20T19:17:57.4108216Z [00:03:46.831]➜  End of search list.
2025-08-20T19:17:57.4249645Z [00:03:46.846]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.4255718Z [00:03:46.846]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.4256247Z [00:03:46.846]➜  Thread model: posix
2025-08-20T19:17:57.4256820Z [00:03:46.846]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.4258226Z [00:03:46.846]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.4259156Z [00:03:46.846]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.4260246Z [00:03:46.847]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.4261049Z [00:03:46.847]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.4261779Z [00:03:46.847]➜   (in-process)
2025-08-20T19:17:57.4273650Z [00:03:46.848]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-u64.o -x c lib/u64.c
2025-08-20T19:17:57.4315405Z [00:03:46.848]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.4316582Z [00:03:46.849]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.4317726Z [00:03:46.849]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.4318372Z [00:03:46.849]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.4318960Z [00:03:46.849]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.4319525Z [00:03:46.849]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.4320079Z [00:03:46.849]➜  #include "..." search starts here:
2025-08-20T19:17:57.4320638Z [00:03:46.849]➜  #include <...> search starts here:
2025-08-20T19:17:57.4321136Z [00:03:46.849]➜   .
2025-08-20T19:17:57.4321488Z [00:03:46.849]➜   ./lib
2025-08-20T19:17:57.4321828Z [00:03:46.849]➜   src
2025-08-20T19:17:57.4322227Z [00:03:46.849]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.4322739Z [00:03:46.849]➜   /usr/local/include
2025-08-20T19:17:57.4323255Z [00:03:46.849]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.4323753Z [00:03:46.849]➜   /usr/include
2025-08-20T19:17:57.4324185Z [00:03:46.849]➜  End of search list.
2025-08-20T19:17:57.4376451Z [00:03:46.859]➜    CC       lib/libcoreutils_a-unicodeio.o
2025-08-20T19:17:57.4545731Z [00:03:46.876]➜    CC       lib/libcoreutils_a-unistd.o
2025-08-20T19:17:57.4587623Z [00:03:46.880]➜    CC       lib/libcoreutils_a-dup-safer.o
2025-08-20T19:17:57.4612793Z [00:03:46.883]➜    CC       lib/libcoreutils_a-fd-safer.o
2025-08-20T19:17:57.4616492Z [00:03:46.883]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.4633392Z [00:03:46.885]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.4637637Z [00:03:46.885]➜  Thread model: posix
2025-08-20T19:17:57.4638253Z [00:03:46.885]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.4639112Z [00:03:46.885]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.4640339Z [00:03:46.885]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.4641829Z [00:03:46.885]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.4642737Z [00:03:46.885]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.4643996Z [00:03:46.885]➜   (in-process)
2025-08-20T19:17:57.4656327Z [00:03:46.885]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-unicodeio.o -x c lib/unicodeio.c
2025-08-20T19:17:57.4670483Z [00:03:46.886]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.4673179Z [00:03:46.887]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.4674210Z [00:03:46.889]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.4674859Z [00:03:46.889]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.4675515Z [00:03:46.889]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.4676157Z [00:03:46.889]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.4676762Z [00:03:46.889]➜  #include "..." search starts here:
2025-08-20T19:17:57.4677621Z [00:03:46.889]➜  #include <...> search starts here:
2025-08-20T19:17:57.4678138Z [00:03:46.889]➜   .
2025-08-20T19:17:57.4678507Z [00:03:46.889]➜   ./lib
2025-08-20T19:17:57.4678886Z [00:03:46.889]➜   src
2025-08-20T19:17:57.4679428Z [00:03:46.889]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.4679994Z [00:03:46.889]➜   /usr/local/include
2025-08-20T19:17:57.4680531Z [00:03:46.889]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.4681050Z [00:03:46.889]➜   /usr/include
2025-08-20T19:17:57.4681512Z [00:03:46.889]➜  End of search list.
2025-08-20T19:17:57.4832452Z [00:03:46.905]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.4833760Z [00:03:46.905]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.4835945Z [00:03:46.905]➜  Thread model: posix
2025-08-20T19:17:57.4836599Z [00:03:46.905]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.4837821Z [00:03:46.905]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.4839549Z [00:03:46.905]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.4840312Z [00:03:46.905]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.4840944Z [00:03:46.905]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.4841534Z [00:03:46.905]➜   (in-process)
2025-08-20T19:17:57.4859679Z [00:03:46.906]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-dup-safer.o -x c lib/dup-safer.c
2025-08-20T19:17:57.4870544Z [00:03:46.906]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.4871938Z [00:03:46.907]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.4873048Z [00:03:46.907]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.4873759Z [00:03:46.907]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.4899329Z [00:03:46.907]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.4900009Z [00:03:46.907]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.4901990Z [00:03:46.907]➜  #include "..." search starts here:
2025-08-20T19:17:57.4902668Z [00:03:46.907]➜  #include <...> search starts here:
2025-08-20T19:17:57.4903213Z [00:03:46.907]➜   .
2025-08-20T19:17:57.4903657Z [00:03:46.907]➜   ./lib
2025-08-20T19:17:57.4904058Z [00:03:46.907]➜   src
2025-08-20T19:17:57.4904567Z [00:03:46.907]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.4905114Z [00:03:46.907]➜   /usr/local/include
2025-08-20T19:17:57.4905646Z [00:03:46.907]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.4906210Z [00:03:46.907]➜   /usr/include
2025-08-20T19:17:57.4906695Z [00:03:46.907]➜  End of search list.
2025-08-20T19:17:57.4907551Z [00:03:46.909]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.4908185Z [00:03:46.909]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.4908756Z [00:03:46.909]➜  Thread model: posix
2025-08-20T19:17:57.4909383Z [00:03:46.909]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.4910241Z [00:03:46.909]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.4911247Z [00:03:46.909]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.4912014Z [00:03:46.909]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.4912959Z [00:03:46.909]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.4913505Z [00:03:46.910]➜   (in-process)
2025-08-20T19:17:57.4925317Z [00:03:46.910]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-unistd.o -x c lib/unistd.c
2025-08-20T19:17:57.4936086Z [00:03:46.912]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.4937573Z [00:03:46.912]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.4938684Z [00:03:46.912]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.4939693Z [00:03:46.912]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.4940441Z [00:03:46.912]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.4941139Z [00:03:46.912]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.4941812Z [00:03:46.912]➜  #include "..." search starts here:
2025-08-20T19:17:57.4942474Z [00:03:46.912]➜  #include <...> search starts here:
2025-08-20T19:17:57.4943032Z [00:03:46.912]➜   .
2025-08-20T19:17:57.4943453Z [00:03:46.912]➜   ./lib
2025-08-20T19:17:57.4943899Z [00:03:46.912]➜   src
2025-08-20T19:17:57.4944443Z [00:03:46.912]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.4945070Z [00:03:46.912]➜   /usr/local/include
2025-08-20T19:17:57.4945677Z [00:03:46.912]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.4946235Z [00:03:46.912]➜   /usr/include
2025-08-20T19:17:57.4946905Z [00:03:46.912]➜  End of search list.
2025-08-20T19:17:57.5037848Z [00:03:46.925]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.5042718Z [00:03:46.925]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.5043368Z [00:03:46.925]➜  Thread model: posix
2025-08-20T19:17:57.5044026Z [00:03:46.925]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.5044896Z [00:03:46.925]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.5045910Z [00:03:46.925]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.5046759Z [00:03:46.925]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.5047565Z [00:03:46.925]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.5049620Z [00:03:46.926]➜   (in-process)
2025-08-20T19:17:57.5061576Z [00:03:46.926]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fd-safer.o -x c lib/fd-safer.c
2025-08-20T19:17:57.5081969Z [00:03:46.930]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.5087895Z [00:03:46.930]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.5130599Z [00:03:46.930]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.5131352Z [00:03:46.930]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.5132097Z [00:03:46.930]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.5132836Z [00:03:46.930]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.5133539Z [00:03:46.930]➜  #include "..." search starts here:
2025-08-20T19:17:57.5134250Z [00:03:46.930]➜  #include <...> search starts here:
2025-08-20T19:17:57.5134827Z [00:03:46.930]➜   .
2025-08-20T19:17:57.5135522Z [00:03:46.930]➜   ./lib
2025-08-20T19:17:57.5136012Z [00:03:46.930]➜   src
2025-08-20T19:17:57.5136562Z [00:03:46.930]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.5137392Z [00:03:46.930]➜   /usr/local/include
2025-08-20T19:17:57.5138005Z [00:03:46.930]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.5138559Z [00:03:46.930]➜   /usr/include
2025-08-20T19:17:57.5139039Z [00:03:46.930]➜  End of search list.
2025-08-20T19:17:57.5319133Z [00:03:46.954]➜    CC       lib/libcoreutils_a-pipe-safer.o
2025-08-20T19:17:57.5550578Z [00:03:46.977]➜    CC       lib/libcoreutils_a-unlinkdir.o
2025-08-20T19:17:57.5609370Z [00:03:46.981]➜    CC       lib/libcoreutils_a-userspec.o
2025-08-20T19:17:57.5616756Z [00:03:46.983]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.5618188Z [00:03:46.983]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.5620895Z [00:03:46.983]➜  Thread model: posix
2025-08-20T19:17:57.5621478Z [00:03:46.983]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.5622309Z [00:03:46.983]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.5623218Z [00:03:46.983]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.5623895Z [00:03:46.983]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.5629264Z [00:03:46.983]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.5629877Z [00:03:46.983]➜   (in-process)
2025-08-20T19:17:57.5641220Z [00:03:46.983]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-pipe-safer.o -x c lib/pipe-safer.c
2025-08-20T19:17:57.5666303Z [00:03:46.983]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.5667706Z [00:03:46.983]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.5668694Z [00:03:46.983]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.5669331Z [00:03:46.983]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.5669948Z [00:03:46.983]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.5670554Z [00:03:46.983]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.5671149Z [00:03:46.983]➜  #include "..." search starts here:
2025-08-20T19:17:57.5671731Z [00:03:46.983]➜  #include <...> search starts here:
2025-08-20T19:17:57.5672226Z [00:03:46.983]➜   .
2025-08-20T19:17:57.5672588Z [00:03:46.983]➜   ./lib
2025-08-20T19:17:57.5672995Z [00:03:46.983]➜   src
2025-08-20T19:17:57.5673473Z [00:03:46.983]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.5674289Z [00:03:46.983]➜   /usr/local/include
2025-08-20T19:17:57.5674836Z [00:03:46.983]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.5675330Z [00:03:46.983]➜   /usr/include
2025-08-20T19:17:57.5675746Z [00:03:46.983]➜  End of search list.
2025-08-20T19:17:57.5676308Z [00:03:46.984]➜    CC       lib/libcoreutils_a-utimecmp.o
2025-08-20T19:17:57.5679045Z [00:03:46.988]➜    CC       lib/libcoreutils_a-utimens.o
2025-08-20T19:17:57.5799439Z [00:03:47.001]➜  Debian clang version 19.1.7 (3+b2)Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.5800902Z [00:03:47.001]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.5801959Z [00:03:47.001]➜  Thread model: posix
2025-08-20T19:17:57.5802775Z [00:03:47.001]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.5803845Z [00:03:47.001]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.5804998Z [00:03:47.001]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.5806051Z [00:03:47.001]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.5806845Z [00:03:47.001]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.5807996Z [00:03:47.001]➜  
2025-08-20T19:17:57.5808948Z [00:03:47.002]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.5809608Z [00:03:47.002]➜  Thread model: posix
2025-08-20T19:17:57.5810264Z [00:03:47.002]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.5811170Z [00:03:47.002]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.5822417Z [00:03:47.004]➜   (in-process)
2025-08-20T19:17:57.5834064Z [00:03:47.004]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-userspec.o -x c lib/userspec.c
2025-08-20T19:17:57.5845539Z [00:03:47.004]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.5847333Z [00:03:47.004]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.5848765Z [00:03:47.004]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.5849647Z [00:03:47.004]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.5850491Z [00:03:47.004]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.5851433Z [00:03:47.004]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.5852332Z [00:03:47.004]➜  #include "..." search starts here:
2025-08-20T19:17:57.5853214Z [00:03:47.004]➜  #include <...> search starts here:
2025-08-20T19:17:57.5853979Z [00:03:47.004]➜   .
2025-08-20T19:17:57.5854967Z [00:03:47.004]➜   ./lib
2025-08-20T19:17:57.5855830Z [00:03:47.004]➜   src
2025-08-20T19:17:57.5856595Z [00:03:47.004]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.5857624Z [00:03:47.004]➜   /usr/local/include
2025-08-20T19:17:57.5858457Z [00:03:47.004]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.5859208Z [00:03:47.004]➜   /usr/include
2025-08-20T19:17:57.5859908Z [00:03:47.004]➜  End of search list.
2025-08-20T19:17:57.5860899Z [00:03:47.004]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.5861852Z [00:03:47.004]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.5862592Z [00:03:47.004]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.5870030Z [00:03:47.009]➜   (in-process)
2025-08-20T19:17:57.5943449Z [00:03:47.015]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name unlinkdir.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-unlinkdir.o -x c lib/unlinkdir.c
2025-08-20T19:17:57.5984105Z [00:03:47.015]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.5985495Z [00:03:47.015]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.5986604Z [00:03:47.015]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.5987536Z [00:03:47.015]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.5988262Z [00:03:47.015]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.5988991Z [00:03:47.015]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.5989694Z [00:03:47.015]➜  #include "..." search starts here:
2025-08-20T19:17:57.5990347Z [00:03:47.015]➜  #include <...> search starts here:
2025-08-20T19:17:57.5990898Z [00:03:47.015]➜   .
2025-08-20T19:17:57.5991330Z [00:03:47.015]➜   ./lib
2025-08-20T19:17:57.5991760Z [00:03:47.015]➜   src
2025-08-20T19:17:57.5992305Z [00:03:47.015]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.5992929Z [00:03:47.015]➜   /usr/local/include
2025-08-20T19:17:57.5993526Z [00:03:47.015]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.5994104Z [00:03:47.015]➜   /usr/include
2025-08-20T19:17:57.5994593Z [00:03:47.015]➜  End of search list.
2025-08-20T19:17:57.6035737Z [00:03:47.025]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.6053319Z [00:03:47.025]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.6053944Z [00:03:47.025]➜  Thread model: posix
2025-08-20T19:17:57.6054554Z [00:03:47.025]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.6055416Z [00:03:47.025]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.6056679Z [00:03:47.025]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.6065219Z [00:03:47.025]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.6065800Z [00:03:47.025]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.6066311Z [00:03:47.028]➜   (in-process)
2025-08-20T19:17:57.6078443Z [00:03:47.028]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-utimens.o -x c lib/utimens.c
2025-08-20T19:17:57.6094230Z [00:03:47.028]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.6095569Z [00:03:47.028]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.6096642Z [00:03:47.028]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.6097505Z [00:03:47.028]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.6098187Z [00:03:47.028]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.6098840Z [00:03:47.028]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.6099476Z [00:03:47.028]➜  #include "..." search starts here:
2025-08-20T19:17:57.6100154Z [00:03:47.028]➜  #include <...> search starts here:
2025-08-20T19:17:57.6100713Z [00:03:47.028]➜   .
2025-08-20T19:17:57.6101669Z [00:03:47.028]➜   ./lib
2025-08-20T19:17:57.6102147Z [00:03:47.028]➜   src
2025-08-20T19:17:57.6105974Z [00:03:47.028]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.6106618Z [00:03:47.028]➜   /usr/local/include
2025-08-20T19:17:57.6107424Z [00:03:47.028]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.6108000Z [00:03:47.028]➜   /usr/include
2025-08-20T19:17:57.6108490Z [00:03:47.028]➜  End of search list.
2025-08-20T19:17:57.6110081Z [00:03:47.031]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.6110741Z [00:03:47.031]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.6111299Z [00:03:47.031]➜  Thread model: posix
2025-08-20T19:17:57.6111887Z [00:03:47.031]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.6112744Z [00:03:47.031]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.6113739Z [00:03:47.031]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.6114522Z [00:03:47.031]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.6115149Z [00:03:47.031]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.6115708Z [00:03:47.031]➜   (in-process)
2025-08-20T19:17:57.6132368Z [00:03:47.031]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-utimecmp.o -x c lib/utimecmp.c
2025-08-20T19:17:57.6143283Z [00:03:47.032]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.6144689Z [00:03:47.033]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.6145797Z [00:03:47.033]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.6146905Z [00:03:47.033]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.6158434Z [00:03:47.033]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.6159126Z [00:03:47.033]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.6159774Z [00:03:47.033]➜  #include "..." search starts here:
2025-08-20T19:17:57.6200636Z [00:03:47.033]➜  #include <...> search starts here:
2025-08-20T19:17:57.6201241Z [00:03:47.033]➜   .
2025-08-20T19:17:57.6201597Z [00:03:47.033]➜   ./lib
2025-08-20T19:17:57.6201966Z [00:03:47.033]➜   src
2025-08-20T19:17:57.6202514Z [00:03:47.033]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.6203058Z [00:03:47.033]➜   /usr/local/include
2025-08-20T19:17:57.6203588Z [00:03:47.033]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.6204094Z [00:03:47.033]➜   /usr/include
2025-08-20T19:17:57.6204534Z [00:03:47.033]➜  End of search list.
2025-08-20T19:17:57.6205101Z [00:03:47.037]➜    CC       lib/libcoreutils_a-vaszprintf.o
2025-08-20T19:17:57.6562446Z [00:03:47.078]➜    CC       lib/libcoreutils_a-aszprintf.o
2025-08-20T19:17:57.6654664Z [00:03:47.087]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.6655549Z [00:03:47.087]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.6658412Z [00:03:47.087]➜  Thread model: posix
2025-08-20T19:17:57.6659019Z [00:03:47.087]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.6663597Z [00:03:47.087]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.6664603Z [00:03:47.087]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.6665384Z [00:03:47.087]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.6665939Z [00:03:47.087]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.6666468Z [00:03:47.088]➜   (in-process)
2025-08-20T19:17:57.6707929Z [00:03:47.091]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-vaszprintf.o -x c lib/vaszprintf.c
2025-08-20T19:17:57.6730295Z [00:03:47.095]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.6731532Z [00:03:47.095]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.6732504Z [00:03:47.095]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.6733134Z [00:03:47.095]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.6733729Z [00:03:47.095]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.6734335Z [00:03:47.095]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.6735182Z [00:03:47.095]➜  #include "..." search starts here:
2025-08-20T19:17:57.6735774Z [00:03:47.095]➜  #include <...> search starts here:
2025-08-20T19:17:57.6736287Z [00:03:47.095]➜   .
2025-08-20T19:17:57.6736662Z [00:03:47.095]➜   ./lib
2025-08-20T19:17:57.6737041Z [00:03:47.095]➜   src
2025-08-20T19:17:57.6737743Z [00:03:47.095]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.6738263Z [00:03:47.095]➜   /usr/local/include
2025-08-20T19:17:57.6738717Z [00:03:47.095]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.6739141Z [00:03:47.095]➜   /usr/include
2025-08-20T19:17:57.6739521Z [00:03:47.095]➜  End of search list.
2025-08-20T19:17:57.6851130Z [00:03:47.107]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.6853562Z [00:03:47.107]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.6854103Z [00:03:47.107]➜  Thread model: posix
2025-08-20T19:17:57.6854653Z [00:03:47.107]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.6855413Z [00:03:47.107]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.6856321Z [00:03:47.107]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.6857040Z [00:03:47.107]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.6860639Z [00:03:47.108]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.6868467Z [00:03:47.109]➜   (in-process)
2025-08-20T19:17:57.6912496Z [00:03:47.112]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-aszprintf.o -x c lib/aszprintf.c
2025-08-20T19:17:57.6924320Z [00:03:47.112]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.6925556Z [00:03:47.112]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.6926507Z [00:03:47.112]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.6927120Z [00:03:47.112]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.6927978Z [00:03:47.112]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.6928609Z [00:03:47.112]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.6929220Z [00:03:47.112]➜  #include "..." search starts here:
2025-08-20T19:17:57.6929827Z [00:03:47.112]➜  #include <...> search starts here:
2025-08-20T19:17:57.6930336Z [00:03:47.112]➜   .
2025-08-20T19:17:57.6930717Z [00:03:47.112]➜   ./lib
2025-08-20T19:17:57.6931119Z [00:03:47.112]➜   src
2025-08-20T19:17:57.6931630Z [00:03:47.112]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.6932200Z [00:03:47.112]➜   /usr/local/include
2025-08-20T19:17:57.6933016Z [00:03:47.112]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.6934945Z [00:03:47.112]➜   /usr/include
2025-08-20T19:17:57.6935418Z [00:03:47.112]➜  End of search list.
2025-08-20T19:17:57.6937500Z [00:03:47.115]➜    CC       lib/libcoreutils_a-version-etc.o
2025-08-20T19:17:57.7004264Z [00:03:47.122]➜    CC       lib/libcoreutils_a-version-etc-fsf.o
2025-08-20T19:17:57.7181859Z [00:03:47.139]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.7182554Z [00:03:47.139]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.7183619Z [00:03:47.139]➜  Thread model: posix
2025-08-20T19:17:57.7184309Z [00:03:47.139]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.7193304Z [00:03:47.139]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.7194311Z [00:03:47.139]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.7195049Z [00:03:47.139]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.7198099Z [00:03:47.139]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.7198677Z [00:03:47.139]➜   (in-process)
2025-08-20T19:17:57.7230696Z [00:03:47.139]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-version-etc.o -x c lib/version-etc.c
2025-08-20T19:17:57.7240647Z [00:03:47.140]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.7241880Z [00:03:47.141]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.7242836Z [00:03:47.141]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.7243475Z [00:03:47.141]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.7244106Z [00:03:47.141]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.7244716Z [00:03:47.141]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.7245307Z [00:03:47.141]➜  #include "..." search starts here:
2025-08-20T19:17:57.7245888Z [00:03:47.141]➜  #include <...> search starts here:
2025-08-20T19:17:57.7246382Z [00:03:47.141]➜   .
2025-08-20T19:17:57.7246742Z [00:03:47.141]➜   ./lib
2025-08-20T19:17:57.7247111Z [00:03:47.141]➜   src
2025-08-20T19:17:57.7247854Z [00:03:47.141]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.7248407Z [00:03:47.141]➜   /usr/local/include
2025-08-20T19:17:57.7248929Z [00:03:47.141]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.7249433Z [00:03:47.141]➜   /usr/include
2025-08-20T19:17:57.7249873Z [00:03:47.141]➜  End of search list.
2025-08-20T19:17:57.7364553Z [00:03:47.158]➜    CC       lib/libcoreutils_a-vfzprintf.o
2025-08-20T19:17:57.7464269Z [00:03:47.168]➜    CC       lib/libcoreutils_a-vsnzprintf.o
2025-08-20T19:17:57.7473166Z [00:03:47.169]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.7474542Z [00:03:47.169]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.7479434Z [00:03:47.169]➜  Thread model: posix
2025-08-20T19:17:57.7480427Z [00:03:47.169]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.7481637Z [00:03:47.169]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.7483580Z [00:03:47.169]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.7487485Z [00:03:47.170]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.7488687Z [00:03:47.170]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.7490060Z [00:03:47.170]➜   (in-process)
2025-08-20T19:17:57.7514705Z [00:03:47.171]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:17:57.7525508Z [00:03:47.172]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.7531338Z [00:03:47.175]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.7536604Z [00:03:47.175]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.7537464Z [00:03:47.175]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.7538122Z [00:03:47.175]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.7538780Z [00:03:47.175]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.7539406Z [00:03:47.175]➜  #include "..." search starts here:
2025-08-20T19:17:57.7539995Z [00:03:47.175]➜  #include <...> search starts here:
2025-08-20T19:17:57.7540495Z [00:03:47.175]➜   .
2025-08-20T19:17:57.7540869Z [00:03:47.175]➜   ./lib
2025-08-20T19:17:57.7541252Z [00:03:47.175]➜   src
2025-08-20T19:17:57.7541722Z [00:03:47.175]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.7542270Z [00:03:47.175]➜   /usr/local/include
2025-08-20T19:17:57.7542802Z [00:03:47.175]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.7543318Z [00:03:47.175]➜   /usr/include
2025-08-20T19:17:57.7543774Z [00:03:47.175]➜  End of search list.
2025-08-20T19:17:57.7614590Z [00:03:47.183]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.7617850Z [00:03:47.183]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.7640594Z [00:03:47.183]➜  Thread model: posix
2025-08-20T19:17:57.7653693Z [00:03:47.183]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.7654621Z [00:03:47.186]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.7655573Z [00:03:47.186]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.7656257Z [00:03:47.186]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.7656805Z [00:03:47.186]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.7660756Z [00:03:47.186]➜   (in-process)
2025-08-20T19:17:57.7672503Z [00:03:47.186]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-vfzprintf.o -x c lib/vfzprintf.c
2025-08-20T19:17:57.7689346Z [00:03:47.186]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.7690693Z [00:03:47.186]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.7691757Z [00:03:47.186]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.7692456Z [00:03:47.187]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.7693123Z [00:03:47.187]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.7693808Z [00:03:47.188]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.7694456Z [00:03:47.190]➜  #include "..." search starts here:
2025-08-20T19:17:57.7695075Z [00:03:47.190]➜  #include <...> search starts here:
2025-08-20T19:17:57.7695590Z [00:03:47.190]➜   .
2025-08-20T19:17:57.7695957Z [00:03:47.190]➜   ./lib
2025-08-20T19:17:57.7696346Z [00:03:47.190]➜   src
2025-08-20T19:17:57.7696868Z [00:03:47.190]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.7697678Z [00:03:47.190]➜   /usr/local/include
2025-08-20T19:17:57.7698310Z [00:03:47.190]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.7698832Z [00:03:47.190]➜   /usr/include
2025-08-20T19:17:57.7699291Z [00:03:47.190]➜  End of search list.
2025-08-20T19:17:57.7790211Z [00:03:47.201]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.7793981Z [00:03:47.201]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.7794525Z [00:03:47.201]➜  Thread model: posix
2025-08-20T19:17:57.7795068Z [00:03:47.201]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.7795938Z [00:03:47.201]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.7796957Z [00:03:47.201]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.7797941Z [00:03:47.201]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.7798557Z [00:03:47.201]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.7810236Z [00:03:47.203]➜   (in-process)
2025-08-20T19:17:57.7824727Z [00:03:47.203]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-vsnzprintf.o -x c lib/vsnzprintf.c
2025-08-20T19:17:57.7847433Z [00:03:47.206]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.7855511Z [00:03:47.207]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.7858608Z [00:03:47.207]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.7860131Z [00:03:47.207]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.7861922Z [00:03:47.207]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.7862642Z [00:03:47.207]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.7863263Z [00:03:47.207]➜  #include "..." search starts here:
2025-08-20T19:17:57.7863884Z [00:03:47.207]➜  #include <...> search starts here:
2025-08-20T19:17:57.7864428Z [00:03:47.207]➜   .
2025-08-20T19:17:57.7864822Z [00:03:47.207]➜   ./lib
2025-08-20T19:17:57.7865238Z [00:03:47.207]➜   src
2025-08-20T19:17:57.7865747Z [00:03:47.207]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.7866338Z [00:03:47.207]➜   /usr/local/include
2025-08-20T19:17:57.7866929Z [00:03:47.207]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.7867777Z [00:03:47.208]➜   /usr/include
2025-08-20T19:17:57.7868271Z [00:03:47.208]➜  End of search list.
2025-08-20T19:17:57.7969754Z [00:03:47.219]➜    CC       lib/libcoreutils_a-vzprintf.o
2025-08-20T19:17:57.8179858Z [00:03:47.239]➜    CC       lib/libcoreutils_a-wctype-h.o
2025-08-20T19:17:57.8239408Z [00:03:47.245]➜    CC       lib/libcoreutils_a-xalignalloc.o
2025-08-20T19:17:57.8249473Z [00:03:47.246]➜    CC       lib/libcoreutils_a-write-any-file.o
2025-08-20T19:17:57.8301934Z [00:03:47.252]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.8303187Z [00:03:47.252]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.8304624Z [00:03:47.252]➜  Thread model: posix
2025-08-20T19:17:57.8305176Z [00:03:47.252]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.8305964Z [00:03:47.252]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.8306949Z [00:03:47.252]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.8307952Z [00:03:47.252]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.8308583Z [00:03:47.252]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.8309161Z [00:03:47.252]➜   (in-process)
2025-08-20T19:17:57.8320677Z [00:03:47.252]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-vzprintf.o -x c lib/vzprintf.c
2025-08-20T19:17:57.8332464Z [00:03:47.252]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.8333731Z [00:03:47.252]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.8334738Z [00:03:47.252]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.8335392Z [00:03:47.252]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.8336010Z [00:03:47.252]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.8337283Z [00:03:47.252]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.8338065Z [00:03:47.252]➜  #include "..." search starts here:
2025-08-20T19:17:57.8338687Z [00:03:47.252]➜  #include <...> search starts here:
2025-08-20T19:17:57.8339207Z [00:03:47.252]➜   .
2025-08-20T19:17:57.8339624Z [00:03:47.252]➜   ./lib
2025-08-20T19:17:57.8340038Z [00:03:47.252]➜   src
2025-08-20T19:17:57.8340532Z [00:03:47.252]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.8341107Z [00:03:47.252]➜   /usr/local/include
2025-08-20T19:17:57.8341700Z [00:03:47.252]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.8342237Z [00:03:47.252]➜   /usr/include
2025-08-20T19:17:57.8342695Z [00:03:47.252]➜  End of search list.
2025-08-20T19:17:57.8508366Z [00:03:47.272]➜    CC       lib/libcoreutils_a-xmalloc.o
2025-08-20T19:17:57.8525523Z [00:03:47.274]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.8532769Z [00:03:47.274]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.8533354Z [00:03:47.274]➜  Thread model: posix
2025-08-20T19:17:57.8533908Z [00:03:47.274]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.8534687Z [00:03:47.274]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.8535562Z [00:03:47.274]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.8540045Z [00:03:47.276]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.8543038Z [00:03:47.276]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.8560882Z [00:03:47.278]➜   (in-process)
2025-08-20T19:17:57.8574221Z [00:03:47.278]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xalignalloc.o -x c lib/xalignalloc.c
2025-08-20T19:17:57.8590279Z [00:03:47.281]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.8599518Z [00:03:47.281]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.8610164Z [00:03:47.282]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.8612642Z [00:03:47.282]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.8613265Z [00:03:47.282]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.8613870Z [00:03:47.282]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.8614449Z [00:03:47.282]➜  #include "..." search starts here:
2025-08-20T19:17:57.8615034Z [00:03:47.282]➜  #include <...> search starts here:
2025-08-20T19:17:57.8615630Z [00:03:47.282]➜   .Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.8616450Z [00:03:47.282]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.8616972Z [00:03:47.283]➜  Thread model: posix
2025-08-20T19:17:57.8617734Z [00:03:47.283]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.8618524Z [00:03:47.283]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.8619400Z [00:03:47.283]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.8620112Z [00:03:47.283]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.8620633Z [00:03:47.283]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.8624294Z [00:03:47.284]➜   (in-process)
2025-08-20T19:17:57.8638546Z [00:03:47.284]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-wctype-h.o -x c lib/wctype-h.c
2025-08-20T19:17:57.8672634Z [00:03:47.284]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.8673921Z [00:03:47.284]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.8674907Z [00:03:47.284]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.8675522Z [00:03:47.284]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.8676135Z [00:03:47.284]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.8676768Z [00:03:47.284]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.8678111Z [00:03:47.284]➜  #include "..." search starts here:
2025-08-20T19:17:57.8683744Z [00:03:47.284]➜  #include <...> search starts here:
2025-08-20T19:17:57.8684507Z [00:03:47.284]➜   .
2025-08-20T19:17:57.8684888Z [00:03:47.284]➜   ./lib
2025-08-20T19:17:57.8685256Z [00:03:47.284]➜   src
2025-08-20T19:17:57.8685731Z [00:03:47.284]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.8686270Z [00:03:47.284]➜   /usr/local/include
2025-08-20T19:17:57.8686787Z [00:03:47.284]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.8687473Z [00:03:47.284]➜   /usr/include
2025-08-20T19:17:57.8687919Z [00:03:47.284]➜  End of search list.
2025-08-20T19:17:57.8688354Z [00:03:47.289]➜  
2025-08-20T19:17:57.8688704Z [00:03:47.289]➜   ./lib
2025-08-20T19:17:57.8689069Z [00:03:47.289]➜   src
2025-08-20T19:17:57.8689533Z [00:03:47.289]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.8690076Z [00:03:47.289]➜   /usr/local/include
2025-08-20T19:17:57.8690590Z [00:03:47.289]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.8691110Z [00:03:47.289]➜   /usr/include
2025-08-20T19:17:57.8691553Z [00:03:47.289]➜  End of search list.
2025-08-20T19:17:57.8692101Z [00:03:47.289]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.8692685Z [00:03:47.289]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.8693200Z [00:03:47.289]➜  Thread model: posix
2025-08-20T19:17:57.8693756Z [00:03:47.289]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.8694531Z [00:03:47.290]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.8695366Z [00:03:47.290]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.8696030Z [00:03:47.290]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.8696574Z [00:03:47.290]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.8712839Z [00:03:47.293]➜   (in-process)
2025-08-20T19:17:57.8727668Z [00:03:47.293]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:17:57.8743123Z [00:03:47.296]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.8746327Z [00:03:47.296]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.8749075Z [00:03:47.296]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.8749758Z [00:03:47.296]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.8750389Z [00:03:47.296]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.8751029Z [00:03:47.296]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.8751842Z [00:03:47.296]➜  #include "..." search starts here:
2025-08-20T19:17:57.8752486Z [00:03:47.296]➜  #include <...> search starts here:
2025-08-20T19:17:57.8752982Z [00:03:47.296]➜   .
2025-08-20T19:17:57.8753338Z [00:03:47.296]➜   ./lib
2025-08-20T19:17:57.8753704Z [00:03:47.296]➜   src
2025-08-20T19:17:57.8754166Z [00:03:47.296]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.8754700Z [00:03:47.296]➜   /usr/local/include
2025-08-20T19:17:57.8755222Z [00:03:47.296]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.8755757Z [00:03:47.296]➜   /usr/include
2025-08-20T19:17:57.8756210Z [00:03:47.296]➜  End of search list.
2025-08-20T19:17:57.8756763Z [00:03:47.296]➜    CC       lib/libcoreutils_a-xalloc-die.o
2025-08-20T19:17:57.8757599Z [00:03:47.296]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.8758186Z [00:03:47.296]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.8758728Z [00:03:47.296]➜  Thread model: posix
2025-08-20T19:17:57.8772029Z [00:03:47.299]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.8775582Z [00:03:47.299]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.8782258Z [00:03:47.300]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.8783000Z [00:03:47.300]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.8831131Z [00:03:47.300]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.8831724Z [00:03:47.300]➜   (in-process)
2025-08-20T19:17:57.8843810Z [00:03:47.300]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xmalloc.o -x c lib/xmalloc.c
2025-08-20T19:17:57.8855060Z [00:03:47.300]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.8856384Z [00:03:47.300]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.8858027Z [00:03:47.300]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.8858739Z [00:03:47.300]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.8859417Z [00:03:47.300]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.8860095Z [00:03:47.300]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.8860740Z [00:03:47.300]➜  #include "..." search starts here:
2025-08-20T19:17:57.8861372Z [00:03:47.300]➜  #include <...> search starts here:
2025-08-20T19:17:57.8861906Z [00:03:47.300]➜   .
2025-08-20T19:17:57.8862324Z [00:03:47.300]➜   ./lib
2025-08-20T19:17:57.8862744Z [00:03:47.300]➜   src
2025-08-20T19:17:57.8863249Z [00:03:47.300]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.8864182Z [00:03:47.300]➜   /usr/local/include
2025-08-20T19:17:57.8864812Z [00:03:47.300]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.8865390Z [00:03:47.300]➜   /usr/include
2025-08-20T19:17:57.8865866Z [00:03:47.300]➜  End of search list.
2025-08-20T19:17:57.9160837Z [00:03:47.338]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.9175478Z [00:03:47.338]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.9176092Z [00:03:47.338]➜  Thread model: posix
2025-08-20T19:17:57.9176712Z [00:03:47.338]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.9177803Z [00:03:47.338]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.9178847Z [00:03:47.338]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.9179622Z [00:03:47.338]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.9180223Z [00:03:47.338]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.9180846Z [00:03:47.338]➜   (in-process)
2025-08-20T19:17:57.9201867Z [00:03:47.338]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xalloc-die.o -x c lib/xalloc-die.c
2025-08-20T19:17:57.9213345Z [00:03:47.340]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.9214707Z [00:03:47.341]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.9215799Z [00:03:47.341]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.9216502Z [00:03:47.341]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.9217353Z [00:03:47.341]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.9218025Z [00:03:47.341]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.9218681Z [00:03:47.341]➜  #include "..." search starts here:
2025-08-20T19:17:57.9221008Z [00:03:47.341]➜  #include <...> search starts here:
2025-08-20T19:17:57.9221596Z [00:03:47.341]➜   .
2025-08-20T19:17:57.9221983Z [00:03:47.341]➜   ./lib
2025-08-20T19:17:57.9222384Z [00:03:47.341]➜   src
2025-08-20T19:17:57.9222893Z [00:03:47.341]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.9223473Z [00:03:47.341]➜   /usr/local/include
2025-08-20T19:17:57.9224064Z [00:03:47.341]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.9224651Z [00:03:47.341]➜   /usr/include
2025-08-20T19:17:57.9225160Z [00:03:47.341]➜  End of search list.
2025-08-20T19:17:57.9225818Z [00:03:47.344]➜    CC       lib/libcoreutils_a-xbinary-io.o
2025-08-20T19:17:57.9276066Z [00:03:47.349]➜    CC       lib/libcoreutils_a-xdectoimax.o
2025-08-20T19:17:57.9382805Z [00:03:47.360]➜    CC       lib/libcoreutils_a-xdectoumax.o
2025-08-20T19:17:57.9602301Z [00:03:47.382]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.9606495Z [00:03:47.382]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.9611991Z [00:03:47.383]➜  Thread model: posix
2025-08-20T19:17:57.9612594Z [00:03:47.383]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.9618164Z [00:03:47.383]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.9619093Z [00:03:47.383]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.9619771Z [00:03:47.383]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.9620307Z [00:03:47.383]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.9620817Z [00:03:47.383]➜   (in-process)
2025-08-20T19:17:57.9632653Z [00:03:47.383]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xdectoumax.o -x c lib/xdectoumax.c
2025-08-20T19:17:57.9647813Z [00:03:47.386]➜    CC       lib/libcoreutils_a-xfts.o
2025-08-20T19:17:57.9655260Z [00:03:47.387]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.9663083Z [00:03:47.388]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.9664170Z [00:03:47.388]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.9666100Z [00:03:47.388]➜  Thread model: posix
2025-08-20T19:17:57.9666710Z [00:03:47.388]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.9668170Z [00:03:47.388]➜  Found candidate GCC installation: ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.9669559Z [00:03:47.388]➜  ignoring nonexistent directory "/include/usr/lib/gcc/x86_64-linux-gnu/14"
2025-08-20T19:17:57.9670343Z [00:03:47.388]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.9670941Z [00:03:47.388]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.9671544Z [00:03:47.389]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.9672037Z [00:03:47.389]➜  
2025-08-20T19:17:57.9672618Z [00:03:47.389]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.9673437Z [00:03:47.389]➜  Candidate multilib: .;@#include "..." search starts here:
2025-08-20T19:17:57.9674135Z [00:03:47.389]➜  m64#include <...> search starts here:
2025-08-20T19:17:57.9674627Z [00:03:47.389]➜  
2025-08-20T19:17:57.9675041Z [00:03:47.389]➜   Selected multilib: ..
2025-08-20T19:17:57.9675508Z [00:03:47.389]➜  ; @./libm64
2025-08-20T19:17:57.9676154Z [00:03:47.389]➜  
2025-08-20T19:17:57.9676517Z [00:03:47.389]➜   src
2025-08-20T19:17:57.9676988Z [00:03:47.389]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.9677956Z [00:03:47.389]➜   /usr/local/include
2025-08-20T19:17:57.9678471Z [00:03:47.389]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.9678968Z [00:03:47.389]➜   /usr/include
2025-08-20T19:17:57.9679399Z [00:03:47.389]➜  End of search list.
2025-08-20T19:17:57.9688259Z [00:03:47.390]➜   (in-process)
2025-08-20T19:17:57.9703251Z [00:03:47.390]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xbinary-io.o -x c lib/xbinary-io.c
2025-08-20T19:17:57.9740877Z [00:03:47.390]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.9742247Z [00:03:47.390]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.9743331Z [00:03:47.393]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:57.9743976Z [00:03:47.393]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:57.9744544Z [00:03:47.393]➜  Thread model: posix
2025-08-20T19:17:57.9745136Z [00:03:47.393]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:57.9746262Z [00:03:47.393]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14ignoring nonexistent directory "/include"
2025-08-20T19:17:57.9749322Z [00:03:47.393]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.9750073Z [00:03:47.393]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.9750700Z [00:03:47.393]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.9751307Z [00:03:47.393]➜  #include "..." search starts here:
2025-08-20T19:17:57.9751959Z [00:03:47.393]➜  #include <...> search starts here:
2025-08-20T19:17:57.9752494Z [00:03:47.393]➜   .
2025-08-20T19:17:57.9752884Z [00:03:47.393]➜   ./lib
2025-08-20T19:17:57.9753281Z [00:03:47.393]➜   src
2025-08-20T19:17:57.9753782Z [00:03:47.393]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.9754341Z [00:03:47.393]➜   /usr/local/include
2025-08-20T19:17:57.9754877Z [00:03:47.393]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.9755405Z [00:03:47.393]➜   /usr/include
2025-08-20T19:17:57.9755857Z [00:03:47.393]➜  End of search list.
2025-08-20T19:17:57.9756298Z [00:03:47.393]➜  
2025-08-20T19:17:57.9756905Z [00:03:47.393]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:57.9757825Z [00:03:47.393]➜  Candidate multilib: .;@m64
2025-08-20T19:17:57.9758364Z [00:03:47.393]➜  Selected multilib: .;@m64
2025-08-20T19:17:57.9759110Z [00:03:47.393]➜   (in-process)
2025-08-20T19:17:57.9770983Z [00:03:47.397]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xdectoimax.o -x c lib/xdectoimax.c
2025-08-20T19:17:57.9783966Z [00:03:47.397]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:57.9785368Z [00:03:47.400]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:57.9786788Z [00:03:47.400]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:57.9788366Z [00:03:47.400]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:57.9789100Z [00:03:47.400]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:57.9789813Z [00:03:47.400]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:57.9790623Z [00:03:47.400]➜  #include "..." search starts here:
2025-08-20T19:17:57.9791275Z [00:03:47.400]➜  #include <...> search starts here:
2025-08-20T19:17:57.9791833Z [00:03:47.400]➜   .
2025-08-20T19:17:57.9792240Z [00:03:47.400]➜   ./lib
2025-08-20T19:17:57.9792669Z [00:03:47.400]➜   src
2025-08-20T19:17:57.9793192Z [00:03:47.400]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:57.9793800Z [00:03:47.400]➜   /usr/local/include
2025-08-20T19:17:57.9794391Z [00:03:47.400]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:57.9795470Z [00:03:47.400]➜   /usr/include
2025-08-20T19:17:57.9796050Z [00:03:47.400]➜  End of search list.
2025-08-20T19:17:57.9848887Z [00:03:47.407]➜    CC       lib/libcoreutils_a-xgetcwd.o
2025-08-20T19:17:58.0011715Z [00:03:47.423]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.0016109Z [00:03:47.423]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.0021232Z [00:03:47.424]➜  Thread model: posix
2025-08-20T19:17:58.0023679Z [00:03:47.424]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.0026340Z [00:03:47.424]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.0028938Z [00:03:47.425]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.0039745Z [00:03:47.426]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.0040904Z [00:03:47.426]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.0042286Z [00:03:47.426]➜   (in-process)
2025-08-20T19:17:58.0082619Z [00:03:47.429]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xfts.o -x c lib/xfts.c
2025-08-20T19:17:58.0093719Z [00:03:47.429]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.0095190Z [00:03:47.429]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.0096401Z [00:03:47.429]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.0097410Z [00:03:47.429]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.0098218Z [00:03:47.429]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.0099333Z [00:03:47.429]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.0100141Z [00:03:47.429]➜  #include "..." search starts here:
2025-08-20T19:17:58.0100924Z [00:03:47.429]➜  #include <...> search starts here:
2025-08-20T19:17:58.0101608Z [00:03:47.429]➜   .
2025-08-20T19:17:58.0102141Z [00:03:47.429]➜   ./lib
2025-08-20T19:17:58.0102737Z [00:03:47.429]➜   src
2025-08-20T19:17:58.0103438Z [00:03:47.429]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.0104105Z [00:03:47.429]➜   /usr/local/include
2025-08-20T19:17:58.0104750Z [00:03:47.429]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.0105402Z [00:03:47.429]➜   /usr/include
2025-08-20T19:17:58.0107088Z [00:03:47.429]➜  End of search list.
2025-08-20T19:17:58.0308008Z [00:03:47.452]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.0312406Z [00:03:47.453]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.0317705Z [00:03:47.453]➜  Thread model: posix
2025-08-20T19:17:58.0321799Z [00:03:47.454]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.0326643Z [00:03:47.454]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.0341163Z [00:03:47.454]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.0341999Z [00:03:47.455]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.0342634Z [00:03:47.455]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.0343338Z [00:03:47.455]➜    CC       lib/libcoreutils_a-xgetgroups.o
2025-08-20T19:17:58.0344021Z [00:03:47.455]➜   (in-process)
2025-08-20T19:17:58.0369875Z [00:03:47.456]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xgetcwd.o -x c lib/xgetcwd.c
2025-08-20T19:17:58.0380768Z [00:03:47.458]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.0385210Z [00:03:47.460]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.0394575Z [00:03:47.460]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.0395250Z [00:03:47.460]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.0395911Z [00:03:47.460]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.0396577Z [00:03:47.460]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.0397419Z [00:03:47.460]➜  #include "..." search starts here:
2025-08-20T19:17:58.0398051Z [00:03:47.460]➜  #include <...> search starts here:
2025-08-20T19:17:58.0398573Z [00:03:47.460]➜   .
2025-08-20T19:17:58.0398972Z [00:03:47.460]➜   ./lib
2025-08-20T19:17:58.0399741Z [00:03:47.460]➜   src
2025-08-20T19:17:58.0400254Z [00:03:47.460]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.0400846Z [00:03:47.460]➜   /usr/local/include
2025-08-20T19:17:58.0401409Z [00:03:47.460]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.0402000Z [00:03:47.460]➜   /usr/include
2025-08-20T19:17:58.0402481Z [00:03:47.460]➜  End of search list.
2025-08-20T19:17:58.0535463Z [00:03:47.475]➜    CC       lib/libcoreutils_a-xgethostname.o
2025-08-20T19:17:58.0570505Z [00:03:47.479]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.0572204Z [00:03:47.479]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.0575871Z [00:03:47.479]➜  Thread model: posix
2025-08-20T19:17:58.0576515Z [00:03:47.479]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.0577575Z [00:03:47.479]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.0578535Z [00:03:47.479]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.0579249Z [00:03:47.479]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.0579838Z [00:03:47.479]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.0583475Z [00:03:47.480]➜   (in-process)
2025-08-20T19:17:58.0606280Z [00:03:47.480]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xgetgroups.o -x c lib/xgetgroups.c
2025-08-20T19:17:58.0618985Z [00:03:47.480]➜    CC       lib/libcoreutils_a-xmemcoll.o
2025-08-20T19:17:58.0619866Z [00:03:47.480]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.0621097Z [00:03:47.481]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.0622081Z [00:03:47.481]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.0622711Z [00:03:47.481]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.0623326Z [00:03:47.481]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.0623933Z [00:03:47.481]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.0624525Z [00:03:47.481]➜  #include "..." search starts here:
2025-08-20T19:17:58.0625099Z [00:03:47.481]➜  #include <...> search starts here:
2025-08-20T19:17:58.0625589Z [00:03:47.481]➜   .
2025-08-20T19:17:58.0625952Z [00:03:47.481]➜   ./lib
2025-08-20T19:17:58.0626330Z [00:03:47.481]➜   src
2025-08-20T19:17:58.0626850Z [00:03:47.481]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.0627538Z [00:03:47.481]➜   /usr/local/include
2025-08-20T19:17:58.0628061Z [00:03:47.481]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.0628847Z [00:03:47.481]➜   /usr/include
2025-08-20T19:17:58.0629299Z [00:03:47.481]➜  End of search list.
2025-08-20T19:17:58.0781620Z [00:03:47.500]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.0784168Z [00:03:47.500]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.0795174Z [00:03:47.500]➜  Thread model: posix
2025-08-20T19:17:58.0795802Z [00:03:47.500]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.0796692Z [00:03:47.500]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.0797820Z [00:03:47.500]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.0798594Z [00:03:47.500]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.0799184Z [00:03:47.500]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.0799717Z [00:03:47.500]➜   (in-process)
2025-08-20T19:17:58.0815469Z [00:03:47.500]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xgethostname.o -x c lib/xgethostname.c
2025-08-20T19:17:58.0826367Z [00:03:47.503]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.0827842Z [00:03:47.503]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.0873323Z [00:03:47.503]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.0874142Z [00:03:47.503]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.0874870Z [00:03:47.503]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.0875606Z [00:03:47.503]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.0876314Z [00:03:47.503]➜  #include "..." search starts here:
2025-08-20T19:17:58.0876982Z [00:03:47.503]➜  #include <...> search starts here:
2025-08-20T19:17:58.0877791Z [00:03:47.505]➜   .
2025-08-20T19:17:58.0878186Z [00:03:47.505]➜   ./lib
2025-08-20T19:17:58.0878612Z [00:03:47.505]➜   src
2025-08-20T19:17:58.0879143Z [00:03:47.505]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.0879775Z [00:03:47.505]➜   /usr/local/include
2025-08-20T19:17:58.0880372Z [00:03:47.505]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.0880956Z [00:03:47.505]➜   /usr/include
2025-08-20T19:17:58.0881465Z [00:03:47.505]➜  End of search list.
2025-08-20T19:17:58.0913670Z [00:03:47.513]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.0920853Z [00:03:47.513]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.0921459Z [00:03:47.513]➜  Thread model: posix
2025-08-20T19:17:58.0922105Z [00:03:47.513]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.0929781Z [00:03:47.514]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.0930815Z [00:03:47.514]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.0931605Z [00:03:47.514]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.0932207Z [00:03:47.514]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.0940405Z [00:03:47.516]➜   (in-process)
2025-08-20T19:17:58.0957683Z [00:03:47.516]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xmemcoll.o -x c lib/xmemcoll.c
2025-08-20T19:17:58.0981843Z [00:03:47.520]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.0992697Z [00:03:47.521]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.0995167Z [00:03:47.521]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.0998499Z [00:03:47.521]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.1000490Z [00:03:47.521]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.1002517Z [00:03:47.521]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.1015426Z [00:03:47.521]➜  #include "..." search starts here:
2025-08-20T19:17:58.1016070Z [00:03:47.521]➜  #include <...> search starts here:
2025-08-20T19:17:58.1016602Z [00:03:47.521]➜   .
2025-08-20T19:17:58.1016991Z [00:03:47.521]➜   ./lib
2025-08-20T19:17:58.1017612Z [00:03:47.521]➜   src
2025-08-20T19:17:58.1018098Z [00:03:47.521]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.1018741Z [00:03:47.521]➜   /usr/local/include
2025-08-20T19:17:58.1019342Z [00:03:47.521]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.1019892Z [00:03:47.521]➜   /usr/include
2025-08-20T19:17:58.1020342Z [00:03:47.521]➜  End of search list.
2025-08-20T19:17:58.1057588Z [00:03:47.527]➜    CC       lib/libcoreutils_a-xprintf.o
2025-08-20T19:17:58.1062475Z [00:03:47.528]➜    CC       lib/libcoreutils_a-xnanosleep.o
2025-08-20T19:17:58.1265981Z [00:03:47.548]➜    CC       lib/libcoreutils_a-xreadlink.o
2025-08-20T19:17:58.1334909Z [00:03:47.555]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.1339022Z [00:03:47.555]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.1340424Z [00:03:47.555]➜  Thread model: posix
2025-08-20T19:17:58.1343172Z [00:03:47.555]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.1345061Z [00:03:47.555]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.1348050Z [00:03:47.555]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.1349230Z [00:03:47.555]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.1349881Z [00:03:47.555]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.1355257Z [00:03:47.556]➜   (in-process)
2025-08-20T19:17:58.1367003Z [00:03:47.556]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xnanosleep.o -x c lib/xnanosleep.c
2025-08-20T19:17:58.1377003Z [00:03:47.557]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.1384737Z [00:03:47.560]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.1385722Z [00:03:47.560]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.1386331Z [00:03:47.560]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.1386939Z [00:03:47.560]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.1387727Z [00:03:47.560]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.1388324Z [00:03:47.560]➜  #include "..." search starts here:
2025-08-20T19:17:58.1388901Z [00:03:47.560]➜  #include <...> search starts here:
2025-08-20T19:17:58.1389386Z [00:03:47.560]➜   .
2025-08-20T19:17:58.1389742Z [00:03:47.560]➜   ./lib
2025-08-20T19:17:58.1390115Z [00:03:47.560]➜   src
2025-08-20T19:17:58.1390578Z [00:03:47.560]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.1391119Z [00:03:47.560]➜   /usr/local/include
2025-08-20T19:17:58.1391635Z [00:03:47.560]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.1392158Z [00:03:47.560]➜   /usr/include
2025-08-20T19:17:58.1392595Z [00:03:47.560]➜  End of search list.
2025-08-20T19:17:58.1488090Z [00:03:47.570]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.1492341Z [00:03:47.571]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.1496796Z [00:03:47.571]➜  Thread model: posix
2025-08-20T19:17:58.1502314Z [00:03:47.572]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.1503421Z [00:03:47.572]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.1504567Z [00:03:47.572]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.1505536Z [00:03:47.572]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.1506373Z [00:03:47.572]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.1507070Z [00:03:47.572]➜   (in-process)
2025-08-20T19:17:58.1519613Z [00:03:47.572]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xprintf.o -x c lib/xprintf.c
2025-08-20T19:17:58.1531216Z [00:03:47.575]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.1533414Z [00:03:47.575]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.1535775Z [00:03:47.575]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.1536454Z [00:03:47.575]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.1537062Z [00:03:47.575]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.1537863Z [00:03:47.575]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.1538437Z [00:03:47.575]➜  #include "..." search starts here:
2025-08-20T19:17:58.1539245Z [00:03:47.575]➜  #include <...> search starts here:
2025-08-20T19:17:58.1539733Z [00:03:47.575]➜   .
2025-08-20T19:17:58.1540083Z [00:03:47.575]➜   ./lib
2025-08-20T19:17:58.1540443Z [00:03:47.575]➜   src
2025-08-20T19:17:58.1540900Z [00:03:47.575]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.1541419Z [00:03:47.575]➜   /usr/local/include
2025-08-20T19:17:58.1541959Z [00:03:47.575]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.1542531Z [00:03:47.575]➜   /usr/include
2025-08-20T19:17:58.1543038Z [00:03:47.575]➜  End of search list.
2025-08-20T19:17:58.1584188Z [00:03:47.580]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.1605411Z [00:03:47.582]➜  Target:   CC       lib/libcoreutils_a-xsize.o
2025-08-20T19:17:58.1619510Z [00:03:47.583]➜  x86_64-pc-linux-gnu
2025-08-20T19:17:58.1620943Z [00:03:47.584]➜  Thread model: posix
2025-08-20T19:17:58.1621595Z [00:03:47.584]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.1622881Z [00:03:47.584]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.1623813Z [00:03:47.584]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.1624570Z [00:03:47.584]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.1625167Z [00:03:47.584]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.1625725Z [00:03:47.584]➜   (in-process)
2025-08-20T19:17:58.1681110Z [00:03:47.584]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xreadlink.o -x c lib/xreadlink.c
2025-08-20T19:17:58.1692072Z [00:03:47.589]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.1701081Z [00:03:47.589]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.1702086Z [00:03:47.589]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.1702624Z [00:03:47.589]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.1703139Z [00:03:47.589]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.1704234Z [00:03:47.589]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.1704792Z [00:03:47.589]➜  #include "..." search starts here:
2025-08-20T19:17:58.1705332Z [00:03:47.589]➜  #include <...> search starts here:
2025-08-20T19:17:58.1705804Z [00:03:47.589]➜   .
2025-08-20T19:17:58.1706161Z [00:03:47.589]➜   ./lib
2025-08-20T19:17:58.1706689Z [00:03:47.589]➜   src
2025-08-20T19:17:58.1753384Z [00:03:47.589]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.1754372Z [00:03:47.589]➜   /usr/local/include
2025-08-20T19:17:58.1755004Z [00:03:47.589]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.1755552Z [00:03:47.589]➜   /usr/include
2025-08-20T19:17:58.1756043Z [00:03:47.589]➜  End of search list.
2025-08-20T19:17:58.1920901Z [00:03:47.614]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.1927491Z [00:03:47.614]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.1933900Z [00:03:47.615]➜  Thread model: posix
2025-08-20T19:17:58.1964413Z [00:03:47.618]➜  InstalledDir:   CC       lib/libcoreutils_a-xstrtod.o
2025-08-20T19:17:58.1969612Z [00:03:47.618]➜  /usr/lib/llvm-19/bin
2025-08-20T19:17:58.1970374Z [00:03:47.618]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.1971221Z [00:03:47.618]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.1971857Z [00:03:47.618]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.1972373Z [00:03:47.618]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.1972833Z [00:03:47.618]➜   (in-process)
2025-08-20T19:17:58.1983665Z [00:03:47.618]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xsize.o -x c lib/xsize.c
2025-08-20T19:17:58.1993848Z [00:03:47.618]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.1994987Z [00:03:47.618]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.1995925Z [00:03:47.618]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.1996554Z [00:03:47.618]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.1997316Z [00:03:47.618]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.1997937Z [00:03:47.618]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.1998545Z [00:03:47.618]➜  #include "..." search starts here:
2025-08-20T19:17:58.1999135Z [00:03:47.618]➜  #include <...> search starts here:
2025-08-20T19:17:58.1999645Z [00:03:47.618]➜   .
2025-08-20T19:17:58.2000014Z [00:03:47.618]➜   ./lib
2025-08-20T19:17:58.2000402Z [00:03:47.618]➜   src
2025-08-20T19:17:58.2000885Z [00:03:47.618]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.2001440Z [00:03:47.618]➜   /usr/local/include
2025-08-20T19:17:58.2001965Z [00:03:47.618]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.2002488Z [00:03:47.618]➜   /usr/include
2025-08-20T19:17:58.2002959Z [00:03:47.618]➜  End of search list.
2025-08-20T19:17:58.2033271Z [00:03:47.625]➜    CC       lib/libcoreutils_a-xstrtoimax.o
2025-08-20T19:17:58.2203273Z [00:03:47.642]➜    CC       lib/libcoreutils_a-xstrtol.o
2025-08-20T19:17:58.2239851Z [00:03:47.645]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.2240488Z [00:03:47.645]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.2241014Z [00:03:47.645]➜  Thread model: posix
2025-08-20T19:17:58.2241557Z [00:03:47.645]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.2242330Z [00:03:47.646]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.2243211Z [00:03:47.646]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.2243879Z [00:03:47.646]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.2244393Z [00:03:47.646]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.2252346Z [00:03:47.647]➜   (in-process)
2025-08-20T19:17:58.2265682Z [00:03:47.647]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xstrtod.o -x c lib/xstrtod.c
2025-08-20T19:17:58.2276273Z [00:03:47.648]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.2281575Z [00:03:47.650]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.2282597Z [00:03:47.650]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.2283239Z [00:03:47.650]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.2283856Z [00:03:47.650]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.2284482Z [00:03:47.650]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.2285084Z [00:03:47.650]➜  #include "..." search starts here:
2025-08-20T19:17:58.2285662Z [00:03:47.650]➜  #include <...> search starts here:
2025-08-20T19:17:58.2286148Z [00:03:47.650]➜   .
2025-08-20T19:17:58.2286502Z [00:03:47.650]➜   ./lib
2025-08-20T19:17:58.2286872Z [00:03:47.650]➜   src
2025-08-20T19:17:58.2288653Z [00:03:47.650]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.2289232Z [00:03:47.650]➜   /usr/local/include
2025-08-20T19:17:58.2289755Z [00:03:47.650]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.2290276Z [00:03:47.650]➜   /usr/include
2025-08-20T19:17:58.2290683Z [00:03:47.650]➜  End of search list.
2025-08-20T19:17:58.2300397Z [00:03:47.652]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.2301950Z [00:03:47.652]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.2302515Z [00:03:47.652]➜  Thread model: posix
2025-08-20T19:17:58.2303521Z [00:03:47.652]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.2306541Z [00:03:47.652]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.2310881Z [00:03:47.652]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.2314157Z [00:03:47.652]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.2314698Z [00:03:47.652]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.2315193Z [00:03:47.652]➜   (in-process)
2025-08-20T19:17:58.2326873Z [00:03:47.653]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xstrtoimax.o -x c lib/xstrtoimax.c
2025-08-20T19:17:58.2344862Z [00:03:47.655]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.2346146Z [00:03:47.656]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.2347331Z [00:03:47.656]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.2348025Z [00:03:47.656]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.2348667Z [00:03:47.656]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.2349372Z [00:03:47.656]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.2350022Z [00:03:47.656]➜  #include "..." search starts here:
2025-08-20T19:17:58.2350645Z [00:03:47.656]➜  #include <...> search starts here:
2025-08-20T19:17:58.2351174Z [00:03:47.656]➜   .
2025-08-20T19:17:58.2351576Z [00:03:47.656]➜   ./lib
2025-08-20T19:17:58.2351981Z [00:03:47.656]➜   src
2025-08-20T19:17:58.2352502Z [00:03:47.656]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.2353082Z [00:03:47.656]➜   /usr/local/include
2025-08-20T19:17:58.2353656Z [00:03:47.656]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.2354218Z [00:03:47.656]➜   /usr/include
2025-08-20T19:17:58.2354705Z [00:03:47.656]➜  End of search list.
2025-08-20T19:17:58.2355311Z [00:03:47.656]➜    CC       lib/libcoreutils_a-xstrtoul.o
2025-08-20T19:17:58.2511032Z [00:03:47.673]➜    CC       lib/libcoreutils_a-xstrtol-error.o
2025-08-20T19:17:58.2518109Z [00:03:47.673]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.2522088Z [00:03:47.674]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.2525821Z [00:03:47.674]➜  Thread model: posix
2025-08-20T19:17:58.2531317Z [00:03:47.674]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.2532212Z [00:03:47.675]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.2537907Z [00:03:47.675]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.2543099Z [00:03:47.676]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.2573019Z [00:03:47.679]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.2573969Z [00:03:47.679]➜   (in-process)
2025-08-20T19:17:58.2587604Z [00:03:47.679]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xstrtol.o -x c lib/xstrtol.c
2025-08-20T19:17:58.2603321Z [00:03:47.679]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.2605032Z [00:03:47.679]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.2606183Z [00:03:47.679]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.2606931Z [00:03:47.679]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.2607839Z [00:03:47.679]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.2608562Z [00:03:47.679]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.2609244Z [00:03:47.679]➜  #include "..." search starts here:
2025-08-20T19:17:58.2609903Z [00:03:47.679]➜  #include <...> search starts here:
2025-08-20T19:17:58.2610480Z [00:03:47.679]➜   .
2025-08-20T19:17:58.2610899Z [00:03:47.679]➜   ./lib
2025-08-20T19:17:58.2611309Z [00:03:47.679]➜   src
2025-08-20T19:17:58.2611858Z [00:03:47.679]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.2612493Z [00:03:47.679]➜   /usr/local/include
2025-08-20T19:17:58.2613081Z [00:03:47.679]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.2613690Z [00:03:47.679]➜   /usr/include
2025-08-20T19:17:58.2614163Z [00:03:47.679]➜  End of search list.
2025-08-20T19:17:58.2758286Z [00:03:47.697]➜    CC       lib/libcoreutils_a-xstrtold.o
2025-08-20T19:17:58.2788340Z [00:03:47.700]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.2793312Z [00:03:47.700]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.2796702Z [00:03:47.700]➜  Thread model: posix
2025-08-20T19:17:58.2799143Z [00:03:47.700]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.2801433Z [00:03:47.700]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.2828840Z [00:03:47.700]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.2841326Z [00:03:47.700]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.2842003Z [00:03:47.700]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.2842609Z [00:03:47.701]➜   (in-process)
2025-08-20T19:17:58.2854895Z [00:03:47.701]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xstrtoul.o -x c lib/xstrtoul.c
2025-08-20T19:17:58.2871689Z [00:03:47.702]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.2873107Z [00:03:47.708]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.2880416Z [00:03:47.708]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.2881147Z [00:03:47.708]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.2881818Z [00:03:47.708]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.2882489Z [00:03:47.708]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.2883157Z [00:03:47.708]➜  #include "..." search starts here:
2025-08-20T19:17:58.2883794Z [00:03:47.708]➜  #include <...> search starts here:
2025-08-20T19:17:58.2884329Z [00:03:47.708]➜   .
2025-08-20T19:17:58.2884725Z [00:03:47.708]➜   ./lib
2025-08-20T19:17:58.2885146Z [00:03:47.708]➜   src
2025-08-20T19:17:58.2885659Z [00:03:47.708]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.2886309Z [00:03:47.708]➜   /usr/local/include
2025-08-20T19:17:58.2886915Z [00:03:47.708]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.2888164Z [00:03:47.708]➜   /usr/include
2025-08-20T19:17:58.2888688Z [00:03:47.708]➜  End of search list.
2025-08-20T19:17:58.2895307Z [00:03:47.711]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.2895981Z [00:03:47.711]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.2920169Z [00:03:47.714]➜  Thread model: posix
2025-08-20T19:17:58.2926785Z [00:03:47.714]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.2931568Z [00:03:47.715]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.2937888Z [00:03:47.715]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.2938600Z [00:03:47.715]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.2939140Z [00:03:47.715]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.2939634Z [00:03:47.715]➜   (in-process)
2025-08-20T19:17:58.2954162Z [00:03:47.715]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xstrtol-error.o -x c lib/xstrtol-error.c
2025-08-20T19:17:58.2970540Z [00:03:47.715]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.2971862Z [00:03:47.718]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.2972820Z [00:03:47.718]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.2973421Z [00:03:47.718]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.2974009Z [00:03:47.718]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.2974612Z [00:03:47.718]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.2975260Z [00:03:47.718]➜  #include "..." search starts here:
2025-08-20T19:17:58.2975896Z [00:03:47.718]➜  #include <...> search starts here:
2025-08-20T19:17:58.2976422Z [00:03:47.718]➜   .
2025-08-20T19:17:58.2976818Z [00:03:47.718]➜   ./lib
2025-08-20T19:17:58.2977641Z [00:03:47.718]➜   src
2025-08-20T19:17:58.2978228Z [00:03:47.718]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.2978857Z [00:03:47.718]➜   /usr/local/include
2025-08-20T19:17:58.2979449Z [00:03:47.718]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.2980019Z [00:03:47.718]➜   /usr/include
2025-08-20T19:17:58.2980540Z [00:03:47.718]➜  End of search list.
2025-08-20T19:17:58.2981148Z [00:03:47.719]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.2981810Z [00:03:47.719]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.2982391Z [00:03:47.719]➜  Thread model: posix
2025-08-20T19:17:58.2983023Z [00:03:47.719]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.2983916Z [00:03:47.719]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.2984931Z [00:03:47.719]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.2985684Z [00:03:47.719]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.2986297Z [00:03:47.719]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.3004445Z [00:03:47.722]➜   (in-process)
2025-08-20T19:17:58.3016652Z [00:03:47.722]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xstrtold.o -x c lib/xstrtold.c
2025-08-20T19:17:58.3049123Z [00:03:47.723]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.3050566Z [00:03:47.723]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.3051709Z [00:03:47.724]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.3052796Z [00:03:47.724]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.3053529Z [00:03:47.724]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.3054234Z [00:03:47.724]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.3054924Z [00:03:47.724]➜  #include "..." search starts here:
2025-08-20T19:17:58.3055587Z [00:03:47.724]➜  #include <...> search starts here:
2025-08-20T19:17:58.3056140Z [00:03:47.724]➜   .
2025-08-20T19:17:58.3056545Z [00:03:47.724]➜   ./lib
2025-08-20T19:17:58.3056967Z [00:03:47.724]➜   src
2025-08-20T19:17:58.3057693Z [00:03:47.724]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.3058332Z [00:03:47.724]➜   /usr/local/include
2025-08-20T19:17:58.3059463Z [00:03:47.724]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.3060050Z [00:03:47.724]➜   /usr/include
2025-08-20T19:17:58.3060572Z [00:03:47.724]➜  End of search list.
2025-08-20T19:17:58.3116338Z [00:03:47.733]➜    CC       lib/libcoreutils_a-xstrtoumax.o
2025-08-20T19:17:58.3529230Z [00:03:47.774]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.3531890Z [00:03:47.775]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.3535752Z [00:03:47.775]➜  Thread model: posix
2025-08-20T19:17:58.3539054Z [00:03:47.775]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.3541721Z [00:03:47.776]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.3542635Z [00:03:47.776]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.3544021Z [00:03:47.776]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.3544935Z [00:03:47.776]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.3553493Z [00:03:47.777]➜   (in-process)
2025-08-20T19:17:58.3606208Z [00:03:47.780]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xstrtoumax.o -x c lib/xstrtoumax.c
2025-08-20T19:17:58.3616904Z [00:03:47.780]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.3618388Z [00:03:47.780]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.3619461Z [00:03:47.780]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.3620142Z [00:03:47.780]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.3620795Z [00:03:47.780]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.3621449Z [00:03:47.780]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.3622111Z [00:03:47.780]➜  #include "..." search starts here:
2025-08-20T19:17:58.3623048Z [00:03:47.780]➜  #include <...> search starts here:
2025-08-20T19:17:58.3623574Z [00:03:47.780]➜   .
2025-08-20T19:17:58.3623935Z [00:03:47.780]➜   ./lib
2025-08-20T19:17:58.3624325Z [00:03:47.780]➜   src
2025-08-20T19:17:58.3624802Z [00:03:47.780]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.3625339Z [00:03:47.780]➜   /usr/local/include
2025-08-20T19:17:58.3625847Z [00:03:47.780]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.3626347Z [00:03:47.780]➜   /usr/include
2025-08-20T19:17:58.3626814Z [00:03:47.780]➜  End of search list.
2025-08-20T19:17:58.3627618Z [00:03:47.784]➜    CC       lib/libcoreutils_a-xvasprintf.o
2025-08-20T19:17:58.3717845Z [00:03:47.793]➜    CC       lib/libcoreutils_a-xasprintf.o
2025-08-20T19:17:58.3744435Z [00:03:47.796]➜    CC       lib/libcoreutils_a-yesno.o
2025-08-20T19:17:58.3925612Z [00:03:47.814]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.3926321Z [00:03:47.814]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.3928482Z [00:03:47.814]➜  Thread model: posix
2025-08-20T19:17:58.3929105Z [00:03:47.814]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.3929906Z [00:03:47.814]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.3931058Z [00:03:47.814]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.3932387Z [00:03:47.814]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.3932949Z [00:03:47.814]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.3933506Z [00:03:47.815]➜   (in-process)
2025-08-20T19:17:58.3946721Z [00:03:47.815]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xvasprintf.o -x c lib/xvasprintf.c
2025-08-20T19:17:58.3971571Z [00:03:47.816]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.3972792Z [00:03:47.816]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.3973854Z [00:03:47.816]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.3974552Z [00:03:47.816]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.3975224Z [00:03:47.816]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.3975865Z [00:03:47.816]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.3976501Z [00:03:47.816]➜  #include "..." search starts here:
2025-08-20T19:17:58.3977104Z [00:03:47.816]➜  #include <...> search starts here:
2025-08-20T19:17:58.3977815Z [00:03:47.816]➜   .
2025-08-20T19:17:58.3978482Z [00:03:47.816]➜   ./lib
2025-08-20T19:17:58.3978865Z [00:03:47.816]➜   src
2025-08-20T19:17:58.3979371Z [00:03:47.816]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.3979943Z [00:03:47.817]➜   /usr/local/include
2025-08-20T19:17:58.3980452Z [00:03:47.817]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.3980960Z [00:03:47.817]➜   /usr/include
2025-08-20T19:17:58.3981402Z [00:03:47.817]➜  End of search list.
2025-08-20T19:17:58.3981945Z [00:03:47.817]➜    CC       lib/libcoreutils_a-asnprintf.o
2025-08-20T19:17:58.3997808Z [00:03:47.821]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.4000764Z [00:03:47.821]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.4001306Z [00:03:47.821]➜  Thread model: posix
2025-08-20T19:17:58.4001866Z [00:03:47.821]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.4002658Z [00:03:47.822]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.4003592Z [00:03:47.822]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.4004413Z [00:03:47.822]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.4005030Z [00:03:47.822]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.4013473Z [00:03:47.823]➜   (in-process)
2025-08-20T19:17:58.4043144Z [00:03:47.823]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xasprintf.o -x c lib/xasprintf.c
2025-08-20T19:17:58.4078310Z [00:03:47.825]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.4079935Z [00:03:47.825]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.4081174Z [00:03:47.825]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.4082168Z [00:03:47.825]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.4082953Z [00:03:47.825]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.4083564Z [00:03:47.825]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.4084141Z [00:03:47.825]➜  #include "..." search starts here:
2025-08-20T19:17:58.4084728Z [00:03:47.825]➜  #include <...> search starts here:
2025-08-20T19:17:58.4085241Z [00:03:47.825]➜   .
2025-08-20T19:17:58.4085619Z [00:03:47.825]➜   ./lib
2025-08-20T19:17:58.4086002Z [00:03:47.825]➜   src
2025-08-20T19:17:58.4086506Z [00:03:47.825]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.4087090Z [00:03:47.825]➜   /usr/local/include
2025-08-20T19:17:58.4087888Z [00:03:47.825]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.4088740Z [00:03:47.825]➜   /usr/include
2025-08-20T19:17:58.4089213Z [00:03:47.825]➜  End of search list.
2025-08-20T19:17:58.4223041Z [00:03:47.844]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.4224996Z [00:03:47.844]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.4227636Z [00:03:47.844]➜  Thread model: posix
2025-08-20T19:17:58.4228254Z [00:03:47.844]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.4229115Z [00:03:47.844]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.4232092Z [00:03:47.844]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.4232750Z [00:03:47.844]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.4233252Z [00:03:47.844]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.4233762Z [00:03:47.845]➜   (in-process)
2025-08-20T19:17:58.4304601Z [00:03:47.851]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-yesno.o -x c lib/yesno.c
2025-08-20T19:17:58.4315862Z [00:03:47.851]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.4318886Z [00:03:47.851]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.4319989Z [00:03:47.851]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.4320691Z [00:03:47.851]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.4321380Z [00:03:47.851]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.4322065Z [00:03:47.851]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.4322732Z [00:03:47.851]➜  #include "..." search starts here:
2025-08-20T19:17:58.4323352Z [00:03:47.851]➜  #include <...> search starts here:
2025-08-20T19:17:58.4323873Z [00:03:47.851]➜   .
2025-08-20T19:17:58.4324255Z [00:03:47.851]➜   ./lib
2025-08-20T19:17:58.4324661Z [00:03:47.851]➜   src
2025-08-20T19:17:58.4325184Z [00:03:47.851]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.4325827Z [00:03:47.851]➜   /usr/local/include
2025-08-20T19:17:58.4326381Z [00:03:47.851]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.4326946Z [00:03:47.851]➜   /usr/include
2025-08-20T19:17:58.4327660Z [00:03:47.851]➜  End of search list.
2025-08-20T19:17:58.4436547Z [00:03:47.865]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.4446780Z [00:03:47.865]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.4447579Z [00:03:47.865]➜  Thread model: posix
2025-08-20T19:17:58.4448276Z [00:03:47.865]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.4449571Z [00:03:47.865]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.4455686Z [00:03:47.865]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.4456510Z [00:03:47.865]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.4457128Z [00:03:47.865]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.4457924Z [00:03:47.866]➜   (in-process)
2025-08-20T19:17:58.4488243Z [00:03:47.867]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-asnprintf.o -x c lib/asnprintf.c
2025-08-20T19:17:58.4499323Z [00:03:47.867]➜    CC       lib/libcoreutils_a-fopen.o
2025-08-20T19:17:58.4500544Z [00:03:47.868]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.4501873Z [00:03:47.869]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.4502977Z [00:03:47.869]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.4503701Z [00:03:47.869]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.4504393Z [00:03:47.869]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.4505073Z [00:03:47.869]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.4505744Z [00:03:47.869]➜  #include "..." search starts here:
2025-08-20T19:17:58.4506374Z [00:03:47.869]➜  #include <...> search starts here:
2025-08-20T19:17:58.4506905Z [00:03:47.869]➜   .
2025-08-20T19:17:58.4507612Z [00:03:47.869]➜   ./lib
2025-08-20T19:17:58.4508052Z [00:03:47.869]➜   src
2025-08-20T19:17:58.4508597Z [00:03:47.869]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.4509198Z [00:03:47.869]➜   /usr/local/include
2025-08-20T19:17:58.4509806Z [00:03:47.869]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.4510389Z [00:03:47.869]➜   /usr/include
2025-08-20T19:17:58.4510896Z [00:03:47.869]➜  End of search list.
2025-08-20T19:17:58.4720424Z [00:03:47.894]➜    CC       lib/libcoreutils_a-mbsrtoc32s-state.o
2025-08-20T19:17:58.4782973Z [00:03:47.900]➜    CC       lib/libcoreutils_a-mbsrtowcs-state.o
2025-08-20T19:17:58.4833224Z [00:03:47.905]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.4843963Z [00:03:47.905]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.4844517Z [00:03:47.905]➜  Thread model: posix
2025-08-20T19:17:58.4845080Z [00:03:47.905]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.4845880Z [00:03:47.905]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.4846767Z [00:03:47.905]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.4847958Z [00:03:47.905]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.4848515Z [00:03:47.905]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.4849019Z [00:03:47.906]➜   (in-process)
2025-08-20T19:17:58.4868690Z [00:03:47.907]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fopen.o -x c lib/fopen.c
2025-08-20T19:17:58.4885065Z [00:03:47.908]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.4885958Z [00:03:47.909]➜    CC       lib/libcoreutils_a-printf-args.o
2025-08-20T19:17:58.4887483Z [00:03:47.909]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.4888517Z [00:03:47.909]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.4889142Z [00:03:47.909]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.4889752Z [00:03:47.909]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.4890347Z [00:03:47.909]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.4890929Z [00:03:47.909]➜  #include "..." search starts here:
2025-08-20T19:17:58.4891516Z [00:03:47.909]➜  #include <...> search starts here:
2025-08-20T19:17:58.4891997Z [00:03:47.909]➜   .
2025-08-20T19:17:58.4892347Z [00:03:47.909]➜   ./lib
2025-08-20T19:17:58.4892707Z [00:03:47.909]➜   src
2025-08-20T19:17:58.4893168Z [00:03:47.909]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.4893697Z [00:03:47.909]➜   /usr/local/include
2025-08-20T19:17:58.4894218Z [00:03:47.909]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.4894714Z [00:03:47.909]➜   /usr/include
2025-08-20T19:17:58.4895160Z [00:03:47.909]➜  End of search list.
2025-08-20T19:17:58.4989241Z [00:03:47.919]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.4997825Z [00:03:47.919]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.4999409Z [00:03:47.919]➜  Thread model: posix
2025-08-20T19:17:58.5000051Z [00:03:47.919]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.5000853Z [00:03:47.919]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.5001764Z [00:03:47.919]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.5002473Z [00:03:47.919]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.5003012Z [00:03:47.919]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.5003516Z [00:03:47.919]➜   (in-process)
2025-08-20T19:17:58.5015493Z [00:03:47.920]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbsrtoc32s-state.o -x c lib/mbsrtoc32s-state.c
2025-08-20T19:17:58.5034420Z [00:03:47.920]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.5035265Z [00:03:47.922]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.5035826Z [00:03:47.923]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.5036325Z [00:03:47.923]➜  Thread model: posix
2025-08-20T19:17:58.5036870Z [00:03:47.923]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.5037906Z [00:03:47.923]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.5039120Z [00:03:47.924]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.5039824Z [00:03:47.924]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.5064280Z [00:03:47.928]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.5073078Z [00:03:47.928]➜   (in-process)
2025-08-20T19:17:58.5085142Z [00:03:47.928]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-mbsrtowcs-state.o -x c lib/mbsrtowcs-state.c
2025-08-20T19:17:58.5108025Z [00:03:47.928]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.5109377Z [00:03:47.928]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.5110482Z [00:03:47.928]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.5111181Z [00:03:47.928]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.5111878Z [00:03:47.928]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.5112586Z [00:03:47.928]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.5113234Z [00:03:47.928]➜  #include "..." search starts here:
2025-08-20T19:17:58.5113898Z [00:03:47.928]➜  #include <...> search starts here:
2025-08-20T19:17:58.5114454Z [00:03:47.928]➜   .
2025-08-20T19:17:58.5114862Z [00:03:47.928]➜   ./lib
2025-08-20T19:17:58.5115282Z [00:03:47.928]➜   src
2025-08-20T19:17:58.5115810Z [00:03:47.928]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.5116448Z [00:03:47.928]➜   /usr/local/include
2025-08-20T19:17:58.5117044Z [00:03:47.928]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.5117843Z [00:03:47.928]➜   /usr/include
2025-08-20T19:17:58.5118345Z [00:03:47.928]➜  End of search list.
2025-08-20T19:17:58.5119377Z [00:03:47.928]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.5120449Z [00:03:47.928]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.5121146Z [00:03:47.928]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.5121823Z [00:03:47.928]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.5122516Z [00:03:47.928]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.5123178Z [00:03:47.928]➜  #include "..." search starts here:
2025-08-20T19:17:58.5123814Z [00:03:47.928]➜  #include <...> search starts here:
2025-08-20T19:17:58.5124361Z [00:03:47.928]➜   .
2025-08-20T19:17:58.5124760Z [00:03:47.928]➜   ./lib
2025-08-20T19:17:58.5125212Z [00:03:47.928]➜   src
2025-08-20T19:17:58.5125736Z [00:03:47.928]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.5126627Z [00:03:47.928]➜   /usr/local/include
2025-08-20T19:17:58.5127451Z [00:03:47.928]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.5128040Z [00:03:47.928]➜   /usr/include
2025-08-20T19:17:58.5128537Z [00:03:47.928]➜  End of search list.
2025-08-20T19:17:58.5129199Z [00:03:47.931]➜    CC       lib/libcoreutils_a-printf-parse.o
2025-08-20T19:17:58.5309229Z [00:03:47.951]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.5319661Z [00:03:47.951]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.5320291Z [00:03:47.951]➜  Thread model: posix
2025-08-20T19:17:58.5320903Z [00:03:47.951]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.5321769Z [00:03:47.951]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.5322750Z [00:03:47.951]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.5323551Z [00:03:47.952]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.5324151Z [00:03:47.952]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.5324919Z [00:03:47.954]➜   (in-process)
2025-08-20T19:17:58.5340265Z [00:03:47.954]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-printf-args.o -x c lib/printf-args.c
2025-08-20T19:17:58.5353138Z [00:03:47.955]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.5374267Z [00:03:47.959]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.5376681Z [00:03:47.959]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.5377496Z [00:03:47.959]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.5378113Z [00:03:47.959]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.5378711Z [00:03:47.959]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.5379294Z [00:03:47.959]➜  #include "..." search starts here:
2025-08-20T19:17:58.5379858Z [00:03:47.959]➜  #include <...> search starts here:
2025-08-20T19:17:58.5380334Z [00:03:47.959]➜   .
2025-08-20T19:17:58.5380677Z [00:03:47.959]➜   ./lib
2025-08-20T19:17:58.5381040Z [00:03:47.959]➜   src
2025-08-20T19:17:58.5381478Z [00:03:47.959]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.5382002Z [00:03:47.959]➜   /usr/local/include
2025-08-20T19:17:58.5382505Z [00:03:47.959]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.5383002Z [00:03:47.959]➜   /usr/include
2025-08-20T19:17:58.5383465Z [00:03:47.959]➜  End of search list.
2025-08-20T19:17:58.5499075Z [00:03:47.971]➜    CC       lib/libcoreutils_a-vasnprintf.o
2025-08-20T19:17:58.5543720Z [00:03:47.976]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.5572407Z [00:03:47.976]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.5572972Z [00:03:47.976]➜  Thread model: posix
2025-08-20T19:17:58.5573628Z [00:03:47.976]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.5574437Z [00:03:47.976]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.5576369Z [00:03:47.976]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.5577295Z [00:03:47.976]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.5577952Z [00:03:47.976]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.5578468Z [00:03:47.976]➜   (in-process)
2025-08-20T19:17:58.5594064Z [00:03:47.977]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-printf-parse.o -x c lib/printf-parse.c
2025-08-20T19:17:58.5605170Z [00:03:47.980]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.5606448Z [00:03:47.980]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.5607664Z [00:03:47.980]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.5608301Z [00:03:47.980]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.5608905Z [00:03:47.980]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.5609517Z [00:03:47.980]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.5610118Z [00:03:47.980]➜  #include "..." search starts here:
2025-08-20T19:17:58.5610691Z [00:03:47.980]➜  #include <...> search starts here:
2025-08-20T19:17:58.5611168Z [00:03:47.980]➜   .
2025-08-20T19:17:58.5611507Z [00:03:47.980]➜   ./lib
2025-08-20T19:17:58.5611872Z [00:03:47.980]➜   src
2025-08-20T19:17:58.5612323Z [00:03:47.980]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.5612888Z [00:03:47.980]➜   /usr/local/include
2025-08-20T19:17:58.5613430Z [00:03:47.980]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.5613906Z [00:03:47.980]➜   /usr/include
2025-08-20T19:17:58.5614368Z [00:03:47.980]➜  End of search list.
2025-08-20T19:17:58.5645555Z [00:03:47.986]➜    CC       src/libsinglebin_chroot_a-chroot.o
2025-08-20T19:17:58.5704949Z [00:03:47.992]➜    CC       src/libsinglebin_hostid_a-hostid.o
2025-08-20T19:17:58.5776594Z [00:03:47.999]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.5780709Z [00:03:47.999]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.5781545Z [00:03:47.999]➜  Thread model: posix
2025-08-20T19:17:58.5782127Z [00:03:47.999]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.5782924Z [00:03:47.999]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.5783833Z [00:03:47.999]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.5784519Z [00:03:47.999]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.5785056Z [00:03:47.999]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.5793646Z [00:03:48.001]➜   (in-process)
2025-08-20T19:17:58.5823226Z [00:03:48.003]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-vasnprintf.o -x c lib/vasnprintf.c
2025-08-20T19:17:58.5839294Z [00:03:48.003]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.5840552Z [00:03:48.003]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.5841538Z [00:03:48.003]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.5842165Z [00:03:48.003]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.5842791Z [00:03:48.003]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.5843410Z [00:03:48.003]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.5844006Z [00:03:48.003]➜  #include "..." search starts here:
2025-08-20T19:17:58.5844588Z [00:03:48.003]➜  #include <...> search starts here:
2025-08-20T19:17:58.5845095Z [00:03:48.003]➜   .
2025-08-20T19:17:58.5845458Z [00:03:48.003]➜   ./lib
2025-08-20T19:17:58.5845854Z [00:03:48.003]➜   src
2025-08-20T19:17:58.5846318Z [00:03:48.003]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.5846856Z [00:03:48.003]➜   /usr/local/include
2025-08-20T19:17:58.5847539Z [00:03:48.003]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.5848057Z [00:03:48.003]➜   /usr/include
2025-08-20T19:17:58.5848509Z [00:03:48.003]➜  End of search list.
2025-08-20T19:17:58.6121735Z [00:03:48.034]➜  Debian clang version 19.1.7 (3+b2)Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.6142109Z [00:03:48.036]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.6150076Z [00:03:48.036]➜  Thread model: posix
2025-08-20T19:17:58.6150700Z [00:03:48.036]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.6151530Z [00:03:48.036]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.6152476Z [00:03:48.036]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.6153227Z [00:03:48.036]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.6154040Z [00:03:48.036]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.6154545Z [00:03:48.036]➜   (in-process)
2025-08-20T19:17:58.6165349Z [00:03:48.036]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_chroot_a-chroot.o -x c src/chroot.c
2025-08-20T19:17:58.6176233Z [00:03:48.036]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.6177039Z [00:03:48.036]➜  
2025-08-20T19:17:58.6178004Z [00:03:48.036]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.6178574Z [00:03:48.036]➜  Thread model: posix
2025-08-20T19:17:58.6191913Z [00:03:48.039]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.6192750Z [00:03:48.039]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.6193668Z [00:03:48.039]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.6194343Z [00:03:48.039]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.6194872Z [00:03:48.039]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.6195362Z [00:03:48.039]➜   (in-process)
2025-08-20T19:17:58.6206279Z [00:03:48.039]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_hostid_a-hostid.o -x c src/hostid.c
2025-08-20T19:17:58.6216443Z [00:03:48.039]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.6221849Z [00:03:48.039]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.6222283Z [00:03:48.039]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.6222585Z [00:03:48.039]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.6222892Z [00:03:48.039]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.6223171Z [00:03:48.039]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.6223443Z [00:03:48.039]➜  #include "..." search starts here:
2025-08-20T19:17:58.6223701Z [00:03:48.039]➜  #include <...> search starts here:
2025-08-20T19:17:58.6223870Z [00:03:48.039]➜   .
2025-08-20T19:17:58.6224065Z [00:03:48.039]➜   ./lib
2025-08-20T19:17:58.6224246Z [00:03:48.039]➜   src
2025-08-20T19:17:58.6224553Z [00:03:48.039]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.6224785Z [00:03:48.039]➜   /usr/local/include
2025-08-20T19:17:58.6225051Z [00:03:48.039]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.6225241Z [00:03:48.039]➜   /usr/include
2025-08-20T19:17:58.6225463Z [00:03:48.039]➜  End of search list.
2025-08-20T19:17:58.6226160Z [00:03:48.039]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.6226500Z [00:03:48.040]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.6226785Z [00:03:48.040]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.6227079Z [00:03:48.040]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.6227564Z [00:03:48.040]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.6227895Z [00:03:48.041]➜  #include "..." search starts here:
2025-08-20T19:17:58.6228379Z [00:03:48.041]➜  #include <...> search starts here:
2025-08-20T19:17:58.6228581Z [00:03:48.042]➜   .
2025-08-20T19:17:58.6228776Z [00:03:48.042]➜   ./lib
2025-08-20T19:17:58.6228957Z [00:03:48.042]➜   src
2025-08-20T19:17:58.6229238Z [00:03:48.042]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.6229451Z [00:03:48.042]➜   /usr/local/include
2025-08-20T19:17:58.6229699Z [00:03:48.042]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.6229905Z [00:03:48.042]➜   /usr/include
2025-08-20T19:17:58.6230109Z [00:03:48.042]➜  End of search list.
2025-08-20T19:17:58.6661941Z [00:03:48.088]➜    CC       src/libsinglebin_timeout_a-timeout.o
2025-08-20T19:17:58.6990984Z [00:03:48.121]➜    CC       src/libsinglebin_timeout_a-operand2sig.o
2025-08-20T19:17:58.7173317Z [00:03:48.139]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.7214798Z [00:03:48.139]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.7215502Z [00:03:48.139]➜  Thread model: posix
2025-08-20T19:17:58.7216226Z [00:03:48.139]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.7217337Z [00:03:48.139]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.7218395Z [00:03:48.139]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.7219179Z [00:03:48.142]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.7219818Z [00:03:48.142]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.7220397Z [00:03:48.142]➜   (in-process)
2025-08-20T19:17:58.7234032Z [00:03:48.143]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_timeout_a-timeout.o -x c src/timeout.c
2025-08-20T19:17:58.7244757Z [00:03:48.144]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.7246090Z [00:03:48.144]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.7250813Z [00:03:48.147]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.7255547Z [00:03:48.147]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.7260932Z [00:03:48.147]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.7261692Z [00:03:48.147]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.7262425Z [00:03:48.147]➜  #include "..." search starts here:
2025-08-20T19:17:58.7268193Z [00:03:48.147]➜  #include <...> search starts here:
2025-08-20T19:17:58.7268805Z [00:03:48.147]➜   .
2025-08-20T19:17:58.7269244Z [00:03:48.147]➜   ./lib
2025-08-20T19:17:58.7269691Z [00:03:48.147]➜   src
2025-08-20T19:17:58.7270232Z [00:03:48.147]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.7271261Z [00:03:48.147]➜   /usr/local/include
2025-08-20T19:17:58.7271886Z [00:03:48.147]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.7272481Z [00:03:48.147]➜   /usr/include
2025-08-20T19:17:58.7273007Z [00:03:48.147]➜  End of search list.
2025-08-20T19:17:58.7489431Z [00:03:48.170]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.7491978Z [00:03:48.170]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.7492605Z [00:03:48.170]➜  Thread model: posix
2025-08-20T19:17:58.7493242Z [00:03:48.170]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.7494132Z [00:03:48.170]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.7495156Z [00:03:48.170]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.7521989Z [00:03:48.174]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.7525685Z [00:03:48.174]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.7526306Z [00:03:48.174]➜   (in-process)
2025-08-20T19:17:58.7538587Z [00:03:48.174]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_timeout_a-operand2sig.o -x c src/operand2sig.c
2025-08-20T19:17:58.7551120Z [00:03:48.176]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.7552498Z [00:03:48.176]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.7553561Z [00:03:48.176]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.7554284Z [00:03:48.176]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.7554974Z [00:03:48.176]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.7555663Z [00:03:48.176]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.7556324Z [00:03:48.176]➜  #include "..." search starts here:
2025-08-20T19:17:58.7556953Z [00:03:48.176]➜  #include <...> search starts here:
2025-08-20T19:17:58.7557672Z [00:03:48.176]➜   .
2025-08-20T19:17:58.7558041Z [00:03:48.176]➜   ./lib
2025-08-20T19:17:58.7558419Z [00:03:48.176]➜   src
2025-08-20T19:17:58.7558922Z [00:03:48.176]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.7559493Z [00:03:48.176]➜   /usr/local/include
2025-08-20T19:17:58.7560052Z [00:03:48.176]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.7560583Z [00:03:48.176]➜   /usr/include
2025-08-20T19:17:58.7561076Z [00:03:48.176]➜  End of search list.
2025-08-20T19:17:58.7651222Z [00:03:48.187]➜    CC       src/libsinglebin_nice_a-nice.o
2025-08-20T19:17:58.7849066Z [00:03:48.206]➜    CC       src/libsinglebin_who_a-who.o
2025-08-20T19:17:58.7900943Z [00:03:48.212]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.7904237Z [00:03:48.212]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.7906693Z [00:03:48.212]➜  Thread model: posix
2025-08-20T19:17:58.7909852Z [00:03:48.213]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.7913393Z [00:03:48.213]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.7915711Z [00:03:48.213]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.7920187Z [00:03:48.214]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.7924550Z [00:03:48.214]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.7931719Z [00:03:48.215]➜   (in-process)
2025-08-20T19:17:58.7973097Z [00:03:48.218]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_nice_a-nice.o -x c src/nice.c
2025-08-20T19:17:58.8011309Z [00:03:48.218]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.8012631Z [00:03:48.218]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.8013702Z [00:03:48.218]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.8014414Z [00:03:48.218]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.8015089Z [00:03:48.218]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.8015747Z [00:03:48.218]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.8016420Z [00:03:48.218]➜  #include "..." search starts here:
2025-08-20T19:17:58.8017073Z [00:03:48.218]➜  #include <...> search starts here:
2025-08-20T19:17:58.8017860Z [00:03:48.218]➜   .
2025-08-20T19:17:58.8018266Z [00:03:48.218]➜   ./lib
2025-08-20T19:17:58.8018712Z [00:03:48.218]➜   src
2025-08-20T19:17:58.8019229Z [00:03:48.218]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.8019826Z [00:03:48.218]➜   /usr/local/include
2025-08-20T19:17:58.8020395Z [00:03:48.218]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.8020933Z [00:03:48.218]➜   /usr/include
2025-08-20T19:17:58.8021409Z [00:03:48.218]➜  End of search list.
2025-08-20T19:17:58.8314324Z [00:03:48.253]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.8320565Z [00:03:48.253]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.8321201Z [00:03:48.253]➜  Thread model: posix
2025-08-20T19:17:58.8321825Z [00:03:48.253]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.8322732Z [00:03:48.253]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.8327065Z [00:03:48.253]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.8328402Z [00:03:48.253]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.8329056Z [00:03:48.253]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.8345789Z [00:03:48.256]➜   (in-process)
2025-08-20T19:17:58.8360163Z [00:03:48.256]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_who_a-who.o -x c src/who.c
2025-08-20T19:17:58.8372383Z [00:03:48.259]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.8373768Z [00:03:48.259]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.8374878Z [00:03:48.259]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.8375609Z [00:03:48.259]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.8376308Z [00:03:48.259]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.8376995Z [00:03:48.259]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.8377873Z [00:03:48.259]➜  #include "..." search starts here:
2025-08-20T19:17:58.8378522Z [00:03:48.259]➜  #include <...> search starts here:
2025-08-20T19:17:58.8379097Z [00:03:48.259]➜   .
2025-08-20T19:17:58.8379524Z [00:03:48.259]➜   ./lib
2025-08-20T19:17:58.8379957Z [00:03:48.259]➜   src
2025-08-20T19:17:58.8380488Z [00:03:48.259]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.8381111Z [00:03:48.259]➜   /usr/local/include
2025-08-20T19:17:58.8381710Z [00:03:48.259]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.8382292Z [00:03:48.259]➜   /usr/include
2025-08-20T19:17:58.8382800Z [00:03:48.259]➜  End of search list.
2025-08-20T19:17:58.8768670Z [00:03:48.298]➜    CC       src/libsinglebin_users_a-users.o
2025-08-20T19:17:58.8970215Z [00:03:48.318]➜    CC       src/libsinglebin_pinky_a-pinky.o
2025-08-20T19:17:58.9056179Z [00:03:48.327]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.9058525Z [00:03:48.327]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.9082312Z [00:03:48.330]➜  Thread model: posix
2025-08-20T19:17:58.9087079Z [00:03:48.330]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.9088264Z [00:03:48.330]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.9089263Z [00:03:48.330]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.9091682Z [00:03:48.330]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.9092293Z [00:03:48.330]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.9092836Z [00:03:48.330]➜   (in-process)
2025-08-20T19:17:58.9110016Z [00:03:48.330]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_users_a-users.o -x c src/users.c
2025-08-20T19:17:58.9119664Z [00:03:48.330]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.9120981Z [00:03:48.330]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.9121990Z [00:03:48.331]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.9122641Z [00:03:48.331]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.9123280Z [00:03:48.331]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.9123908Z [00:03:48.331]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.9124536Z [00:03:48.332]➜  #include "..." search starts here:
2025-08-20T19:17:58.9125141Z [00:03:48.332]➜  #include <...> search starts here:
2025-08-20T19:17:58.9125643Z [00:03:48.332]➜   .
2025-08-20T19:17:58.9126013Z [00:03:48.332]➜   ./lib
2025-08-20T19:17:58.9126402Z [00:03:48.332]➜   src
2025-08-20T19:17:58.9131205Z [00:03:48.335]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.9135487Z [00:03:48.335]➜   /usr/local/include
2025-08-20T19:17:58.9136073Z [00:03:48.335]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.9136620Z [00:03:48.335]➜   /usr/include
2025-08-20T19:17:58.9137084Z [00:03:48.335]➜  End of search list.
2025-08-20T19:17:58.9420124Z [00:03:48.364]➜    CC       src/libsinglebin_stty_a-stty.o
2025-08-20T19:17:58.9443691Z [00:03:48.366]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.9445164Z [00:03:48.366]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.9447840Z [00:03:48.366]➜  Thread model: posix
2025-08-20T19:17:58.9449234Z [00:03:48.366]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.9450513Z [00:03:48.366]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.9453910Z [00:03:48.366]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.9456997Z [00:03:48.366]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.9457806Z [00:03:48.366]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.9485366Z [00:03:48.370]➜   (in-process)
2025-08-20T19:17:58.9499058Z [00:03:48.370]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_pinky_a-pinky.o -x c src/pinky.c
2025-08-20T19:17:58.9521212Z [00:03:48.371]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.9522628Z [00:03:48.372]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.9523744Z [00:03:48.372]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.9524460Z [00:03:48.372]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.9525164Z [00:03:48.372]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.9525847Z [00:03:48.372]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.9526531Z [00:03:48.372]➜  #include "..." search starts here:
2025-08-20T19:17:58.9527377Z [00:03:48.372]➜  #include <...> search starts here:
2025-08-20T19:17:58.9527948Z [00:03:48.372]➜   .
2025-08-20T19:17:58.9528361Z [00:03:48.372]➜   ./lib
2025-08-20T19:17:58.9528772Z [00:03:48.372]➜   src
2025-08-20T19:17:58.9529303Z [00:03:48.372]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.9529930Z [00:03:48.372]➜   /usr/local/include
2025-08-20T19:17:58.9530537Z [00:03:48.372]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.9531098Z [00:03:48.372]➜   /usr/include
2025-08-20T19:17:58.9531599Z [00:03:48.372]➜  End of search list.
2025-08-20T19:17:58.9888790Z [00:03:48.410]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:58.9896302Z [00:03:48.410]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:58.9896865Z [00:03:48.410]➜  Thread model: posix
2025-08-20T19:17:58.9897632Z [00:03:48.410]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:58.9898503Z [00:03:48.410]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.9899456Z [00:03:48.410]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:58.9900219Z [00:03:48.410]➜  Candidate multilib: .;@m64
2025-08-20T19:17:58.9902190Z [00:03:48.411]➜  Selected multilib: .;@m64
2025-08-20T19:17:58.9925145Z [00:03:48.414]➜   (in-process)
2025-08-20T19:17:58.9953906Z [00:03:48.414]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_stty_a-stty.o -x c src/stty.c
2025-08-20T19:17:58.9964080Z [00:03:48.415]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:58.9965474Z [00:03:48.416]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:58.9966915Z [00:03:48.416]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:58.9968115Z [00:03:48.416]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:58.9969015Z [00:03:48.416]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:58.9970406Z [00:03:48.416]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:58.9972627Z [00:03:48.416]➜  #include "..." search starts here:
2025-08-20T19:17:58.9973330Z [00:03:48.416]➜  #include <...> search starts here:
2025-08-20T19:17:58.9973885Z [00:03:48.416]➜   .
2025-08-20T19:17:58.9974291Z [00:03:48.416]➜   ./lib
2025-08-20T19:17:58.9974713Z [00:03:48.416]➜   src
2025-08-20T19:17:58.9975233Z [00:03:48.416]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:58.9975828Z [00:03:48.416]➜   /usr/local/include
2025-08-20T19:17:58.9976399Z [00:03:48.416]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:58.9976969Z [00:03:48.416]➜   /usr/include
2025-08-20T19:17:58.9977688Z [00:03:48.416]➜  End of search list.
2025-08-20T19:17:59.0235595Z [00:03:48.445]➜    CC       src/libsinglebin_df_a-df.o
2025-08-20T19:17:59.0539324Z [00:03:48.475]➜    CC       src/libsinglebin_df_a-find-mount-point.o
2025-08-20T19:17:59.0582349Z [00:03:48.480]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.0584355Z [00:03:48.480]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.0584984Z [00:03:48.480]➜  Thread model: posix
2025-08-20T19:17:59.0585906Z [00:03:48.480]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.0586775Z [00:03:48.480]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.0587923Z [00:03:48.480]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.0588700Z [00:03:48.480]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.0589282Z [00:03:48.480]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.0589837Z [00:03:48.480]➜   (in-process)
2025-08-20T19:17:59.0600949Z [00:03:48.481]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_df_a-df.o -x c src/df.c
2025-08-20T19:17:59.0622528Z [00:03:48.481]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.0623812Z [00:03:48.482]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.0625560Z [00:03:48.482]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.0626260Z [00:03:48.482]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.0626915Z [00:03:48.482]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.0627784Z [00:03:48.482]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.0628402Z [00:03:48.482]➜  #include "..." search starts here:
2025-08-20T19:17:59.0628998Z [00:03:48.482]➜  #include <...> search starts here:
2025-08-20T19:17:59.0629503Z [00:03:48.482]➜   .
2025-08-20T19:17:59.0629897Z [00:03:48.482]➜   ./lib
2025-08-20T19:17:59.0630303Z [00:03:48.482]➜   src
2025-08-20T19:17:59.0631038Z [00:03:48.482]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.0631621Z [00:03:48.482]➜   /usr/local/include
2025-08-20T19:17:59.0632152Z [00:03:48.482]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.0632651Z [00:03:48.482]➜   /usr/include
2025-08-20T19:17:59.0633099Z [00:03:48.482]➜  End of search list.
2025-08-20T19:17:59.0993205Z [00:03:48.521]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.1032224Z [00:03:48.521]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.1032863Z [00:03:48.521]➜  Thread model: posix
2025-08-20T19:17:59.1033490Z [00:03:48.521]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.1034396Z [00:03:48.521]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.1035425Z [00:03:48.521]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.1036163Z [00:03:48.521]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.1036767Z [00:03:48.521]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.1038148Z [00:03:48.521]➜   (in-process)
2025-08-20T19:17:59.1049996Z [00:03:48.521]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:17:59.1061141Z [00:03:48.522]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.1062501Z [00:03:48.523]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.1063601Z [00:03:48.523]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.1064324Z [00:03:48.523]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.1065024Z [00:03:48.523]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.1065696Z [00:03:48.523]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.1066360Z [00:03:48.523]➜  #include "..." search starts here:
2025-08-20T19:17:59.1066982Z [00:03:48.523]➜  #include <...> search starts here:
2025-08-20T19:17:59.1067735Z [00:03:48.523]➜   .
2025-08-20T19:17:59.1068148Z [00:03:48.523]➜   ./lib
2025-08-20T19:17:59.1068542Z [00:03:48.523]➜   src
2025-08-20T19:17:59.1069041Z [00:03:48.523]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.1069594Z [00:03:48.523]➜   /usr/local/include
2025-08-20T19:17:59.1070123Z [00:03:48.523]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.1070639Z [00:03:48.523]➜   /usr/include
2025-08-20T19:17:59.1071094Z [00:03:48.523]➜  End of search list.
2025-08-20T19:17:59.1099808Z [00:03:48.532]➜    CC       src/libsinglebin___a-lbracket.o
2025-08-20T19:17:59.1565746Z [00:03:48.578]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.1571147Z [00:03:48.578]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.1571853Z [00:03:48.578]➜  Thread model: posix
2025-08-20T19:17:59.1572490Z [00:03:48.578]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.1573385Z [00:03:48.578]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.1574387Z [00:03:48.578]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.1575154Z [00:03:48.578]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.1575754Z [00:03:48.578]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.1596057Z [00:03:48.581]➜   (in-process)
2025-08-20T19:17:59.1610205Z [00:03:48.581]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin___a-lbracket.o -x c src/lbracket.c
2025-08-20T19:17:59.1634338Z [00:03:48.582]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.1635718Z [00:03:48.583]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.1636802Z [00:03:48.583]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.1637793Z [00:03:48.583]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.1638497Z [00:03:48.583]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.1639142Z [00:03:48.583]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.1639776Z [00:03:48.583]➜  #include "..." search starts here:
2025-08-20T19:17:59.1640415Z [00:03:48.583]➜  #include <...> search starts here:
2025-08-20T19:17:59.1640931Z [00:03:48.583]➜   .
2025-08-20T19:17:59.1641333Z [00:03:48.583]➜   ./lib
2025-08-20T19:17:59.1641743Z [00:03:48.583]➜   src
2025-08-20T19:17:59.1642240Z [00:03:48.583]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.1642805Z [00:03:48.583]➜   /usr/local/include
2025-08-20T19:17:59.1643352Z [00:03:48.583]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.1643917Z [00:03:48.583]➜   /usr/include
2025-08-20T19:17:59.1644468Z [00:03:48.583]➜  End of search list.
2025-08-20T19:17:59.2010612Z [00:03:48.623]➜    CC       src/libsinglebin_b2sum_a-digest.o
2025-08-20T19:17:59.2353023Z [00:03:48.657]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.2364627Z [00:03:48.657]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.2365298Z [00:03:48.657]➜  Thread model: posix
2025-08-20T19:17:59.2365929Z [00:03:48.657]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.2366789Z [00:03:48.657]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.2368350Z [00:03:48.657]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.2369195Z [00:03:48.657]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.2369831Z [00:03:48.657]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.2370429Z [00:03:48.657]➜   (in-process)
2025-08-20T19:17:59.2386269Z [00:03:48.658]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_b2sum_a-digest.o -x c src/digest.c
2025-08-20T19:17:59.2397045Z [00:03:48.658]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.2399112Z [00:03:48.659]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.2400257Z [00:03:48.659]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.2400963Z [00:03:48.659]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.2401669Z [00:03:48.659]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.2402387Z [00:03:48.659]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.2403083Z [00:03:48.659]➜  #include "..." search starts here:
2025-08-20T19:17:59.2403776Z [00:03:48.659]➜  #include <...> search starts here:
2025-08-20T19:17:59.2404345Z [00:03:48.659]➜   .
2025-08-20T19:17:59.2404759Z [00:03:48.659]➜   ./lib
2025-08-20T19:17:59.2405203Z [00:03:48.659]➜   src
2025-08-20T19:17:59.2405754Z [00:03:48.659]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.2406386Z [00:03:48.659]➜   /usr/local/include
2025-08-20T19:17:59.2407016Z [00:03:48.659]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.2407935Z [00:03:48.659]➜   /usr/include
2025-08-20T19:17:59.2408479Z [00:03:48.659]➜  End of search list.
2025-08-20T19:17:59.2604383Z [00:03:48.682]➜    CC       src/libsinglebin_base64_a-basenc.o
2025-08-20T19:17:59.2831323Z [00:03:48.705]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.2839211Z [00:03:48.705]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.2839835Z [00:03:48.705]➜  Thread model: posix
2025-08-20T19:17:59.2840475Z [00:03:48.705]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.2841328Z [00:03:48.705]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.2842319Z [00:03:48.705]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.2843093Z [00:03:48.705]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.2843677Z [00:03:48.705]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.2844233Z [00:03:48.706]➜   (in-process)
2025-08-20T19:17:59.2884143Z [00:03:48.709]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_base64_a-basenc.o -x c src/basenc.c
2025-08-20T19:17:59.2923821Z [00:03:48.709]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.2925182Z [00:03:48.709]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.2926276Z [00:03:48.709]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.2926964Z [00:03:48.709]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.2928215Z [00:03:48.709]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.2928952Z [00:03:48.709]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.2929662Z [00:03:48.709]➜  #include "..." search starts here:
2025-08-20T19:17:59.2930326Z [00:03:48.709]➜  #include <...> search starts here:
2025-08-20T19:17:59.2930889Z [00:03:48.709]➜   .
2025-08-20T19:17:59.2931302Z [00:03:48.709]➜   ./lib
2025-08-20T19:17:59.2931719Z [00:03:48.709]➜   src
2025-08-20T19:17:59.2932250Z [00:03:48.709]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.2932853Z [00:03:48.709]➜   /usr/local/include
2025-08-20T19:17:59.2933444Z [00:03:48.709]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.2934020Z [00:03:48.709]➜   /usr/include
2025-08-20T19:17:59.2934514Z [00:03:48.709]➜  End of search list.
2025-08-20T19:17:59.3912286Z [00:03:48.813]➜    CC       src/libsinglebin_base32_a-basenc.o
2025-08-20T19:17:59.4373030Z [00:03:48.859]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.4384065Z [00:03:48.859]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.4384617Z [00:03:48.859]➜  Thread model: posix
2025-08-20T19:17:59.4385202Z [00:03:48.859]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.4385986Z [00:03:48.859]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.4386869Z [00:03:48.859]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.4387786Z [00:03:48.859]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.4388322Z [00:03:48.859]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.4388812Z [00:03:48.860]➜   (in-process)
2025-08-20T19:17:59.4413428Z [00:03:48.862]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_base32_a-basenc.o -x c src/basenc.c
2025-08-20T19:17:59.4423371Z [00:03:48.863]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.4428194Z [00:03:48.863]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.4442448Z [00:03:48.863]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.4443206Z [00:03:48.863]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.4443944Z [00:03:48.863]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.4444649Z [00:03:48.863]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.4445338Z [00:03:48.863]➜  #include "..." search starts here:
2025-08-20T19:17:59.4445993Z [00:03:48.863]➜  #include <...> search starts here:
2025-08-20T19:17:59.4446521Z [00:03:48.863]➜   .
2025-08-20T19:17:59.4447434Z [00:03:48.863]➜   ./lib
2025-08-20T19:17:59.4447861Z [00:03:48.863]➜   src
2025-08-20T19:17:59.4448428Z [00:03:48.863]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.4449075Z [00:03:48.863]➜   /usr/local/include
2025-08-20T19:17:59.4449668Z [00:03:48.863]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.4450250Z [00:03:48.863]➜   /usr/include
2025-08-20T19:17:59.4450745Z [00:03:48.863]➜  End of search list.
2025-08-20T19:17:59.4532209Z [00:03:48.875]➜    CC       src/libsinglebin_basenc_a-basenc.o
2025-08-20T19:17:59.4616557Z [00:03:48.883]➜    CC       src/libsinglebin_basename_a-basename.o
2025-08-20T19:17:59.4746509Z [00:03:48.896]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.4748054Z [00:03:48.896]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.4751572Z [00:03:48.897]➜  Thread model: posix
2025-08-20T19:17:59.4753908Z [00:03:48.897]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.4768245Z [00:03:48.897]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.4770768Z [00:03:48.898]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.4773518Z [00:03:48.898]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.4774141Z [00:03:48.899]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.4778616Z [00:03:48.899]➜   (in-process)
2025-08-20T19:17:59.4821298Z [00:03:48.903]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_basenc_a-basenc.o -x c src/basenc.c
2025-08-20T19:17:59.4842408Z [00:03:48.906]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.4873365Z [00:03:48.906]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.4874498Z [00:03:48.906]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.4875226Z [00:03:48.906]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.4875925Z [00:03:48.906]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.4876609Z [00:03:48.906]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.4877649Z [00:03:48.906]➜  #include "..." search starts here:
2025-08-20T19:17:59.4878341Z [00:03:48.906]➜  #include <...> search starts here:
2025-08-20T19:17:59.4878882Z [00:03:48.906]➜   .
2025-08-20T19:17:59.4879293Z [00:03:48.906]➜   ./lib
2025-08-20T19:17:59.4879725Z [00:03:48.906]➜   src
2025-08-20T19:17:59.4880266Z [00:03:48.906]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.4880855Z [00:03:48.906]➜   /usr/local/include
2025-08-20T19:17:59.4881763Z [00:03:48.906]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.4882326Z [00:03:48.906]➜   /usr/include
2025-08-20T19:17:59.4882853Z [00:03:48.906]➜  End of search list.
2025-08-20T19:17:59.4894941Z [00:03:48.911]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.4901803Z [00:03:48.911]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.4902413Z [00:03:48.911]➜  Thread model: posix
2025-08-20T19:17:59.4903036Z [00:03:48.911]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.4904547Z [00:03:48.911]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.4907825Z [00:03:48.911]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.4908631Z [00:03:48.911]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.4909250Z [00:03:48.911]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.4917409Z [00:03:48.913]➜   (in-process)
2025-08-20T19:17:59.4934321Z [00:03:48.914]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_basename_a-basename.o -x c src/basename.c
2025-08-20T19:17:59.4958544Z [00:03:48.917]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.4960515Z [00:03:48.917]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.4966014Z [00:03:48.918]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.4966759Z [00:03:48.918]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.4967696Z [00:03:48.918]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.4968419Z [00:03:48.918]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.4969086Z [00:03:48.918]➜  #include "..." search starts here:
2025-08-20T19:17:59.4969760Z [00:03:48.918]➜  #include <...> search starts here:
2025-08-20T19:17:59.4970340Z [00:03:48.918]➜   .
2025-08-20T19:17:59.4970749Z [00:03:48.918]➜   ./lib
2025-08-20T19:17:59.4971170Z [00:03:48.918]➜   src
2025-08-20T19:17:59.4971725Z [00:03:48.918]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.4972363Z [00:03:48.918]➜   /usr/local/include
2025-08-20T19:17:59.4972931Z [00:03:48.918]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.4973509Z [00:03:48.918]➜   /usr/include
2025-08-20T19:17:59.4974018Z [00:03:48.918]➜  End of search list.
2025-08-20T19:17:59.5006724Z [00:03:48.922]➜    CC       src/libsinglebin_cat_a-cat.o
2025-08-20T19:17:59.5490268Z [00:03:48.970]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.5497786Z [00:03:48.970]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.5498417Z [00:03:48.970]➜  Thread model: posix
2025-08-20T19:17:59.5499451Z [00:03:48.970]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.5500351Z [00:03:48.970]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.5501362Z [00:03:48.970]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.5502144Z [00:03:48.970]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.5502748Z [00:03:48.971]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.5524203Z [00:03:48.974]➜   (in-process)
2025-08-20T19:17:59.5539767Z [00:03:48.974]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cat_a-cat.o -x c src/cat.c
2025-08-20T19:17:59.5561785Z [00:03:48.975]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.5563207Z [00:03:48.976]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.5564371Z [00:03:48.976]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.5565104Z [00:03:48.976]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.5565773Z [00:03:48.976]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.5566435Z [00:03:48.976]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.5567045Z [00:03:48.976]➜  #include "..." search starts here:
2025-08-20T19:17:59.5567854Z [00:03:48.976]➜  #include <...> search starts here:
2025-08-20T19:17:59.5568367Z [00:03:48.976]➜   .
2025-08-20T19:17:59.5568760Z [00:03:48.976]➜   ./lib
2025-08-20T19:17:59.5569151Z [00:03:48.976]➜   src
2025-08-20T19:17:59.5569656Z [00:03:48.976]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.5570269Z [00:03:48.976]➜   /usr/local/include
2025-08-20T19:17:59.5570854Z [00:03:48.976]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.5571414Z [00:03:48.976]➜   /usr/include
2025-08-20T19:17:59.5571884Z [00:03:48.976]➜  End of search list.
2025-08-20T19:17:59.6328021Z [00:03:49.054]➜    CC       src/libsinglebin_chcon_a-chcon.o
2025-08-20T19:17:59.6356380Z [00:03:49.057]➜    CC       src/libsinglebin_chgrp_a-coreutils-chgrp.o
2025-08-20T19:17:59.6374964Z [00:03:49.059]➜    CC       src/libsinglebin_chown_a-chown.o
2025-08-20T19:17:59.6546867Z [00:03:49.076]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.6551425Z [00:03:49.076]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.6552051Z [00:03:49.076]➜  Thread model: posix
2025-08-20T19:17:59.6552648Z [00:03:49.076]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.6553567Z [00:03:49.076]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.6555015Z [00:03:49.076]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.6555811Z [00:03:49.076]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.6556449Z [00:03:49.076]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.6557025Z [00:03:49.077]➜   (in-process)
2025-08-20T19:17:59.6595672Z [00:03:49.077]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_chcon_a-chcon.o -x c src/chcon.c
2025-08-20T19:17:59.6606064Z [00:03:49.078]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.6607514Z [00:03:49.078]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.6608817Z [00:03:49.078]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.6609471Z [00:03:49.078]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.6610086Z [00:03:49.078]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.6610696Z [00:03:49.078]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.6611264Z [00:03:49.078]➜  #include "..." search starts here:
2025-08-20T19:17:59.6611892Z [00:03:49.078]➜  #include <...> search starts here:
2025-08-20T19:17:59.6612380Z [00:03:49.078]➜   .
2025-08-20T19:17:59.6612749Z [00:03:49.078]➜   ./lib
2025-08-20T19:17:59.6613128Z [00:03:49.078]➜   src
2025-08-20T19:17:59.6613623Z [00:03:49.078]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.6614222Z [00:03:49.079]➜   /usr/local/include
2025-08-20T19:17:59.6614792Z [00:03:49.079]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.6615359Z [00:03:49.079]➜   /usr/include
2025-08-20T19:17:59.6615887Z [00:03:49.079]➜  End of search list.
2025-08-20T19:17:59.6785334Z [00:03:49.100]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.6786748Z [00:03:49.100]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.6788078Z [00:03:49.100]➜  Thread model: posix
2025-08-20T19:17:59.6788940Z [00:03:49.100]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.6791374Z [00:03:49.100]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.6792610Z [00:03:49.100]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.6800124Z [00:03:49.100]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.6800738Z [00:03:49.100]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.6801341Z [00:03:49.100]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.6801931Z [00:03:49.100]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.6802493Z [00:03:49.100]➜  Thread model: posix
2025-08-20T19:17:59.6803085Z [00:03:49.100]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.6804556Z [00:03:49.100]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.6805838Z [00:03:49.100]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.6807066Z [00:03:49.100]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.6808140Z [00:03:49.100]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.6808861Z [00:03:49.101]➜   (in-process)
2025-08-20T19:17:59.6821282Z [00:03:49.101]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_chown_a-chown.o -x c src/chown.c
2025-08-20T19:17:59.6868975Z [00:03:49.104]➜   (in-process)
2025-08-20T19:17:59.6881132Z [00:03:49.104]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:17:59.6891927Z [00:03:49.104]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.6893074Z [00:03:49.104]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.6894369Z [00:03:49.104]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.6895733Z [00:03:49.104]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.6896481Z [00:03:49.104]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.6897412Z [00:03:49.104]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.6898141Z [00:03:49.104]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.6899265Z [00:03:49.105]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.6900360Z [00:03:49.105]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.6901091Z [00:03:49.105]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.6901786Z [00:03:49.105]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.6902461Z [00:03:49.105]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.6903124Z [00:03:49.105]➜  #include "..." search starts here:
2025-08-20T19:17:59.6903772Z [00:03:49.105]➜  #include "..." search starts here:
2025-08-20T19:17:59.6904450Z [00:03:49.105]➜  #include <...> search starts here:
2025-08-20T19:17:59.6904994Z [00:03:49.105]➜   .
2025-08-20T19:17:59.6905434Z [00:03:49.105]➜   ./lib
2025-08-20T19:17:59.6905871Z [00:03:49.105]➜   src
2025-08-20T19:17:59.6906390Z [00:03:49.105]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.6906981Z [00:03:49.105]➜   /usr/local/include
2025-08-20T19:17:59.6907772Z [00:03:49.105]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.6908331Z [00:03:49.105]➜   /usr/include
2025-08-20T19:17:59.6908820Z [00:03:49.105]➜  End of search list.
2025-08-20T19:17:59.6909397Z [00:03:49.105]➜  #include <...> search starts here:
2025-08-20T19:17:59.6909935Z [00:03:49.105]➜   .
2025-08-20T19:17:59.6910329Z [00:03:49.105]➜   ./lib
2025-08-20T19:17:59.6910730Z [00:03:49.105]➜   src
2025-08-20T19:17:59.6911252Z [00:03:49.105]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.6911872Z [00:03:49.105]➜   /usr/local/include
2025-08-20T19:17:59.6912466Z [00:03:49.105]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.6913063Z [00:03:49.105]➜   /usr/include
2025-08-20T19:17:59.6913568Z [00:03:49.105]➜  End of search list.
2025-08-20T19:17:59.7639069Z [00:03:49.185]➜    CC       src/libsinglebin_chown_a-chown-core.o
2025-08-20T19:17:59.7866587Z [00:03:49.208]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.7869204Z [00:03:49.208]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.7870532Z [00:03:49.209]➜  Thread model: posix
2025-08-20T19:17:59.7873350Z [00:03:49.209]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.7890837Z [00:03:49.211]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.7893185Z [00:03:49.211]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.7900144Z [00:03:49.211]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.7900753Z [00:03:49.211]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.7901316Z [00:03:49.211]➜   (in-process)
2025-08-20T19:17:59.7917110Z [00:03:49.211]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:17:59.7937679Z [00:03:49.211]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.7938973Z [00:03:49.212]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.7939979Z [00:03:49.212]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.7940633Z [00:03:49.213]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.7941252Z [00:03:49.213]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.7941897Z [00:03:49.213]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.7942530Z [00:03:49.213]➜  #include "..." search starts here:
2025-08-20T19:17:59.7943117Z [00:03:49.213]➜  #include <...> search starts here:
2025-08-20T19:17:59.7943605Z [00:03:49.214]➜   .
2025-08-20T19:17:59.7943972Z [00:03:49.214]➜   ./lib
2025-08-20T19:17:59.7944356Z [00:03:49.214]➜   src
2025-08-20T19:17:59.7954557Z [00:03:49.217]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.7955163Z [00:03:49.217]➜   /usr/local/include
2025-08-20T19:17:59.7955694Z [00:03:49.217]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.7956243Z [00:03:49.217]➜   /usr/include
2025-08-20T19:17:59.7956709Z [00:03:49.217]➜  End of search list.
2025-08-20T19:17:59.8231410Z [00:03:49.245]➜    CC       src/libsinglebin_chown_a-chown-chown.o
2025-08-20T19:17:59.8470146Z [00:03:49.269]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.8471174Z [00:03:49.269]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.8474148Z [00:03:49.269]➜  Thread model: posix
2025-08-20T19:17:59.8475156Z [00:03:49.269]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.8476107Z [00:03:49.269]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.8477141Z [00:03:49.269]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.8478158Z [00:03:49.269]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.8478806Z [00:03:49.269]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.8484625Z [00:03:49.270]➜   (in-process)
2025-08-20T19:17:59.8503660Z [00:03:49.271]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:17:59.8543991Z [00:03:49.274]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.8545383Z [00:03:49.274]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.8546491Z [00:03:49.274]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.8547409Z [00:03:49.274]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.8548134Z [00:03:49.274]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.8548852Z [00:03:49.274]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.8549548Z [00:03:49.274]➜  #include "..." search starts here:
2025-08-20T19:17:59.8550216Z [00:03:49.274]➜  #include <...> search starts here:
2025-08-20T19:17:59.8550772Z [00:03:49.274]➜   .
2025-08-20T19:17:59.8551185Z [00:03:49.274]➜   ./lib
2025-08-20T19:17:59.8551639Z [00:03:49.274]➜   src
2025-08-20T19:17:59.8552167Z [00:03:49.275]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.8552790Z [00:03:49.275]➜   /usr/local/include
2025-08-20T19:17:59.8553475Z [00:03:49.275]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.8554061Z [00:03:49.275]➜   /usr/include
2025-08-20T19:17:59.8554579Z [00:03:49.275]➜  End of search list.
2025-08-20T19:17:59.8639652Z [00:03:49.286]➜    CC       src/libsinglebin_chmod_a-chmod.o
2025-08-20T19:17:59.8716213Z [00:03:49.293]➜    CC       src/libsinglebin_cksum_a-digest.o
2025-08-20T19:17:59.8846164Z [00:03:49.306]➜    CC       src/blake2/libsinglebin_cksum_a-blake2b-ref.o
2025-08-20T19:17:59.8907140Z [00:03:49.312]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.8913746Z [00:03:49.312]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.8914377Z [00:03:49.312]➜  Thread model: posix
2025-08-20T19:17:59.8915013Z [00:03:49.312]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.8915951Z [00:03:49.312]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.8917515Z [00:03:49.312]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.8918384Z [00:03:49.312]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.8919010Z [00:03:49.312]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.8927987Z [00:03:49.314]➜   (in-process)
2025-08-20T19:17:59.8943315Z [00:03:49.315]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_chmod_a-chmod.o -x c src/chmod.c
2025-08-20T19:17:59.8963282Z [00:03:49.318]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.8972928Z [00:03:49.319]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.8975943Z [00:03:49.319]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.8976662Z [00:03:49.319]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.8977554Z [00:03:49.319]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.8978224Z [00:03:49.319]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.8978858Z [00:03:49.319]➜  #include "..." search starts here:
2025-08-20T19:17:59.8979470Z [00:03:49.319]➜  #include <...> search starts here:
2025-08-20T19:17:59.8979983Z [00:03:49.319]➜   .
2025-08-20T19:17:59.8980354Z [00:03:49.319]➜   ./lib
2025-08-20T19:17:59.8980755Z [00:03:49.319]➜   src
2025-08-20T19:17:59.8981246Z [00:03:49.319]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.8981802Z [00:03:49.319]➜   /usr/local/include
2025-08-20T19:17:59.8982359Z [00:03:49.319]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.8982886Z [00:03:49.319]➜   /usr/include
2025-08-20T19:17:59.8983360Z [00:03:49.319]➜  End of search list.
2025-08-20T19:17:59.9070555Z [00:03:49.328]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.9103930Z [00:03:49.328]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.9104512Z [00:03:49.328]➜  Thread model: posix
2025-08-20T19:17:59.9105071Z [00:03:49.328]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.9105881Z [00:03:49.328]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.9106844Z [00:03:49.328]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.9108970Z [00:03:49.328]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.9109545Z [00:03:49.328]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.9110051Z [00:03:49.329]➜   (in-process)
2025-08-20T19:17:59.9120679Z [00:03:49.329]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:17:59.9130758Z [00:03:49.333]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.9132075Z [00:03:49.333]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.9133129Z [00:03:49.333]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.9133753Z [00:03:49.333]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.9134355Z [00:03:49.333]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.9134950Z [00:03:49.333]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.9135542Z [00:03:49.333]➜  #include "..." search starts here:
2025-08-20T19:17:59.9136108Z [00:03:49.333]➜  #include <...> search starts here:
2025-08-20T19:17:59.9136583Z [00:03:49.333]➜   .
2025-08-20T19:17:59.9136939Z [00:03:49.333]➜   ./lib
2025-08-20T19:17:59.9137547Z [00:03:49.333]➜   src
2025-08-20T19:17:59.9138070Z [00:03:49.333]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.9138796Z [00:03:49.333]➜   /usr/local/include
2025-08-20T19:17:59.9139362Z [00:03:49.333]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.9139909Z [00:03:49.333]➜   /usr/include
2025-08-20T19:17:59.9140386Z [00:03:49.333]➜  End of search list.
2025-08-20T19:17:59.9140966Z [00:03:49.335]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.9141567Z [00:03:49.335]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.9142111Z [00:03:49.335]➜  Thread model: posix
2025-08-20T19:17:59.9142676Z [00:03:49.335]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.9143516Z [00:03:49.335]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.9144706Z [00:03:49.335]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.9145478Z [00:03:49.335]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.9146040Z [00:03:49.335]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.9168499Z [00:03:49.338]➜   (in-process)
2025-08-20T19:17:59.9180172Z [00:03:49.338]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cksum_a-digest.o -x c src/digest.c
2025-08-20T19:17:59.9192041Z [00:03:49.341]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.9193458Z [00:03:49.341]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.9194588Z [00:03:49.341]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.9195295Z [00:03:49.341]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.9196000Z [00:03:49.341]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.9196689Z [00:03:49.341]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.9197526Z [00:03:49.341]➜  #include "..." search starts here:
2025-08-20T19:17:59.9198176Z [00:03:49.341]➜  #include <...> search starts here:
2025-08-20T19:17:59.9198701Z [00:03:49.341]➜   .
2025-08-20T19:17:59.9199083Z [00:03:49.341]➜   ./lib
2025-08-20T19:17:59.9199495Z [00:03:49.341]➜   src
2025-08-20T19:17:59.9200002Z [00:03:49.341]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.9200608Z [00:03:49.341]➜   /usr/local/include
2025-08-20T19:17:59.9201181Z [00:03:49.341]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.9201744Z [00:03:49.341]➜   /usr/include
2025-08-20T19:17:59.9202223Z [00:03:49.341]➜  End of search list.
2025-08-20T19:17:59.9339564Z [00:03:49.356]➜    CC       src/blake2/libsinglebin_cksum_a-b2sum.o
2025-08-20T19:17:59.9707128Z [00:03:49.392]➜    CC       src/libsinglebin_cksum_a-sum.o
2025-08-20T19:17:59.9767100Z [00:03:49.398]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:17:59.9774883Z [00:03:49.398]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:17:59.9775497Z [00:03:49.398]➜  Thread model: posix
2025-08-20T19:17:59.9776116Z [00:03:49.398]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:17:59.9777025Z [00:03:49.398]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.9778224Z [00:03:49.398]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:17:59.9778998Z [00:03:49.398]➜  Candidate multilib: .;@m64
2025-08-20T19:17:59.9779658Z [00:03:49.398]➜  Selected multilib: .;@m64
2025-08-20T19:17:59.9780222Z [00:03:49.399]➜   (in-process)
2025-08-20T19:17:59.9791895Z [00:03:49.399]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:17:59.9806447Z [00:03:49.400]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:17:59.9807993Z [00:03:49.401]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:17:59.9809082Z [00:03:49.401]➜  ignoring nonexistent directory "/include"
2025-08-20T19:17:59.9810097Z [00:03:49.401]➜  ignoring duplicate directory "lib"
2025-08-20T19:17:59.9810785Z [00:03:49.401]➜  ignoring duplicate directory "./lib"
2025-08-20T19:17:59.9811477Z [00:03:49.401]➜  ignoring duplicate directory "./src"
2025-08-20T19:17:59.9812142Z [00:03:49.401]➜  #include "..." search starts here:
2025-08-20T19:17:59.9812774Z [00:03:49.401]➜  #include <...> search starts here:
2025-08-20T19:17:59.9813327Z [00:03:49.401]➜   .
2025-08-20T19:17:59.9813727Z [00:03:49.401]➜   ./lib
2025-08-20T19:17:59.9814155Z [00:03:49.401]➜   src
2025-08-20T19:17:59.9814672Z [00:03:49.401]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:17:59.9815276Z [00:03:49.401]➜   /usr/local/include
2025-08-20T19:17:59.9815859Z [00:03:49.401]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:17:59.9816427Z [00:03:49.401]➜   /usr/include
2025-08-20T19:17:59.9816926Z [00:03:49.401]➜  End of search list.
2025-08-20T19:18:00.0224568Z [00:03:49.444]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:00.0232533Z [00:03:49.444]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:00.0233189Z [00:03:49.444]➜  Thread model: posix
2025-08-20T19:18:00.0233822Z [00:03:49.444]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:00.0234672Z [00:03:49.444]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.0235629Z [00:03:49.444]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.0236368Z [00:03:49.444]➜  Candidate multilib: .;@m64
2025-08-20T19:18:00.0236962Z [00:03:49.444]➜  Selected multilib: .;@m64
2025-08-20T19:18:00.0237887Z [00:03:49.444]➜   (in-process)
2025-08-20T19:18:00.0254457Z [00:03:49.445]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cksum_a-sum.o -x c src/sum.c
2025-08-20T19:18:00.0265785Z [00:03:49.445]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:00.0267120Z [00:03:49.448]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:00.0268386Z [00:03:49.448]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:00.0269091Z [00:03:49.448]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:00.0269702Z [00:03:49.448]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:00.0270317Z [00:03:49.448]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:00.0270899Z [00:03:49.448]➜  #include "..." search starts here:
2025-08-20T19:18:00.0271471Z [00:03:49.448]➜  #include <...> search starts here:
2025-08-20T19:18:00.0271977Z [00:03:49.448]➜   .
2025-08-20T19:18:00.0272625Z [00:03:49.448]➜   ./lib
2025-08-20T19:18:00.0273025Z [00:03:49.448]➜   src
2025-08-20T19:18:00.0273517Z [00:03:49.448]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:00.0274098Z [00:03:49.448]➜   /usr/local/include
2025-08-20T19:18:00.0274695Z [00:03:49.448]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:00.0275224Z [00:03:49.448]➜   /usr/include
2025-08-20T19:18:00.0275689Z [00:03:49.448]➜  End of search list.
2025-08-20T19:18:00.0351981Z [00:03:49.457]➜    CC       src/libsinglebin_cksum_a-cksum.o
2025-08-20T19:18:00.0590767Z [00:03:49.480]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:00.0595519Z [00:03:49.481]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:00.0596102Z [00:03:49.481]➜  Thread model: posix
2025-08-20T19:18:00.0596716Z [00:03:49.481]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:00.0597768Z [00:03:49.481]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.0628866Z [00:03:49.481]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.0629810Z [00:03:49.481]➜  Candidate multilib: .;@m64
2025-08-20T19:18:00.0630414Z [00:03:49.481]➜  Selected multilib: .;@m64
2025-08-20T19:18:00.0630947Z [00:03:49.481]➜   (in-process)
2025-08-20T19:18:00.0642703Z [00:03:49.482]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cksum_a-cksum.o -x c src/cksum.c
2025-08-20T19:18:00.0653137Z [00:03:49.482]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:00.0654491Z [00:03:49.483]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:00.0655560Z [00:03:49.483]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:00.0656237Z [00:03:49.483]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:00.0656888Z [00:03:49.483]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:00.0657736Z [00:03:49.483]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:00.0658380Z [00:03:49.483]➜  #include "..." search starts here:
2025-08-20T19:18:00.0659006Z [00:03:49.483]➜  #include <...> search starts here:
2025-08-20T19:18:00.0659518Z [00:03:49.483]➜   .
2025-08-20T19:18:00.0659893Z [00:03:49.483]➜   ./lib
2025-08-20T19:18:00.0660297Z [00:03:49.483]➜   src
2025-08-20T19:18:00.0660795Z [00:03:49.483]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:00.0661372Z [00:03:49.483]➜   /usr/local/include
2025-08-20T19:18:00.0661920Z [00:03:49.483]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:00.0662456Z [00:03:49.483]➜   /usr/include
2025-08-20T19:18:00.0663205Z [00:03:49.483]➜  End of search list.
2025-08-20T19:18:00.1143794Z [00:03:49.536]➜    CC       src/libsinglebin_cksum_a-crctab.o
2025-08-20T19:18:00.1614022Z [00:03:49.583]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:00.1615461Z [00:03:49.583]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:00.1616762Z [00:03:49.583]➜  Thread model: posix
2025-08-20T19:18:00.1617717Z [00:03:49.583]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:00.1618515Z [00:03:49.583]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.1619393Z [00:03:49.583]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.1640303Z [00:03:49.586]➜  Candidate multilib: .;@m64
2025-08-20T19:18:00.1687392Z [00:03:49.586]➜  Selected multilib: .;@m64
2025-08-20T19:18:00.1688542Z [00:03:49.586]➜   (in-process)
2025-08-20T19:18:00.1700279Z [00:03:49.587]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cksum_a-crctab.o -x c src/crctab.c
2025-08-20T19:18:00.1710689Z [00:03:49.588]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:00.1712091Z [00:03:49.588]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:00.1713248Z [00:03:49.588]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:00.1714012Z [00:03:49.588]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:00.1714747Z [00:03:49.588]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:00.1715477Z [00:03:49.588]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:00.1716209Z [00:03:49.588]➜  #include "..." search starts here:
2025-08-20T19:18:00.1716934Z [00:03:49.588]➜  #include <...> search starts here:
2025-08-20T19:18:00.1728051Z [00:03:49.588]➜   .
2025-08-20T19:18:00.1728492Z [00:03:49.588]➜   ./lib
2025-08-20T19:18:00.1728915Z [00:03:49.588]➜   src
2025-08-20T19:18:00.1729373Z [00:03:49.588]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:00.1729944Z [00:03:49.589]➜   /usr/local/include
2025-08-20T19:18:00.1730467Z [00:03:49.589]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:00.1731031Z [00:03:49.589]➜   /usr/include
2025-08-20T19:18:00.1731497Z [00:03:49.589]➜  End of search list.
2025-08-20T19:18:00.2013772Z [00:03:49.623]➜    CC       src/libcksum_avx512_a-cksum_avx512.o
2025-08-20T19:18:00.2312067Z [00:03:49.653]➜    CC       src/libcksum_avx2_a-cksum_avx2.o
2025-08-20T19:18:00.2403940Z [00:03:49.662]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:00.2405401Z [00:03:49.662]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:00.2409039Z [00:03:49.662]➜  Thread model: posix
2025-08-20T19:18:00.2409677Z [00:03:49.662]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:00.2410555Z [00:03:49.662]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.2411496Z [00:03:49.662]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.2412221Z [00:03:49.662]➜  Candidate multilib: .;@m64
2025-08-20T19:18:00.2412840Z [00:03:49.662]➜  Selected multilib: .;@m64
2025-08-20T19:18:00.2436647Z [00:03:49.665]➜   (in-process)
2025-08-20T19:18:00.2482211Z [00:03:49.666]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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_avx512.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -target-feature +avx512bw -target-feature +avx512f -target-feature +vpclmulqdq -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libcksum_avx512_a-cksum_avx512.Tpo -MT src/libcksum_avx512_a-cksum_avx512.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libcksum_avx512_a-cksum_avx512.o -x c src/cksum_avx512.c
2025-08-20T19:18:00.2492858Z [00:03:49.666]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:00.2494421Z [00:03:49.667]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:00.2496407Z [00:03:49.667]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:00.2497046Z [00:03:49.667]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:00.2497896Z [00:03:49.670]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:00.2498545Z [00:03:49.670]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:00.2499178Z [00:03:49.670]➜  #include "..." search starts here:
2025-08-20T19:18:00.2499795Z [00:03:49.670]➜  #include <...> search starts here:
2025-08-20T19:18:00.2500306Z [00:03:49.670]➜   .
2025-08-20T19:18:00.2500682Z [00:03:49.670]➜   ./lib
2025-08-20T19:18:00.2501094Z [00:03:49.670]➜   src
2025-08-20T19:18:00.2501593Z [00:03:49.670]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:00.2502187Z [00:03:49.670]➜   /usr/local/include
2025-08-20T19:18:00.2502742Z [00:03:49.670]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:00.2503270Z [00:03:49.670]➜   /usr/include
2025-08-20T19:18:00.2503736Z [00:03:49.670]➜  End of search list.
2025-08-20T19:18:00.2632129Z [00:03:49.685]➜    CC       src/libcksum_pclmul_a-cksum_pclmul.o
2025-08-20T19:18:00.2688512Z [00:03:49.690]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:00.2689477Z [00:03:49.690]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:00.2692267Z [00:03:49.690]➜  Thread model: posix
2025-08-20T19:18:00.2693110Z [00:03:49.690]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:00.2694789Z [00:03:49.690]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.2695987Z [00:03:49.691]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.2696810Z [00:03:49.691]➜  Candidate multilib: .;@m64
2025-08-20T19:18:00.2698024Z [00:03:49.691]➜  Selected multilib: .;@m64
2025-08-20T19:18:00.2699857Z [00:03:49.691]➜   (in-process)
2025-08-20T19:18:00.2712010Z [00:03:49.691]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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_avx2.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -target-feature +pclmul -target-feature +avx -target-feature +avx2 -target-feature +vpclmulqdq -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libcksum_avx2_a-cksum_avx2.Tpo -MT src/libcksum_avx2_a-cksum_avx2.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libcksum_avx2_a-cksum_avx2.o -x c src/cksum_avx2.c
2025-08-20T19:18:00.2724854Z [00:03:49.693]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:00.2726103Z [00:03:49.693]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:00.2727330Z [00:03:49.693]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:00.2728011Z [00:03:49.693]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:00.2728917Z [00:03:49.693]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:00.2729581Z [00:03:49.693]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:00.2730207Z [00:03:49.693]➜  #include "..." search starts here:
2025-08-20T19:18:00.2730799Z [00:03:49.693]➜  #include <...> search starts here:
2025-08-20T19:18:00.2731289Z [00:03:49.693]➜   .
2025-08-20T19:18:00.2731663Z [00:03:49.693]➜   ./lib
2025-08-20T19:18:00.2732044Z [00:03:49.693]➜   src
2025-08-20T19:18:00.2732520Z [00:03:49.693]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:00.2733069Z [00:03:49.693]➜   /usr/local/include
2025-08-20T19:18:00.2733593Z [00:03:49.693]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:00.2734103Z [00:03:49.693]➜   /usr/include
2025-08-20T19:18:00.2734558Z [00:03:49.693]➜  End of search list.
2025-08-20T19:18:00.2746608Z [00:03:49.696]➜    CC       src/libsinglebin_cp_a-cp.o
2025-08-20T19:18:00.2752052Z [00:03:49.697]➜    CC       src/libsinglebin_comm_a-comm.o
2025-08-20T19:18:00.2909256Z [00:03:49.712]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:00.2920334Z [00:03:49.712]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:00.2920885Z [00:03:49.712]➜  Thread model: posix
2025-08-20T19:18:00.2921451Z [00:03:49.712]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:00.2922246Z [00:03:49.712]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.2923134Z [00:03:49.712]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.2923811Z [00:03:49.712]➜  Candidate multilib: .;@m64
2025-08-20T19:18:00.2924338Z [00:03:49.713]➜  Selected multilib: .;@m64
2025-08-20T19:18:00.2930342Z [00:03:49.715]➜   (in-process)
2025-08-20T19:18:00.2945117Z [00:03:49.715]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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_pclmul.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -target-feature +avx -target-feature +pclmul -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libcksum_pclmul_a-cksum_pclmul.Tpo -MT src/libcksum_pclmul_a-cksum_pclmul.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libcksum_pclmul_a-cksum_pclmul.o -x c src/cksum_pclmul.c
2025-08-20T19:18:00.2965340Z [00:03:49.718]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:00.2974151Z [00:03:49.719]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:00.2987622Z [00:03:49.719]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:00.2988296Z [00:03:49.719]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:00.2988928Z [00:03:49.719]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:00.2989546Z [00:03:49.719]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:00.2998076Z [00:03:49.719]➜  #include "..." search starts here:
2025-08-20T19:18:00.2998710Z [00:03:49.719]➜  #include <...> search starts here:
2025-08-20T19:18:00.2999223Z [00:03:49.719]➜   .
2025-08-20T19:18:00.2999905Z [00:03:49.719]➜   ./lib
2025-08-20T19:18:00.3000314Z [00:03:49.719]➜   src
2025-08-20T19:18:00.3000805Z [00:03:49.719]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:00.3001356Z [00:03:49.719]➜   /usr/local/include
2025-08-20T19:18:00.3001887Z [00:03:49.719]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:00.3002409Z [00:03:49.719]➜   /usr/include
2025-08-20T19:18:00.3002863Z [00:03:49.719]➜  End of search list.
2025-08-20T19:18:00.3182585Z [00:03:49.740]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:00.3184075Z [00:03:49.740]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:00.3185462Z [00:03:49.740]➜  Thread model: posix
2025-08-20T19:18:00.3186356Z [00:03:49.740]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:00.3188633Z [00:03:49.740]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.3190394Z [00:03:49.740]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.3191363Z [00:03:49.740]➜  Candidate multilib: .;@m64
2025-08-20T19:18:00.3192097Z [00:03:49.740]➜  Selected multilib: .;@m64
2025-08-20T19:18:00.3192778Z [00:03:49.740]➜   (in-process)
2025-08-20T19:18:00.3203293Z [00:03:49.740]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cp_a-cp.o -x c src/cp.c
2025-08-20T19:18:00.3215197Z [00:03:49.740]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:00.3215775Z [00:03:49.740]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:00.3216293Z [00:03:49.741]➜  Thread model: posix
2025-08-20T19:18:00.3216850Z [00:03:49.741]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:00.3226681Z [00:03:49.744]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.3227863Z [00:03:49.744]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.3228734Z [00:03:49.744]➜  Candidate multilib: .;@m64
2025-08-20T19:18:00.3242432Z [00:03:49.744]➜  Selected multilib: .;@m64
2025-08-20T19:18:00.3243017Z [00:03:49.744]➜   (in-process)
2025-08-20T19:18:00.3254216Z [00:03:49.744]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_comm_a-comm.o -x c src/comm.c
2025-08-20T19:18:00.3264239Z [00:03:49.744]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:00.3265540Z [00:03:49.744]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:00.3266594Z [00:03:49.744]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:00.3278739Z [00:03:49.744]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:00.3280607Z [00:03:49.744]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:00.3281276Z [00:03:49.744]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:00.3281897Z [00:03:49.744]➜  #include "..." search starts here:
2025-08-20T19:18:00.3282491Z [00:03:49.744]➜  #include <...> search starts here:
2025-08-20T19:18:00.3282987Z [00:03:49.744]➜   .
2025-08-20T19:18:00.3283349Z [00:03:49.744]➜   ./lib
2025-08-20T19:18:00.3283731Z [00:03:49.744]➜   src
2025-08-20T19:18:00.3284205Z [00:03:49.744]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:00.3285077Z [00:03:49.744]➜   /usr/local/include
2025-08-20T19:18:00.3285644Z [00:03:49.744]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:00.3286173Z [00:03:49.744]➜   /usr/include
2025-08-20T19:18:00.3286630Z [00:03:49.744]➜  End of search list.
2025-08-20T19:18:00.3287723Z [00:03:49.745]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:00.3288994Z [00:03:49.746]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:00.3290017Z [00:03:49.746]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:00.3290662Z [00:03:49.746]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:00.3291286Z [00:03:49.747]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:00.3291906Z [00:03:49.747]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:00.3292510Z [00:03:49.747]➜  #include "..." search starts here:
2025-08-20T19:18:00.3293116Z [00:03:49.747]➜  #include <...> search starts here:
2025-08-20T19:18:00.3293616Z [00:03:49.747]➜   .
2025-08-20T19:18:00.3293995Z [00:03:49.747]➜   ./lib
2025-08-20T19:18:00.3294382Z [00:03:49.748]➜   src
2025-08-20T19:18:00.3294857Z [00:03:49.748]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:00.3295411Z [00:03:49.748]➜   /usr/local/include
2025-08-20T19:18:00.3295946Z [00:03:49.748]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:00.3296469Z [00:03:49.750]➜   /usr/include
2025-08-20T19:18:00.3296948Z [00:03:49.750]➜  End of search list.
2025-08-20T19:18:00.5493168Z [00:03:49.971]➜    CC       src/libsinglebin_cp_a-copy.o
2025-08-20T19:18:00.5662461Z [00:03:49.988]➜    CC       src/libsinglebin_cp_a-cp-hash.o
2025-08-20T19:18:00.5901194Z [00:03:50.012]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:00.5905181Z [00:03:50.012]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:00.5907018Z [00:03:50.012]➜  Thread model: posix
2025-08-20T19:18:00.5910461Z [00:03:50.013]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:00.5914111Z [00:03:50.013]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.5944557Z [00:03:50.013]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.5945384Z [00:03:50.014]➜  Candidate multilib: .;@m64
2025-08-20T19:18:00.5945980Z [00:03:50.016]➜  Selected multilib: .;@m64
2025-08-20T19:18:00.5946517Z [00:03:50.016]➜   (in-process)
2025-08-20T19:18:00.5957096Z [00:03:50.016]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:00.5969614Z [00:03:50.016]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:00.5983448Z [00:03:50.020]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:00.5988060Z [00:03:50.020]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:00.5988759Z [00:03:50.020]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:00.5989421Z [00:03:50.020]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:00.5990059Z [00:03:50.020]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:00.5990689Z [00:03:50.020]➜  #include "..." search starts here:
2025-08-20T19:18:00.5991309Z [00:03:50.020]➜  #include <...> search starts here:
2025-08-20T19:18:00.5991858Z [00:03:50.020]➜   .
2025-08-20T19:18:00.5992244Z [00:03:50.020]➜   ./lib
2025-08-20T19:18:00.5992640Z [00:03:50.020]➜   src
2025-08-20T19:18:00.5993144Z [00:03:50.020]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:00.5993756Z [00:03:50.020]➜   /usr/local/include
2025-08-20T19:18:00.5994304Z [00:03:50.020]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:00.5994844Z [00:03:50.020]➜   /usr/include
2025-08-20T19:18:00.5995299Z [00:03:50.020]➜  End of search list.
2025-08-20T19:18:00.6014694Z [00:03:50.023]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:00.6016151Z [00:03:50.023]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:00.6017942Z [00:03:50.023]➜  Thread model: posix
2025-08-20T19:18:00.6020483Z [00:03:50.023]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:00.6021949Z [00:03:50.023]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.6024395Z [00:03:50.023]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.6025424Z [00:03:50.023]➜  Candidate multilib: .;@m64
2025-08-20T19:18:00.6026676Z [00:03:50.023]➜  Selected multilib: .;@m64
2025-08-20T19:18:00.6028914Z [00:03:50.024]➜   (in-process)
2025-08-20T19:18:00.6041606Z [00:03:50.024]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cp_a-copy.o -x c src/copy.c
2025-08-20T19:18:00.6051687Z [00:03:50.025]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:00.6053036Z [00:03:50.025]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:00.6054118Z [00:03:50.025]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:00.6054811Z [00:03:50.025]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:00.6055585Z [00:03:50.025]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:00.6056481Z [00:03:50.025]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:00.6057425Z [00:03:50.025]➜  #include "..." search starts here:
2025-08-20T19:18:00.6058095Z [00:03:50.025]➜  #include <...> search starts here:
2025-08-20T19:18:00.6058640Z [00:03:50.025]➜   .
2025-08-20T19:18:00.6059034Z [00:03:50.025]➜   ./lib
2025-08-20T19:18:00.6059443Z [00:03:50.025]➜   src
2025-08-20T19:18:00.6059934Z [00:03:50.025]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:00.6060542Z [00:03:50.025]➜   /usr/local/include
2025-08-20T19:18:00.6061119Z [00:03:50.025]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:00.6061678Z [00:03:50.025]➜   /usr/include
2025-08-20T19:18:00.6062161Z [00:03:50.025]➜  End of search list.
2025-08-20T19:18:00.7261249Z [00:03:50.148]➜    CC       src/libsinglebin_cp_a-force-link.o
2025-08-20T19:18:00.7511706Z [00:03:50.173]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:00.7515412Z [00:03:50.173]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:00.7516041Z [00:03:50.173]➜  Thread model: posix
2025-08-20T19:18:00.7518584Z [00:03:50.174]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:00.7521773Z [00:03:50.174]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.7523423Z [00:03:50.174]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.7528588Z [00:03:50.175]➜  Candidate multilib: .;@m64
2025-08-20T19:18:00.7540519Z [00:03:50.176]➜  Selected multilib: .;@m64
2025-08-20T19:18:00.7541266Z [00:03:50.176]➜   (in-process)
2025-08-20T19:18:00.7552947Z [00:03:50.176]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:00.7578436Z [00:03:50.179]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:00.7579946Z [00:03:50.179]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:00.7581105Z [00:03:50.179]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:00.7581913Z [00:03:50.179]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:00.7582709Z [00:03:50.179]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:00.7583507Z [00:03:50.179]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:00.7584263Z [00:03:50.179]➜  #include "..." search starts here:
2025-08-20T19:18:00.7584980Z [00:03:50.179]➜  #include <...> search starts here:
2025-08-20T19:18:00.7585670Z [00:03:50.179]➜   .
2025-08-20T19:18:00.7586169Z [00:03:50.179]➜   ./lib
2025-08-20T19:18:00.7586850Z [00:03:50.179]➜   src
2025-08-20T19:18:00.7588723Z [00:03:50.179]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:00.7589707Z [00:03:50.179]➜   /usr/local/include
2025-08-20T19:18:00.7591012Z [00:03:50.179]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:00.7592058Z [00:03:50.179]➜   /usr/include
2025-08-20T19:18:00.7592801Z [00:03:50.179]➜  End of search list.
2025-08-20T19:18:00.8870646Z [00:03:50.309]➜    CC       src/libsinglebin_cp_a-selinux.o
2025-08-20T19:18:00.9115425Z [00:03:50.333]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:00.9119383Z [00:03:50.333]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:00.9120043Z [00:03:50.334]➜  Thread model: posix
2025-08-20T19:18:00.9122392Z [00:03:50.334]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:00.9125536Z [00:03:50.334]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.9127574Z [00:03:50.334]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:00.9132292Z [00:03:50.335]➜  Candidate multilib: .;@m64
2025-08-20T19:18:00.9136160Z [00:03:50.335]➜  Selected multilib: .;@m64
2025-08-20T19:18:00.9143497Z [00:03:50.336]➜   (in-process)
2025-08-20T19:18:00.9180820Z [00:03:50.339]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cp_a-selinux.o -x c src/selinux.c
2025-08-20T19:18:00.9191066Z [00:03:50.340]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:00.9218568Z [00:03:50.340]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:00.9219755Z [00:03:50.341]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:00.9220612Z [00:03:50.341]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:00.9221373Z [00:03:50.343]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:00.9222114Z [00:03:50.343]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:00.9222871Z [00:03:50.343]➜  #include "..." search starts here:
2025-08-20T19:18:00.9223638Z [00:03:50.343]➜  #include <...> search starts here:
2025-08-20T19:18:00.9224285Z [00:03:50.343]➜   .
2025-08-20T19:18:00.9224798Z [00:03:50.343]➜   ./lib
2025-08-20T19:18:00.9225327Z [00:03:50.343]➜   src
2025-08-20T19:18:00.9225914Z [00:03:50.343]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:00.9226601Z [00:03:50.343]➜   /usr/local/include
2025-08-20T19:18:00.9227519Z [00:03:50.343]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:00.9229391Z [00:03:50.343]➜   /usr/include
2025-08-20T19:18:00.9229893Z [00:03:50.343]➜  End of search list.
2025-08-20T19:18:01.0108635Z [00:03:50.432]➜    CC       src/libsinglebin_csplit_a-csplit.o
2025-08-20T19:18:01.0345010Z [00:03:50.456]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:01.0348251Z [00:03:50.456]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:01.0351454Z [00:03:50.457]➜  Thread model: posix
2025-08-20T19:18:01.0353330Z [00:03:50.457]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:01.0356900Z [00:03:50.457]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.0359988Z [00:03:50.458]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.0365262Z [00:03:50.458]➜  Candidate multilib: .;@m64
2025-08-20T19:18:01.0370867Z [00:03:50.459]➜  Selected multilib: .;@m64
2025-08-20T19:18:01.0378441Z [00:03:50.459]➜   (in-process)
2025-08-20T19:18:01.0411959Z [00:03:50.462]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_csplit_a-csplit.o -x c src/csplit.c
2025-08-20T19:18:01.0422341Z [00:03:50.462]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:01.0423769Z [00:03:50.462]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:01.0424959Z [00:03:50.462]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:01.0425684Z [00:03:50.463]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:01.0426384Z [00:03:50.463]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:01.0427070Z [00:03:50.463]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:01.0444345Z [00:03:50.463]➜  #include "..." search starts here:
2025-08-20T19:18:01.0444973Z [00:03:50.464]➜  #include <...> search starts here:
2025-08-20T19:18:01.0445529Z [00:03:50.464]➜   .
2025-08-20T19:18:01.0445902Z [00:03:50.464]➜   ./lib
2025-08-20T19:18:01.0446315Z [00:03:50.464]➜   src
2025-08-20T19:18:01.0446806Z [00:03:50.464]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:01.0447559Z [00:03:50.464]➜   /usr/local/include
2025-08-20T19:18:01.0448116Z [00:03:50.464]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:01.0448677Z [00:03:50.464]➜   /usr/include
2025-08-20T19:18:01.0449155Z [00:03:50.464]➜  End of search list.
2025-08-20T19:18:01.0549769Z [00:03:50.477]➜    CC       src/libsinglebin_cut_a-cut.o
2025-08-20T19:18:01.0796949Z [00:03:50.501]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:01.0822773Z [00:03:50.504]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:01.0837573Z [00:03:50.504]➜  Thread model: posix
2025-08-20T19:18:01.0838232Z [00:03:50.504]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:01.0839105Z [00:03:50.504]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.0840454Z [00:03:50.504]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.0841233Z [00:03:50.504]➜  Candidate multilib: .;@m64
2025-08-20T19:18:01.0841827Z [00:03:50.504]➜  Selected multilib: .;@m64
2025-08-20T19:18:01.0842367Z [00:03:50.504]➜   (in-process)
2025-08-20T19:18:01.0858069Z [00:03:50.504]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_cut_a-cut.o -x c src/cut.c
2025-08-20T19:18:01.0898379Z [00:03:50.504]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:01.0900054Z [00:03:50.504]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:01.0901556Z [00:03:50.504]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:01.0902481Z [00:03:50.505]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:01.0903390Z [00:03:50.505]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:01.0904370Z [00:03:50.505]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:01.0905239Z [00:03:50.505]➜  #include "..." search starts here:
2025-08-20T19:18:01.0906069Z [00:03:50.505]➜  #include <...> search starts here:
2025-08-20T19:18:01.0906793Z [00:03:50.506]➜   .
2025-08-20T19:18:01.0907706Z [00:03:50.506]➜   ./lib
2025-08-20T19:18:01.0908381Z [00:03:50.506]➜   src
2025-08-20T19:18:01.0909155Z [00:03:50.506]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:01.0909963Z [00:03:50.507]➜   /usr/local/include
2025-08-20T19:18:01.0910760Z [00:03:50.507]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:01.0911646Z [00:03:50.510]➜   /usr/include
2025-08-20T19:18:01.0912326Z [00:03:50.510]➜  End of search list.
2025-08-20T19:18:01.2404081Z [00:03:50.662]➜    CC       src/libsinglebin_cut_a-set-fields.o
2025-08-20T19:18:01.2539990Z [00:03:50.676]➜    CC       src/libsinglebin_date_a-date.o
2025-08-20T19:18:01.2769251Z [00:03:50.698]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:01.2781437Z [00:03:50.699]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:01.2782038Z [00:03:50.699]➜  Thread model: posix
2025-08-20T19:18:01.2782643Z [00:03:50.699]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:01.2783485Z [00:03:50.699]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.2784440Z [00:03:50.700]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.2785683Z [00:03:50.700]➜  Candidate multilib: .;@m64
2025-08-20T19:18:01.2787808Z [00:03:50.700]➜  Selected multilib: .;@m64
2025-08-20T19:18:01.2795676Z [00:03:50.701]➜   (in-process)
2025-08-20T19:18:01.2842902Z [00:03:50.705]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_date_a-date.o -x c src/date.c
2025-08-20T19:18:01.2853547Z [00:03:50.705]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:01.2855394Z [00:03:50.705]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:01.2858357Z [00:03:50.705]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:01.2859038Z [00:03:50.705]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:01.2859685Z [00:03:50.705]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:01.2860374Z [00:03:50.705]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:01.2861305Z [00:03:50.705]➜  #include "..." search starts here:
2025-08-20T19:18:01.2861976Z [00:03:50.705]➜  #include <...> search starts here:
2025-08-20T19:18:01.2862496Z [00:03:50.705]➜   .
2025-08-20T19:18:01.2862881Z [00:03:50.705]➜   ./lib
2025-08-20T19:18:01.2863279Z [00:03:50.705]➜   src
2025-08-20T19:18:01.2863772Z [00:03:50.705]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:01.2864331Z [00:03:50.705]➜   /usr/local/include
2025-08-20T19:18:01.2864862Z [00:03:50.705]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:01.2865393Z [00:03:50.705]➜   /usr/include
2025-08-20T19:18:01.2865863Z [00:03:50.705]➜  End of search list.
2025-08-20T19:18:01.2875109Z [00:03:50.709]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:01.2877104Z [00:03:50.709]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:01.2879816Z [00:03:50.709]➜  Thread model: posix
2025-08-20T19:18:01.2880474Z [00:03:50.709]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:01.2881340Z [00:03:50.709]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.2887484Z [00:03:50.709]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.2888269Z [00:03:50.709]➜  Candidate multilib: .;@m64
2025-08-20T19:18:01.2891013Z [00:03:50.709]➜  Selected multilib: .;@m64
2025-08-20T19:18:01.2891582Z [00:03:50.710]➜   (in-process)
2025-08-20T19:18:01.2904092Z [00:03:50.710]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:01.2915086Z [00:03:50.711]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:01.2939249Z [00:03:50.714]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:01.2947365Z [00:03:50.714]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:01.2948121Z [00:03:50.714]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:01.2948823Z [00:03:50.714]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:01.2949516Z [00:03:50.714]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:01.2950175Z [00:03:50.714]➜  #include "..." search starts here:
2025-08-20T19:18:01.2950812Z [00:03:50.714]➜  #include <...> search starts here:
2025-08-20T19:18:01.2951373Z [00:03:50.714]➜   .
2025-08-20T19:18:01.2951784Z [00:03:50.714]➜   ./lib
2025-08-20T19:18:01.2952208Z [00:03:50.714]➜   src
2025-08-20T19:18:01.2952691Z [00:03:50.714]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:01.2953320Z [00:03:50.714]➜   /usr/local/include
2025-08-20T19:18:01.2954179Z [00:03:50.714]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:01.2954814Z [00:03:50.714]➜   /usr/include
2025-08-20T19:18:01.2955332Z [00:03:50.714]➜  End of search list.
2025-08-20T19:18:01.3189415Z [00:03:50.740]➜    CC       src/libsinglebin_date_a-show-date.o
2025-08-20T19:18:01.3257879Z [00:03:50.747]➜    CC       src/libsinglebin_dd_a-dd.o
2025-08-20T19:18:01.3506657Z [00:03:50.772]➜    CC       src/libsinglebin_dir_a-coreutils-dir.o
2025-08-20T19:18:01.3713839Z [00:03:50.793]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:01.3724907Z [00:03:50.793]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:01.3725525Z [00:03:50.793]➜  Thread model: posix
2025-08-20T19:18:01.3726143Z [00:03:50.793]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:01.3727003Z [00:03:50.793]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.3728563Z [00:03:50.793]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.3729317Z [00:03:50.793]➜  Candidate multilib: .;@m64
2025-08-20T19:18:01.3729921Z [00:03:50.793]➜  Selected multilib: .;@m64
2025-08-20T19:18:01.3730466Z [00:03:50.793]➜   (in-process)
2025-08-20T19:18:01.3755345Z [00:03:50.793]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:01.3765685Z [00:03:50.793]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:01.3766958Z [00:03:50.793]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:01.3773446Z [00:03:50.794]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:01.3774146Z [00:03:50.794]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:01.3774785Z [00:03:50.794]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:01.3775433Z [00:03:50.794]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:01.3776032Z [00:03:50.795]➜  #include "..." search starts here:
2025-08-20T19:18:01.3776615Z [00:03:50.795]➜  #include <...> search starts here:
2025-08-20T19:18:01.3777116Z [00:03:50.795]➜   .
2025-08-20T19:18:01.3777753Z [00:03:50.795]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:01.3778320Z [00:03:50.795]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:01.3778863Z [00:03:50.795]➜  Thread model: posix
2025-08-20T19:18:01.3779400Z [00:03:50.795]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:01.3780162Z [00:03:50.795]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.3781102Z [00:03:50.795]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.3781796Z [00:03:50.795]➜  Candidate multilib: .;@m64
2025-08-20T19:18:01.3782336Z [00:03:50.795]➜  Selected multilib: .;@m64
2025-08-20T19:18:01.3782823Z [00:03:50.795]➜   ./lib
2025-08-20T19:18:01.3783220Z [00:03:50.796]➜   src
2025-08-20T19:18:01.3783713Z [00:03:50.796]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:01.3784257Z [00:03:50.796]➜   (in-process)
2025-08-20T19:18:01.3822495Z [00:03:50.796]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:01.3836221Z [00:03:50.799]➜   /usr/local/include
2025-08-20T19:18:01.3836799Z [00:03:50.799]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:01.3837544Z [00:03:50.799]➜   /usr/include
2025-08-20T19:18:01.3838011Z [00:03:50.799]➜  End of search list.
2025-08-20T19:18:01.3838867Z [00:03:50.799]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:01.3840154Z [00:03:50.799]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:01.3841197Z [00:03:50.799]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:01.3841864Z [00:03:50.799]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:01.3842534Z [00:03:50.799]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:01.3843202Z [00:03:50.799]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:01.3843875Z [00:03:50.799]➜  #include "..." search starts here:
2025-08-20T19:18:01.3844499Z [00:03:50.799]➜  #include <...> search starts here:
2025-08-20T19:18:01.3845282Z [00:03:50.799]➜   .
2025-08-20T19:18:01.3845697Z [00:03:50.799]➜   ./lib
2025-08-20T19:18:01.3846093Z [00:03:50.799]➜   src
2025-08-20T19:18:01.3846576Z [00:03:50.799]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:01.3847329Z [00:03:50.799]➜   /usr/local/include
2025-08-20T19:18:01.3847902Z [00:03:50.799]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:01.3848442Z [00:03:50.799]➜   /usr/include
2025-08-20T19:18:01.3848917Z [00:03:50.799]➜  End of search list.
2025-08-20T19:18:01.3849486Z [00:03:50.801]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:01.3850077Z [00:03:50.801]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:01.3850637Z [00:03:50.801]➜  Thread model: posix
2025-08-20T19:18:01.3851211Z [00:03:50.802]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:01.3852031Z [00:03:50.802]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.3853009Z [00:03:50.803]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.3853759Z [00:03:50.803]➜  Candidate multilib: .;@m64
2025-08-20T19:18:01.3854325Z [00:03:50.805]➜  Selected multilib: .;@m64
2025-08-20T19:18:01.3854838Z [00:03:50.805]➜   (in-process)
2025-08-20T19:18:01.3868820Z [00:03:50.805]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_dd_a-dd.o -x c src/dd.c
2025-08-20T19:18:01.3882886Z [00:03:50.808]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:01.3884187Z [00:03:50.809]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:01.3885196Z [00:03:50.809]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:01.3926132Z [00:03:50.812]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:01.3926878Z [00:03:50.812]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:01.3927748Z [00:03:50.812]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:01.3928388Z [00:03:50.812]➜  #include "..." search starts here:
2025-08-20T19:18:01.3929000Z [00:03:50.812]➜  #include <...> search starts here:
2025-08-20T19:18:01.3929507Z [00:03:50.812]➜   .
2025-08-20T19:18:01.3929885Z [00:03:50.812]➜   ./lib
2025-08-20T19:18:01.3930295Z [00:03:50.812]➜   src
2025-08-20T19:18:01.3930799Z [00:03:50.812]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:01.3931393Z [00:03:50.812]➜   /usr/local/include
2025-08-20T19:18:01.3931951Z [00:03:50.812]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:01.3932517Z [00:03:50.812]➜   /usr/include
2025-08-20T19:18:01.3932994Z [00:03:50.812]➜  End of search list.
2025-08-20T19:18:01.4450878Z [00:03:50.866]➜    CC       src/libsinglebin_ls_a-ls.o
2025-08-20T19:18:01.4673984Z [00:03:50.889]➜    CC       src/libsinglebin_ls_a-ls-ls.o
2025-08-20T19:18:01.4829190Z [00:03:50.904]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:01.4829853Z [00:03:50.904]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:01.4831690Z [00:03:50.904]➜  Thread model: posix
2025-08-20T19:18:01.4832845Z [00:03:50.904]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:01.4833913Z [00:03:50.904]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.4834826Z [00:03:50.904]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.4835522Z [00:03:50.904]➜  Candidate multilib: .;@m64
2025-08-20T19:18:01.4836094Z [00:03:50.904]➜  Selected multilib: .;@m64
2025-08-20T19:18:01.4838276Z [00:03:50.905]➜   (in-process)
2025-08-20T19:18:01.4850641Z [00:03:50.905]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ls_a-ls.o -x c src/ls.c
2025-08-20T19:18:01.4867052Z [00:03:50.908]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:01.4868686Z [00:03:50.908]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:01.4869774Z [00:03:50.908]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:01.4870501Z [00:03:50.908]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:01.4871193Z [00:03:50.908]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:01.4871915Z [00:03:50.908]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:01.4872600Z [00:03:50.908]➜  #include "..." search starts here:
2025-08-20T19:18:01.4873250Z [00:03:50.908]➜  #include <...> search starts here:
2025-08-20T19:18:01.4873797Z [00:03:50.908]➜   .
2025-08-20T19:18:01.4874209Z [00:03:50.908]➜   ./lib
2025-08-20T19:18:01.4874641Z [00:03:50.908]➜   src
2025-08-20T19:18:01.4875180Z [00:03:50.908]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:01.4875792Z [00:03:50.908]➜   /usr/local/include
2025-08-20T19:18:01.4876379Z [00:03:50.908]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:01.4876954Z [00:03:50.908]➜   /usr/include
2025-08-20T19:18:01.4877643Z [00:03:50.908]➜  End of search list.
2025-08-20T19:18:01.4904029Z [00:03:50.912]➜    CC       src/libsinglebin_dircolors_a-dircolors.o
2025-08-20T19:18:01.4979587Z [00:03:50.920]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:01.4980563Z [00:03:50.920]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:01.4981292Z [00:03:50.920]➜  Thread model: posix
2025-08-20T19:18:01.4981851Z [00:03:50.920]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:01.4982958Z [00:03:50.920]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.4983953Z [00:03:50.920]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.4984691Z [00:03:50.920]➜  Candidate multilib: .;@m64
2025-08-20T19:18:01.4985210Z [00:03:50.920]➜  Selected multilib: .;@m64
2025-08-20T19:18:01.4985734Z [00:03:50.920]➜   (in-process)
2025-08-20T19:18:01.5003722Z [00:03:50.920]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:01.5014144Z [00:03:50.921]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:01.5015456Z [00:03:50.922]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:01.5016506Z [00:03:50.922]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:01.5017383Z [00:03:50.922]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:01.5018062Z [00:03:50.922]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:01.5018709Z [00:03:50.922]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:01.5019362Z [00:03:50.922]➜  #include "..." search starts here:
2025-08-20T19:18:01.5020009Z [00:03:50.922]➜  #include <...> search starts here:
2025-08-20T19:18:01.5020583Z [00:03:50.922]➜   .
2025-08-20T19:18:01.5021003Z [00:03:50.922]➜   ./lib
2025-08-20T19:18:01.5021427Z [00:03:50.922]➜   src
2025-08-20T19:18:01.5021963Z [00:03:50.922]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:01.5022572Z [00:03:50.922]➜   /usr/local/include
2025-08-20T19:18:01.5023177Z [00:03:50.922]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:01.5023735Z [00:03:50.922]➜   /usr/include
2025-08-20T19:18:01.5024241Z [00:03:50.922]➜  End of search list.
2025-08-20T19:18:01.5157592Z [00:03:50.937]➜    CC       src/libsinglebin_dirname_a-dirname.o
2025-08-20T19:18:01.5341955Z [00:03:50.956]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:01.5342618Z [00:03:50.956]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:01.5343129Z [00:03:50.956]➜  Thread model: posix
2025-08-20T19:18:01.5343777Z [00:03:50.956]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:01.5345885Z [00:03:50.956]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.5349354Z [00:03:50.956]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.5354331Z [00:03:50.956]➜  Candidate multilib: .;@m64
2025-08-20T19:18:01.5354949Z [00:03:50.956]➜  Selected multilib: .;@m64
2025-08-20T19:18:01.5355535Z [00:03:50.957]➜   (in-process)
2025-08-20T19:18:01.5382371Z [00:03:50.957]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_dircolors_a-dircolors.o -x c src/dircolors.c
2025-08-20T19:18:01.5393104Z [00:03:50.960]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:01.5394366Z [00:03:50.960]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:01.5395721Z [00:03:50.960]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:01.5396461Z [00:03:50.960]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:01.5397301Z [00:03:50.960]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:01.5397938Z [00:03:50.960]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:01.5398630Z [00:03:50.960]➜  #include "..." search starts here:
2025-08-20T19:18:01.5399294Z [00:03:50.960]➜  #include <...> search starts here:
2025-08-20T19:18:01.5399858Z [00:03:50.960]➜   .
2025-08-20T19:18:01.5400268Z [00:03:50.960]➜   ./lib
2025-08-20T19:18:01.5400692Z [00:03:50.960]➜   src
2025-08-20T19:18:01.5401242Z [00:03:50.960]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:01.5401873Z [00:03:50.960]➜   /usr/local/include
2025-08-20T19:18:01.5402468Z [00:03:50.960]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:01.5403047Z [00:03:50.960]➜   /usr/include
2025-08-20T19:18:01.5403550Z [00:03:50.960]➜  End of search list.
2025-08-20T19:18:01.5408864Z [00:03:50.963]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:01.5410129Z [00:03:50.963]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:01.5413152Z [00:03:50.963]➜  Thread model: posix
2025-08-20T19:18:01.5413820Z [00:03:50.963]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:01.5414704Z [00:03:50.963]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.5446632Z [00:03:50.966]➜    CC       src/libsinglebin_du_a-du.o
2025-08-20T19:18:01.5452237Z [00:03:50.967]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.5453918Z [00:03:50.967]➜  Candidate multilib: .;@m64
2025-08-20T19:18:01.5455204Z [00:03:50.967]➜  Selected multilib: .;@m64
2025-08-20T19:18:01.5461910Z [00:03:50.968]➜   (in-process)
2025-08-20T19:18:01.5478942Z [00:03:50.968]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_dirname_a-dirname.o -x c src/dirname.c
2025-08-20T19:18:01.5521072Z [00:03:50.971]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:01.5522383Z [00:03:50.971]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:01.5523435Z [00:03:50.971]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:01.5524166Z [00:03:50.971]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:01.5524880Z [00:03:50.971]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:01.5525600Z [00:03:50.971]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:01.5526281Z [00:03:50.971]➜  #include "..." search starts here:
2025-08-20T19:18:01.5527483Z [00:03:50.971]➜  #include <...> search starts here:
2025-08-20T19:18:01.5528067Z [00:03:50.971]➜   .
2025-08-20T19:18:01.5528504Z [00:03:50.971]➜   ./lib
2025-08-20T19:18:01.5528935Z [00:03:50.971]➜   src
2025-08-20T19:18:01.5529427Z [00:03:50.971]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:01.5529978Z [00:03:50.971]➜   /usr/local/include
2025-08-20T19:18:01.5530554Z [00:03:50.971]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:01.5531105Z [00:03:50.971]➜   /usr/include
2025-08-20T19:18:01.5531589Z [00:03:50.971]➜  End of search list.
2025-08-20T19:18:01.5947692Z [00:03:51.016]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:01.5951875Z [00:03:51.017]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:01.5955644Z [00:03:51.017]➜  Thread model: posix
2025-08-20T19:18:01.5959792Z [00:03:51.018]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:01.5963724Z [00:03:51.018]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.5969375Z [00:03:51.018]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.5970181Z [00:03:51.018]➜  Candidate multilib: .;@m64
2025-08-20T19:18:01.5974878Z [00:03:51.019]➜  Selected multilib: .;@m64
2025-08-20T19:18:01.5980702Z [00:03:51.019]➜   (in-process)
2025-08-20T19:18:01.5994645Z [00:03:51.020]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_du_a-du.o -x c src/du.c
2025-08-20T19:18:01.6014397Z [00:03:51.022]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:01.6015776Z [00:03:51.022]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:01.6016913Z [00:03:51.022]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:01.6017863Z [00:03:51.022]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:01.6018575Z [00:03:51.022]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:01.6019293Z [00:03:51.022]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:01.6019983Z [00:03:51.022]➜  #include "..." search starts here:
2025-08-20T19:18:01.6020639Z [00:03:51.022]➜  #include <...> search starts here:
2025-08-20T19:18:01.6021194Z [00:03:51.022]➜   .
2025-08-20T19:18:01.6021590Z [00:03:51.022]➜   ./lib
2025-08-20T19:18:01.6022009Z [00:03:51.022]➜   src
2025-08-20T19:18:01.6022544Z [00:03:51.022]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:01.6023154Z [00:03:51.022]➜   /usr/local/include
2025-08-20T19:18:01.6023748Z [00:03:51.022]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:01.6024321Z [00:03:51.022]➜   /usr/include
2025-08-20T19:18:01.6025183Z [00:03:51.022]➜  End of search list.
2025-08-20T19:18:01.7489148Z [00:03:51.170]➜    CC       src/libsinglebin_du_a-show-date.o
2025-08-20T19:18:01.7780297Z [00:03:51.199]➜    CC       src/libsinglebin_echo_a-echo.o
2025-08-20T19:18:01.7993424Z [00:03:51.221]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:01.7999632Z [00:03:51.221]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:01.8000266Z [00:03:51.221]➜  Thread model: posix
2025-08-20T19:18:01.8000872Z [00:03:51.221]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:01.8001741Z [00:03:51.221]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.8002703Z [00:03:51.221]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.8003429Z [00:03:51.221]➜  Candidate multilib: .;@m64
2025-08-20T19:18:01.8003995Z [00:03:51.221]➜  Selected multilib: .;@m64
2025-08-20T19:18:01.8025072Z [00:03:51.224]➜   (in-process)
2025-08-20T19:18:01.8043016Z [00:03:51.225]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:01.8060869Z [00:03:51.227]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:01.8062271Z [00:03:51.227]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:01.8063400Z [00:03:51.227]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:01.8064123Z [00:03:51.227]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:01.8064800Z [00:03:51.227]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:01.8065487Z [00:03:51.227]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:01.8066133Z [00:03:51.227]➜  #include "..." search starts here:
2025-08-20T19:18:01.8066775Z [00:03:51.227]➜  #include <...> search starts here:
2025-08-20T19:18:01.8067659Z [00:03:51.227]➜   .
2025-08-20T19:18:01.8068073Z [00:03:51.227]➜   ./lib
2025-08-20T19:18:01.8068517Z [00:03:51.227]➜   src
2025-08-20T19:18:01.8069040Z [00:03:51.227]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:01.8069643Z [00:03:51.227]➜   /usr/local/include
2025-08-20T19:18:01.8070237Z [00:03:51.227]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:01.8070816Z [00:03:51.227]➜   /usr/include
2025-08-20T19:18:01.8071315Z [00:03:51.227]➜  End of search list.
2025-08-20T19:18:01.8243269Z [00:03:51.246]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:01.8243939Z [00:03:51.246]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:01.8244469Z [00:03:51.246]➜  Thread model: posix
2025-08-20T19:18:01.8245378Z [00:03:51.246]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:01.8246265Z [00:03:51.246]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.8247405Z [00:03:51.246]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.8248210Z [00:03:51.246]➜  Candidate multilib: .;@m64
2025-08-20T19:18:01.8248776Z [00:03:51.246]➜  Selected multilib: .;@m64
2025-08-20T19:18:01.8257105Z [00:03:51.247]➜   (in-process)
2025-08-20T19:18:01.8273923Z [00:03:51.248]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_echo_a-echo.o -x c src/echo.c
2025-08-20T19:18:01.8287903Z [00:03:51.250]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:01.8303302Z [00:03:51.252]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:01.8306135Z [00:03:51.252]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:01.8352289Z [00:03:51.257]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:01.8353062Z [00:03:51.257]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:01.8353810Z [00:03:51.257]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:01.8354499Z [00:03:51.257]➜  #include "..." search starts here:
2025-08-20T19:18:01.8355123Z [00:03:51.257]➜  #include <...> search starts here:
2025-08-20T19:18:01.8355672Z [00:03:51.257]➜   .
2025-08-20T19:18:01.8356053Z [00:03:51.257]➜   ./lib
2025-08-20T19:18:01.8356432Z [00:03:51.257]➜   src
2025-08-20T19:18:01.8356927Z [00:03:51.257]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:01.8357735Z [00:03:51.257]➜   /usr/local/include
2025-08-20T19:18:01.8358296Z [00:03:51.257]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:01.8358876Z [00:03:51.257]➜   /usr/include
2025-08-20T19:18:01.8359414Z [00:03:51.257]➜  End of search list.
2025-08-20T19:18:01.8922088Z [00:03:51.314]➜    CC       src/libsinglebin_env_a-env.o
2025-08-20T19:18:01.9041309Z [00:03:51.326]➜    CC       src/libsinglebin_env_a-operand2sig.o
2025-08-20T19:18:01.9420284Z [00:03:51.363]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:01.9452217Z [00:03:51.363]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:01.9452896Z [00:03:51.363]➜  Thread model: posix
2025-08-20T19:18:01.9453528Z [00:03:51.363]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:01.9454429Z [00:03:51.363]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.9455482Z [00:03:51.363]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.9456301Z [00:03:51.363]➜  Candidate multilib: .;@m64
2025-08-20T19:18:01.9457495Z [00:03:51.365]➜  Selected multilib: .;@m64
2025-08-20T19:18:01.9458080Z [00:03:51.366]➜   (in-process)
2025-08-20T19:18:01.9494281Z [00:03:51.366]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_env_a-env.o -x c src/env.c
2025-08-20T19:18:01.9504869Z [00:03:51.371]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:01.9506262Z [00:03:51.371]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:01.9507620Z [00:03:51.371]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:01.9508383Z [00:03:51.371]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:01.9509391Z [00:03:51.371]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:01.9510133Z [00:03:51.371]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:01.9510831Z [00:03:51.371]➜  #include "..." search starts here:
2025-08-20T19:18:01.9511512Z [00:03:51.371]➜  #include <...> search starts here:
2025-08-20T19:18:01.9512073Z [00:03:51.371]➜   .
2025-08-20T19:18:01.9512486Z [00:03:51.371]➜   ./lib
2025-08-20T19:18:01.9512905Z [00:03:51.371]➜   src
2025-08-20T19:18:01.9513433Z [00:03:51.371]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:01.9514056Z [00:03:51.371]➜   /usr/local/include
2025-08-20T19:18:01.9514641Z [00:03:51.371]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:01.9515216Z [00:03:51.371]➜   /usr/include
2025-08-20T19:18:01.9515717Z [00:03:51.371]➜  End of search list.
2025-08-20T19:18:01.9535262Z [00:03:51.374]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:01.9535987Z [00:03:51.374]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:01.9536588Z [00:03:51.374]➜  Thread model: posix
2025-08-20T19:18:01.9537437Z [00:03:51.374]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:01.9538355Z [00:03:51.374]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.9539384Z [00:03:51.374]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:01.9540160Z [00:03:51.375]➜  Candidate multilib: .;@m64
2025-08-20T19:18:01.9540771Z [00:03:51.375]➜  Selected multilib: .;@m64
2025-08-20T19:18:01.9565823Z [00:03:51.378]➜   (in-process)
2025-08-20T19:18:01.9583530Z [00:03:51.379]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_env_a-operand2sig.o -x c src/operand2sig.c
2025-08-20T19:18:01.9610486Z [00:03:51.383]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:01.9612523Z [00:03:51.383]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:01.9614708Z [00:03:51.383]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:01.9615375Z [00:03:51.383]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:01.9616102Z [00:03:51.383]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:01.9616813Z [00:03:51.383]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:01.9617696Z [00:03:51.383]➜  #include "..." search starts here:
2025-08-20T19:18:01.9618362Z [00:03:51.383]➜  #include <...> search starts here:
2025-08-20T19:18:01.9618921Z [00:03:51.383]➜   .
2025-08-20T19:18:01.9619353Z [00:03:51.383]➜   ./lib
2025-08-20T19:18:01.9619778Z [00:03:51.383]➜   src
2025-08-20T19:18:01.9620597Z [00:03:51.383]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:01.9621276Z [00:03:51.383]➜   /usr/local/include
2025-08-20T19:18:01.9621881Z [00:03:51.383]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:01.9622484Z [00:03:51.383]➜   /usr/include
2025-08-20T19:18:01.9622998Z [00:03:51.383]➜  End of search list.
2025-08-20T19:18:01.9855657Z [00:03:51.407]➜    CC       src/libsinglebin_expand_a-expand.o
2025-08-20T19:18:02.0063051Z [00:03:51.428]➜    CC       src/libsinglebin_expand_a-expand-common.o
2025-08-20T19:18:02.0329735Z [00:03:51.454]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:02.0336470Z [00:03:51.455]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:02.0337083Z [00:03:51.455]➜  Thread model: posix
2025-08-20T19:18:02.0337908Z [00:03:51.455]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:02.0338767Z [00:03:51.455]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.0339832Z [00:03:51.455]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.0345416Z [00:03:51.456]➜  Candidate multilib: .;@m64
2025-08-20T19:18:02.0349626Z [00:03:51.456]➜  Selected multilib: .;@m64
2025-08-20T19:18:02.0355340Z [00:03:51.457]➜   (in-process)
2025-08-20T19:18:02.0367437Z [00:03:51.457]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_expand_a-expand.o -x c src/expand.c
2025-08-20T19:18:02.0432786Z [00:03:51.459]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:02.0434229Z [00:03:51.460]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:02.0435346Z [00:03:51.461]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:02.0435992Z [00:03:51.461]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:02.0436627Z [00:03:51.463]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:02.0440403Z [00:03:51.463]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:02.0441163Z [00:03:51.464]➜  #include "..." search starts here:
2025-08-20T19:18:02.0441833Z [00:03:51.464]➜  #include <...> search starts here:
2025-08-20T19:18:02.0442373Z [00:03:51.464]➜   .
2025-08-20T19:18:02.0442771Z [00:03:51.464]➜   ./lib
2025-08-20T19:18:02.0443197Z [00:03:51.464]➜   src
2025-08-20T19:18:02.0443723Z [00:03:51.464]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:02.0444278Z [00:03:51.464]➜   /usr/local/include
2025-08-20T19:18:02.0444811Z [00:03:51.465]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:02.0445331Z [00:03:51.465]➜   /usr/include
2025-08-20T19:18:02.0446072Z [00:03:51.466]➜  End of search list.
2025-08-20T19:18:02.0550661Z [00:03:51.477]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:02.0557720Z [00:03:51.477]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:02.0558313Z [00:03:51.477]➜  Thread model: posix
2025-08-20T19:18:02.0558888Z [00:03:51.477]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:02.0559732Z [00:03:51.477]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.0560749Z [00:03:51.477]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.0573364Z [00:03:51.478]➜  Candidate multilib: .;@m64
2025-08-20T19:18:02.0574031Z [00:03:51.478]➜  Selected multilib: .;@m64
2025-08-20T19:18:02.0574630Z [00:03:51.478]➜   (in-process)
2025-08-20T19:18:02.0586409Z [00:03:51.478]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:02.0597110Z [00:03:51.478]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:02.0632014Z [00:03:51.482]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:02.0633060Z [00:03:51.482]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:02.0633726Z [00:03:51.482]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:02.0634390Z [00:03:51.482]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:02.0635069Z [00:03:51.482]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:02.0635683Z [00:03:51.482]➜  #include "..." search starts here:
2025-08-20T19:18:02.0636290Z [00:03:51.482]➜  #include <...> search starts here:
2025-08-20T19:18:02.0636799Z [00:03:51.482]➜   .
2025-08-20T19:18:02.0637401Z [00:03:51.482]➜   ./lib
2025-08-20T19:18:02.0637804Z [00:03:51.482]➜   src
2025-08-20T19:18:02.0638285Z [00:03:51.482]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:02.0638828Z [00:03:51.482]➜   /usr/local/include
2025-08-20T19:18:02.0639373Z [00:03:51.482]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:02.0639914Z [00:03:51.482]➜   /usr/include
2025-08-20T19:18:02.0640394Z [00:03:51.482]➜  End of search list.
2025-08-20T19:18:02.1009803Z [00:03:51.522]➜    CC       src/libsinglebin_expr_a-expr.o
2025-08-20T19:18:02.1485346Z [00:03:51.570]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:02.1508841Z [00:03:51.570]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:02.1509417Z [00:03:51.570]➜  Thread model: posix
2025-08-20T19:18:02.1510023Z [00:03:51.570]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:02.1511075Z [00:03:51.570]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.1511936Z [00:03:51.570]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.1512568Z [00:03:51.570]➜  Candidate multilib: .;@m64
2025-08-20T19:18:02.1513057Z [00:03:51.570]➜  Selected multilib: .;@m64
2025-08-20T19:18:02.1518515Z [00:03:51.573]➜   (in-process)
2025-08-20T19:18:02.1541451Z [00:03:51.573]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_expr_a-expr.o -x c src/expr.c
2025-08-20T19:18:02.1557850Z [00:03:51.577]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:02.1559169Z [00:03:51.577]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:02.1560288Z [00:03:51.577]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:02.1561007Z [00:03:51.577]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:02.1561688Z [00:03:51.577]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:02.1562326Z [00:03:51.577]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:02.1562946Z [00:03:51.577]➜  #include "..." search starts here:
2025-08-20T19:18:02.1563550Z [00:03:51.577]➜  #include <...> search starts here:
2025-08-20T19:18:02.1564063Z [00:03:51.577]➜   .
2025-08-20T19:18:02.1564408Z [00:03:51.577]➜   ./lib
2025-08-20T19:18:02.1564780Z [00:03:51.577]➜   src
2025-08-20T19:18:02.1565256Z [00:03:51.577]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:02.1565834Z [00:03:51.577]➜   /usr/local/include
2025-08-20T19:18:02.1566372Z [00:03:51.577]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:02.1566870Z [00:03:51.577]➜   /usr/include
2025-08-20T19:18:02.1567615Z [00:03:51.577]➜  End of search list.
2025-08-20T19:18:02.2081500Z [00:03:51.630]➜    CC       src/libsinglebin_factor_a-factor.o
2025-08-20T19:18:02.2251353Z [00:03:51.647]➜    CC       src/libsinglebin_false_a-false.o
2025-08-20T19:18:02.2473227Z [00:03:51.669]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:02.2474947Z [00:03:51.669]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:02.2488371Z [00:03:51.669]➜  Thread model: posix
2025-08-20T19:18:02.2489135Z [00:03:51.670]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:02.2490078Z [00:03:51.670]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.2491110Z [00:03:51.670]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.2492029Z [00:03:51.671]➜  Candidate multilib: .;@m64
2025-08-20T19:18:02.2492719Z [00:03:51.671]➜  Selected multilib: .;@m64
2025-08-20T19:18:02.2498541Z [00:03:51.671]➜   (in-process)
2025-08-20T19:18:02.2573192Z [00:03:51.678]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_false_a-false.o -x c src/false.c
2025-08-20T19:18:02.2586470Z [00:03:51.678]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:02.2596150Z [00:03:51.678]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:02.2597711Z [00:03:51.678]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:02.2598411Z [00:03:51.678]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:02.2599089Z [00:03:51.678]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:02.2599732Z [00:03:51.678]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:02.2600372Z [00:03:51.678]➜  #include "..." search starts here:
2025-08-20T19:18:02.2600978Z [00:03:51.678]➜  #include <...> search starts here:
2025-08-20T19:18:02.2601495Z [00:03:51.678]➜   .
2025-08-20T19:18:02.2601884Z [00:03:51.678]➜   ./lib
2025-08-20T19:18:02.2602281Z [00:03:51.678]➜   src
2025-08-20T19:18:02.2602772Z [00:03:51.678]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:02.2603340Z [00:03:51.678]➜   /usr/local/include
2025-08-20T19:18:02.2603969Z [00:03:51.678]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:02.2604485Z [00:03:51.678]➜   /usr/include
2025-08-20T19:18:02.2604953Z [00:03:51.678]➜  End of search list.
2025-08-20T19:18:02.2605535Z [00:03:51.678]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:02.2606142Z [00:03:51.678]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:02.2606713Z [00:03:51.678]➜  Thread model: posix
2025-08-20T19:18:02.2617701Z [00:03:51.678]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:02.2618594Z [00:03:51.678]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.2619549Z [00:03:51.678]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.2620277Z [00:03:51.678]➜  Candidate multilib: .;@m64
2025-08-20T19:18:02.2620856Z [00:03:51.678]➜  Selected multilib: .;@m64
2025-08-20T19:18:02.2621415Z [00:03:51.678]➜   (in-process)
2025-08-20T19:18:02.2632916Z [00:03:51.679]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_factor_a-factor.o -x c src/factor.c
2025-08-20T19:18:02.2643363Z [00:03:51.680]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:02.2644732Z [00:03:51.680]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:02.2645830Z [00:03:51.680]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:02.2646517Z [00:03:51.681]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:02.2647370Z [00:03:51.681]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:02.2648036Z [00:03:51.681]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:02.2648666Z [00:03:51.681]➜  #include "..." search starts here:
2025-08-20T19:18:02.2649302Z [00:03:51.681]➜  #include <...> search starts here:
2025-08-20T19:18:02.2650155Z [00:03:51.681]➜   .
2025-08-20T19:18:02.2650554Z [00:03:51.681]➜   ./lib
2025-08-20T19:18:02.2650997Z [00:03:51.681]➜   src
2025-08-20T19:18:02.2651549Z [00:03:51.681]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:02.2652166Z [00:03:51.681]➜   /usr/local/include
2025-08-20T19:18:02.2652748Z [00:03:51.681]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:02.2653308Z [00:03:51.681]➜   /usr/include
2025-08-20T19:18:02.2653822Z [00:03:51.681]➜  End of search list.
2025-08-20T19:18:02.2787555Z [00:03:51.700]➜    CC       src/libsinglebin_fmt_a-fmt.o
2025-08-20T19:18:02.2874659Z [00:03:51.709]➜    CC       src/libsinglebin_fold_a-fold.o
2025-08-20T19:18:02.3031057Z [00:03:51.725]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:02.3051606Z [00:03:51.725]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:02.3052238Z [00:03:51.725]➜  Thread model: posix
2025-08-20T19:18:02.3052886Z [00:03:51.725]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:02.3053765Z [00:03:51.725]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.3054752Z [00:03:51.725]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.3055492Z [00:03:51.725]➜  Candidate multilib: .;@m64
2025-08-20T19:18:02.3056025Z [00:03:51.725]➜  Selected multilib: .;@m64
2025-08-20T19:18:02.3056516Z [00:03:51.726]➜   (in-process)
2025-08-20T19:18:02.3069727Z [00:03:51.727]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_fmt_a-fmt.o -x c src/fmt.c
2025-08-20T19:18:02.3088720Z [00:03:51.730]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:02.3121403Z [00:03:51.731]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:02.3122623Z [00:03:51.731]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:02.3123374Z [00:03:51.731]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:02.3124084Z [00:03:51.731]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:02.3124775Z [00:03:51.731]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:02.3125419Z [00:03:51.731]➜  #include "..." search starts here:
2025-08-20T19:18:02.3126024Z [00:03:51.731]➜  #include <...> search starts here:
2025-08-20T19:18:02.3126512Z [00:03:51.731]➜   .
2025-08-20T19:18:02.3126902Z [00:03:51.731]➜   ./lib
2025-08-20T19:18:02.3127534Z [00:03:51.731]➜   src
2025-08-20T19:18:02.3128049Z [00:03:51.731]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:02.3128628Z [00:03:51.731]➜   /usr/local/include
2025-08-20T19:18:02.3129172Z [00:03:51.731]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:02.3130077Z [00:03:51.731]➜   /usr/include
2025-08-20T19:18:02.3130584Z [00:03:51.732]➜  End of search list.
2025-08-20T19:18:02.3341634Z [00:03:51.756]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:02.3353530Z [00:03:51.756]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:02.3354089Z [00:03:51.756]➜  Thread model: posix
2025-08-20T19:18:02.3354639Z [00:03:51.756]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:02.3355422Z [00:03:51.756]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.3356306Z [00:03:51.756]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.3357003Z [00:03:51.756]➜  Candidate multilib: .;@m64
2025-08-20T19:18:02.3357772Z [00:03:51.756]➜  Selected multilib: .;@m64
2025-08-20T19:18:02.3358319Z [00:03:51.756]➜   (in-process)
2025-08-20T19:18:02.3383818Z [00:03:51.759]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_fold_a-fold.o -x c src/fold.c
2025-08-20T19:18:02.3421562Z [00:03:51.761]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:02.3422973Z [00:03:51.761]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:02.3424075Z [00:03:51.761]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:02.3424807Z [00:03:51.761]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:02.3425487Z [00:03:51.761]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:02.3426159Z [00:03:51.761]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:02.3426808Z [00:03:51.761]➜  #include "..." search starts here:
2025-08-20T19:18:02.3427654Z [00:03:51.761]➜  #include <...> search starts here:
2025-08-20T19:18:02.3428205Z [00:03:51.761]➜   .
2025-08-20T19:18:02.3428618Z [00:03:51.761]➜   ./lib
2025-08-20T19:18:02.3429048Z [00:03:51.761]➜   src
2025-08-20T19:18:02.3429581Z [00:03:51.761]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:02.3430222Z [00:03:51.761]➜   /usr/local/include
2025-08-20T19:18:02.3430832Z [00:03:51.761]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:02.3431419Z [00:03:51.761]➜   /usr/include
2025-08-20T19:18:02.3431916Z [00:03:51.761]➜  End of search list.
2025-08-20T19:18:02.3708679Z [00:03:51.792]➜    CC       src/libsinglebin_ginstall_a-install.o
2025-08-20T19:18:02.3944120Z [00:03:51.816]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:02.3948746Z [00:03:51.816]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:02.3949311Z [00:03:51.816]➜  Thread model: posix
2025-08-20T19:18:02.3962101Z [00:03:51.818]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:02.3970675Z [00:03:51.818]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.3971720Z [00:03:51.818]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.3972485Z [00:03:51.818]➜  Candidate multilib: .;@m64
2025-08-20T19:18:02.3973065Z [00:03:51.818]➜  Selected multilib: .;@m64
2025-08-20T19:18:02.3973586Z [00:03:51.818]➜   (in-process)
2025-08-20T19:18:02.3984689Z [00:03:51.818]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ginstall_a-install.o -x c src/install.c
2025-08-20T19:18:02.3997826Z [00:03:51.819]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:02.4002861Z [00:03:51.822]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:02.4014230Z [00:03:51.822]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:02.4014988Z [00:03:51.822]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:02.4015646Z [00:03:51.822]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:02.4016285Z [00:03:51.822]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:02.4016916Z [00:03:51.822]➜  #include "..." search starts here:
2025-08-20T19:18:02.4017754Z [00:03:51.822]➜  #include <...> search starts here:
2025-08-20T19:18:02.4018297Z [00:03:51.822]➜   .
2025-08-20T19:18:02.4018685Z [00:03:51.822]➜   ./lib
2025-08-20T19:18:02.4019080Z [00:03:51.822]➜   src
2025-08-20T19:18:02.4019600Z [00:03:51.822]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:02.4020467Z [00:03:51.822]➜   /usr/local/include
2025-08-20T19:18:02.4021049Z [00:03:51.822]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:02.4021580Z [00:03:51.822]➜   /usr/include
2025-08-20T19:18:02.4022039Z [00:03:51.822]➜  End of search list.
2025-08-20T19:18:02.5420929Z [00:03:51.964]➜    CC       src/libsinglebin_ginstall_a-prog-fprintf.o
2025-08-20T19:18:02.5574409Z [00:03:51.979]➜    CC       src/libsinglebin_ginstall_a-copy.o
2025-08-20T19:18:02.5871175Z [00:03:52.009]➜    CC       src/libsinglebin_ginstall_a-cp-hash.o
2025-08-20T19:18:02.5887580Z [00:03:52.010]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:02.5890543Z [00:03:52.011]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:02.5894335Z [00:03:52.011]➜  Thread model: posix
2025-08-20T19:18:02.5895010Z [00:03:52.011]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:02.5898499Z [00:03:52.011]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.5900021Z [00:03:52.012]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.5904671Z [00:03:52.012]➜  Candidate multilib: .;@m64
2025-08-20T19:18:02.5909605Z [00:03:52.013]➜  Selected multilib: .;@m64
2025-08-20T19:18:02.5916505Z [00:03:52.013]➜   (in-process)
2025-08-20T19:18:02.5971115Z [00:03:52.016]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:02.5992397Z [00:03:52.021]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:02.6000155Z [00:03:52.021]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:02.6001154Z [00:03:52.021]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:02.6001810Z [00:03:52.021]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:02.6002421Z [00:03:52.021]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:02.6003020Z [00:03:52.021]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:02.6003612Z [00:03:52.021]➜  #include "..." search starts here:
2025-08-20T19:18:02.6004280Z [00:03:52.021]➜  #include <...> search starts here:
2025-08-20T19:18:02.6004765Z [00:03:52.021]➜   .
2025-08-20T19:18:02.6005145Z [00:03:52.021]➜   ./lib
2025-08-20T19:18:02.6005519Z [00:03:52.021]➜   src
2025-08-20T19:18:02.6005999Z [00:03:52.021]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:02.6006541Z [00:03:52.021]➜   /usr/local/include
2025-08-20T19:18:02.6007057Z [00:03:52.021]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:02.6008174Z [00:03:52.021]➜   /usr/include
2025-08-20T19:18:02.6008629Z [00:03:52.021]➜  End of search list.
2025-08-20T19:18:02.6101310Z [00:03:52.032]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:02.6104782Z [00:03:52.032]➜  Target: x86_64-pc-linux-gnuDebian clang version 19.1.7 (3+b2)
2025-08-20T19:18:02.6111121Z [00:03:52.032]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:02.6111679Z [00:03:52.032]➜  Thread model: posix
2025-08-20T19:18:02.6112273Z [00:03:52.032]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:02.6113066Z [00:03:52.032]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.6113965Z [00:03:52.032]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.6114947Z [00:03:52.032]➜  Candidate multilib: .;@m64
2025-08-20T19:18:02.6115603Z [00:03:52.032]➜  Selected multilib: .;@m64
2025-08-20T19:18:02.6116151Z [00:03:52.032]➜  
2025-08-20T19:18:02.6117141Z [00:03:52.033]➜  Thread model: posix
2025-08-20T19:18:02.6121903Z [00:03:52.034]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:02.6123671Z [00:03:52.034]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.6125417Z [00:03:52.034]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.6127593Z [00:03:52.034]➜  Candidate multilib: .;@m64
2025-08-20T19:18:02.6128770Z [00:03:52.034]➜  Selected multilib: .;@m64
2025-08-20T19:18:02.6130609Z [00:03:52.034]➜   (in-process)
2025-08-20T19:18:02.6142318Z [00:03:52.034]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:02.6152781Z [00:03:52.034]➜   (in-process)
2025-08-20T19:18:02.6164259Z [00:03:52.034]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ginstall_a-copy.o -x c src/copy.c
2025-08-20T19:18:02.6188826Z [00:03:52.034]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:02.6190556Z [00:03:52.035]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:02.6192813Z [00:03:52.035]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:02.6193487Z [00:03:52.035]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:02.6194134Z [00:03:52.035]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:02.6194774Z [00:03:52.035]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:02.6195384Z [00:03:52.035]➜  #include "..." search starts here:
2025-08-20T19:18:02.6195980Z [00:03:52.035]➜  #include <...> search starts here:
2025-08-20T19:18:02.6196482Z [00:03:52.035]➜   .
2025-08-20T19:18:02.6196847Z [00:03:52.035]➜   ./lib
2025-08-20T19:18:02.6197423Z [00:03:52.035]➜   src
2025-08-20T19:18:02.6197963Z [00:03:52.035]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:02.6198525Z [00:03:52.035]➜   /usr/local/include
2025-08-20T19:18:02.6199073Z [00:03:52.035]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:02.6199591Z [00:03:52.035]➜   /usr/include
2025-08-20T19:18:02.6200054Z [00:03:52.035]➜  End of search list.
2025-08-20T19:18:02.6200884Z [00:03:52.035]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:02.6202442Z [00:03:52.041]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:02.6203507Z [00:03:52.041]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:02.6204181Z [00:03:52.041]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:02.6204806Z [00:03:52.041]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:02.6205464Z [00:03:52.041]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:02.6206067Z [00:03:52.041]➜  #include "..." search starts here:
2025-08-20T19:18:02.6206671Z [00:03:52.041]➜  #include <...> search starts here:
2025-08-20T19:18:02.6207390Z [00:03:52.041]➜   .
2025-08-20T19:18:02.6207800Z [00:03:52.041]➜   ./lib
2025-08-20T19:18:02.6208185Z [00:03:52.041]➜   src
2025-08-20T19:18:02.6208671Z [00:03:52.041]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:02.6209230Z [00:03:52.041]➜   /usr/local/include
2025-08-20T19:18:02.6209791Z [00:03:52.041]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:02.6210315Z [00:03:52.041]➜   /usr/include
2025-08-20T19:18:02.6210797Z [00:03:52.041]➜  End of search list.
2025-08-20T19:18:02.6514961Z [00:03:52.073]➜    CC       src/libsinglebin_ginstall_a-force-link.o
2025-08-20T19:18:02.6979889Z [00:03:52.119]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:02.6993313Z [00:03:52.119]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:02.6993952Z [00:03:52.119]➜  Thread model: posix
2025-08-20T19:18:02.6994579Z [00:03:52.119]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:02.6995489Z [00:03:52.119]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.6996501Z [00:03:52.119]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.6999014Z [00:03:52.120]➜  Candidate multilib: .;@m64
2025-08-20T19:18:02.7000922Z [00:03:52.120]➜  Selected multilib: .;@m64
2025-08-20T19:18:02.7015380Z [00:03:52.123]➜   (in-process)
2025-08-20T19:18:02.7031376Z [00:03:52.123]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:02.7058414Z [00:03:52.124]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:02.7059800Z [00:03:52.127]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:02.7061248Z [00:03:52.127]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:02.7062234Z [00:03:52.127]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:02.7063072Z [00:03:52.127]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:02.7064095Z [00:03:52.127]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:02.7064843Z [00:03:52.127]➜  #include "..." search starts here:
2025-08-20T19:18:02.7066173Z [00:03:52.127]➜  #include <...> search starts here:
2025-08-20T19:18:02.7068433Z [00:03:52.127]➜   .
2025-08-20T19:18:02.7069592Z [00:03:52.127]➜   ./lib
2025-08-20T19:18:02.7070451Z [00:03:52.127]➜   src
2025-08-20T19:18:02.7071609Z [00:03:52.127]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:02.7072574Z [00:03:52.127]➜   /usr/local/include
2025-08-20T19:18:02.7073975Z [00:03:52.127]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:02.7074927Z [00:03:52.127]➜   /usr/include
2025-08-20T19:18:02.7076154Z [00:03:52.127]➜  End of search list.
2025-08-20T19:18:02.7445102Z [00:03:52.166]➜    CC       src/libsinglebin_ginstall_a-selinux.o
2025-08-20T19:18:02.7730497Z [00:03:52.195]➜    CC       src/libsinglebin_groups_a-groups.o
2025-08-20T19:18:02.7943306Z [00:03:52.216]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:02.7945021Z [00:03:52.216]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:02.7946753Z [00:03:52.216]➜  Thread model: posix
2025-08-20T19:18:02.7947843Z [00:03:52.216]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:02.7948863Z [00:03:52.216]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.7950039Z [00:03:52.216]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.7951065Z [00:03:52.217]➜  Candidate multilib: .;@m64
2025-08-20T19:18:02.7951881Z [00:03:52.217]➜  Selected multilib: .;@m64
2025-08-20T19:18:02.7955916Z [00:03:52.217]➜   (in-process)
2025-08-20T19:18:02.7995770Z [00:03:52.220]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ginstall_a-selinux.o -x c src/selinux.c
2025-08-20T19:18:02.8018368Z [00:03:52.221]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:02.8020079Z [00:03:52.221]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:02.8021378Z [00:03:52.222]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:02.8022308Z [00:03:52.222]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:02.8023198Z [00:03:52.222]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:02.8024081Z [00:03:52.222]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:02.8024926Z [00:03:52.222]➜  #include "..." search starts here:
2025-08-20T19:18:02.8025804Z [00:03:52.222]➜  #include <...> search starts here:
2025-08-20T19:18:02.8026533Z [00:03:52.222]➜   .
2025-08-20T19:18:02.8027597Z [00:03:52.222]➜   ./lib
2025-08-20T19:18:02.8028280Z [00:03:52.222]➜   src
2025-08-20T19:18:02.8028988Z [00:03:52.222]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:02.8029771Z [00:03:52.222]➜   /usr/local/include
2025-08-20T19:18:02.8031589Z [00:03:52.222]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:02.8032148Z [00:03:52.222]➜   /usr/include
2025-08-20T19:18:02.8032668Z [00:03:52.222]➜  End of search list.
2025-08-20T19:18:02.8226090Z [00:03:52.244]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:02.8231812Z [00:03:52.244]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:02.8232429Z [00:03:52.244]➜  Thread model: posix
2025-08-20T19:18:02.8233054Z [00:03:52.244]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:02.8233859Z [00:03:52.244]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.8235111Z [00:03:52.244]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.8236114Z [00:03:52.244]➜  Candidate multilib: .;@m64
2025-08-20T19:18:02.8238559Z [00:03:52.244]➜  Selected multilib: .;@m64
2025-08-20T19:18:02.8261186Z [00:03:52.248]➜   (in-process)
2025-08-20T19:18:02.8273243Z [00:03:52.248]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_groups_a-groups.o -x c src/groups.c
2025-08-20T19:18:02.8306355Z [00:03:52.248]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:02.8308037Z [00:03:52.248]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:02.8309282Z [00:03:52.248]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:02.8310079Z [00:03:52.248]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:02.8310846Z [00:03:52.248]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:02.8311600Z [00:03:52.248]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:02.8312338Z [00:03:52.248]➜  #include "..." search starts here:
2025-08-20T19:18:02.8313074Z [00:03:52.248]➜  #include <...> search starts here:
2025-08-20T19:18:02.8313716Z [00:03:52.248]➜   .
2025-08-20T19:18:02.8314215Z [00:03:52.248]➜   ./lib
2025-08-20T19:18:02.8314714Z [00:03:52.248]➜   src
2025-08-20T19:18:02.8315317Z [00:03:52.248]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:02.8316008Z [00:03:52.248]➜   /usr/local/include
2025-08-20T19:18:02.8316665Z [00:03:52.248]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:02.8318125Z [00:03:52.248]➜   /usr/include
2025-08-20T19:18:02.8319362Z [00:03:52.248]➜  End of search list.
2025-08-20T19:18:02.8352251Z [00:03:52.257]➜    CC       src/libsinglebin_groups_a-group-list.o
2025-08-20T19:18:02.8589286Z [00:03:52.280]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:02.8598976Z [00:03:52.280]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:02.8599585Z [00:03:52.280]➜  Thread model: posix
2025-08-20T19:18:02.8600203Z [00:03:52.280]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:02.8603659Z [00:03:52.280]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.8604799Z [00:03:52.280]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.8605602Z [00:03:52.280]➜  Candidate multilib: .;@m64
2025-08-20T19:18:02.8609592Z [00:03:52.280]➜  Selected multilib: .;@m64
2025-08-20T19:18:02.8610244Z [00:03:52.281]➜   (in-process)
2025-08-20T19:18:02.8621908Z [00:03:52.281]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:02.8632982Z [00:03:52.282]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:02.8634365Z [00:03:52.282]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:02.8635468Z [00:03:52.282]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:02.8636200Z [00:03:52.283]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:02.8636880Z [00:03:52.283]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:02.8637847Z [00:03:52.283]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:02.8638529Z [00:03:52.283]➜  #include "..." search starts here:
2025-08-20T19:18:02.8639218Z [00:03:52.283]➜  #include <...> search starts here:
2025-08-20T19:18:02.8639765Z [00:03:52.283]➜   .
2025-08-20T19:18:02.8640174Z [00:03:52.283]➜   ./lib
2025-08-20T19:18:02.8640599Z [00:03:52.283]➜   src
2025-08-20T19:18:02.8641133Z [00:03:52.283]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:02.8641766Z [00:03:52.283]➜   /usr/local/include
2025-08-20T19:18:02.8642369Z [00:03:52.283]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:02.8642953Z [00:03:52.283]➜   /usr/include
2025-08-20T19:18:02.8643557Z [00:03:52.283]➜  End of search list.
2025-08-20T19:18:02.9031215Z [00:03:52.325]➜    CC       src/libsinglebin_head_a-head.o
2025-08-20T19:18:02.9298906Z [00:03:52.349]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:02.9300594Z [00:03:52.349]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:02.9301857Z [00:03:52.349]➜  Thread model: posix
2025-08-20T19:18:02.9303782Z [00:03:52.349]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:02.9305655Z [00:03:52.349]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.9308381Z [00:03:52.349]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:02.9309571Z [00:03:52.349]➜  Candidate multilib: .;@m64
2025-08-20T19:18:02.9310664Z [00:03:52.349]➜  Selected multilib: .;@m64
2025-08-20T19:18:02.9312673Z [00:03:52.349]➜   (in-process)
2025-08-20T19:18:02.9324855Z [00:03:52.350]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_head_a-head.o -x c src/head.c
2025-08-20T19:18:02.9336815Z [00:03:52.352]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:02.9338246Z [00:03:52.352]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:02.9339226Z [00:03:52.352]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:02.9339887Z [00:03:52.352]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:02.9340508Z [00:03:52.352]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:02.9341120Z [00:03:52.352]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:02.9341753Z [00:03:52.352]➜  #include "..." search starts here:
2025-08-20T19:18:02.9342354Z [00:03:52.352]➜  #include <...> search starts here:
2025-08-20T19:18:02.9342866Z [00:03:52.352]➜   .
2025-08-20T19:18:02.9343248Z [00:03:52.352]➜   ./lib
2025-08-20T19:18:02.9343637Z [00:03:52.352]➜   src
2025-08-20T19:18:02.9344108Z [00:03:52.352]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:02.9344674Z [00:03:52.352]➜   /usr/local/include
2025-08-20T19:18:02.9345206Z [00:03:52.352]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:02.9345720Z [00:03:52.352]➜   /usr/include
2025-08-20T19:18:02.9346197Z [00:03:52.352]➜  End of search list.
2025-08-20T19:18:02.9988473Z [00:03:52.420]➜    CC       src/libsinglebin_id_a-id.o
2025-08-20T19:18:03.0289302Z [00:03:52.450]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.0292735Z [00:03:52.450]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.0297135Z [00:03:52.450]➜  Thread model: posix
2025-08-20T19:18:03.0298061Z [00:03:52.450]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.0306461Z [00:03:52.450]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.0307742Z [00:03:52.450]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.0308523Z [00:03:52.450]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.0309140Z [00:03:52.451]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.0309752Z [00:03:52.451]➜   (in-process)
2025-08-20T19:18:03.0325856Z [00:03:52.451]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_id_a-id.o -x c src/id.c
2025-08-20T19:18:03.0336073Z [00:03:52.452]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.0337551Z [00:03:52.453]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.0338551Z [00:03:52.453]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.0339266Z [00:03:52.454]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.0340223Z [00:03:52.454]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.0340893Z [00:03:52.454]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.0341513Z [00:03:52.454]➜  #include "..." search starts here:
2025-08-20T19:18:03.0342132Z [00:03:52.454]➜  #include <...> search starts here:
2025-08-20T19:18:03.0342685Z [00:03:52.454]➜   .
2025-08-20T19:18:03.0343065Z [00:03:52.454]➜   ./lib
2025-08-20T19:18:03.0343471Z [00:03:52.454]➜   src
2025-08-20T19:18:03.0343994Z [00:03:52.454]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.0344588Z [00:03:52.454]➜   /usr/local/include
2025-08-20T19:18:03.0345144Z [00:03:52.454]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.0345702Z [00:03:52.454]➜   /usr/include
2025-08-20T19:18:03.0346195Z [00:03:52.454]➜  End of search list.
2025-08-20T19:18:03.0346814Z [00:03:52.454]➜    CC       src/libsinglebin_id_a-group-list.o
2025-08-20T19:18:03.0671046Z [00:03:52.489]➜    CC       src/libsinglebin_kill_a-kill.o
2025-08-20T19:18:03.0689935Z [00:03:52.489]➜    CC       src/libsinglebin_join_a-join.o
2025-08-20T19:18:03.0695964Z [00:03:52.491]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.0707666Z [00:03:52.491]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.0708234Z [00:03:52.491]➜  Thread model: posix
2025-08-20T19:18:03.0708798Z [00:03:52.491]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.0709620Z [00:03:52.491]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.0710569Z [00:03:52.491]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.0711276Z [00:03:52.491]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.0711877Z [00:03:52.491]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.0715049Z [00:03:52.492]➜   (in-process)
2025-08-20T19:18:03.0726306Z [00:03:52.492]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_id_a-group-list.o -x c src/group-list.c
2025-08-20T19:18:03.0736420Z [00:03:52.493]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.0742472Z [00:03:52.494]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.0743474Z [00:03:52.494]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.0744116Z [00:03:52.494]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.0744755Z [00:03:52.494]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.0745369Z [00:03:52.494]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.0746222Z [00:03:52.494]➜  #include "..." search starts here:
2025-08-20T19:18:03.0746789Z [00:03:52.494]➜  #include <...> search starts here:
2025-08-20T19:18:03.0747492Z [00:03:52.494]➜   .
2025-08-20T19:18:03.0747848Z [00:03:52.494]➜   ./lib
2025-08-20T19:18:03.0748220Z [00:03:52.494]➜   src
2025-08-20T19:18:03.0748682Z [00:03:52.494]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.0749217Z [00:03:52.494]➜   /usr/local/include
2025-08-20T19:18:03.0749748Z [00:03:52.494]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.0750351Z [00:03:52.494]➜   /usr/include
2025-08-20T19:18:03.0750796Z [00:03:52.494]➜  End of search list.
2025-08-20T19:18:03.1113116Z [00:03:52.533]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.1117008Z [00:03:52.533]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.1117729Z [00:03:52.533]➜  Thread model: posix
2025-08-20T19:18:03.1148307Z [00:03:52.535]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.1151655Z [00:03:52.535]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.1158659Z [00:03:52.535]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.1159435Z [00:03:52.535]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.1159999Z [00:03:52.535]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.1160482Z [00:03:52.535]➜   (in-process)
2025-08-20T19:18:03.1171455Z [00:03:52.535]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_join_a-join.o -x c src/join.c
2025-08-20T19:18:03.1181237Z [00:03:52.535]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.1181844Z [00:03:52.536]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.1183919Z [00:03:52.539]➜  Thread model: posix
2025-08-20T19:18:03.1184578Z [00:03:52.539]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.1185432Z [00:03:52.539]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.1191901Z [00:03:52.539]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.1192734Z [00:03:52.539]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.1193332Z [00:03:52.539]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.1199538Z [00:03:52.539]➜   (in-process)
2025-08-20T19:18:03.1220110Z [00:03:52.539]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_kill_a-kill.o -x c src/kill.c
2025-08-20T19:18:03.1230350Z [00:03:52.539]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.1231635Z [00:03:52.539]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.1232640Z [00:03:52.539]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.1233288Z [00:03:52.539]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.1233919Z [00:03:52.539]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.1234546Z [00:03:52.539]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.1235166Z [00:03:52.539]➜  #include "..." search starts here:
2025-08-20T19:18:03.1235765Z [00:03:52.539]➜  #include <...> search starts here:
2025-08-20T19:18:03.1236270Z [00:03:52.539]➜   .
2025-08-20T19:18:03.1236646Z [00:03:52.539]➜   ./lib
2025-08-20T19:18:03.1237055Z [00:03:52.539]➜   src
2025-08-20T19:18:03.1237759Z [00:03:52.539]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.1238540Z [00:03:52.539]➜   /usr/local/include
2025-08-20T19:18:03.1239089Z [00:03:52.539]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.1239611Z [00:03:52.539]➜   /usr/include
2025-08-20T19:18:03.1240074Z [00:03:52.539]➜  End of search list.
2025-08-20T19:18:03.1240898Z [00:03:52.540]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.1242220Z [00:03:52.540]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.1243244Z [00:03:52.541]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.1243889Z [00:03:52.541]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.1244513Z [00:03:52.541]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.1245109Z [00:03:52.541]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.1245736Z [00:03:52.541]➜  #include "..." search starts here:
2025-08-20T19:18:03.1246331Z [00:03:52.542]➜  #include <...> search starts here:
2025-08-20T19:18:03.1246891Z [00:03:52.542]➜   .
2025-08-20T19:18:03.1277652Z [00:03:52.542]➜   ./lib
2025-08-20T19:18:03.1278228Z [00:03:52.542]➜   src
2025-08-20T19:18:03.1278760Z [00:03:52.542]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.1279364Z [00:03:52.543]➜   /usr/local/include
2025-08-20T19:18:03.1279927Z [00:03:52.543]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.1280479Z [00:03:52.543]➜   /usr/include
2025-08-20T19:18:03.1280962Z [00:03:52.543]➜  End of search list.
2025-08-20T19:18:03.2089765Z [00:03:52.630]➜    CC       src/libsinglebin_kill_a-operand2sig.o
2025-08-20T19:18:03.2351823Z [00:03:52.657]➜    CC       src/libsinglebin_link_a-link.o
2025-08-20T19:18:03.2531244Z [00:03:52.675]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.2535715Z [00:03:52.675]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.2538651Z [00:03:52.675]➜  Thread model: posix
2025-08-20T19:18:03.2551531Z [00:03:52.675]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.2552472Z [00:03:52.675]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.2553470Z [00:03:52.675]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.2554185Z [00:03:52.675]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.2554766Z [00:03:52.675]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.2562655Z [00:03:52.678]➜    CC       src/libsinglebin_ln_a-ln.o
2025-08-20T19:18:03.2569375Z [00:03:52.678]➜   (in-process)
2025-08-20T19:18:03.2581277Z [00:03:52.678]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_kill_a-operand2sig.o -x c src/operand2sig.c
2025-08-20T19:18:03.2595056Z [00:03:52.678]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.2596413Z [00:03:52.678]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.2597716Z [00:03:52.678]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.2598433Z [00:03:52.678]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.2599110Z [00:03:52.678]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.2599763Z [00:03:52.678]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.2600452Z [00:03:52.678]➜  #include "..." search starts here:
2025-08-20T19:18:03.2601122Z [00:03:52.678]➜  #include <...> search starts here:
2025-08-20T19:18:03.2601712Z [00:03:52.678]➜   .
2025-08-20T19:18:03.2602192Z [00:03:52.678]➜   ./lib
2025-08-20T19:18:03.2602660Z [00:03:52.678]➜   src
2025-08-20T19:18:03.2603239Z [00:03:52.678]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.2603885Z [00:03:52.678]➜   /usr/local/include
2025-08-20T19:18:03.2604450Z [00:03:52.678]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.2604992Z [00:03:52.678]➜   /usr/include
2025-08-20T19:18:03.2605477Z [00:03:52.678]➜  End of search list.
2025-08-20T19:18:03.2669799Z [00:03:52.686]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.2722007Z [00:03:52.686]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.2731787Z [00:03:52.686]➜  Thread model: posix
2025-08-20T19:18:03.2732368Z [00:03:52.689]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.2733146Z [00:03:52.689]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.2734046Z [00:03:52.689]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.2734749Z [00:03:52.689]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.2742930Z [00:03:52.689]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.2743765Z [00:03:52.690]➜   (in-process)
2025-08-20T19:18:03.2831128Z [00:03:52.693]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_link_a-link.o -x c src/link.c
2025-08-20T19:18:03.2841094Z [00:03:52.693]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.2842461Z [00:03:52.694]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.2843550Z [00:03:52.694]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.2844267Z [00:03:52.694]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.2845259Z [00:03:52.694]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.2846015Z [00:03:52.696]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.2846710Z [00:03:52.696]➜  #include "..." search starts here:
2025-08-20T19:18:03.2847574Z [00:03:52.696]➜  #include <...> search starts here:
2025-08-20T19:18:03.2848145Z [00:03:52.696]➜   .
2025-08-20T19:18:03.2848557Z [00:03:52.696]➜   ./lib
2025-08-20T19:18:03.2848989Z [00:03:52.696]➜   src
2025-08-20T19:18:03.2849533Z [00:03:52.696]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.2850138Z [00:03:52.696]➜   /usr/local/include
2025-08-20T19:18:03.2850736Z [00:03:52.696]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.2851317Z [00:03:52.696]➜   /usr/include
2025-08-20T19:18:03.2851833Z [00:03:52.696]➜  End of search list.
2025-08-20T19:18:03.2909877Z [00:03:52.710]➜    CC       src/libsinglebin_ln_a-force-link.o
2025-08-20T19:18:03.3064744Z [00:03:52.728]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.3068127Z [00:03:52.728]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.3068688Z [00:03:52.728]➜  Thread model: posix
2025-08-20T19:18:03.3069245Z [00:03:52.728]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.3070023Z [00:03:52.728]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.3070910Z [00:03:52.728]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.3071717Z [00:03:52.728]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.3072411Z [00:03:52.729]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.3075023Z [00:03:52.729]➜   (in-process)
2025-08-20T19:18:03.3110734Z [00:03:52.732]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ln_a-ln.o -x c src/ln.c
2025-08-20T19:18:03.3123121Z [00:03:52.734]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.3126610Z [00:03:52.734]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.3130343Z [00:03:52.735]➜  Thread model: posix
2025-08-20T19:18:03.3133197Z [00:03:52.735]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.3140685Z [00:03:52.736]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.3142091Z [00:03:52.736]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.3143733Z [00:03:52.736]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.3144694Z [00:03:52.736]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.3145508Z [00:03:52.736]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.3146113Z [00:03:52.736]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.3146996Z [00:03:52.736]➜  #include "..." search starts here:
2025-08-20T19:18:03.3147834Z [00:03:52.736]➜  #include <...> search starts here:
2025-08-20T19:18:03.3148357Z [00:03:52.736]➜   .
2025-08-20T19:18:03.3148736Z [00:03:52.736]➜   ./lib
2025-08-20T19:18:03.3149140Z [00:03:52.736]➜   src
2025-08-20T19:18:03.3149657Z [00:03:52.736]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.3150255Z [00:03:52.736]➜   /usr/local/include
2025-08-20T19:18:03.3150818Z [00:03:52.736]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.3151410Z [00:03:52.736]➜   /usr/include
2025-08-20T19:18:03.3151890Z [00:03:52.736]➜  End of search list.
2025-08-20T19:18:03.3152658Z [00:03:52.736]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.3153878Z [00:03:52.736]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.3175242Z [00:03:52.739]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.3175876Z [00:03:52.739]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.3176442Z [00:03:52.739]➜   (in-process)
2025-08-20T19:18:03.3187824Z [00:03:52.739]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:03.3198448Z [00:03:52.739]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.3199836Z [00:03:52.739]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.3200965Z [00:03:52.739]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.3201709Z [00:03:52.739]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.3202411Z [00:03:52.739]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.3203111Z [00:03:52.739]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.3203797Z [00:03:52.739]➜  #include "..." search starts here:
2025-08-20T19:18:03.3204455Z [00:03:52.739]➜  #include <...> search starts here:
2025-08-20T19:18:03.3205024Z [00:03:52.739]➜   .
2025-08-20T19:18:03.3205442Z [00:03:52.739]➜   ./lib
2025-08-20T19:18:03.3205876Z [00:03:52.739]➜   src
2025-08-20T19:18:03.3206407Z [00:03:52.739]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.3207011Z [00:03:52.739]➜   /usr/local/include
2025-08-20T19:18:03.3207808Z [00:03:52.739]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.3208423Z [00:03:52.739]➜   /usr/include
2025-08-20T19:18:03.3208906Z [00:03:52.739]➜  End of search list.
2025-08-20T19:18:03.4142301Z [00:03:52.836]➜    CC       src/libsinglebin_ln_a-relpath.o
2025-08-20T19:18:03.4408538Z [00:03:52.862]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.4409245Z [00:03:52.862]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.4409785Z [00:03:52.862]➜  Thread model: posix
2025-08-20T19:18:03.4410327Z [00:03:52.862]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.4411102Z [00:03:52.862]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.4411960Z [00:03:52.862]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.4412661Z [00:03:52.862]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.4413198Z [00:03:52.862]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.4413692Z [00:03:52.862]➜   (in-process)
2025-08-20T19:18:03.4435708Z [00:03:52.864]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ln_a-relpath.o -x c src/relpath.c
2025-08-20T19:18:03.4472962Z [00:03:52.864]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.4474249Z [00:03:52.864]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.4475258Z [00:03:52.864]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.4475907Z [00:03:52.864]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.4476537Z [00:03:52.864]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.4477350Z [00:03:52.867]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.4477979Z [00:03:52.867]➜  #include "..." search starts here:
2025-08-20T19:18:03.4478615Z [00:03:52.867]➜  #include <...> search starts here:
2025-08-20T19:18:03.4479133Z [00:03:52.867]➜   .
2025-08-20T19:18:03.4479514Z [00:03:52.867]➜   ./lib
2025-08-20T19:18:03.4479899Z [00:03:52.867]➜   src
2025-08-20T19:18:03.4480389Z [00:03:52.867]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.4480967Z [00:03:52.867]➜   /usr/local/include
2025-08-20T19:18:03.4481519Z [00:03:52.867]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.4482056Z [00:03:52.867]➜   /usr/include
2025-08-20T19:18:03.4482585Z [00:03:52.867]➜  End of search list.
2025-08-20T19:18:03.4551192Z [00:03:52.877]➜    CC       src/libsinglebin_logname_a-logname.o
2025-08-20T19:18:03.4731227Z [00:03:52.895]➜    CC       src/libsinglebin_md5sum_a-digest.o
2025-08-20T19:18:03.4899464Z [00:03:52.911]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.4900409Z [00:03:52.911]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.4901193Z [00:03:52.911]➜  Thread model: posix
2025-08-20T19:18:03.4902041Z [00:03:52.911]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.4903420Z [00:03:52.911]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.4904667Z [00:03:52.911]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.4905621Z [00:03:52.912]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.4906407Z [00:03:52.912]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.4915095Z [00:03:52.913]➜   (in-process)
2025-08-20T19:18:03.4933297Z [00:03:52.914]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_logname_a-logname.o -x c src/logname.c
2025-08-20T19:18:03.4954098Z [00:03:52.917]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.4967407Z [00:03:52.918]➜    CC       src/libsinglebin_mkdir_a-mkdir.o
2025-08-20T19:18:03.4968470Z [00:03:52.918]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.4969421Z [00:03:52.918]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.4970033Z [00:03:52.918]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.4970654Z [00:03:52.918]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.4971267Z [00:03:52.918]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.4971891Z [00:03:52.918]➜  #include "..." search starts here:
2025-08-20T19:18:03.4972481Z [00:03:52.918]➜  #include <...> search starts here:
2025-08-20T19:18:03.4972983Z [00:03:52.918]➜   .
2025-08-20T19:18:03.4973369Z [00:03:52.918]➜   ./lib
2025-08-20T19:18:03.4973797Z [00:03:52.918]➜   src
2025-08-20T19:18:03.4974316Z [00:03:52.918]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.4974940Z [00:03:52.918]➜   /usr/local/include
2025-08-20T19:18:03.4975498Z [00:03:52.918]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.4976037Z [00:03:52.918]➜   /usr/include
2025-08-20T19:18:03.4976519Z [00:03:52.918]➜  End of search list.
2025-08-20T19:18:03.5158569Z [00:03:52.937]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.5159304Z [00:03:52.937]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.5159936Z [00:03:52.937]➜  Thread model: posix
2025-08-20T19:18:03.5160605Z [00:03:52.937]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.5161499Z [00:03:52.937]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.5162505Z [00:03:52.937]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.5192542Z [00:03:52.941]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.5193252Z [00:03:52.941]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.5200317Z [00:03:52.941]➜   (in-process)
2025-08-20T19:18:03.5255411Z [00:03:52.946]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_md5sum_a-digest.o -x c src/digest.c
2025-08-20T19:18:03.5266189Z [00:03:52.946]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.5277792Z [00:03:52.946]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.5278941Z [00:03:52.946]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.5279702Z [00:03:52.946]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.5280518Z [00:03:52.946]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.5281228Z [00:03:52.946]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.5281917Z [00:03:52.946]➜  #include "..." search starts here:
2025-08-20T19:18:03.5282606Z [00:03:52.946]➜  #include <...> search starts here:
2025-08-20T19:18:03.5283150Z [00:03:52.946]➜   .
2025-08-20T19:18:03.5283576Z [00:03:52.946]➜   ./lib
2025-08-20T19:18:03.5284012Z [00:03:52.946]➜   src
2025-08-20T19:18:03.5284562Z [00:03:52.946]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.5285148Z [00:03:52.946]➜   /usr/local/include
2025-08-20T19:18:03.5285714Z [00:03:52.946]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.5286260Z [00:03:52.946]➜   /usr/include
2025-08-20T19:18:03.5286751Z [00:03:52.946]➜  End of search list.
2025-08-20T19:18:03.5381426Z [00:03:52.958]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.5383017Z [00:03:52.958]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.5384358Z [00:03:52.960]➜  Thread model: posix
2025-08-20T19:18:03.5385854Z [00:03:52.960]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.5387057Z [00:03:52.960]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.5388421Z [00:03:52.960]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.5391149Z [00:03:52.960]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.5391787Z [00:03:52.960]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.5392342Z [00:03:52.960]➜   (in-process)
2025-08-20T19:18:03.5435158Z [00:03:52.964]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mkdir_a-mkdir.o -x c src/mkdir.c
2025-08-20T19:18:03.5445896Z [00:03:52.964]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.5447456Z [00:03:52.964]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.5448755Z [00:03:52.964]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.5449494Z [00:03:52.964]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.5450212Z [00:03:52.964]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.5450926Z [00:03:52.964]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.5451604Z [00:03:52.964]➜  #include "..." search starts here:
2025-08-20T19:18:03.5452283Z [00:03:52.964]➜  #include <...> search starts here:
2025-08-20T19:18:03.5452858Z [00:03:52.964]➜   .
2025-08-20T19:18:03.5453302Z [00:03:52.964]➜   ./lib
2025-08-20T19:18:03.5453735Z [00:03:52.964]➜   src
2025-08-20T19:18:03.5454279Z [00:03:52.964]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.5454905Z [00:03:52.964]➜   /usr/local/include
2025-08-20T19:18:03.5455491Z [00:03:52.964]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.5456077Z [00:03:52.964]➜   /usr/include
2025-08-20T19:18:03.5456571Z [00:03:52.964]➜  End of search list.
2025-08-20T19:18:03.5457479Z [00:03:52.967]➜    CC       src/libsinglebin_mkdir_a-prog-fprintf.o
2025-08-20T19:18:03.5940702Z [00:03:53.015]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.5941437Z [00:03:53.015]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.5942018Z [00:03:53.015]➜  Thread model: posix
2025-08-20T19:18:03.5942631Z [00:03:53.015]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.5943489Z [00:03:53.015]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.5944499Z [00:03:53.015]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.5945254Z [00:03:53.015]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.5946202Z [00:03:53.015]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.5975145Z [00:03:53.019]➜   (in-process)
2025-08-20T19:18:03.5989909Z [00:03:53.020]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:03.6003963Z [00:03:53.020]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.6005361Z [00:03:53.021]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.6006854Z [00:03:53.021]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.6007802Z [00:03:53.021]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.6008513Z [00:03:53.021]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.6009193Z [00:03:53.021]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.6009872Z [00:03:53.021]➜  #include "..." search starts here:
2025-08-20T19:18:03.6010527Z [00:03:53.021]➜  #include <...> search starts here:
2025-08-20T19:18:03.6011079Z [00:03:53.021]➜   .
2025-08-20T19:18:03.6011490Z [00:03:53.021]➜   ./lib
2025-08-20T19:18:03.6011910Z [00:03:53.021]➜   src
2025-08-20T19:18:03.6012422Z [00:03:53.021]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.6013002Z [00:03:53.021]➜   /usr/local/include
2025-08-20T19:18:03.6013536Z [00:03:53.021]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.6014106Z [00:03:53.021]➜   /usr/include
2025-08-20T19:18:03.6014655Z [00:03:53.021]➜  End of search list.
2025-08-20T19:18:03.6371569Z [00:03:53.059]➜    CC       src/libsinglebin_mkfifo_a-mkfifo.o
2025-08-20T19:18:03.6374701Z [00:03:53.059]➜    CC       src/libsinglebin_mkdir_a-selinux.o
2025-08-20T19:18:03.6799032Z [00:03:53.101]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.6808471Z [00:03:53.101]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.6809017Z [00:03:53.101]➜  Thread model: posix
2025-08-20T19:18:03.6809567Z [00:03:53.101]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.6810358Z [00:03:53.101]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.6811276Z [00:03:53.101]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.6811956Z [00:03:53.101]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.6812520Z [00:03:53.101]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.6813337Z [00:03:53.102]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.6814598Z [00:03:53.102]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.6815572Z [00:03:53.102]➜  Thread model: posix
2025-08-20T19:18:03.6816676Z [00:03:53.102]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.6818359Z [00:03:53.102]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.6821102Z [00:03:53.102]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.6822349Z [00:03:53.102]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.6823718Z [00:03:53.102]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.6824801Z [00:03:53.103]➜   (in-process)
2025-08-20T19:18:03.6844143Z [00:03:53.103]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mkdir_a-selinux.o -x c src/selinux.c
2025-08-20T19:18:03.6855832Z [00:03:53.104]➜   (in-process)
2025-08-20T19:18:03.6898031Z [00:03:53.104]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mkfifo_a-mkfifo.o -x c src/mkfifo.c
2025-08-20T19:18:03.6908249Z [00:03:53.105]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.6909366Z [00:03:53.105]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.6910902Z [00:03:53.106]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.6911963Z [00:03:53.106]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.6912667Z [00:03:53.106]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.6913342Z [00:03:53.106]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.6914012Z [00:03:53.106]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.6914638Z [00:03:53.106]➜  #include "..." search starts here:
2025-08-20T19:18:03.6915240Z [00:03:53.106]➜  #include <...> search starts here:
2025-08-20T19:18:03.6915757Z [00:03:53.106]➜   .
2025-08-20T19:18:03.6916156Z [00:03:53.106]➜   ./lib
2025-08-20T19:18:03.6916555Z [00:03:53.106]➜   src
2025-08-20T19:18:03.6917053Z [00:03:53.106]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.6917840Z [00:03:53.106]➜   /usr/local/include
2025-08-20T19:18:03.6918429Z [00:03:53.106]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.6918977Z [00:03:53.106]➜   /usr/include
2025-08-20T19:18:03.6919469Z [00:03:53.106]➜  End of search list.
2025-08-20T19:18:03.6920472Z [00:03:53.106]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.6922048Z [00:03:53.106]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.6922736Z [00:03:53.107]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.6923394Z [00:03:53.107]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.6924060Z [00:03:53.107]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.6924691Z [00:03:53.107]➜  #include "..." search starts here:
2025-08-20T19:18:03.6925302Z [00:03:53.107]➜  #include <...> search starts here:
2025-08-20T19:18:03.6925806Z [00:03:53.107]➜   .
2025-08-20T19:18:03.6926169Z [00:03:53.107]➜   ./lib
2025-08-20T19:18:03.6926555Z [00:03:53.107]➜   src
2025-08-20T19:18:03.6927054Z [00:03:53.107]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.6928124Z [00:03:53.107]➜   /usr/local/include
2025-08-20T19:18:03.6928660Z [00:03:53.107]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.6929192Z [00:03:53.107]➜   /usr/include
2025-08-20T19:18:03.6929657Z [00:03:53.107]➜  End of search list.
2025-08-20T19:18:03.6968153Z [00:03:53.118]➜    CC       src/libsinglebin_mkfifo_a-selinux.o
2025-08-20T19:18:03.7200576Z [00:03:53.141]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.7201300Z [00:03:53.141]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.7201898Z [00:03:53.141]➜  Thread model: posix
2025-08-20T19:18:03.7202509Z [00:03:53.141]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.7204914Z [00:03:53.141]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.7207714Z [00:03:53.141]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.7211835Z [00:03:53.143]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.7215255Z [00:03:53.143]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.7215844Z [00:03:53.143]➜   (in-process)
2025-08-20T19:18:03.7228896Z [00:03:53.143]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mkfifo_a-selinux.o -x c src/selinux.c
2025-08-20T19:18:03.7244472Z [00:03:53.146]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.7245811Z [00:03:53.146]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.7246887Z [00:03:53.146]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.7247789Z [00:03:53.146]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.7248437Z [00:03:53.146]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.7249053Z [00:03:53.146]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.7249643Z [00:03:53.146]➜  #include "..." search starts here:
2025-08-20T19:18:03.7250220Z [00:03:53.146]➜  #include <...> search starts here:
2025-08-20T19:18:03.7250748Z [00:03:53.146]➜   .
2025-08-20T19:18:03.7251126Z [00:03:53.146]➜   ./lib
2025-08-20T19:18:03.7251511Z [00:03:53.146]➜   src
2025-08-20T19:18:03.7251977Z [00:03:53.146]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.7252531Z [00:03:53.146]➜   /usr/local/include
2025-08-20T19:18:03.7253084Z [00:03:53.146]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.7253619Z [00:03:53.146]➜   /usr/include
2025-08-20T19:18:03.7254105Z [00:03:53.146]➜  End of search list.
2025-08-20T19:18:03.7439416Z [00:03:53.165]➜    CC       src/libsinglebin_mknod_a-mknod.o
2025-08-20T19:18:03.7763246Z [00:03:53.198]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.7768132Z [00:03:53.198]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.7768737Z [00:03:53.198]➜  Thread model: posix
2025-08-20T19:18:03.7769334Z [00:03:53.198]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.7770177Z [00:03:53.198]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.7773550Z [00:03:53.198]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.7774395Z [00:03:53.198]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.7775014Z [00:03:53.198]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.7775559Z [00:03:53.198]➜   (in-process)
2025-08-20T19:18:03.7787359Z [00:03:53.198]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mknod_a-mknod.o -x c src/mknod.c
2025-08-20T19:18:03.7813260Z [00:03:53.198]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.7814660Z [00:03:53.198]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.7815744Z [00:03:53.198]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.7816420Z [00:03:53.198]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.7817100Z [00:03:53.198]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.7817983Z [00:03:53.198]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.7818639Z [00:03:53.198]➜  #include "..." search starts here:
2025-08-20T19:18:03.7819284Z [00:03:53.198]➜  #include <...> search starts here:
2025-08-20T19:18:03.7819847Z [00:03:53.198]➜   .
2025-08-20T19:18:03.7820260Z [00:03:53.198]➜   ./lib
2025-08-20T19:18:03.7820709Z [00:03:53.198]➜   src
2025-08-20T19:18:03.7821242Z [00:03:53.199]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.7821872Z [00:03:53.199]➜   /usr/local/include
2025-08-20T19:18:03.7822460Z [00:03:53.199]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.7823023Z [00:03:53.199]➜   /usr/include
2025-08-20T19:18:03.7823516Z [00:03:53.199]➜  End of search list.
2025-08-20T19:18:03.7824156Z [00:03:53.201]➜    CC       src/libsinglebin_mknod_a-selinux.o
2025-08-20T19:18:03.8268904Z [00:03:53.248]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.8269655Z [00:03:53.248]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.8272391Z [00:03:53.248]➜  Thread model: posix
2025-08-20T19:18:03.8272897Z [00:03:53.248]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.8273557Z [00:03:53.248]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.8274665Z [00:03:53.248]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.8276652Z [00:03:53.249]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.8277372Z [00:03:53.249]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.8277869Z [00:03:53.249]➜   (in-process)
2025-08-20T19:18:03.8353028Z [00:03:53.256]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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 (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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mknod_a-selinux.o -x c src/selinux.c
2025-08-20T19:18:03.8362995Z [00:03:53.256]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.8364584Z [00:03:53.256]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.8365664Z [00:03:53.256]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.8366304Z [00:03:53.256]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.8366891Z [00:03:53.256]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.8367624Z [00:03:53.256]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.8368210Z [00:03:53.256]➜  #include "..." search starts here:
2025-08-20T19:18:03.8368777Z [00:03:53.256]➜  #include <...> search starts here:
2025-08-20T19:18:03.8369257Z [00:03:53.256]➜   .
2025-08-20T19:18:03.8369605Z [00:03:53.256]➜   ./lib
2025-08-20T19:18:03.8369997Z [00:03:53.256]➜   src
2025-08-20T19:18:03.8370462Z [00:03:53.256]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.8371064Z [00:03:53.256]➜   /usr/local/include
2025-08-20T19:18:03.8371646Z [00:03:53.256]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.8372191Z [00:03:53.256]➜   /usr/include
2025-08-20T19:18:03.8372643Z [00:03:53.256]➜  End of search list.
2025-08-20T19:18:03.8419077Z [00:03:53.264]➜    CC       src/libsinglebin_mktemp_a-mktemp.o
2025-08-20T19:18:03.8521252Z [00:03:53.274]➜    CC       src/libsinglebin_mv_a-mv.o
2025-08-20T19:18:03.8638289Z [00:03:53.285]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.8638954Z [00:03:53.285]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.8639478Z [00:03:53.285]➜  Thread model: posix
2025-08-20T19:18:03.8640024Z [00:03:53.285]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.8640829Z [00:03:53.285]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.8641730Z [00:03:53.285]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.8642419Z [00:03:53.285]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.8642956Z [00:03:53.285]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.8650858Z [00:03:53.287]➜   (in-process)
2025-08-20T19:18:03.8661984Z [00:03:53.287]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mktemp_a-mktemp.o -x c src/mktemp.c
2025-08-20T19:18:03.8679875Z [00:03:53.290]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.8687332Z [00:03:53.290]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.8688371Z [00:03:53.290]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.8689015Z [00:03:53.290]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.8689658Z [00:03:53.290]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.8690525Z [00:03:53.290]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.8691136Z [00:03:53.290]➜  #include "..." search starts here:
2025-08-20T19:18:03.8691711Z [00:03:53.290]➜  #include <...> search starts here:
2025-08-20T19:18:03.8692180Z [00:03:53.290]➜   .
2025-08-20T19:18:03.8692548Z [00:03:53.290]➜   ./lib
2025-08-20T19:18:03.8692913Z [00:03:53.290]➜   src
2025-08-20T19:18:03.8693374Z [00:03:53.290]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.8693911Z [00:03:53.290]➜   /usr/local/include
2025-08-20T19:18:03.8694428Z [00:03:53.290]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.8694925Z [00:03:53.290]➜   /usr/include
2025-08-20T19:18:03.8695369Z [00:03:53.290]➜  End of search list.
2025-08-20T19:18:03.8739873Z [00:03:53.295]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.8740493Z [00:03:53.295]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.8741041Z [00:03:53.295]➜  Thread model: posix
2025-08-20T19:18:03.8741587Z [00:03:53.295]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.8742392Z [00:03:53.295]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.8743319Z [00:03:53.295]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.8744030Z [00:03:53.295]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.8744548Z [00:03:53.295]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.8745049Z [00:03:53.296]➜   (in-process)
2025-08-20T19:18:03.8755614Z [00:03:53.296]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mv_a-mv.o -x c src/mv.c
2025-08-20T19:18:03.8795920Z [00:03:53.297]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.8797544Z [00:03:53.297]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.8798611Z [00:03:53.298]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.8799272Z [00:03:53.298]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.8799927Z [00:03:53.298]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.8800582Z [00:03:53.298]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.8801206Z [00:03:53.298]➜  #include "..." search starts here:
2025-08-20T19:18:03.8801832Z [00:03:53.298]➜  #include <...> search starts here:
2025-08-20T19:18:03.8802364Z [00:03:53.298]➜   .
2025-08-20T19:18:03.8802749Z [00:03:53.298]➜   ./lib
2025-08-20T19:18:03.8803147Z [00:03:53.298]➜   src
2025-08-20T19:18:03.8803645Z [00:03:53.298]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.8804222Z [00:03:53.298]➜   /usr/local/include
2025-08-20T19:18:03.8805021Z [00:03:53.298]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.8805614Z [00:03:53.298]➜   /usr/include
2025-08-20T19:18:03.8806083Z [00:03:53.298]➜  End of search list.
2025-08-20T19:18:03.9491191Z [00:03:53.371]➜    CC       src/libsinglebin_mv_a-remove.o
2025-08-20T19:18:03.9770357Z [00:03:53.399]➜    CC       src/libsinglebin_mv_a-copy.o
2025-08-20T19:18:03.9890319Z [00:03:53.411]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:03.9892500Z [00:03:53.411]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:03.9893101Z [00:03:53.411]➜  Thread model: posix
2025-08-20T19:18:03.9893715Z [00:03:53.411]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:03.9894599Z [00:03:53.411]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.9895624Z [00:03:53.411]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:03.9896489Z [00:03:53.411]➜  Candidate multilib: .;@m64
2025-08-20T19:18:03.9899818Z [00:03:53.411]➜  Selected multilib: .;@m64
2025-08-20T19:18:03.9901642Z [00:03:53.412]➜   (in-process)
2025-08-20T19:18:03.9941213Z [00:03:53.415]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mv_a-remove.o -x c src/remove.c
2025-08-20T19:18:03.9970423Z [00:03:53.419]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:03.9971725Z [00:03:53.419]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:03.9972831Z [00:03:53.419]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:03.9973544Z [00:03:53.419]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:03.9974223Z [00:03:53.419]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:03.9974889Z [00:03:53.419]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:03.9975519Z [00:03:53.419]➜  #include "..." search starts here:
2025-08-20T19:18:03.9976139Z [00:03:53.419]➜  #include <...> search starts here:
2025-08-20T19:18:03.9976673Z [00:03:53.419]➜   .
2025-08-20T19:18:03.9977061Z [00:03:53.419]➜   ./lib
2025-08-20T19:18:03.9977693Z [00:03:53.419]➜   src
2025-08-20T19:18:03.9978217Z [00:03:53.419]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:03.9978796Z [00:03:53.419]➜   /usr/local/include
2025-08-20T19:18:03.9979366Z [00:03:53.419]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:03.9979971Z [00:03:53.419]➜   /usr/include
2025-08-20T19:18:03.9980506Z [00:03:53.419]➜  End of search list.
2025-08-20T19:18:04.0170924Z [00:03:53.439]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.0173342Z [00:03:53.439]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.0175703Z [00:03:53.439]➜  Thread model: posix
2025-08-20T19:18:04.0178026Z [00:03:53.439]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.0180391Z [00:03:53.440]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.0182755Z [00:03:53.440]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.0184965Z [00:03:53.440]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.0187046Z [00:03:53.440]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.0189152Z [00:03:53.441]➜   (in-process)
2025-08-20T19:18:04.0203454Z [00:03:53.441]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mv_a-copy.o -x c src/copy.c
2025-08-20T19:18:04.0213730Z [00:03:53.442]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.0214992Z [00:03:53.442]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.0215970Z [00:03:53.442]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.0216594Z [00:03:53.442]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.0218753Z [00:03:53.442]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.0219465Z [00:03:53.444]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.0220100Z [00:03:53.444]➜  #include "..." search starts here:
2025-08-20T19:18:04.0220706Z [00:03:53.444]➜  #include <...> search starts here:
2025-08-20T19:18:04.0221199Z [00:03:53.444]➜   .
2025-08-20T19:18:04.0221597Z [00:03:53.444]➜   ./lib
2025-08-20T19:18:04.0221979Z [00:03:53.444]➜   src
2025-08-20T19:18:04.0222495Z [00:03:53.444]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.0223049Z [00:03:53.444]➜   /usr/local/include
2025-08-20T19:18:04.0223588Z [00:03:53.444]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.0224112Z [00:03:53.444]➜   /usr/include
2025-08-20T19:18:04.0224567Z [00:03:53.444]➜  End of search list.
2025-08-20T19:18:04.0252948Z [00:03:53.447]➜    CC       src/libsinglebin_mv_a-cp-hash.o
2025-08-20T19:18:04.0333646Z [00:03:53.455]➜    CC       src/libsinglebin_mv_a-force-link.o
2025-08-20T19:18:04.0471228Z [00:03:53.469]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.0473478Z [00:03:53.469]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.0475841Z [00:03:53.469]➜  Thread model: posix
2025-08-20T19:18:04.0476589Z [00:03:53.469]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.0477553Z [00:03:53.469]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.0478498Z [00:03:53.469]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.0479455Z [00:03:53.469]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.0480021Z [00:03:53.469]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.0480522Z [00:03:53.470]➜   (in-process)
2025-08-20T19:18:04.0496360Z [00:03:53.470]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:04.0516137Z [00:03:53.473]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.0524672Z [00:03:53.474]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.0525688Z [00:03:53.474]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.0526319Z [00:03:53.474]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.0526929Z [00:03:53.474]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.0527743Z [00:03:53.474]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.0528343Z [00:03:53.474]➜  #include "..." search starts here:
2025-08-20T19:18:04.0528920Z [00:03:53.474]➜  #include <...> search starts here:
2025-08-20T19:18:04.0529413Z [00:03:53.474]➜   .
2025-08-20T19:18:04.0529773Z [00:03:53.474]➜   ./lib
2025-08-20T19:18:04.0530152Z [00:03:53.474]➜   src
2025-08-20T19:18:04.0530619Z [00:03:53.474]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.0531152Z [00:03:53.474]➜   /usr/local/include
2025-08-20T19:18:04.0531674Z [00:03:53.474]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.0532209Z [00:03:53.474]➜   /usr/include
2025-08-20T19:18:04.0532664Z [00:03:53.474]➜  End of search list.
2025-08-20T19:18:04.0539927Z [00:03:53.476]➜    CC       src/libsinglebin_mv_a-selinux.o
2025-08-20T19:18:04.0750598Z [00:03:53.496]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.0751286Z [00:03:53.496]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.0751806Z [00:03:53.496]➜  Thread model: posix
2025-08-20T19:18:04.0752360Z [00:03:53.497]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.0753141Z [00:03:53.497]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.0778394Z [00:03:53.497]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.0779223Z [00:03:53.497]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.0779790Z [00:03:53.497]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.0780323Z [00:03:53.497]➜   (in-process)
2025-08-20T19:18:04.0791643Z [00:03:53.498]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_mv_a-selinux.o -x c src/selinux.c
2025-08-20T19:18:04.0806051Z [00:03:53.498]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.0807479Z [00:03:53.501]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.0808543Z [00:03:53.501]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.0809238Z [00:03:53.501]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.0809901Z [00:03:53.501]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.0810850Z [00:03:53.501]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.0811515Z [00:03:53.501]➜  #include "..." search starts here:
2025-08-20T19:18:04.0812147Z [00:03:53.501]➜  #include <...> search starts here:
2025-08-20T19:18:04.0812663Z [00:03:53.501]➜   .
2025-08-20T19:18:04.0813029Z [00:03:53.501]➜   ./lib
2025-08-20T19:18:04.0813411Z [00:03:53.501]➜   src
2025-08-20T19:18:04.0813906Z [00:03:53.501]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.0814491Z [00:03:53.501]➜   /usr/local/include
2025-08-20T19:18:04.0815033Z [00:03:53.501]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.0815548Z [00:03:53.501]➜   /usr/include
2025-08-20T19:18:04.0816017Z [00:03:53.501]➜  End of search list.
2025-08-20T19:18:04.0816588Z [00:03:53.502]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.0817464Z [00:03:53.502]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.0818048Z [00:03:53.502]➜  Thread model: posix
2025-08-20T19:18:04.0818631Z [00:03:53.502]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.0819493Z [00:03:53.502]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.0820445Z [00:03:53.502]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.0821159Z [00:03:53.502]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.0821727Z [00:03:53.502]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.0822255Z [00:03:53.502]➜   (in-process)
2025-08-20T19:18:04.0843667Z [00:03:53.505]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:04.0853835Z [00:03:53.505]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.0855218Z [00:03:53.505]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.0856288Z [00:03:53.505]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.0857013Z [00:03:53.505]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.0857930Z [00:03:53.505]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.0858588Z [00:03:53.505]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.0859214Z [00:03:53.505]➜  #include "..." search starts here:
2025-08-20T19:18:04.0859818Z [00:03:53.505]➜  #include <...> search starts here:
2025-08-20T19:18:04.0860333Z [00:03:53.505]➜   .
2025-08-20T19:18:04.0860726Z [00:03:53.505]➜   ./lib
2025-08-20T19:18:04.0861129Z [00:03:53.505]➜   src
2025-08-20T19:18:04.0861628Z [00:03:53.505]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.0862527Z [00:03:53.505]➜   /usr/local/include
2025-08-20T19:18:04.0863112Z [00:03:53.505]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.0863704Z [00:03:53.505]➜   /usr/include
2025-08-20T19:18:04.0864215Z [00:03:53.505]➜  End of search list.
2025-08-20T19:18:04.1809142Z [00:03:53.603]➜    CC       src/libsinglebin_nl_a-nl.o
2025-08-20T19:18:04.2067071Z [00:03:53.628]➜    CC       src/libsinglebin_nproc_a-nproc.o
2025-08-20T19:18:04.2079822Z [00:03:53.629]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.2080480Z [00:03:53.630]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.2080989Z [00:03:53.630]➜  Thread model: posix
2025-08-20T19:18:04.2081514Z [00:03:53.630]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.2082265Z [00:03:53.630]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.2083127Z [00:03:53.630]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.2083819Z [00:03:53.630]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.2084389Z [00:03:53.630]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.2087836Z [00:03:53.630]➜   (in-process)
2025-08-20T19:18:04.2099731Z [00:03:53.630]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_nl_a-nl.o -x c src/nl.c
2025-08-20T19:18:04.2119325Z [00:03:53.634]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.2127429Z [00:03:53.634]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.2130110Z [00:03:53.635]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.2132272Z [00:03:53.635]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.2134343Z [00:03:53.635]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.2136431Z [00:03:53.635]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.2138733Z [00:03:53.636]➜  #include "..." search starts here:
2025-08-20T19:18:04.2140804Z [00:03:53.636]➜  #include <...> search starts here:
2025-08-20T19:18:04.2142766Z [00:03:53.636]➜   .
2025-08-20T19:18:04.2144547Z [00:03:53.636]➜   ./lib
2025-08-20T19:18:04.2158051Z [00:03:53.636]➜   src
2025-08-20T19:18:04.2160321Z [00:03:53.638]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.2161950Z [00:03:53.638]➜   /usr/local/include
2025-08-20T19:18:04.2162819Z [00:03:53.638]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.2163330Z [00:03:53.638]➜   /usr/include
2025-08-20T19:18:04.2163760Z [00:03:53.638]➜  End of search list.
2025-08-20T19:18:04.2192679Z [00:03:53.641]➜    CC       src/libsinglebin_nohup_a-nohup.o
2025-08-20T19:18:04.2529742Z [00:03:53.674]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.2532730Z [00:03:53.674]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.2533333Z [00:03:53.674]➜  Thread model: posix
2025-08-20T19:18:04.2533886Z [00:03:53.674]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.2534666Z [00:03:53.674]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.2535568Z [00:03:53.674]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.2536236Z [00:03:53.674]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.2536761Z [00:03:53.675]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.2538212Z [00:03:53.676]➜   (in-process)
2025-08-20T19:18:04.2572971Z [00:03:53.678]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_nohup_a-nohup.o -x c src/nohup.c
2025-08-20T19:18:04.2611369Z [00:03:53.680]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.2612246Z [00:03:53.680]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.2612848Z [00:03:53.680]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.2613388Z [00:03:53.680]➜  Thread model: posix
2025-08-20T19:18:04.2613949Z [00:03:53.680]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.2614748Z [00:03:53.680]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.2615667Z [00:03:53.680]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.2616362Z [00:03:53.680]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.2616917Z [00:03:53.680]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.2618175Z [00:03:53.680]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.2620900Z [00:03:53.680]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.2621609Z [00:03:53.680]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.2622234Z [00:03:53.680]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.2622850Z [00:03:53.680]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.2623462Z [00:03:53.680]➜  #include "..." search starts here:
2025-08-20T19:18:04.2624087Z [00:03:53.680]➜  #include <...> search starts here:
2025-08-20T19:18:04.2624608Z [00:03:53.680]➜   .
2025-08-20T19:18:04.2624989Z [00:03:53.680]➜   ./lib
2025-08-20T19:18:04.2625387Z [00:03:53.680]➜   src
2025-08-20T19:18:04.2625889Z [00:03:53.680]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.2626457Z [00:03:53.680]➜    (in-process)
2025-08-20T19:18:04.2626936Z [00:03:53.680]➜  /usr/local/include
2025-08-20T19:18:04.2627949Z [00:03:53.680]➜    /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.2628493Z [00:03:53.680]➜  " //usr/includeu
2025-08-20T19:18:04.2629021Z [00:03:53.680]➜  sEnd of search list.
2025-08-20T19:18:04.2640200Z [00:03:53.680]➜  r/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_nproc_a-nproc.o -x c src/nproc.c
2025-08-20T19:18:04.2650361Z [00:03:53.680]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.2651659Z [00:03:53.680]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.2652762Z [00:03:53.680]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.2653699Z [00:03:53.680]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.2654409Z [00:03:53.680]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.2655079Z [00:03:53.680]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.2655739Z [00:03:53.680]➜  #include "..." search starts here:
2025-08-20T19:18:04.2656391Z [00:03:53.680]➜  #include <...> search starts here:
2025-08-20T19:18:04.2656934Z [00:03:53.680]➜   .
2025-08-20T19:18:04.2657533Z [00:03:53.680]➜   ./lib
2025-08-20T19:18:04.2657924Z [00:03:53.680]➜   src
2025-08-20T19:18:04.2658399Z [00:03:53.680]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.2658949Z [00:03:53.680]➜   /usr/local/include
2025-08-20T19:18:04.2659474Z [00:03:53.680]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.2659983Z [00:03:53.680]➜   /usr/include
2025-08-20T19:18:04.2660440Z [00:03:53.680]➜  End of search list.
2025-08-20T19:18:04.2661115Z [00:03:53.684]➜    CC       src/libsinglebin_numfmt_a-numfmt.o
2025-08-20T19:18:04.3085528Z [00:03:53.730]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.3088681Z [00:03:53.730]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.3091618Z [00:03:53.730]➜  Thread model: posix
2025-08-20T19:18:04.3094151Z [00:03:53.730]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.3096485Z [00:03:53.730]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.3099376Z [00:03:53.730]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.3105116Z [00:03:53.730]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.3105768Z [00:03:53.730]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.3106278Z [00:03:53.731]➜   (in-process)
2025-08-20T19:18:04.3147659Z [00:03:53.735]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_numfmt_a-numfmt.o -x c src/numfmt.c
2025-08-20T19:18:04.3181482Z [00:03:53.740]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.3182896Z [00:03:53.740]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.3184017Z [00:03:53.740]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.3184760Z [00:03:53.740]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.3185460Z [00:03:53.740]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.3186162Z [00:03:53.740]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.3186865Z [00:03:53.740]➜  #include "..." search starts here:
2025-08-20T19:18:04.3187785Z [00:03:53.740]➜  #include <...> search starts here:
2025-08-20T19:18:04.3213698Z [00:03:53.740]➜   .
2025-08-20T19:18:04.3214246Z [00:03:53.740]➜   ./lib
2025-08-20T19:18:04.3214712Z [00:03:53.740]➜   src
2025-08-20T19:18:04.3215271Z [00:03:53.740]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.3215896Z [00:03:53.740]➜   /usr/local/include
2025-08-20T19:18:04.3216513Z [00:03:53.740]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.3217102Z [00:03:53.740]➜   /usr/include
2025-08-20T19:18:04.3217881Z [00:03:53.740]➜  End of search list.
2025-08-20T19:18:04.3850465Z [00:03:53.807]➜    CC       src/libsinglebin_numfmt_a-set-fields.o
2025-08-20T19:18:04.3990231Z [00:03:53.821]➜    CC       src/libsinglebin_od_a-od.o
2025-08-20T19:18:04.4020368Z [00:03:53.824]➜    CC       src/libsinglebin_paste_a-paste.o
2025-08-20T19:18:04.4097854Z [00:03:53.831]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.4101924Z [00:03:53.832]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.4105068Z [00:03:53.832]➜  Thread model: posix
2025-08-20T19:18:04.4109112Z [00:03:53.832]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.4109941Z [00:03:53.832]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.4118091Z [00:03:53.832]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.4121745Z [00:03:53.832]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.4122317Z [00:03:53.832]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.4122838Z [00:03:53.832]➜   (in-process)
2025-08-20T19:18:04.4155586Z [00:03:53.832]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:04.4166088Z [00:03:53.833]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.4167684Z [00:03:53.833]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.4168775Z [00:03:53.833]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.4169489Z [00:03:53.833]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.4170175Z [00:03:53.833]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.4170830Z [00:03:53.833]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.4171475Z [00:03:53.833]➜  #include "..." search starts here:
2025-08-20T19:18:04.4172119Z [00:03:53.833]➜  #include <...> search starts here:
2025-08-20T19:18:04.4172658Z [00:03:53.833]➜   .
2025-08-20T19:18:04.4173067Z [00:03:53.833]➜   ./lib
2025-08-20T19:18:04.4173501Z [00:03:53.833]➜   src
2025-08-20T19:18:04.4174009Z [00:03:53.833]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.4174663Z [00:03:53.833]➜   /usr/local/include
2025-08-20T19:18:04.4175272Z [00:03:53.833]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.4175826Z [00:03:53.833]➜   /usr/include
2025-08-20T19:18:04.4176286Z [00:03:53.833]➜  End of search list.
2025-08-20T19:18:04.4504153Z [00:03:53.872]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.4506949Z [00:03:53.872]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.4507647Z [00:03:53.872]➜  Thread model: posix
2025-08-20T19:18:04.4508195Z [00:03:53.872]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.4509053Z [00:03:53.872]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.4510102Z [00:03:53.872]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.4510907Z [00:03:53.872]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.4512032Z [00:03:53.872]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.4530550Z [00:03:53.875]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.4540545Z [00:03:53.875]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.4541089Z [00:03:53.875]➜  Thread model: posix
2025-08-20T19:18:04.4541638Z [00:03:53.875]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.4542436Z [00:03:53.875]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.4543400Z [00:03:53.875]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.4544180Z [00:03:53.875]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.4544765Z [00:03:53.875]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.4545290Z [00:03:53.875]➜   (in-process)
2025-08-20T19:18:04.4556452Z [00:03:53.875]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_od_a-od.o -x c src/od.c
2025-08-20T19:18:04.4566646Z [00:03:53.876]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.4591924Z [00:03:53.881]➜   (in-process)
2025-08-20T19:18:04.4603416Z [00:03:53.881]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_paste_a-paste.o -x c src/paste.c
2025-08-20T19:18:04.4614189Z [00:03:53.881]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.4615605Z [00:03:53.881]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.4616738Z [00:03:53.881]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.4617704Z [00:03:53.881]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.4618444Z [00:03:53.881]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.4619163Z [00:03:53.881]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.4619879Z [00:03:53.881]➜  #include "..." search starts here:
2025-08-20T19:18:04.4620553Z [00:03:53.881]➜  #include <...> search starts here:
2025-08-20T19:18:04.4621120Z [00:03:53.881]➜   .
2025-08-20T19:18:04.4621549Z [00:03:53.881]➜   ./lib
2025-08-20T19:18:04.4621995Z [00:03:53.881]➜   src
2025-08-20T19:18:04.4622533Z [00:03:53.881]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.4623201Z [00:03:53.881]➜   /usr/local/include
2025-08-20T19:18:04.4623789Z [00:03:53.881]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.4624381Z [00:03:53.881]➜   /usr/include
2025-08-20T19:18:04.4624902Z [00:03:53.881]➜  End of search list.
2025-08-20T19:18:04.4635138Z [00:03:53.885]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.4636131Z [00:03:53.885]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.4636842Z [00:03:53.885]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.4637755Z [00:03:53.885]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.4638469Z [00:03:53.885]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.4639123Z [00:03:53.885]➜  #include "..." search starts here:
2025-08-20T19:18:04.4639868Z [00:03:53.885]➜  #include <...> search starts here:
2025-08-20T19:18:04.4640398Z [00:03:53.885]➜   .
2025-08-20T19:18:04.4640782Z [00:03:53.885]➜   ./lib
2025-08-20T19:18:04.4641219Z [00:03:53.885]➜   src
2025-08-20T19:18:04.4641751Z [00:03:53.885]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.4642609Z [00:03:53.885]➜   /usr/local/include
2025-08-20T19:18:04.4643217Z [00:03:53.885]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.4643749Z [00:03:53.885]➜   /usr/include
2025-08-20T19:18:04.4644275Z [00:03:53.885]➜  End of search list.
2025-08-20T19:18:04.5605273Z [00:03:53.982]➜    CC       src/libsinglebin_pathchk_a-pathchk.o
2025-08-20T19:18:04.5862198Z [00:03:54.008]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.5863109Z [00:03:54.008]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.5864272Z [00:03:54.008]➜  Thread model: posix
2025-08-20T19:18:04.5867552Z [00:03:54.008]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.5868678Z [00:03:54.008]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.5869583Z [00:03:54.008]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.5870314Z [00:03:54.008]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.5871313Z [00:03:54.008]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.5872234Z [00:03:54.008]➜   (in-process)
2025-08-20T19:18:04.5883917Z [00:03:54.008]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_pathchk_a-pathchk.o -x c src/pathchk.c
2025-08-20T19:18:04.5894919Z [00:03:54.008]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.5896284Z [00:03:54.008]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.5897680Z [00:03:54.008]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.5898440Z [00:03:54.008]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.5899135Z [00:03:54.008]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.5899824Z [00:03:54.008]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.5900493Z [00:03:54.008]➜  #include "..." search starts here:
2025-08-20T19:18:04.5901140Z [00:03:54.008]➜  #include <...> search starts here:
2025-08-20T19:18:04.5901665Z [00:03:54.008]➜   .
2025-08-20T19:18:04.5902041Z [00:03:54.008]➜   ./lib
2025-08-20T19:18:04.5902431Z [00:03:54.008]➜   src
2025-08-20T19:18:04.5902909Z [00:03:54.008]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.5903474Z [00:03:54.008]➜   /usr/local/include
2025-08-20T19:18:04.5904013Z [00:03:54.008]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.5904533Z [00:03:54.008]➜   /usr/include
2025-08-20T19:18:04.5904992Z [00:03:54.008]➜  End of search list.
2025-08-20T19:18:04.6451530Z [00:03:54.067]➜    CC       src/libsinglebin_pr_a-pr.o
2025-08-20T19:18:04.6670615Z [00:03:54.088]➜    CC       src/libsinglebin_printenv_a-printenv.o
2025-08-20T19:18:04.6917428Z [00:03:54.113]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.6918193Z [00:03:54.113]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.6918788Z [00:03:54.113]➜  Thread model: posix
2025-08-20T19:18:04.6919436Z [00:03:54.113]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.6920332Z [00:03:54.113]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.6921350Z [00:03:54.113]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.6922147Z [00:03:54.113]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.6922774Z [00:03:54.113]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.6931253Z [00:03:54.115]➜   (in-process)
2025-08-20T19:18:04.6947863Z [00:03:54.115]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_printenv_a-printenv.o -x c src/printenv.c
2025-08-20T19:18:04.6988353Z [00:03:54.117]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.6989050Z [00:03:54.117]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.6989666Z [00:03:54.117]➜  Thread model: posix
2025-08-20T19:18:04.6990311Z [00:03:54.117]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.6991218Z [00:03:54.117]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.6992222Z [00:03:54.117]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.6993048Z [00:03:54.117]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.6993667Z [00:03:54.117]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.6994255Z [00:03:54.119]➜   (in-process)
2025-08-20T19:18:04.7005407Z [00:03:54.119]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_pr_a-pr.o -x c src/pr.c
2025-08-20T19:18:04.7015364Z [00:03:54.119]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.7016549Z [00:03:54.119]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.7018125Z [00:03:54.119]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.7019290Z [00:03:54.119]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.7020003Z [00:03:54.119]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.7020678Z [00:03:54.119]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.7021396Z [00:03:54.119]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.7022061Z [00:03:54.119]➜  #include "..." search starts here:
2025-08-20T19:18:04.7022714Z [00:03:54.119]➜  #include <...> search starts here:
2025-08-20T19:18:04.7023287Z [00:03:54.119]➜   .
2025-08-20T19:18:04.7023685Z [00:03:54.119]➜   ./lib
2025-08-20T19:18:04.7024113Z [00:03:54.119]➜   src
2025-08-20T19:18:04.7024653Z [00:03:54.119]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.7025250Z [00:03:54.119]➜   /usr/local/include
2025-08-20T19:18:04.7025863Z [00:03:54.119]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.7026453Z [00:03:54.119]➜   /usr/include
2025-08-20T19:18:04.7027464Z [00:03:54.119]➜  End of search list.
2025-08-20T19:18:04.7028591Z [00:03:54.122]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.7029725Z [00:03:54.122]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.7030477Z [00:03:54.122]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.7031188Z [00:03:54.122]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.7031873Z [00:03:54.122]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.7032557Z [00:03:54.122]➜  #include "..." search starts here:
2025-08-20T19:18:04.7033218Z [00:03:54.122]➜  #include <...> search starts here:
2025-08-20T19:18:04.7033793Z [00:03:54.122]➜   .
2025-08-20T19:18:04.7034220Z [00:03:54.122]➜   ./lib
2025-08-20T19:18:04.7034665Z [00:03:54.122]➜   src
2025-08-20T19:18:04.7035213Z [00:03:54.122]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.7035839Z [00:03:54.122]➜   /usr/local/include
2025-08-20T19:18:04.7036473Z [00:03:54.122]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.7037091Z [00:03:54.122]➜   /usr/include
2025-08-20T19:18:04.7037857Z [00:03:54.122]➜  End of search list.
2025-08-20T19:18:04.7591055Z [00:03:54.181]➜    CC       src/libsinglebin_printf_a-printf.o
2025-08-20T19:18:04.7822571Z [00:03:54.204]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.7823225Z [00:03:54.204]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.7823826Z [00:03:54.204]➜  Thread model: posix
2025-08-20T19:18:04.7824459Z [00:03:54.204]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.7825366Z [00:03:54.204]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.7826379Z [00:03:54.204]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.7827110Z [00:03:54.204]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.7827901Z [00:03:54.204]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.7833801Z [00:03:54.205]➜   (in-process)
2025-08-20T19:18:04.7850584Z [00:03:54.206]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_printf_a-printf.o -x c src/printf.c
2025-08-20T19:18:04.7872732Z [00:03:54.209]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.7881861Z [00:03:54.210]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.7882859Z [00:03:54.210]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.7883487Z [00:03:54.210]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.7884375Z [00:03:54.210]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.7884987Z [00:03:54.210]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.7885572Z [00:03:54.210]➜  #include "..." search starts here:
2025-08-20T19:18:04.7889255Z [00:03:54.210]➜  #include <...> search starts here:
2025-08-20T19:18:04.7889893Z [00:03:54.210]➜   .
2025-08-20T19:18:04.7890315Z [00:03:54.210]➜   ./lib
2025-08-20T19:18:04.7890728Z [00:03:54.210]➜   src
2025-08-20T19:18:04.7891272Z [00:03:54.210]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.7891906Z [00:03:54.210]➜   /usr/local/include
2025-08-20T19:18:04.7892501Z [00:03:54.210]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.7893087Z [00:03:54.210]➜   /usr/include
2025-08-20T19:18:04.7893591Z [00:03:54.210]➜  End of search list.
2025-08-20T19:18:04.8286565Z [00:03:54.250]➜    CC       src/libsinglebin_ptx_a-ptx.o
2025-08-20T19:18:04.8581051Z [00:03:54.280]➜    CC       src/libsinglebin_pwd_a-pwd.o
2025-08-20T19:18:04.8657887Z [00:03:54.284]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.8658642Z [00:03:54.284]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.8659213Z [00:03:54.284]➜  Thread model: posix
2025-08-20T19:18:04.8659790Z [00:03:54.284]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.8660556Z [00:03:54.284]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.8661413Z [00:03:54.284]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.8662066Z [00:03:54.284]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.8662579Z [00:03:54.284]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.8663058Z [00:03:54.286]➜   (in-process)
2025-08-20T19:18:04.8674073Z [00:03:54.286]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_ptx_a-ptx.o -x c src/ptx.c
2025-08-20T19:18:04.8684112Z [00:03:54.286]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.8685384Z [00:03:54.287]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.8686426Z [00:03:54.287]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.8687093Z [00:03:54.287]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.8687951Z [00:03:54.287]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.8688585Z [00:03:54.287]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.8689201Z [00:03:54.287]➜  #include "..." search starts here:
2025-08-20T19:18:04.8689808Z [00:03:54.287]➜  #include <...> search starts here:
2025-08-20T19:18:04.8690630Z [00:03:54.287]➜   .
2025-08-20T19:18:04.8691025Z [00:03:54.287]➜   ./lib
2025-08-20T19:18:04.8691417Z [00:03:54.287]➜   src
2025-08-20T19:18:04.8691924Z [00:03:54.287]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.8692497Z [00:03:54.287]➜   /usr/local/include
2025-08-20T19:18:04.8693062Z [00:03:54.287]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.8693606Z [00:03:54.287]➜   /usr/include
2025-08-20T19:18:04.8694084Z [00:03:54.287]➜  End of search list.
2025-08-20T19:18:04.8972292Z [00:03:54.319]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.8972930Z [00:03:54.319]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.8973442Z [00:03:54.319]➜  Thread model: posix
2025-08-20T19:18:04.8974016Z [00:03:54.319]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.8974796Z [00:03:54.319]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.8975691Z [00:03:54.319]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.8976404Z [00:03:54.319]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.8976969Z [00:03:54.319]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.8977669Z [00:03:54.319]➜   (in-process)
2025-08-20T19:18:04.9032558Z [00:03:54.324]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_pwd_a-pwd.o -x c src/pwd.c
2025-08-20T19:18:04.9042612Z [00:03:54.324]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.9043995Z [00:03:54.324]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.9045134Z [00:03:54.324]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.9045879Z [00:03:54.324]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.9046595Z [00:03:54.324]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.9048896Z [00:03:54.324]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.9049639Z [00:03:54.324]➜  #include "..." search starts here:
2025-08-20T19:18:04.9050318Z [00:03:54.324]➜  #include <...> search starts here:
2025-08-20T19:18:04.9050878Z [00:03:54.324]➜   .
2025-08-20T19:18:04.9051281Z [00:03:54.324]➜   ./lib
2025-08-20T19:18:04.9051699Z [00:03:54.324]➜   src
2025-08-20T19:18:04.9052230Z [00:03:54.324]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.9052845Z [00:03:54.324]➜   /usr/local/include
2025-08-20T19:18:04.9053424Z [00:03:54.324]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.9053990Z [00:03:54.324]➜   /usr/include
2025-08-20T19:18:04.9054491Z [00:03:54.324]➜  End of search list.
2025-08-20T19:18:04.9055178Z [00:03:54.326]➜    CC       src/libsinglebin_readlink_a-readlink.o
2025-08-20T19:18:04.9503973Z [00:03:54.372]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:04.9519363Z [00:03:54.372]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:04.9525110Z [00:03:54.372]➜  Thread model: posix
2025-08-20T19:18:04.9525673Z [00:03:54.372]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:04.9526443Z [00:03:54.372]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.9527478Z [00:03:54.372]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:04.9533852Z [00:03:54.372]➜  Candidate multilib: .;@m64
2025-08-20T19:18:04.9534494Z [00:03:54.372]➜  Selected multilib: .;@m64
2025-08-20T19:18:04.9535077Z [00:03:54.374]➜   (in-process)
2025-08-20T19:18:04.9547512Z [00:03:54.374]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_readlink_a-readlink.o -x c src/readlink.c
2025-08-20T19:18:04.9565758Z [00:03:54.377]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:04.9567055Z [00:03:54.378]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:04.9568431Z [00:03:54.378]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:04.9569186Z [00:03:54.378]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:04.9569895Z [00:03:54.378]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:04.9570594Z [00:03:54.378]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:04.9571297Z [00:03:54.378]➜  #include "..." search starts here:
2025-08-20T19:18:04.9571963Z [00:03:54.378]➜  #include <...> search starts here:
2025-08-20T19:18:04.9572530Z [00:03:54.378]➜   .
2025-08-20T19:18:04.9572963Z [00:03:54.378]➜   ./lib
2025-08-20T19:18:04.9573397Z [00:03:54.378]➜   src
2025-08-20T19:18:04.9573914Z [00:03:54.378]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:04.9574527Z [00:03:54.378]➜   /usr/local/include
2025-08-20T19:18:04.9575119Z [00:03:54.378]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:04.9575696Z [00:03:54.378]➜   /usr/include
2025-08-20T19:18:04.9576196Z [00:03:54.378]➜  End of search list.
2025-08-20T19:18:05.0702008Z [00:03:54.492]➜    CC       src/libsinglebin_realpath_a-realpath.o
2025-08-20T19:18:05.0861815Z [00:03:54.508]➜    CC       src/libsinglebin_realpath_a-relpath.o
2025-08-20T19:18:05.1184825Z [00:03:54.540]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:05.1186367Z [00:03:54.540]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:05.1188851Z [00:03:54.540]➜  Thread model: posix
2025-08-20T19:18:05.1189954Z [00:03:54.540]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:05.1190856Z [00:03:54.540]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.1191857Z [00:03:54.540]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.1192597Z [00:03:54.540]➜  Candidate multilib: .;@m64
2025-08-20T19:18:05.1193184Z [00:03:54.540]➜  Selected multilib: .;@m64
2025-08-20T19:18:05.1216804Z [00:03:54.543]➜   (in-process)
2025-08-20T19:18:05.1273838Z [00:03:54.548]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_realpath_a-realpath.o -x c src/realpath.c
2025-08-20T19:18:05.1286173Z [00:03:54.548]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:05.1288455Z [00:03:54.548]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:05.1290840Z [00:03:54.548]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:05.1291574Z [00:03:54.548]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:05.1292268Z [00:03:54.548]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:05.1292953Z [00:03:54.548]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:05.1293614Z [00:03:54.548]➜  #include "..." search starts here:
2025-08-20T19:18:05.1294247Z [00:03:54.548]➜  #include <...> search starts here:
2025-08-20T19:18:05.1294776Z [00:03:54.548]➜   .
2025-08-20T19:18:05.1295167Z [00:03:54.548]➜   ./lib
2025-08-20T19:18:05.1295559Z [00:03:54.548]➜   src
2025-08-20T19:18:05.1296097Z [00:03:54.548]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:05.1296745Z [00:03:54.548]➜   /usr/local/include
2025-08-20T19:18:05.1297591Z [00:03:54.548]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:05.1298262Z [00:03:54.548]➜   /usr/include
2025-08-20T19:18:05.1298778Z [00:03:54.548]➜  End of search list.
2025-08-20T19:18:05.1331898Z [00:03:54.555]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:05.1336278Z [00:03:54.555]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:05.1337438Z [00:03:54.555]➜  Thread model: posix
2025-08-20T19:18:05.1338344Z [00:03:54.555]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:05.1339396Z [00:03:54.555]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.1340528Z [00:03:54.555]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.1341411Z [00:03:54.555]➜  Candidate multilib: .;@m64
2025-08-20T19:18:05.1342147Z [00:03:54.555]➜  Selected multilib: .;@m64
2025-08-20T19:18:05.1349766Z [00:03:54.557]➜   (in-process)
2025-08-20T19:18:05.1365298Z [00:03:54.557]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_realpath_a-relpath.o -x c src/relpath.c
2025-08-20T19:18:05.1376291Z [00:03:54.557]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:05.1382236Z [00:03:54.560]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:05.1386027Z [00:03:54.560]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:05.1388408Z [00:03:54.560]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:05.1390977Z [00:03:54.560]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:05.1394177Z [00:03:54.560]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:05.1396436Z [00:03:54.560]➜  #include "..." search starts here:
2025-08-20T19:18:05.1420185Z [00:03:54.560]➜  #include <...> search starts here:
2025-08-20T19:18:05.1420933Z [00:03:54.560]➜   .
2025-08-20T19:18:05.1421354Z [00:03:54.560]➜   ./lib
2025-08-20T19:18:05.1421840Z [00:03:54.560]➜   src
2025-08-20T19:18:05.1422377Z [00:03:54.560]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:05.1422995Z [00:03:54.560]➜   /usr/local/include
2025-08-20T19:18:05.1423589Z [00:03:54.560]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:05.1424148Z [00:03:54.560]➜   /usr/include
2025-08-20T19:18:05.1424661Z [00:03:54.560]➜  End of search list.
2025-08-20T19:18:05.1548362Z [00:03:54.576]➜    CC       src/libsinglebin_rm_a-rm.o
2025-08-20T19:18:05.1616387Z [00:03:54.583]➜    CC       src/libsinglebin_rm_a-remove.o
2025-08-20T19:18:05.2039225Z [00:03:54.625]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:05.2039993Z [00:03:54.625]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:05.2040560Z [00:03:54.625]➜  Thread model: posix
2025-08-20T19:18:05.2041152Z [00:03:54.625]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:05.2041973Z [00:03:54.625]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.2042895Z [00:03:54.625]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.2043580Z [00:03:54.625]➜  Candidate multilib: .;@m64
2025-08-20T19:18:05.2044121Z [00:03:54.625]➜  Selected multilib: .;@m64
2025-08-20T19:18:05.2087665Z [00:03:54.630]➜   (in-process)
2025-08-20T19:18:05.2098405Z [00:03:54.630]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_rm_a-rm.o -x c src/rm.c
2025-08-20T19:18:05.2108343Z [00:03:54.630]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:05.2108966Z [00:03:54.630]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:05.2109506Z [00:03:54.630]➜  Thread model: posix
2025-08-20T19:18:05.2110075Z [00:03:54.630]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:05.2128961Z [00:03:54.630]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.2129997Z [00:03:54.630]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.2130717Z [00:03:54.630]➜  Candidate multilib: .;@m64
2025-08-20T19:18:05.2131275Z [00:03:54.630]➜  Selected multilib: .;@m64
2025-08-20T19:18:05.2132131Z [00:03:54.630]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:05.2133691Z [00:03:54.630]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:05.2134823Z [00:03:54.630]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:05.2135489Z [00:03:54.630]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:05.2136156Z [00:03:54.630]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:05.2136822Z [00:03:54.630]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:05.2137668Z [00:03:54.630]➜  #include "..." search starts here:
2025-08-20T19:18:05.2138305Z [00:03:54.630]➜  #include <...> search starts here:
2025-08-20T19:18:05.2138829Z [00:03:54.630]➜   .
2025-08-20T19:18:05.2139208Z [00:03:54.630]➜   ./lib
2025-08-20T19:18:05.2139592Z [00:03:54.630]➜   src
2025-08-20T19:18:05.2140091Z [00:03:54.630]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:05.2140676Z [00:03:54.630]➜   /usr/local/include
2025-08-20T19:18:05.2141209Z [00:03:54.630]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:05.2141782Z [00:03:54.630]➜   /usr/include
2025-08-20T19:18:05.2142282Z [00:03:54.630]➜  End of search list.
2025-08-20T19:18:05.2142766Z [00:03:54.630]➜   (in-process)
2025-08-20T19:18:05.2153828Z [00:03:54.630]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_rm_a-remove.o -x c src/remove.c
2025-08-20T19:18:05.2164140Z [00:03:54.633]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:05.2165432Z [00:03:54.633]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:05.2166482Z [00:03:54.633]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:05.2167330Z [00:03:54.633]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:05.2167975Z [00:03:54.633]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:05.2168606Z [00:03:54.633]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:05.2169276Z [00:03:54.633]➜  #include "..." search starts here:
2025-08-20T19:18:05.2169882Z [00:03:54.633]➜  #include <...> search starts here:
2025-08-20T19:18:05.2170391Z [00:03:54.633]➜   .
2025-08-20T19:18:05.2170753Z [00:03:54.633]➜   ./lib
2025-08-20T19:18:05.2171142Z [00:03:54.633]➜   src
2025-08-20T19:18:05.2171658Z [00:03:54.633]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:05.2172240Z [00:03:54.633]➜   /usr/local/include
2025-08-20T19:18:05.2172799Z [00:03:54.633]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:05.2173309Z [00:03:54.633]➜   /usr/include
2025-08-20T19:18:05.2173753Z [00:03:54.633]➜  End of search list.
2025-08-20T19:18:05.2714218Z [00:03:54.693]➜    CC       src/libsinglebin_rmdir_a-rmdir.o
2025-08-20T19:18:05.2728451Z [00:03:54.694]➜    CC       src/libsinglebin_rmdir_a-prog-fprintf.o
2025-08-20T19:18:05.2936643Z [00:03:54.715]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:05.2937598Z [00:03:54.715]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:05.2938187Z [00:03:54.715]➜  Thread model: posix
2025-08-20T19:18:05.2938785Z [00:03:54.715]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:05.2939627Z [00:03:54.715]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.2940595Z [00:03:54.715]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.2941315Z [00:03:54.715]➜  Candidate multilib: .;@m64
2025-08-20T19:18:05.2941878Z [00:03:54.715]➜  Selected multilib: .;@m64
2025-08-20T19:18:05.2942901Z [00:03:54.716]➜   (in-process)
2025-08-20T19:18:05.3016521Z [00:03:54.722]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:05.3027550Z [00:03:54.722]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:05.3028875Z [00:03:54.722]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:05.3029898Z [00:03:54.722]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:05.3030582Z [00:03:54.722]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:05.3031230Z [00:03:54.722]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:05.3031889Z [00:03:54.722]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:05.3032530Z [00:03:54.722]➜  #include "..." search starts here:
2025-08-20T19:18:05.3033138Z [00:03:54.722]➜  #include <...> search starts here:
2025-08-20T19:18:05.3033647Z [00:03:54.722]➜   .
2025-08-20T19:18:05.3034031Z [00:03:54.722]➜   ./lib
2025-08-20T19:18:05.3034430Z [00:03:54.722]➜   src
2025-08-20T19:18:05.3034928Z [00:03:54.722]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:05.3035494Z [00:03:54.722]➜   /usr/local/include
2025-08-20T19:18:05.3036028Z [00:03:54.722]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:05.3036559Z [00:03:54.722]➜   /usr/include
2025-08-20T19:18:05.3037032Z [00:03:54.722]➜  End of search list.
2025-08-20T19:18:05.3037790Z [00:03:54.722]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:05.3038389Z [00:03:54.722]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:05.3038931Z [00:03:54.722]➜  Thread model: posix
2025-08-20T19:18:05.3039495Z [00:03:54.722]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:05.3040334Z [00:03:54.722]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.3041563Z [00:03:54.722]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.3042300Z [00:03:54.722]➜  Candidate multilib: .;@m64
2025-08-20T19:18:05.3042856Z [00:03:54.722]➜  Selected multilib: .;@m64
2025-08-20T19:18:05.3043383Z [00:03:54.722]➜   (in-process)
2025-08-20T19:18:05.3054505Z [00:03:54.722]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_rmdir_a-rmdir.o -x c src/rmdir.c
2025-08-20T19:18:05.3064868Z [00:03:54.722]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:05.3082661Z [00:03:54.730]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:05.3109386Z [00:03:54.730]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:05.3110133Z [00:03:54.730]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:05.3110793Z [00:03:54.730]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:05.3111453Z [00:03:54.730]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:05.3112100Z [00:03:54.730]➜  #include "..." search starts here:
2025-08-20T19:18:05.3112720Z [00:03:54.730]➜  #include <...> search starts here:
2025-08-20T19:18:05.3113237Z [00:03:54.730]➜   .
2025-08-20T19:18:05.3113616Z [00:03:54.730]➜   ./lib
2025-08-20T19:18:05.3114002Z [00:03:54.730]➜   src
2025-08-20T19:18:05.3114482Z [00:03:54.730]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:05.3115067Z [00:03:54.730]➜   /usr/local/include
2025-08-20T19:18:05.3115618Z [00:03:54.730]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:05.3116163Z [00:03:54.730]➜   /usr/include
2025-08-20T19:18:05.3116629Z [00:03:54.730]➜  End of search list.
2025-08-20T19:18:05.3741642Z [00:03:54.796]➜    CC       src/libsinglebin_runcon_a-runcon.o
2025-08-20T19:18:05.3915691Z [00:03:54.813]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:05.3916387Z [00:03:54.813]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:05.3916914Z [00:03:54.813]➜  Thread model: posix
2025-08-20T19:18:05.3917632Z [00:03:54.813]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:05.3918424Z [00:03:54.813]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.3919325Z [00:03:54.813]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.3920006Z [00:03:54.813]➜  Candidate multilib: .;@m64
2025-08-20T19:18:05.3920534Z [00:03:54.813]➜  Selected multilib: .;@m64
2025-08-20T19:18:05.3951069Z [00:03:54.817]➜    CC       src/libsinglebin_seq_a-seq.o
2025-08-20T19:18:05.3956349Z [00:03:54.817]➜   (in-process)
2025-08-20T19:18:05.3969686Z [00:03:54.817]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_runcon_a-runcon.o -x c src/runcon.c
2025-08-20T19:18:05.3979651Z [00:03:54.817]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:05.3980878Z [00:03:54.817]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:05.3981855Z [00:03:54.817]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:05.3982728Z [00:03:54.817]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:05.3983348Z [00:03:54.817]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:05.3983954Z [00:03:54.817]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:05.3984540Z [00:03:54.817]➜  #include "..." search starts here:
2025-08-20T19:18:05.3985131Z [00:03:54.817]➜  #include <...> search starts here:
2025-08-20T19:18:05.3985624Z [00:03:54.817]➜   .
2025-08-20T19:18:05.3985985Z [00:03:54.817]➜   ./lib
2025-08-20T19:18:05.3986388Z [00:03:54.817]➜   src
2025-08-20T19:18:05.3986863Z [00:03:54.817]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:05.4007763Z [00:03:54.817]➜   /usr/local/include
2025-08-20T19:18:05.4008346Z [00:03:54.817]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:05.4008886Z [00:03:54.817]➜   /usr/include
2025-08-20T19:18:05.4009455Z [00:03:54.817]➜  End of search list.
2025-08-20T19:18:05.4174385Z [00:03:54.839]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:05.4176554Z [00:03:54.839]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:05.4177106Z [00:03:54.839]➜  Thread model: posix
2025-08-20T19:18:05.4177855Z [00:03:54.839]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:05.4178633Z [00:03:54.839]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.4179451Z [00:03:54.839]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.4180089Z [00:03:54.839]➜  Candidate multilib: .;@m64
2025-08-20T19:18:05.4180609Z [00:03:54.839]➜  Selected multilib: .;@m64
2025-08-20T19:18:05.4184205Z [00:03:54.840]➜   (in-process)
2025-08-20T19:18:05.4194894Z [00:03:54.840]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_seq_a-seq.o -x c src/seq.c
2025-08-20T19:18:05.4222831Z [00:03:54.844]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:05.4227436Z [00:03:54.844]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:05.4229119Z [00:03:54.844]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:05.4231365Z [00:03:54.845]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:05.4233125Z [00:03:54.845]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:05.4233796Z [00:03:54.845]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:05.4234418Z [00:03:54.845]➜  #include "..." search starts here:
2025-08-20T19:18:05.4235018Z [00:03:54.845]➜  #include <...> search starts here:
2025-08-20T19:18:05.4235515Z [00:03:54.845]➜   .
2025-08-20T19:18:05.4236170Z [00:03:54.845]➜   ./lib
2025-08-20T19:18:05.4236555Z [00:03:54.845]➜   src
2025-08-20T19:18:05.4237048Z [00:03:54.845]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:05.4237803Z [00:03:54.845]➜   /usr/local/include
2025-08-20T19:18:05.4238335Z [00:03:54.845]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:05.4238879Z [00:03:54.845]➜   /usr/include
2025-08-20T19:18:05.4239356Z [00:03:54.845]➜  End of search list.
2025-08-20T19:18:05.4339399Z [00:03:54.856]➜    CC       src/libsinglebin_sha1sum_a-digest.o
2025-08-20T19:18:05.4811958Z [00:03:54.903]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:05.4815959Z [00:03:54.903]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:05.4820768Z [00:03:54.904]➜  Thread model: posix
2025-08-20T19:18:05.4824968Z [00:03:54.904]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:05.4838731Z [00:03:54.905]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.4840460Z [00:03:54.905]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.4843451Z [00:03:54.906]➜  Candidate multilib: .;@m64
2025-08-20T19:18:05.4847999Z [00:03:54.906]➜  Selected multilib: .;@m64
2025-08-20T19:18:05.4855882Z [00:03:54.907]➜   (in-process)
2025-08-20T19:18:05.4933589Z [00:03:54.914]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sha1sum_a-digest.o -x c src/digest.c
2025-08-20T19:18:05.4944406Z [00:03:54.914]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:05.4945991Z [00:03:54.914]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:05.4947605Z [00:03:54.914]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:05.4967957Z [00:03:54.914]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:05.4968870Z [00:03:54.914]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:05.4969822Z [00:03:54.914]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:05.4970699Z [00:03:54.914]➜  #include "..." search starts here:
2025-08-20T19:18:05.4971508Z [00:03:54.914]➜  #include <...> search starts here:
2025-08-20T19:18:05.4972243Z [00:03:54.914]➜   .
2025-08-20T19:18:05.4972839Z [00:03:54.914]➜   ./lib
2025-08-20T19:18:05.4973438Z [00:03:54.914]➜   src
2025-08-20T19:18:05.4974129Z [00:03:54.914]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:05.4974900Z [00:03:54.914]➜   /usr/local/include
2025-08-20T19:18:05.4976119Z [00:03:54.914]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:05.4978144Z [00:03:54.914]➜   /usr/include
2025-08-20T19:18:05.4978992Z [00:03:54.914]➜  End of search list.
2025-08-20T19:18:05.4979672Z [00:03:54.917]➜    CC       src/libsinglebin_sha224sum_a-digest.o
2025-08-20T19:18:05.5139468Z [00:03:54.935]➜    CC       src/libsinglebin_sha256sum_a-digest.o
2025-08-20T19:18:05.5369257Z [00:03:54.958]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:05.5375486Z [00:03:54.958]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:05.5376064Z [00:03:54.958]➜  Thread model: posix
2025-08-20T19:18:05.5376680Z [00:03:54.958]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:05.5377718Z [00:03:54.958]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.5378725Z [00:03:54.958]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.5379477Z [00:03:54.958]➜  Candidate multilib: .;@m64
2025-08-20T19:18:05.5380044Z [00:03:54.959]➜  Selected multilib: .;@m64
2025-08-20T19:18:05.5380568Z [00:03:54.959]➜   (in-process)
2025-08-20T19:18:05.5392611Z [00:03:54.959]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sha256sum_a-digest.o -x c src/digest.c
2025-08-20T19:18:05.5404911Z [00:03:54.960]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:05.5406300Z [00:03:54.960]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:05.5407623Z [00:03:54.961]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:05.5408373Z [00:03:54.961]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:05.5409426Z [00:03:54.961]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:05.5410161Z [00:03:54.961]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:05.5410853Z [00:03:54.961]➜  #include "..." search starts here:
2025-08-20T19:18:05.5411537Z [00:03:54.961]➜  #include <...> search starts here:
2025-08-20T19:18:05.5412108Z [00:03:54.961]➜   .
2025-08-20T19:18:05.5412535Z [00:03:54.961]➜   ./lib
2025-08-20T19:18:05.5412970Z [00:03:54.961]➜   src
2025-08-20T19:18:05.5413520Z [00:03:54.961]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:05.5414150Z [00:03:54.961]➜   /usr/local/include
2025-08-20T19:18:05.5414762Z [00:03:54.961]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:05.5415370Z [00:03:54.961]➜   /usr/include
2025-08-20T19:18:05.5415877Z [00:03:54.961]➜  End of search list.
2025-08-20T19:18:05.5439078Z [00:03:54.965]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:05.5443122Z [00:03:54.965]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:05.5443709Z [00:03:54.966]➜  Thread model: posix
2025-08-20T19:18:05.5444315Z [00:03:54.966]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:05.5446472Z [00:03:54.966]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.5447801Z [00:03:54.966]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.5448788Z [00:03:54.966]➜  Candidate multilib: .;@m64
2025-08-20T19:18:05.5457884Z [00:03:54.966]➜  Selected multilib: .;@m64
2025-08-20T19:18:05.5458712Z [00:03:54.967]➜   (in-process)
2025-08-20T19:18:05.5482386Z [00:03:54.969]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sha224sum_a-digest.o -x c src/digest.c
2025-08-20T19:18:05.5493439Z [00:03:54.969]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:05.5503938Z [00:03:54.972]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:05.5524270Z [00:03:54.972]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:05.5524975Z [00:03:54.972]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:05.5525607Z [00:03:54.972]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:05.5526229Z [00:03:54.972]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:05.5526901Z [00:03:54.972]➜  #include "..." search starts here:
2025-08-20T19:18:05.5527719Z [00:03:54.972]➜  #include <...> search starts here:
2025-08-20T19:18:05.5528256Z [00:03:54.972]➜   .
2025-08-20T19:18:05.5528658Z [00:03:54.972]➜   ./lib
2025-08-20T19:18:05.5529409Z [00:03:54.972]➜   src
2025-08-20T19:18:05.5530206Z [00:03:54.972]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:05.5531003Z [00:03:54.972]➜   /usr/local/include
2025-08-20T19:18:05.5531734Z [00:03:54.972]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:05.5532441Z [00:03:54.972]➜   /usr/include
2025-08-20T19:18:05.5533079Z [00:03:54.972]➜  End of search list.
2025-08-20T19:18:05.5583474Z [00:03:54.980]➜    CC       src/libsinglebin_sha384sum_a-digest.o
2025-08-20T19:18:05.6054138Z [00:03:55.027]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:05.6058215Z [00:03:55.027]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:05.6058847Z [00:03:55.027]➜  Thread model: posix
2025-08-20T19:18:05.6059444Z [00:03:55.027]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:05.6060304Z [00:03:55.027]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.6061281Z [00:03:55.027]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.6080813Z [00:03:55.030]➜  Candidate multilib: .;@m64
2025-08-20T19:18:05.6089114Z [00:03:55.030]➜  Selected multilib: .;@m64
2025-08-20T19:18:05.6089719Z [00:03:55.030]➜   (in-process)
2025-08-20T19:18:05.6102202Z [00:03:55.031]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sha384sum_a-digest.o -x c src/digest.c
2025-08-20T19:18:05.6114058Z [00:03:55.031]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:05.6115356Z [00:03:55.032]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:05.6131570Z [00:03:55.035]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:05.6133782Z [00:03:55.035]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:05.6134520Z [00:03:55.035]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:05.6135212Z [00:03:55.035]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:05.6135861Z [00:03:55.035]➜  #include "..." search starts here:
2025-08-20T19:18:05.6136509Z [00:03:55.035]➜  #include <...> search starts here:
2025-08-20T19:18:05.6137064Z [00:03:55.035]➜   .
2025-08-20T19:18:05.6137685Z [00:03:55.035]➜   ./lib
2025-08-20T19:18:05.6138131Z [00:03:55.035]➜   src
2025-08-20T19:18:05.6138678Z [00:03:55.035]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:05.6139299Z [00:03:55.035]➜   /usr/local/include
2025-08-20T19:18:05.6139866Z [00:03:55.035]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:05.6140423Z [00:03:55.035]➜   /usr/include
2025-08-20T19:18:05.6140892Z [00:03:55.035]➜  End of search list.
2025-08-20T19:18:05.6947070Z [00:03:55.116]➜    CC       src/libsinglebin_sha512sum_a-digest.o
2025-08-20T19:18:05.7388099Z [00:03:55.160]➜    CC       src/libsinglebin_shred_a-shred.o
2025-08-20T19:18:05.7458024Z [00:03:55.167]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:05.7464489Z [00:03:55.167]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:05.7465135Z [00:03:55.167]➜  Thread model: posix
2025-08-20T19:18:05.7465791Z [00:03:55.167]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:05.7466701Z [00:03:55.167]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.7490908Z [00:03:55.171]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.7494808Z [00:03:55.171]➜  Candidate multilib: .;@m64
2025-08-20T19:18:05.7495447Z [00:03:55.171]➜  Selected multilib: .;@m64
2025-08-20T19:18:05.7495997Z [00:03:55.171]➜   (in-process)
2025-08-20T19:18:05.7508218Z [00:03:55.171]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sha512sum_a-digest.o -x c src/digest.c
2025-08-20T19:18:05.7530942Z [00:03:55.171]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:05.7532328Z [00:03:55.172]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:05.7533563Z [00:03:55.172]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:05.7534335Z [00:03:55.172]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:05.7535044Z [00:03:55.172]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:05.7535779Z [00:03:55.172]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:05.7536500Z [00:03:55.172]➜  #include "..." search starts here:
2025-08-20T19:18:05.7537395Z [00:03:55.172]➜  #include <...> search starts here:
2025-08-20T19:18:05.7537998Z [00:03:55.172]➜   .
2025-08-20T19:18:05.7538325Z [00:03:55.172]➜   ./lib
2025-08-20T19:18:05.7538658Z [00:03:55.172]➜   src
2025-08-20T19:18:05.7539107Z [00:03:55.172]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:05.7539633Z [00:03:55.172]➜   /usr/local/include
2025-08-20T19:18:05.7540113Z [00:03:55.172]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:05.7540582Z [00:03:55.172]➜   /usr/include
2025-08-20T19:18:05.7541015Z [00:03:55.172]➜  End of search list.
2025-08-20T19:18:05.7848715Z [00:03:55.206]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:05.7855121Z [00:03:55.206]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:05.7855743Z [00:03:55.206]➜  Thread model: posix
2025-08-20T19:18:05.7856764Z [00:03:55.206]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:05.7857858Z [00:03:55.206]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.7900423Z [00:03:55.209]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.7901271Z [00:03:55.209]➜  Candidate multilib: .;@m64
2025-08-20T19:18:05.7901872Z [00:03:55.209]➜  Selected multilib: .;@m64
2025-08-20T19:18:05.7902428Z [00:03:55.209]➜   (in-process)
2025-08-20T19:18:05.7913847Z [00:03:55.210]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_shred_a-shred.o -x c src/shred.c
2025-08-20T19:18:05.7931460Z [00:03:55.213]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:05.7932914Z [00:03:55.214]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:05.7934062Z [00:03:55.214]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:05.7934819Z [00:03:55.214]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:05.7935567Z [00:03:55.214]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:05.7936303Z [00:03:55.214]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:05.7936995Z [00:03:55.214]➜  #include "..." search starts here:
2025-08-20T19:18:05.7937873Z [00:03:55.214]➜  #include <...> search starts here:
2025-08-20T19:18:05.7938410Z [00:03:55.214]➜   .
2025-08-20T19:18:05.7938806Z [00:03:55.214]➜   ./lib
2025-08-20T19:18:05.7939196Z [00:03:55.214]➜   src
2025-08-20T19:18:05.7939676Z [00:03:55.214]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:05.7940277Z [00:03:55.214]➜   /usr/local/include
2025-08-20T19:18:05.7940862Z [00:03:55.214]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:05.7941417Z [00:03:55.214]➜   /usr/include
2025-08-20T19:18:05.7941878Z [00:03:55.214]➜  End of search list.
2025-08-20T19:18:05.8141274Z [00:03:55.236]➜    CC       src/libsinglebin_shuf_a-shuf.o
2025-08-20T19:18:05.8380197Z [00:03:55.260]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:05.8381296Z [00:03:55.260]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:05.8382304Z [00:03:55.260]➜  Thread model: posix
2025-08-20T19:18:05.8384130Z [00:03:55.260]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:05.8384986Z [00:03:55.260]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.8386042Z [00:03:55.260]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.8386841Z [00:03:55.260]➜  Candidate multilib: .;@m64
2025-08-20T19:18:05.8387664Z [00:03:55.260]➜  Selected multilib: .;@m64
2025-08-20T19:18:05.8396912Z [00:03:55.261]➜   (in-process)
2025-08-20T19:18:05.8415127Z [00:03:55.262]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_shuf_a-shuf.o -x c src/shuf.c
2025-08-20T19:18:05.8452314Z [00:03:55.265]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:05.8453608Z [00:03:55.265]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:05.8454596Z [00:03:55.265]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:05.8455250Z [00:03:55.267]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:05.8455880Z [00:03:55.267]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:05.8456763Z [00:03:55.267]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:05.8457605Z [00:03:55.267]➜  #include "..." search starts here:
2025-08-20T19:18:05.8458207Z [00:03:55.267]➜  #include <...> search starts here:
2025-08-20T19:18:05.8458710Z [00:03:55.267]➜   .
2025-08-20T19:18:05.8459085Z [00:03:55.267]➜   ./lib
2025-08-20T19:18:05.8459475Z [00:03:55.267]➜   src
2025-08-20T19:18:05.8459966Z [00:03:55.267]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:05.8460522Z [00:03:55.267]➜   /usr/local/include
2025-08-20T19:18:05.8461050Z [00:03:55.267]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:05.8461550Z [00:03:55.267]➜   /usr/include
2025-08-20T19:18:05.8461987Z [00:03:55.267]➜  End of search list.
2025-08-20T19:18:05.8620435Z [00:03:55.284]➜    CC       src/libsinglebin_sleep_a-sleep.o
2025-08-20T19:18:05.8852901Z [00:03:55.307]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:05.8858801Z [00:03:55.307]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:05.8859346Z [00:03:55.307]➜  Thread model: posix
2025-08-20T19:18:05.8859882Z [00:03:55.307]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:05.8860661Z [00:03:55.307]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.8861550Z [00:03:55.307]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.8863549Z [00:03:55.307]➜  Candidate multilib: .;@m64
2025-08-20T19:18:05.8864267Z [00:03:55.307]➜  Selected multilib: .;@m64
2025-08-20T19:18:05.8864887Z [00:03:55.307]➜   (in-process)
2025-08-20T19:18:05.8875664Z [00:03:55.308]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sleep_a-sleep.o -x c src/sleep.c
2025-08-20T19:18:05.8887648Z [00:03:55.308]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:05.8888929Z [00:03:55.309]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:05.8889944Z [00:03:55.309]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:05.8890599Z [00:03:55.309]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:05.8891233Z [00:03:55.309]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:05.8891896Z [00:03:55.309]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:05.8892536Z [00:03:55.309]➜  #include "..." search starts here:
2025-08-20T19:18:05.8893151Z [00:03:55.309]➜  #include <...> search starts here:
2025-08-20T19:18:05.8893686Z [00:03:55.309]➜   .
2025-08-20T19:18:05.8894091Z [00:03:55.309]➜   ./lib
2025-08-20T19:18:05.8894476Z [00:03:55.309]➜   src
2025-08-20T19:18:05.8895214Z [00:03:55.309]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:05.8895832Z [00:03:55.309]➜   /usr/local/include
2025-08-20T19:18:05.8896377Z [00:03:55.309]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:05.8896924Z [00:03:55.309]➜   /usr/include
2025-08-20T19:18:05.8897602Z [00:03:55.309]➜  End of search list.
2025-08-20T19:18:05.9369811Z [00:03:55.358]➜    CC       src/libsinglebin_sort_a-sort.o
2025-08-20T19:18:05.9845509Z [00:03:55.406]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:05.9848595Z [00:03:55.406]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:05.9849163Z [00:03:55.406]➜  Thread model: posix
2025-08-20T19:18:05.9849810Z [00:03:55.406]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:05.9850716Z [00:03:55.406]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.9851704Z [00:03:55.406]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:05.9852481Z [00:03:55.406]➜  Candidate multilib: .;@m64
2025-08-20T19:18:05.9882499Z [00:03:55.410]➜  Selected multilib: .;@m64
2025-08-20T19:18:05.9886331Z [00:03:55.410]➜   (in-process)
2025-08-20T19:18:05.9897856Z [00:03:55.410]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sort_a-sort.o -x c src/sort.c
2025-08-20T19:18:05.9915436Z [00:03:55.413]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:05.9920468Z [00:03:55.414]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:05.9922701Z [00:03:55.414]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:05.9924265Z [00:03:55.414]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:05.9924890Z [00:03:55.414]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:05.9925589Z [00:03:55.414]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:05.9926260Z [00:03:55.414]➜  #include "..." search starts here:
2025-08-20T19:18:05.9926910Z [00:03:55.414]➜  #include <...> search starts here:
2025-08-20T19:18:05.9927658Z [00:03:55.414]➜   .
2025-08-20T19:18:05.9928058Z [00:03:55.414]➜   ./lib
2025-08-20T19:18:05.9928482Z [00:03:55.414]➜   src
2025-08-20T19:18:05.9929013Z [00:03:55.414]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:05.9929626Z [00:03:55.414]➜   /usr/local/include
2025-08-20T19:18:05.9930203Z [00:03:55.414]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:05.9930780Z [00:03:55.414]➜   /usr/include
2025-08-20T19:18:05.9931315Z [00:03:55.414]➜  End of search list.
2025-08-20T19:18:06.0477961Z [00:03:55.469]➜    CC       src/libsinglebin_split_a-split.o
2025-08-20T19:18:06.0693380Z [00:03:55.491]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:06.0697351Z [00:03:55.491]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:06.0697924Z [00:03:55.491]➜  Thread model: posix
2025-08-20T19:18:06.0698484Z [00:03:55.491]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:06.0699234Z [00:03:55.491]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.0700061Z [00:03:55.491]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.0700725Z [00:03:55.491]➜  Candidate multilib: .;@m64
2025-08-20T19:18:06.0701193Z [00:03:55.491]➜  Selected multilib: .;@m64
2025-08-20T19:18:06.0707493Z [00:03:55.492]➜   (in-process)
2025-08-20T19:18:06.0725028Z [00:03:55.493]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_split_a-split.o -x c src/split.c
2025-08-20T19:18:06.0743897Z [00:03:55.494]➜    CC       src/libsinglebin_split_a-temp-stream.o
2025-08-20T19:18:06.0744874Z [00:03:55.495]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:06.0757538Z [00:03:55.497]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:06.0760427Z [00:03:55.497]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:06.0761065Z [00:03:55.497]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:06.0761737Z [00:03:55.497]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:06.0762414Z [00:03:55.497]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:06.0763034Z [00:03:55.497]➜  #include "..." search starts here:
2025-08-20T19:18:06.0763663Z [00:03:55.497]➜  #include <...> search starts here:
2025-08-20T19:18:06.0764187Z [00:03:55.497]➜   .
2025-08-20T19:18:06.0764655Z [00:03:55.497]➜   ./lib
2025-08-20T19:18:06.0765068Z [00:03:55.497]➜   src
2025-08-20T19:18:06.0765564Z [00:03:55.497]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:06.0766143Z [00:03:55.497]➜   /usr/local/include
2025-08-20T19:18:06.0766685Z [00:03:55.497]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:06.0767384Z [00:03:55.497]➜   /usr/include
2025-08-20T19:18:06.0767845Z [00:03:55.497]➜  End of search list.
2025-08-20T19:18:06.0918811Z [00:03:55.513]➜    CC       src/libsinglebin_stat_a-stat.o
2025-08-20T19:18:06.1011234Z [00:03:55.523]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:06.1016115Z [00:03:55.523]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:06.1016712Z [00:03:55.523]➜  Thread model: posix
2025-08-20T19:18:06.1018344Z [00:03:55.523]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:06.1019472Z [00:03:55.523]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.1020415Z [00:03:55.523]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.1021106Z [00:03:55.523]➜  Candidate multilib: .;@m64
2025-08-20T19:18:06.1021631Z [00:03:55.523]➜  Selected multilib: .;@m64
2025-08-20T19:18:06.1041794Z [00:03:55.523]➜   (in-process)
2025-08-20T19:18:06.1054717Z [00:03:55.526]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:06.1065483Z [00:03:55.526]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:06.1078756Z [00:03:55.526]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:06.1080377Z [00:03:55.526]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:06.1081703Z [00:03:55.526]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:06.1082847Z [00:03:55.526]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:06.1084202Z [00:03:55.526]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:06.1085312Z [00:03:55.526]➜  #include "..." search starts here:
2025-08-20T19:18:06.1086576Z [00:03:55.526]➜  #include <...> search starts here:
2025-08-20T19:18:06.1087397Z [00:03:55.526]➜   .
2025-08-20T19:18:06.1087771Z [00:03:55.526]➜   ./lib
2025-08-20T19:18:06.1088148Z [00:03:55.526]➜   src
2025-08-20T19:18:06.1088635Z [00:03:55.526]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:06.1089199Z [00:03:55.526]➜   /usr/local/include
2025-08-20T19:18:06.1089729Z [00:03:55.526]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:06.1090240Z [00:03:55.526]➜   /usr/include
2025-08-20T19:18:06.1090682Z [00:03:55.526]➜  End of search list.
2025-08-20T19:18:06.1435915Z [00:03:55.565]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:06.1448128Z [00:03:55.565]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:06.1449898Z [00:03:55.565]➜  Thread model: posix
2025-08-20T19:18:06.1450519Z [00:03:55.565]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:06.1451425Z [00:03:55.565]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.1452455Z [00:03:55.565]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.1453237Z [00:03:55.565]➜  Candidate multilib: .;@m64
2025-08-20T19:18:06.1453840Z [00:03:55.565]➜  Selected multilib: .;@m64
2025-08-20T19:18:06.1459984Z [00:03:55.568]➜   (in-process)
2025-08-20T19:18:06.1476797Z [00:03:55.568]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_stat_a-stat.o -x c src/stat.c
2025-08-20T19:18:06.1503144Z [00:03:55.571]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:06.1558597Z [00:03:55.572]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:06.1559638Z [00:03:55.572]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:06.1560320Z [00:03:55.572]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:06.1561907Z [00:03:55.572]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:06.1562779Z [00:03:55.572]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:06.1563587Z [00:03:55.572]➜  #include "..." search starts here:
2025-08-20T19:18:06.1564366Z [00:03:55.572]➜  #include <...> search starts here:
2025-08-20T19:18:06.1565029Z [00:03:55.572]➜   .
2025-08-20T19:18:06.1565564Z [00:03:55.572]➜   ./lib
2025-08-20T19:18:06.1566075Z [00:03:55.572]➜   src
2025-08-20T19:18:06.1566662Z [00:03:55.572]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:06.1567455Z [00:03:55.572]➜   /usr/local/include
2025-08-20T19:18:06.1568050Z [00:03:55.572]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:06.1568558Z [00:03:55.572]➜   /usr/include
2025-08-20T19:18:06.1569007Z [00:03:55.572]➜  End of search list.
2025-08-20T19:18:06.1620305Z [00:03:55.584]➜    CC       src/libsinglebin_stat_a-find-mount-point.o
2025-08-20T19:18:06.2123880Z [00:03:55.634]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:06.2124893Z [00:03:55.634]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:06.2125682Z [00:03:55.634]➜  Thread model: posix
2025-08-20T19:18:06.2126457Z [00:03:55.634]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:06.2127706Z [00:03:55.634]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.2128936Z [00:03:55.634]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.2129915Z [00:03:55.634]➜  Candidate multilib: .;@m64
2025-08-20T19:18:06.2130624Z [00:03:55.634]➜  Selected multilib: .;@m64
2025-08-20T19:18:06.2159230Z [00:03:55.637]➜   (in-process)
2025-08-20T19:18:06.2206956Z [00:03:55.637]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:06.2217754Z [00:03:55.638]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:06.2219092Z [00:03:55.638]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:06.2220156Z [00:03:55.638]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:06.2220834Z [00:03:55.639]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:06.2221463Z [00:03:55.639]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:06.2222133Z [00:03:55.639]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:06.2222788Z [00:03:55.639]➜  #include "..." search starts here:
2025-08-20T19:18:06.2223433Z [00:03:55.639]➜  #include <...> search starts here:
2025-08-20T19:18:06.2224203Z [00:03:55.639]➜   .
2025-08-20T19:18:06.2224593Z [00:03:55.639]➜   ./lib
2025-08-20T19:18:06.2225011Z [00:03:55.639]➜   src
2025-08-20T19:18:06.2225518Z [00:03:55.639]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:06.2226098Z [00:03:55.639]➜   /usr/local/include
2025-08-20T19:18:06.2226665Z [00:03:55.639]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:06.2227390Z [00:03:55.639]➜   /usr/include
2025-08-20T19:18:06.2227899Z [00:03:55.639]➜  End of search list.
2025-08-20T19:18:06.2922716Z [00:03:55.714]➜    CC       src/libsinglebin_sum_a-sum.o
2025-08-20T19:18:06.3322638Z [00:03:55.754]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:06.3323290Z [00:03:55.754]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:06.3323808Z [00:03:55.754]➜  Thread model: posix
2025-08-20T19:18:06.3324330Z [00:03:55.754]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:06.3325080Z [00:03:55.754]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.3326012Z [00:03:55.754]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.3326672Z [00:03:55.754]➜  Candidate multilib: .;@m64
2025-08-20T19:18:06.3329978Z [00:03:55.755]➜  Selected multilib: .;@m64
2025-08-20T19:18:06.3334574Z [00:03:55.755]➜   (in-process)
2025-08-20T19:18:06.3345339Z [00:03:55.755]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sum_a-sum.o -x c src/sum.c
2025-08-20T19:18:06.3355459Z [00:03:55.755]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:06.3356775Z [00:03:55.756]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:06.3358000Z [00:03:55.756]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:06.3358656Z [00:03:55.756]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:06.3359293Z [00:03:55.756]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:06.3359925Z [00:03:55.756]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:06.3360553Z [00:03:55.756]➜  #include "..." search starts here:
2025-08-20T19:18:06.3361151Z [00:03:55.756]➜  #include <...> search starts here:
2025-08-20T19:18:06.3361685Z [00:03:55.756]➜   .
2025-08-20T19:18:06.3362076Z [00:03:55.756]➜   ./lib
2025-08-20T19:18:06.3362474Z [00:03:55.756]➜   src
2025-08-20T19:18:06.3362975Z [00:03:55.756]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:06.3363554Z [00:03:55.756]➜   /usr/local/include
2025-08-20T19:18:06.3364105Z [00:03:55.756]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:06.3364878Z [00:03:55.756]➜   /usr/include
2025-08-20T19:18:06.3365374Z [00:03:55.756]➜  End of search list.
2025-08-20T19:18:06.4655935Z [00:03:55.887]➜    CC       src/libsinglebin_sum_a-digest.o
2025-08-20T19:18:06.4754700Z [00:03:55.897]➜    CC       src/libsinglebin_sync_a-sync.o
2025-08-20T19:18:06.4835367Z [00:03:55.905]➜    CC       src/libsinglebin_tac_a-tac.o
2025-08-20T19:18:06.4902956Z [00:03:55.912]➜    CC       src/libsinglebin_tac_a-temp-stream.o
2025-08-20T19:18:06.4921493Z [00:03:55.914]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:06.4929728Z [00:03:55.915]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:06.4967644Z [00:03:55.915]➜  Thread model: posix
2025-08-20T19:18:06.4975921Z [00:03:55.919]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:06.4978456Z [00:03:55.919]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.4979486Z [00:03:55.919]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.4980261Z [00:03:55.919]➜  Candidate multilib: .;@m64
2025-08-20T19:18:06.4980908Z [00:03:55.919]➜  Selected multilib: .;@m64
2025-08-20T19:18:06.4981501Z [00:03:55.919]➜   (in-process)
2025-08-20T19:18:06.4993196Z [00:03:55.919]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sum_a-digest.o -x c src/digest.c
2025-08-20T19:18:06.5006848Z [00:03:55.919]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:06.5008377Z [00:03:55.919]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:06.5009458Z [00:03:55.919]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:06.5010153Z [00:03:55.919]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:06.5010809Z [00:03:55.919]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:06.5011467Z [00:03:55.919]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:06.5012113Z [00:03:55.919]➜  #include "..." search starts here:
2025-08-20T19:18:06.5012743Z [00:03:55.919]➜  #include <...> search starts here:
2025-08-20T19:18:06.5013269Z [00:03:55.919]➜   .
2025-08-20T19:18:06.5013655Z [00:03:55.919]➜   ./lib
2025-08-20T19:18:06.5014043Z [00:03:55.919]➜   src
2025-08-20T19:18:06.5014551Z [00:03:55.919]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:06.5015137Z [00:03:55.919]➜   /usr/local/include
2025-08-20T19:18:06.5015694Z [00:03:55.919]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:06.5016227Z [00:03:55.919]➜   /usr/include
2025-08-20T19:18:06.5016693Z [00:03:55.919]➜  End of search list.
2025-08-20T19:18:06.5022209Z [00:03:55.924]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:06.5022831Z [00:03:55.924]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:06.5023395Z [00:03:55.924]➜  Thread model: posix
2025-08-20T19:18:06.5023960Z [00:03:55.924]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:06.5024789Z [00:03:55.924]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.5025816Z [00:03:55.924]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.5026605Z [00:03:55.924]➜  Candidate multilib: .;@m64
2025-08-20T19:18:06.5027444Z [00:03:55.924]➜  Selected multilib: .;@m64
2025-08-20T19:18:06.5028056Z [00:03:55.924]➜   (in-process)
2025-08-20T19:18:06.5039690Z [00:03:55.924]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_sync_a-sync.o -x c src/sync.c
2025-08-20T19:18:06.5050131Z [00:03:55.924]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:06.5051501Z [00:03:55.924]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:06.5052646Z [00:03:55.924]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:06.5053395Z [00:03:55.924]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:06.5054074Z [00:03:55.924]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:06.5054738Z [00:03:55.924]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:06.5055379Z [00:03:55.924]➜  #include "..." search starts here:
2025-08-20T19:18:06.5056036Z [00:03:55.924]➜  #include <...> search starts here:
2025-08-20T19:18:06.5056617Z [00:03:55.924]➜   .
2025-08-20T19:18:06.5057007Z [00:03:55.924]➜   ./lib
2025-08-20T19:18:06.5057702Z [00:03:55.924]➜   src
2025-08-20T19:18:06.5058292Z [00:03:55.924]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:06.5058933Z [00:03:55.924]➜   /usr/local/include
2025-08-20T19:18:06.5059494Z [00:03:55.924]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:06.5060034Z [00:03:55.924]➜   /usr/include
2025-08-20T19:18:06.5060516Z [00:03:55.924]➜  End of search list.
2025-08-20T19:18:06.5290960Z [00:03:55.951]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:06.5291984Z [00:03:55.951]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:06.5292607Z [00:03:55.951]➜  Thread model: posix
2025-08-20T19:18:06.5293246Z [00:03:55.951]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:06.5294175Z [00:03:55.951]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.5295225Z [00:03:55.951]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.5296491Z [00:03:55.951]➜  Candidate multilib: .;@m64
2025-08-20T19:18:06.5297125Z [00:03:55.951]➜  Selected multilib: .;@m64
2025-08-20T19:18:06.5303766Z [00:03:55.952]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:06.5305023Z [00:03:55.952]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:06.5305644Z [00:03:55.952]➜  Thread model: posix
2025-08-20T19:18:06.5306279Z [00:03:55.952]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:06.5307340Z [00:03:55.952]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.5308408Z [00:03:55.952]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.5309202Z [00:03:55.952]➜  Candidate multilib: .;@m64
2025-08-20T19:18:06.5309757Z [00:03:55.952]➜  Selected multilib: .;@m64
2025-08-20T19:18:06.5314354Z [00:03:55.953]➜   (in-process)
2025-08-20T19:18:06.5330262Z [00:03:55.953]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_tac_a-tac.o -x c src/tac.c
2025-08-20T19:18:06.5347968Z [00:03:55.956]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 (in-process)
2025-08-20T19:18:06.5359879Z [00:03:55.956]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:06.5376329Z [00:03:55.959]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:06.5377898Z [00:03:55.959]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:06.5378952Z [00:03:55.959]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:06.5379620Z [00:03:55.959]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:06.5380266Z [00:03:55.959]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:06.5380904Z [00:03:55.959]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:06.5381568Z [00:03:55.959]➜  #include "..." search starts here:
2025-08-20T19:18:06.5382248Z [00:03:55.959]➜  #include <...> search starts here:
2025-08-20T19:18:06.5382821Z [00:03:55.959]➜   .
2025-08-20T19:18:06.5383237Z [00:03:55.959]➜   ./lib
2025-08-20T19:18:06.5383674Z [00:03:55.959]➜   src
2025-08-20T19:18:06.5384222Z [00:03:55.959]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:06.5384910Z [00:03:55.959]➜   /usr/local/include
2025-08-20T19:18:06.5385522Z [00:03:55.959]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:06.5386113Z [00:03:55.959]➜   /usr/include
2025-08-20T19:18:06.5386618Z [00:03:55.959]➜  End of search list.
2025-08-20T19:18:06.5387599Z [00:03:55.959]➜   default target x86_64-pc-linux-gnu
2025-08-20T19:18:06.5388692Z [00:03:55.959]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:06.5389727Z [00:03:55.959]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:06.5390391Z [00:03:55.959]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:06.5391015Z [00:03:55.959]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:06.5391638Z [00:03:55.959]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:06.5392276Z [00:03:55.959]➜  #include "..." search starts here:
2025-08-20T19:18:06.5392915Z [00:03:55.959]➜  #include <...> search starts here:
2025-08-20T19:18:06.5393493Z [00:03:55.959]➜   .
2025-08-20T19:18:06.5393879Z [00:03:55.959]➜   ./lib
2025-08-20T19:18:06.5394279Z [00:03:55.959]➜   src
2025-08-20T19:18:06.5395046Z [00:03:55.959]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:06.5395673Z [00:03:55.959]➜   /usr/local/include
2025-08-20T19:18:06.5396227Z [00:03:55.959]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:06.5396781Z [00:03:55.959]➜   /usr/include
2025-08-20T19:18:06.5397473Z [00:03:55.959]➜  End of search list.
2025-08-20T19:18:06.6351518Z [00:03:56.057]➜    CC       src/libsinglebin_tail_a-tail.o
2025-08-20T19:18:06.6779511Z [00:03:56.100]➜    CC       src/libsinglebin_tail_a-iopoll.o
2025-08-20T19:18:06.6840143Z [00:03:56.105]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:06.6840836Z [00:03:56.106]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:06.6841469Z [00:03:56.106]➜  Thread model: posix
2025-08-20T19:18:06.6842137Z [00:03:56.106]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:06.6843071Z [00:03:56.106]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.6844215Z [00:03:56.106]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.6845033Z [00:03:56.106]➜  Candidate multilib: .;@m64
2025-08-20T19:18:06.6851868Z [00:03:56.107]➜  Selected multilib: .;@m64
2025-08-20T19:18:06.6895330Z [00:03:56.111]➜   (in-process)
2025-08-20T19:18:06.6914291Z [00:03:56.112]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_tail_a-tail.o -x c src/tail.c
2025-08-20T19:18:06.6940661Z [00:03:56.116]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:06.6944064Z [00:03:56.116]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:06.6945135Z [00:03:56.116]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:06.6945812Z [00:03:56.116]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:06.6946458Z [00:03:56.116]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:06.6947092Z [00:03:56.116]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:06.6947891Z [00:03:56.116]➜  #include "..." search starts here:
2025-08-20T19:18:06.6948497Z [00:03:56.116]➜  #include <...> search starts here:
2025-08-20T19:18:06.6949003Z [00:03:56.116]➜   .
2025-08-20T19:18:06.6949375Z [00:03:56.116]➜   ./lib
2025-08-20T19:18:06.6949751Z [00:03:56.116]➜   src
2025-08-20T19:18:06.6950256Z [00:03:56.116]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:06.6950828Z [00:03:56.116]➜   /usr/local/include
2025-08-20T19:18:06.6951384Z [00:03:56.116]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:06.6951941Z [00:03:56.116]➜   /usr/include
2025-08-20T19:18:06.6952699Z [00:03:56.116]➜  End of search list.
2025-08-20T19:18:06.7099473Z [00:03:56.132]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:06.7105276Z [00:03:56.132]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:06.7111019Z [00:03:56.133]➜  Thread model: posix
2025-08-20T19:18:06.7118105Z [00:03:56.133]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:06.7138242Z [00:03:56.134]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.7140447Z [00:03:56.134]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.7163285Z [00:03:56.138]➜  Candidate multilib: .;@m64
2025-08-20T19:18:06.7164025Z [00:03:56.138]➜  Selected multilib: .;@m64
2025-08-20T19:18:06.7164563Z [00:03:56.138]➜   (in-process)
2025-08-20T19:18:06.7175829Z [00:03:56.138]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_tail_a-iopoll.o -x c src/iopoll.c
2025-08-20T19:18:06.7186590Z [00:03:56.138]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:06.7188344Z [00:03:56.138]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:06.7189478Z [00:03:56.138]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:06.7190203Z [00:03:56.138]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:06.7190876Z [00:03:56.138]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:06.7191566Z [00:03:56.138]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:06.7192279Z [00:03:56.138]➜  #include "..." search starts here:
2025-08-20T19:18:06.7192933Z [00:03:56.138]➜  #include <...> search starts here:
2025-08-20T19:18:06.7193463Z [00:03:56.138]➜   .
2025-08-20T19:18:06.7193865Z [00:03:56.138]➜   ./lib
2025-08-20T19:18:06.7194282Z [00:03:56.138]➜   src
2025-08-20T19:18:06.7194800Z [00:03:56.138]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:06.7195421Z [00:03:56.138]➜   /usr/local/include
2025-08-20T19:18:06.7195989Z [00:03:56.138]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:06.7196535Z [00:03:56.138]➜   /usr/include
2025-08-20T19:18:06.7197033Z [00:03:56.138]➜  End of search list.
2025-08-20T19:18:06.7591625Z [00:03:56.181]➜    CC       src/libsinglebin_tee_a-tee.o
2025-08-20T19:18:06.7714244Z [00:03:56.193]➜    CC       src/libsinglebin_tee_a-iopoll.o
2025-08-20T19:18:06.7951652Z [00:03:56.217]➜    CC       src/libsinglebin_test_a-test.o
2025-08-20T19:18:06.8002518Z [00:03:56.222]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:06.8003245Z [00:03:56.222]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:06.8003786Z [00:03:56.222]➜  Thread model: posix
2025-08-20T19:18:06.8004654Z [00:03:56.222]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:06.8005470Z [00:03:56.222]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.8006369Z [00:03:56.222]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.8008644Z [00:03:56.222]➜  Candidate multilib: .;@m64
2025-08-20T19:18:06.8009218Z [00:03:56.222]➜  Selected multilib: .;@m64
2025-08-20T19:18:06.8009745Z [00:03:56.222]➜   (in-process)
2025-08-20T19:18:06.8023819Z [00:03:56.223]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_tee_a-iopoll.o -x c src/iopoll.c
2025-08-20T19:18:06.8036705Z [00:03:56.223]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:06.8038507Z [00:03:56.223]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:06.8039053Z [00:03:56.223]➜  Thread model: posix
2025-08-20T19:18:06.8039605Z [00:03:56.223]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:06.8040378Z [00:03:56.223]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.8041274Z [00:03:56.223]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.8041981Z [00:03:56.223]➜  Candidate multilib: .;@m64
2025-08-20T19:18:06.8042537Z [00:03:56.224]➜  Selected multilib: .;@m64
2025-08-20T19:18:06.8043390Z [00:03:56.224]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:06.8044153Z [00:03:56.224]➜   (in-process)
2025-08-20T19:18:06.8051017Z [00:03:56.224]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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_ignoring nonexistent directory "t/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/includee"
2025-08-20T19:18:06.8056733Z [00:03:56.224]➜  e (int, char **);ignoring nonexistent directory " /include "
2025-08-20T19:18:06.8057782Z [00:03:56.224]➜  int singignoring duplicate directory "llibe"
2025-08-20T19:18:06.8058954Z [00:03:56.224]➜  _binary_main_tee" -D usage=_usage_tee -D ignoring duplicate directory "SINGLE_BINARY ./lib-internal-isystem"
2025-08-20T19:18:06.8060225Z [00:03:56.224]➜   ignoring duplicate directory "/usr/lib/llvm-19/lib/clang/19/include./src "
2025-08-20T19:18:06.8062292Z [00:03:56.224]➜  -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu#include "..." search starts here:
2025-08-20T19:18:06.8063996Z [00:03:56.224]➜   #include <...> search starts here:
2025-08-20T19:18:06.8064654Z [00:03:56.224]➜  -internal-externc-isystem  ./include
2025-08-20T19:18:06.8065324Z [00:03:56.224]➜    -internal-externc-isystem./lib 
2025-08-20T19:18:06.8065932Z [00:03:56.224]➜  /usr/include  src-Os
2025-08-20T19:18:06.8066586Z [00:03:56.224]➜    -Wno-error/usr/lib/llvm-19/lib/clang/19/include 
2025-08-20T19:18:06.8068190Z [00:03:56.224]➜  -Wno-format-extra-args  /usr/local/include-Wno-implicit-const-int-float-conversion
2025-08-20T19:18:06.8069494Z [00:03:56.224]➜    -Wno-tautological-constant-out-of-range-compare/usr/include/x86_64-linux-gnu 
2025-08-20T19:18:06.8070367Z [00:03:56.224]➜  -Wno-error  /usr/include-w
2025-08-20T19:18:06.8070925Z [00:03:56.224]➜   End of search list.
2025-08-20T19:18:06.8072515Z [00:03:56.224]➜  -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_tee_a-tee.o -x c src/tee.c
2025-08-20T19:18:06.8074358Z [00:03:56.225]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:06.8075639Z [00:03:56.225]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:06.8076663Z [00:03:56.225]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:06.8077568Z [00:03:56.225]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:06.8078253Z [00:03:56.225]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:06.8078921Z [00:03:56.225]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:06.8079556Z [00:03:56.225]➜  #include "..." search starts here:
2025-08-20T19:18:06.8080192Z [00:03:56.225]➜  #include <...> search starts here:
2025-08-20T19:18:06.8080734Z [00:03:56.225]➜   .
2025-08-20T19:18:06.8081123Z [00:03:56.225]➜   ./lib
2025-08-20T19:18:06.8081536Z [00:03:56.225]➜   src
2025-08-20T19:18:06.8082047Z [00:03:56.225]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:06.8082626Z [00:03:56.225]➜   /usr/local/include
2025-08-20T19:18:06.8083187Z [00:03:56.225]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:06.8083744Z [00:03:56.225]➜   /usr/include
2025-08-20T19:18:06.8084234Z [00:03:56.225]➜  End of search list.
2025-08-20T19:18:06.8537741Z [00:03:56.275]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:06.8538518Z [00:03:56.275]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:06.8539062Z [00:03:56.275]➜  Thread model: posix
2025-08-20T19:18:06.8539915Z [00:03:56.275]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:06.8541423Z [00:03:56.275]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.8542440Z [00:03:56.275]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.8543257Z [00:03:56.275]➜  Candidate multilib: .;@m64
2025-08-20T19:18:06.8543893Z [00:03:56.275]➜  Selected multilib: .;@m64
2025-08-20T19:18:06.8544497Z [00:03:56.276]➜   (in-process)
2025-08-20T19:18:06.8584651Z [00:03:56.279]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_test_a-test.o -x c src/test.c
2025-08-20T19:18:06.8596586Z [00:03:56.280]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:06.8598480Z [00:03:56.281]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:06.8599571Z [00:03:56.281]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:06.8600280Z [00:03:56.281]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:06.8600946Z [00:03:56.281]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:06.8601613Z [00:03:56.281]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:06.8602256Z [00:03:56.281]➜  #include "..." search starts here:
2025-08-20T19:18:06.8602880Z [00:03:56.281]➜  #include <...> search starts here:
2025-08-20T19:18:06.8603439Z [00:03:56.281]➜   .
2025-08-20T19:18:06.8603885Z [00:03:56.281]➜   ./lib
2025-08-20T19:18:06.8604310Z [00:03:56.281]➜   src
2025-08-20T19:18:06.8604885Z [00:03:56.281]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:06.8605513Z [00:03:56.281]➜   /usr/local/include
2025-08-20T19:18:06.8606119Z [00:03:56.281]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:06.8606705Z [00:03:56.281]➜   /usr/include
2025-08-20T19:18:06.8607406Z [00:03:56.281]➜  End of search list.
2025-08-20T19:18:06.8622001Z [00:03:56.284]➜    CC       src/libsinglebin_touch_a-touch.o
2025-08-20T19:18:06.8861312Z [00:03:56.307]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:06.8862014Z [00:03:56.307]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:06.8862553Z [00:03:56.308]➜  Thread model: posix
2025-08-20T19:18:06.8863104Z [00:03:56.308]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:06.8863890Z [00:03:56.308]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.8864838Z [00:03:56.308]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.8866709Z [00:03:56.308]➜  Candidate multilib: .;@m64
2025-08-20T19:18:06.8867784Z [00:03:56.308]➜  Selected multilib: .;@m64
2025-08-20T19:18:06.8868394Z [00:03:56.308]➜   (in-process)
2025-08-20T19:18:06.8906040Z [00:03:56.311]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_touch_a-touch.o -x c src/touch.c
2025-08-20T19:18:06.8916570Z [00:03:56.311]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:06.8938315Z [00:03:56.311]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:06.8939762Z [00:03:56.311]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:06.8940517Z [00:03:56.311]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:06.8941236Z [00:03:56.311]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:06.8941938Z [00:03:56.311]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:06.8942637Z [00:03:56.311]➜  #include "..." search starts here:
2025-08-20T19:18:06.8943318Z [00:03:56.311]➜  #include <...> search starts here:
2025-08-20T19:18:06.8943879Z [00:03:56.311]➜   .
2025-08-20T19:18:06.8944302Z [00:03:56.311]➜   ./lib
2025-08-20T19:18:06.8944743Z [00:03:56.311]➜   src
2025-08-20T19:18:06.8945278Z [00:03:56.311]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:06.8945904Z [00:03:56.311]➜   /usr/local/include
2025-08-20T19:18:06.8946499Z [00:03:56.311]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:06.8947098Z [00:03:56.311]➜   /usr/include
2025-08-20T19:18:06.8947830Z [00:03:56.311]➜  End of search list.
2025-08-20T19:18:06.9282370Z [00:03:56.350]➜    CC       src/libsinglebin_tr_a-tr.o
2025-08-20T19:18:06.9523833Z [00:03:56.374]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:06.9524565Z [00:03:56.374]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:06.9526255Z [00:03:56.374]➜  Thread model: posix
2025-08-20T19:18:06.9526913Z [00:03:56.374]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:06.9529250Z [00:03:56.374]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.9530306Z [00:03:56.374]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:06.9531080Z [00:03:56.374]➜  Candidate multilib: .;@m64
2025-08-20T19:18:06.9531682Z [00:03:56.374]➜  Selected multilib: .;@m64
2025-08-20T19:18:06.9532271Z [00:03:56.374]➜   (in-process)
2025-08-20T19:18:06.9546672Z [00:03:56.375]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_tr_a-tr.o -x c src/tr.c
2025-08-20T19:18:06.9557076Z [00:03:56.375]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:06.9558669Z [00:03:56.376]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:06.9559791Z [00:03:56.376]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:06.9560523Z [00:03:56.376]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:06.9561236Z [00:03:56.376]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:06.9561945Z [00:03:56.376]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:06.9562615Z [00:03:56.376]➜  #include "..." search starts here:
2025-08-20T19:18:06.9563612Z [00:03:56.376]➜  #include <...> search starts here:
2025-08-20T19:18:06.9564171Z [00:03:56.376]➜   .
2025-08-20T19:18:06.9564613Z [00:03:56.376]➜   ./lib
2025-08-20T19:18:06.9565049Z [00:03:56.376]➜   src
2025-08-20T19:18:06.9565589Z [00:03:56.376]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:06.9566210Z [00:03:56.376]➜   /usr/local/include
2025-08-20T19:18:06.9566822Z [00:03:56.376]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:06.9567633Z [00:03:56.376]➜   /usr/include
2025-08-20T19:18:06.9568146Z [00:03:56.376]➜  End of search list.
2025-08-20T19:18:07.0419885Z [00:03:56.463]➜    CC       src/libsinglebin_true_a-true.o
2025-08-20T19:18:07.0657747Z [00:03:56.487]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.0658415Z [00:03:56.487]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.0658929Z [00:03:56.487]➜  Thread model: posix
2025-08-20T19:18:07.0659475Z [00:03:56.487]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.0660287Z [00:03:56.487]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.0661237Z [00:03:56.487]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.0662056Z [00:03:56.487]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.0663854Z [00:03:56.487]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.0664371Z [00:03:56.488]➜   (in-process)
2025-08-20T19:18:07.0675824Z [00:03:56.488]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_true_a-true.o -x c src/true.c
2025-08-20T19:18:07.0686107Z [00:03:56.489]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.0697827Z [00:03:56.489]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:07.0699008Z [00:03:56.489]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:07.0699735Z [00:03:56.489]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:07.0700417Z [00:03:56.489]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:07.0701081Z [00:03:56.489]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:07.0701706Z [00:03:56.489]➜  #include "..." search starts here:
2025-08-20T19:18:07.0702370Z [00:03:56.489]➜  #include <...> search starts here:
2025-08-20T19:18:07.0702927Z [00:03:56.489]➜   .
2025-08-20T19:18:07.0703334Z [00:03:56.489]➜   ./lib
2025-08-20T19:18:07.0703755Z [00:03:56.489]➜   src
2025-08-20T19:18:07.0704271Z [00:03:56.489]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:07.0704842Z [00:03:56.489]➜   /usr/local/include
2025-08-20T19:18:07.0705383Z [00:03:56.490]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:07.0706256Z [00:03:56.490]➜   /usr/include
2025-08-20T19:18:07.0706755Z [00:03:56.490]➜  End of search list.
2025-08-20T19:18:07.1191518Z [00:03:56.541]➜    CC       src/libsinglebin_truncate_a-truncate.o
2025-08-20T19:18:07.1541052Z [00:03:56.576]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.1541714Z [00:03:56.576]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.1542270Z [00:03:56.576]➜  Thread model: posix
2025-08-20T19:18:07.1542834Z [00:03:56.576]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.1543622Z [00:03:56.576]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.1546016Z [00:03:56.576]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.1546694Z [00:03:56.576]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.1547400Z [00:03:56.576]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.1548924Z [00:03:56.576]➜   (in-process)
2025-08-20T19:18:07.1562150Z [00:03:56.576]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_truncate_a-truncate.o -x c src/truncate.c
2025-08-20T19:18:07.1573314Z [00:03:56.577]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.1574623Z [00:03:56.578]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:07.1575627Z [00:03:56.578]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:07.1576273Z [00:03:56.578]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:07.1576958Z [00:03:56.578]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:07.1578595Z [00:03:56.578]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:07.1579246Z [00:03:56.578]➜  #include "..." search starts here:
2025-08-20T19:18:07.1579839Z [00:03:56.578]➜  #include <...> search starts here:
2025-08-20T19:18:07.1580333Z [00:03:56.578]➜   .
2025-08-20T19:18:07.1580685Z [00:03:56.578]➜   ./lib
2025-08-20T19:18:07.1581061Z [00:03:56.578]➜   src
2025-08-20T19:18:07.1581533Z [00:03:56.578]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:07.1582064Z [00:03:56.578]➜   /usr/local/include
2025-08-20T19:18:07.1582578Z [00:03:56.578]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:07.1583088Z [00:03:56.578]➜   /usr/include
2025-08-20T19:18:07.1583540Z [00:03:56.578]➜  End of search list.
2025-08-20T19:18:07.1584044Z [00:03:56.578]➜    CC       src/libsinglebin_tsort_a-tsort.o
2025-08-20T19:18:07.1987516Z [00:03:56.620]➜    CC       src/libsinglebin_tty_a-tty.o
2025-08-20T19:18:07.2031762Z [00:03:56.625]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.2032707Z [00:03:56.625]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.2033268Z [00:03:56.625]➜  Thread model: posix
2025-08-20T19:18:07.2033872Z [00:03:56.625]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.2034697Z [00:03:56.625]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.2035631Z [00:03:56.625]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.2036387Z [00:03:56.625]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.2036993Z [00:03:56.625]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.2064431Z [00:03:56.628]➜   (in-process)
2025-08-20T19:18:07.2086021Z [00:03:56.628]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_tsort_a-tsort.o -x c src/tsort.c
2025-08-20T19:18:07.2096142Z [00:03:56.629]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.2097602Z [00:03:56.630]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:07.2098623Z [00:03:56.630]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:07.2099291Z [00:03:56.630]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:07.2099972Z [00:03:56.630]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:07.2100690Z [00:03:56.630]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:07.2101363Z [00:03:56.630]➜  #include "..." search starts here:
2025-08-20T19:18:07.2102011Z [00:03:56.630]➜  #include <...> search starts here:
2025-08-20T19:18:07.2102603Z [00:03:56.630]➜   .
2025-08-20T19:18:07.2103015Z [00:03:56.630]➜   ./lib
2025-08-20T19:18:07.2103428Z [00:03:56.630]➜   src
2025-08-20T19:18:07.2103975Z [00:03:56.630]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:07.2104567Z [00:03:56.630]➜   /usr/local/include
2025-08-20T19:18:07.2105110Z [00:03:56.630]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:07.2105655Z [00:03:56.630]➜   /usr/include
2025-08-20T19:18:07.2106145Z [00:03:56.630]➜  End of search list.
2025-08-20T19:18:07.2230196Z [00:03:56.644]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.2230945Z [00:03:56.644]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.2231551Z [00:03:56.644]➜  Thread model: posix
2025-08-20T19:18:07.2232185Z [00:03:56.644]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.2233070Z [00:03:56.644]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.2234048Z [00:03:56.644]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.2235345Z [00:03:56.644]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.2235920Z [00:03:56.644]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.2236448Z [00:03:56.644]➜   (in-process)
2025-08-20T19:18:07.2253177Z [00:03:56.645]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_tty_a-tty.o -x c src/tty.c
2025-08-20T19:18:07.2263325Z [00:03:56.645]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.2264644Z [00:03:56.646]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:07.2265708Z [00:03:56.646]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:07.2266661Z [00:03:56.646]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:07.2267570Z [00:03:56.646]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:07.2268254Z [00:03:56.646]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:07.2268944Z [00:03:56.646]➜  #include "..." search starts here:
2025-08-20T19:18:07.2269640Z [00:03:56.646]➜  #include <...> search starts here:
2025-08-20T19:18:07.2270207Z [00:03:56.646]➜   .
2025-08-20T19:18:07.2270616Z [00:03:56.646]➜   ./lib
2025-08-20T19:18:07.2271059Z [00:03:56.646]➜   src
2025-08-20T19:18:07.2283862Z [00:03:56.646]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:07.2284608Z [00:03:56.646]➜   /usr/local/include
2025-08-20T19:18:07.2285229Z [00:03:56.646]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:07.2285828Z [00:03:56.646]➜   /usr/include
2025-08-20T19:18:07.2286352Z [00:03:56.646]➜  End of search list.
2025-08-20T19:18:07.2731574Z [00:03:56.695]➜    CC       src/libsinglebin_uname_a-uname.o
2025-08-20T19:18:07.2983558Z [00:03:56.719]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.2984402Z [00:03:56.719]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.2985030Z [00:03:56.719]➜  Thread model: posix
2025-08-20T19:18:07.2985676Z [00:03:56.719]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.2994119Z [00:03:56.719]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.3000252Z [00:03:56.719]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.3001093Z [00:03:56.719]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.3001745Z [00:03:56.719]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.3002330Z [00:03:56.719]➜   (in-process)
2025-08-20T19:18:07.3013805Z [00:03:56.720]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_uname_a-uname.o -x c src/uname.c
2025-08-20T19:18:07.3044939Z [00:03:56.720]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.3046286Z [00:03:56.721]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:07.3047503Z [00:03:56.721]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:07.3048219Z [00:03:56.721]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:07.3048908Z [00:03:56.721]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:07.3049565Z [00:03:56.721]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:07.3050211Z [00:03:56.721]➜  #include "..." search starts here:
2025-08-20T19:18:07.3050894Z [00:03:56.721]➜  #include <...> search starts here:
2025-08-20T19:18:07.3051412Z [00:03:56.721]➜   .
2025-08-20T19:18:07.3052083Z [00:03:56.721]➜   ./lib
2025-08-20T19:18:07.3052515Z [00:03:56.721]➜   src
2025-08-20T19:18:07.3053022Z [00:03:56.721]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:07.3053594Z [00:03:56.721]➜   /usr/local/include
2025-08-20T19:18:07.3054117Z [00:03:56.721]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:07.3054647Z [00:03:56.721]➜   /usr/include
2025-08-20T19:18:07.3055157Z [00:03:56.721]➜  End of search list.
2025-08-20T19:18:07.3470392Z [00:03:56.769]➜    CC       src/libsinglebin_uname_a-uname-uname.o
2025-08-20T19:18:07.3711434Z [00:03:56.793]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.3728849Z [00:03:56.793]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.3729506Z [00:03:56.793]➜  Thread model: posix
2025-08-20T19:18:07.3730153Z [00:03:56.793]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.3731042Z [00:03:56.793]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.3732154Z [00:03:56.793]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.3732957Z [00:03:56.793]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.3733574Z [00:03:56.793]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.3734143Z [00:03:56.794]➜   (in-process)
2025-08-20T19:18:07.3779795Z [00:03:56.794]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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 -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:07.3790489Z [00:03:56.794]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.3791758Z [00:03:56.795]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:07.3792754Z [00:03:56.795]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:07.3793391Z [00:03:56.795]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:07.3794010Z [00:03:56.795]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:07.3794642Z [00:03:56.795]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:07.3795245Z [00:03:56.795]➜  #include "..." search starts here:
2025-08-20T19:18:07.3795843Z [00:03:56.795]➜  #include <...> search starts here:
2025-08-20T19:18:07.3796341Z [00:03:56.795]➜   .
2025-08-20T19:18:07.3796699Z [00:03:56.795]➜   ./lib
2025-08-20T19:18:07.3797062Z [00:03:56.795]➜   src
2025-08-20T19:18:07.3797762Z [00:03:56.795]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:07.3798304Z [00:03:56.795]➜   /usr/local/include
2025-08-20T19:18:07.3798845Z [00:03:56.795]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:07.3799350Z [00:03:56.795]➜   /usr/include
2025-08-20T19:18:07.3800084Z [00:03:56.795]➜  End of search list.
2025-08-20T19:18:07.3921265Z [00:03:56.814]➜    CC       src/libsinglebin_unexpand_a-unexpand.o
2025-08-20T19:18:07.4024940Z [00:03:56.824]➜    CC       src/libsinglebin_unexpand_a-expand-common.o
2025-08-20T19:18:07.4298574Z [00:03:56.851]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.4300007Z [00:03:56.851]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.4302114Z [00:03:56.851]➜  Thread model: posix
2025-08-20T19:18:07.4303533Z [00:03:56.851]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.4304352Z [00:03:56.851]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.4305242Z [00:03:56.851]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.4308441Z [00:03:56.851]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.4309087Z [00:03:56.852]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.4309662Z [00:03:56.852]➜   (in-process)
2025-08-20T19:18:07.4321286Z [00:03:56.852]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:07.4336037Z [00:03:56.853]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.4343076Z [00:03:56.853]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.4343704Z [00:03:56.853]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.4344270Z [00:03:56.853]➜  Thread model: posix
2025-08-20T19:18:07.4344841Z [00:03:56.853]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.4345665Z [00:03:56.853]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.4346585Z [00:03:56.853]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.4347547Z [00:03:56.853]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.4348123Z [00:03:56.853]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.4348637Z [00:03:56.854]➜   (in-process)
2025-08-20T19:18:07.4350269Z [00:03:56.854]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-linux-gnu -emit-llvm-bc -flto=fullignoring nonexistent directory " -flto-unit/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include "
2025-08-20T19:18:07.4353016Z [00:03:56.854]➜  -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name unexpand.c -static-define -mrelocation-model picignoring nonexistent directory " /include-pic-level"
2025-08-20T19:18:07.4359450Z [00:03:56.854]➜   2 -pic-is-pie -mframe-pointer=none -fmath-errno ignoring duplicate directory "-ffp-contract=onlib "
2025-08-20T19:18:07.4360801Z [00:03:56.854]➜  -fno-rounding-mathignoring duplicate directory " ./lib-mconstructor-aliases"
2025-08-20T19:18:07.4361827Z [00:03:56.854]➜   ignoring duplicate directory "-funwind-tables=2./src "
2025-08-20T19:18:07.4363375Z [00:03:56.854]➜  -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 #include "..." search starts here:
2025-08-20T19:18:07.4364729Z [00:03:56.854]➜  -v#include <...> search starts here:
2025-08-20T19:18:07.4366971Z [00:03:56.854]➜    -v. 
2025-08-20T19:18:07.4367894Z [00:03:56.854]➜  -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7  ./lib-resource-dir
2025-08-20T19:18:07.4368738Z [00:03:56.854]➜    /usr/lib/llvm-19/lib/clang/19src 
2025-08-20T19:18:07.4369726Z [00:03:56.854]➜  -dependency-file  /usr/lib/llvm-19/lib/clang/19/includesrc/.deps/libsinglebin_unexpand_a-unexpand.Tpo
2025-08-20T19:18:07.4370617Z [00:03:56.854]➜    -MT/usr/local/include 
2025-08-20T19:18:07.4371559Z [00:03:56.854]➜  src/libsinglebin_unexpand_a-unexpand.o  /usr/include/x86_64-linux-gnu-sys-header-deps
2025-08-20T19:18:07.4372453Z [00:03:56.854]➜    -MP/usr/include 
2025-08-20T19:18:07.4372993Z [00:03:56.854]➜  -IEnd of search list.
2025-08-20T19:18:07.4382555Z [00:03:56.855]➜   . -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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_unexpand_a-unexpand.o -x c src/unexpand.c
2025-08-20T19:18:07.4388515Z [00:03:56.855]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.4389852Z [00:03:56.855]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:07.4390952Z [00:03:56.855]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:07.4391679Z [00:03:56.855]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:07.4392391Z [00:03:56.855]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:07.4393067Z [00:03:56.855]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:07.4393720Z [00:03:56.855]➜  #include "..." search starts here:
2025-08-20T19:18:07.4394396Z [00:03:56.856]➜  #include <...> search starts here:
2025-08-20T19:18:07.4394999Z [00:03:56.856]➜   .
2025-08-20T19:18:07.4395424Z [00:03:56.856]➜   ./lib
2025-08-20T19:18:07.4395880Z [00:03:56.856]➜   src
2025-08-20T19:18:07.4396425Z [00:03:56.856]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:07.4397025Z [00:03:56.856]➜   /usr/local/include
2025-08-20T19:18:07.4407971Z [00:03:56.856]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:07.4408558Z [00:03:56.856]➜   /usr/include
2025-08-20T19:18:07.4409083Z [00:03:56.856]➜  End of search list.
2025-08-20T19:18:07.4409741Z [00:03:56.857]➜    CC       src/libsinglebin_uniq_a-uniq.o
2025-08-20T19:18:07.4410497Z [00:03:56.860]➜    CC       src/libsinglebin_unlink_a-unlink.o
2025-08-20T19:18:07.4588940Z [00:03:56.880]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.4601193Z [00:03:56.881]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.4601848Z [00:03:56.881]➜  Thread model: posix
2025-08-20T19:18:07.4602455Z [00:03:56.882]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.4635525Z [00:03:56.885]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.4637111Z [00:03:56.885]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.4672436Z [00:03:56.885]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.4673079Z [00:03:56.885]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.4673660Z [00:03:56.885]➜   (in-process)
2025-08-20T19:18:07.4685127Z [00:03:56.885]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_uniq_a-uniq.o -x c src/uniq.c
2025-08-20T19:18:07.4695453Z [00:03:56.885]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.4697094Z [00:03:56.885]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:07.4698280Z [00:03:56.885]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:07.4698978Z [00:03:56.885]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:07.4699684Z [00:03:56.885]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:07.4700389Z [00:03:56.885]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:07.4701069Z [00:03:56.885]➜  #include "..." search starts here:
2025-08-20T19:18:07.4701721Z [00:03:56.885]➜  #include <...> search starts here:
2025-08-20T19:18:07.4702270Z [00:03:56.885]➜   .
2025-08-20T19:18:07.4702680Z [00:03:56.885]➜   ./lib
2025-08-20T19:18:07.4703111Z [00:03:56.885]➜   src
2025-08-20T19:18:07.4703657Z [00:03:56.885]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:07.4704277Z [00:03:56.885]➜   /usr/local/include
2025-08-20T19:18:07.4704903Z [00:03:56.885]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:07.4705479Z [00:03:56.885]➜   /usr/include
2025-08-20T19:18:07.4706008Z [00:03:56.885]➜  End of search list.
2025-08-20T19:18:07.4706674Z [00:03:56.885]➜    CC       src/libsinglebin_uptime_a-uptime.o
2025-08-20T19:18:07.4846740Z [00:03:56.906]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.4847682Z [00:03:56.906]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.4848299Z [00:03:56.906]➜  Thread model: posix
2025-08-20T19:18:07.4848931Z [00:03:56.906]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.4849830Z [00:03:56.906]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.4850841Z [00:03:56.906]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.4851632Z [00:03:56.906]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.4852256Z [00:03:56.906]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.4853160Z [00:03:56.906]➜   (in-process)
2025-08-20T19:18:07.4869303Z [00:03:56.907]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_unlink_a-unlink.o -x c src/unlink.c
2025-08-20T19:18:07.4880081Z [00:03:56.907]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.4895623Z [00:03:56.911]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:07.4901984Z [00:03:56.911]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:07.4902700Z [00:03:56.911]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:07.4903378Z [00:03:56.911]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:07.4904350Z [00:03:56.911]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:07.4904998Z [00:03:56.911]➜  #include "..." search starts here:
2025-08-20T19:18:07.4905602Z [00:03:56.911]➜  #include <...> search starts here:
2025-08-20T19:18:07.4906164Z [00:03:56.911]➜   .
2025-08-20T19:18:07.4906580Z [00:03:56.911]➜   ./lib
2025-08-20T19:18:07.4907000Z [00:03:56.911]➜   src
2025-08-20T19:18:07.4907708Z [00:03:56.911]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:07.4908280Z [00:03:56.911]➜   /usr/local/include
2025-08-20T19:18:07.4908810Z [00:03:56.911]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:07.4909350Z [00:03:56.911]➜   /usr/include
2025-08-20T19:18:07.4909829Z [00:03:56.911]➜  End of search list.
2025-08-20T19:18:07.4952513Z [00:03:56.917]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.4955096Z [00:03:56.917]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.4956101Z [00:03:56.917]➜  Thread model: posix
2025-08-20T19:18:07.4969122Z [00:03:56.917]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.4970074Z [00:03:56.917]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.4971115Z [00:03:56.917]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.4971924Z [00:03:56.917]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.4972556Z [00:03:56.917]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.4973128Z [00:03:56.918]➜   (in-process)
2025-08-20T19:18:07.4984986Z [00:03:56.918]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_uptime_a-uptime.o -x c src/uptime.c
2025-08-20T19:18:07.5002819Z [00:03:56.922]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.5011572Z [00:03:56.923]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:07.5038006Z [00:03:56.923]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:07.5038736Z [00:03:56.923]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:07.5039434Z [00:03:56.923]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:07.5040146Z [00:03:56.923]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:07.5040828Z [00:03:56.923]➜  #include "..." search starts here:
2025-08-20T19:18:07.5041495Z [00:03:56.923]➜  #include <...> search starts here:
2025-08-20T19:18:07.5042027Z [00:03:56.923]➜   .
2025-08-20T19:18:07.5042414Z [00:03:56.923]➜   ./lib
2025-08-20T19:18:07.5042790Z [00:03:56.923]➜   src
2025-08-20T19:18:07.5043544Z [00:03:56.923]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:07.5044657Z [00:03:56.923]➜   /usr/local/include
2025-08-20T19:18:07.5045378Z [00:03:56.923]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:07.5046147Z [00:03:56.923]➜   /usr/include
2025-08-20T19:18:07.5046794Z [00:03:56.923]➜  End of search list.
2025-08-20T19:18:07.5715297Z [00:03:56.993]➜    CC       src/libsinglebin_vdir_a-coreutils-vdir.o
2025-08-20T19:18:07.5952270Z [00:03:57.017]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.5953231Z [00:03:57.017]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.5954004Z [00:03:57.017]➜  Thread model: posix
2025-08-20T19:18:07.5956377Z [00:03:57.017]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.5957318Z [00:03:57.017]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.5958208Z [00:03:57.017]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.5958886Z [00:03:57.017]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.5962392Z [00:03:57.017]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.5962990Z [00:03:57.017]➜   (in-process)
2025-08-20T19:18:07.5974211Z [00:03:57.018]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:07.5987305Z [00:03:57.018]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.5988606Z [00:03:57.019]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:07.5989611Z [00:03:57.019]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:07.5990286Z [00:03:57.019]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:07.5990944Z [00:03:57.020]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:07.5991572Z [00:03:57.020]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:07.5992182Z [00:03:57.020]➜  #include "..." search starts here:
2025-08-20T19:18:07.5992806Z [00:03:57.020]➜  #include <...> search starts here:
2025-08-20T19:18:07.5993342Z [00:03:57.020]➜   .
2025-08-20T19:18:07.5993729Z [00:03:57.020]➜   ./lib
2025-08-20T19:18:07.5994140Z [00:03:57.020]➜   src
2025-08-20T19:18:07.5994644Z [00:03:57.020]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:07.5995208Z [00:03:57.020]➜   /usr/local/include
2025-08-20T19:18:07.5995735Z [00:03:57.020]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:07.5996285Z [00:03:57.020]➜   /usr/include
2025-08-20T19:18:07.5996781Z [00:03:57.020]➜  End of search list.
2025-08-20T19:18:07.6407111Z [00:03:57.062]➜    CC       src/libsinglebin_wc_a-wc.o
2025-08-20T19:18:07.6620654Z [00:03:57.084]➜    CC       src/libwc_avx2_a-wc_avx2.o
2025-08-20T19:18:07.6797402Z [00:03:57.101]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.6804120Z [00:03:57.101]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.6804755Z [00:03:57.101]➜  Thread model: posix
2025-08-20T19:18:07.6805410Z [00:03:57.101]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.6806276Z [00:03:57.101]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.6807502Z [00:03:57.101]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.6808267Z [00:03:57.101]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.6808847Z [00:03:57.101]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.6846240Z [00:03:57.106]➜   (in-process)
2025-08-20T19:18:07.6894557Z [00:03:57.110]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_wc_a-wc.o -x c src/wc.c
2025-08-20T19:18:07.6907436Z [00:03:57.110]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.6908717Z [00:03:57.110]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:07.6909656Z [00:03:57.110]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:07.6910241Z [00:03:57.110]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:07.6910830Z [00:03:57.110]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:07.6911412Z [00:03:57.110]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:07.6911984Z [00:03:57.110]➜  #include "..." search starts here:
2025-08-20T19:18:07.6912569Z [00:03:57.110]➜  #include <...> search starts here:
2025-08-20T19:18:07.6913044Z [00:03:57.110]➜   .
2025-08-20T19:18:07.6913412Z [00:03:57.110]➜   ./lib
2025-08-20T19:18:07.6913783Z [00:03:57.110]➜   src
2025-08-20T19:18:07.6914241Z [00:03:57.110]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:07.6914774Z [00:03:57.110]➜   /usr/local/include
2025-08-20T19:18:07.6915272Z [00:03:57.110]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:07.6915767Z [00:03:57.110]➜   /usr/include
2025-08-20T19:18:07.6916201Z [00:03:57.110]➜  End of search list.
2025-08-20T19:18:07.7009247Z [00:03:57.122]➜    CC       src/libsinglebin_whoami_a-whoami.o
2025-08-20T19:18:07.7063816Z [00:03:57.128]➜    CC       src/libsinglebin_yes_a-yes.o
2025-08-20T19:18:07.7102835Z [00:03:57.132]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.7107806Z [00:03:57.132]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.7108337Z [00:03:57.132]➜  Thread model: posix
2025-08-20T19:18:07.7109203Z [00:03:57.132]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.7110010Z [00:03:57.132]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.7111357Z [00:03:57.132]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.7112419Z [00:03:57.132]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.7113163Z [00:03:57.132]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.7113887Z [00:03:57.132]➜   (in-process)
2025-08-20T19:18:07.7123917Z [00:03:57.132]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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_avx2.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -target-feature +avx2 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file src/.deps/libwc_avx2_a-wc_avx2.Tpo -MT src/libwc_avx2_a-wc_avx2.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libwc_avx2_a-wc_avx2.o -x c src/wc_avx2.c
2025-08-20T19:18:07.7139375Z [00:03:57.133]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.7141017Z [00:03:57.133]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:07.7142107Z [00:03:57.134]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:07.7142793Z [00:03:57.134]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:07.7143457Z [00:03:57.134]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:07.7144105Z [00:03:57.134]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:07.7144713Z [00:03:57.134]➜  #include "..." search starts here:
2025-08-20T19:18:07.7145326Z [00:03:57.134]➜  #include <...> search starts here:
2025-08-20T19:18:07.7145859Z [00:03:57.134]➜   .
2025-08-20T19:18:07.7146260Z [00:03:57.134]➜   ./lib
2025-08-20T19:18:07.7146674Z [00:03:57.134]➜   src
2025-08-20T19:18:07.7147374Z [00:03:57.134]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:07.7147970Z [00:03:57.134]➜   /usr/local/include
2025-08-20T19:18:07.7148529Z [00:03:57.134]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:07.7149338Z [00:03:57.134]➜   /usr/include
2025-08-20T19:18:07.7149827Z [00:03:57.134]➜  End of search list.
2025-08-20T19:18:07.7178006Z [00:03:57.139]➜    GEN      src/coreutils_shebangs
2025-08-20T19:18:07.7408943Z [00:03:57.162]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.7419227Z [00:03:57.162]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.7419868Z [00:03:57.162]➜  Thread model: posix
2025-08-20T19:18:07.7420509Z [00:03:57.162]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.7441221Z [00:03:57.166]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.7443627Z [00:03:57.166]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.7444453Z [00:03:57.166]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.7445094Z [00:03:57.166]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.7448793Z [00:03:57.166]➜   (in-process)
2025-08-20T19:18:07.7463062Z [00:03:57.167]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_whoami_a-whoami.o -x c src/whoami.c
2025-08-20T19:18:07.7474263Z [00:03:57.167]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.7476337Z [00:03:57.168]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:07.7478329Z [00:03:57.169]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:07.7481490Z [00:03:57.170]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:07.7486818Z [00:03:57.170]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:07.7490583Z [00:03:57.171]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:07.7492041Z [00:03:57.171]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.7493163Z [00:03:57.171]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.7495693Z [00:03:57.171]➜  Thread model: posix
2025-08-20T19:18:07.7496306Z [00:03:57.171]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.7497754Z [00:03:57.171]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.7498733Z [00:03:57.171]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.7499519Z [00:03:57.171]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.7500100Z [00:03:57.171]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.7500691Z [00:03:57.171]➜  #include "..." search starts here:
2025-08-20T19:18:07.7502947Z [00:03:57.171]➜  #include <...> search starts here:
2025-08-20T19:18:07.7503576Z [00:03:57.172]➜   (in-process)
2025-08-20T19:18:07.7528928Z [00:03:57.172]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_yes_a-yes.o -x c src/yes.c
2025-08-20T19:18:07.7538747Z [00:03:57.172]➜   .
2025-08-20T19:18:07.7539580Z [00:03:57.173]➜   ./libclang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.7540381Z [00:03:57.173]➜  
2025-08-20T19:18:07.7540770Z [00:03:57.173]➜   src
2025-08-20T19:18:07.7541283Z [00:03:57.173]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:07.7541876Z [00:03:57.173]➜   /usr/local/include
2025-08-20T19:18:07.7542442Z [00:03:57.173]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:07.7543010Z [00:03:57.173]➜   /usr/include
2025-08-20T19:18:07.7543480Z [00:03:57.173]➜  End of search list.
2025-08-20T19:18:07.7544823Z [00:03:57.173]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:07.7545970Z [00:03:57.173]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:07.7546695Z [00:03:57.173]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:07.7547642Z [00:03:57.173]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:07.7548378Z [00:03:57.173]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:07.7549081Z [00:03:57.174]➜  #include "..." search starts here:
2025-08-20T19:18:07.7549740Z [00:03:57.174]➜  #include <...> search starts here:
2025-08-20T19:18:07.7550311Z [00:03:57.174]➜   .
2025-08-20T19:18:07.7550728Z [00:03:57.174]➜   ./lib
2025-08-20T19:18:07.7551157Z [00:03:57.174]➜   src
2025-08-20T19:18:07.7551679Z [00:03:57.174]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:07.7552316Z [00:03:57.174]➜   /usr/local/include
2025-08-20T19:18:07.7552910Z [00:03:57.174]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:07.7553517Z [00:03:57.174]➜   /usr/include
2025-08-20T19:18:07.7554038Z [00:03:57.174]➜  End of search list.
2025-08-20T19:18:07.8784392Z [00:03:57.300]➜    CC       src/getlimits.o
2025-08-20T19:18:07.9134943Z [00:03:57.335]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.9136235Z [00:03:57.335]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.9138128Z [00:03:57.335]➜  Thread model: posix
2025-08-20T19:18:07.9139031Z [00:03:57.335]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.9141532Z [00:03:57.335]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.9142598Z [00:03:57.335]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.9143405Z [00:03:57.335]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.9144040Z [00:03:57.335]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.9145037Z [00:03:57.335]➜   (in-process)
2025-08-20T19:18:07.9155451Z [00:03:57.335]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/getlimits.o -x c src/getlimits.c
2025-08-20T19:18:07.9176267Z [00:03:57.336]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.9177917Z [00:03:57.338]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:07.9179060Z [00:03:57.338]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:07.9179812Z [00:03:57.338]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:07.9180532Z [00:03:57.338]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:07.9181241Z [00:03:57.338]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:07.9181960Z [00:03:57.338]➜  #include "..." search starts here:
2025-08-20T19:18:07.9182952Z [00:03:57.338]➜  #include <...> search starts here:
2025-08-20T19:18:07.9183582Z [00:03:57.338]➜   .
2025-08-20T19:18:07.9184020Z [00:03:57.338]➜   ./lib
2025-08-20T19:18:07.9184468Z [00:03:57.338]➜   src
2025-08-20T19:18:07.9185013Z [00:03:57.338]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:07.9185647Z [00:03:57.338]➜   /usr/local/include
2025-08-20T19:18:07.9186262Z [00:03:57.338]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:07.9186797Z [00:03:57.338]➜   /usr/include
2025-08-20T19:18:07.9207606Z [00:03:57.338]➜  End of search list.
2025-08-20T19:18:07.9211125Z [00:03:57.343]➜    CC       src/make-prime-list.o
2025-08-20T19:18:07.9705812Z [00:03:57.392]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:07.9706613Z [00:03:57.392]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:07.9724306Z [00:03:57.392]➜  Thread model: posix
2025-08-20T19:18:07.9725038Z [00:03:57.392]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:07.9726042Z [00:03:57.392]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.9727089Z [00:03:57.392]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:07.9728192Z [00:03:57.392]➜  Candidate multilib: .;@m64
2025-08-20T19:18:07.9728826Z [00:03:57.392]➜  Selected multilib: .;@m64
2025-08-20T19:18:07.9737817Z [00:03:57.395]➜   (in-process)
2025-08-20T19:18:07.9751277Z [00:03:57.396]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/make-prime-list.o -x c src/make-prime-list.c
2025-08-20T19:18:07.9761477Z [00:03:57.397]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:07.9763224Z [00:03:57.397]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:07.9764749Z [00:03:57.397]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:07.9765904Z [00:03:57.397]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:07.9767013Z [00:03:57.397]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:07.9768210Z [00:03:57.397]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:07.9769174Z [00:03:57.397]➜  #include "..." search starts here:
2025-08-20T19:18:07.9770167Z [00:03:57.397]➜  #include <...> search starts here:
2025-08-20T19:18:07.9770934Z [00:03:57.397]➜   .
2025-08-20T19:18:07.9771309Z [00:03:57.397]➜   ./lib
2025-08-20T19:18:07.9771681Z [00:03:57.397]➜   src
2025-08-20T19:18:07.9772141Z [00:03:57.397]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:07.9772678Z [00:03:57.397]➜   /usr/local/include
2025-08-20T19:18:07.9773183Z [00:03:57.397]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:07.9773695Z [00:03:57.397]➜   /usr/include
2025-08-20T19:18:07.9774122Z [00:03:57.397]➜  End of search list.
2025-08-20T19:18:07.9888928Z [00:03:57.410]➜    CC       src/libsinglebin_arch_a-coreutils-arch.o
2025-08-20T19:18:08.0156817Z [00:03:57.437]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.0169868Z [00:03:57.437]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.0170524Z [00:03:57.437]➜  Thread model: posix
2025-08-20T19:18:08.0171184Z [00:03:57.437]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.0172104Z [00:03:57.437]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.0173145Z [00:03:57.437]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.0173942Z [00:03:57.437]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.0174577Z [00:03:57.437]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.0175163Z [00:03:57.438]➜   (in-process)
2025-08-20T19:18:08.0195534Z [00:03:57.440]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:08.0223933Z [00:03:57.443]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.0225353Z [00:03:57.443]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.0226509Z [00:03:57.443]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.0227450Z [00:03:57.444]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.0228189Z [00:03:57.444]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.0228930Z [00:03:57.444]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.0229631Z [00:03:57.444]➜  #include "..." search starts here:
2025-08-20T19:18:08.0230236Z [00:03:57.444]➜  #include <...> search starts here:
2025-08-20T19:18:08.0230750Z [00:03:57.444]➜   .
2025-08-20T19:18:08.0231180Z [00:03:57.444]➜   ./lib
2025-08-20T19:18:08.0231610Z [00:03:57.444]➜   src
2025-08-20T19:18:08.0232144Z [00:03:57.444]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.0232763Z [00:03:57.444]➜   /usr/local/include
2025-08-20T19:18:08.0233368Z [00:03:57.444]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.0233940Z [00:03:57.444]➜   /usr/include
2025-08-20T19:18:08.0234456Z [00:03:57.444]➜  End of search list.
2025-08-20T19:18:08.0689220Z [00:03:57.490]➜    CC       src/libsinglebin_hostname_a-hostname.o
2025-08-20T19:18:08.0894094Z [00:03:57.511]➜    CC       src/libsinglebin_stdbuf_a-stdbuf.o
2025-08-20T19:18:08.1034656Z [00:03:57.525]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.1038133Z [00:03:57.525]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.1038974Z [00:03:57.525]➜  Thread model: posix
2025-08-20T19:18:08.1039569Z [00:03:57.525]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.1043608Z [00:03:57.525]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.1048548Z [00:03:57.525]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.1049229Z [00:03:57.525]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.1049731Z [00:03:57.525]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.1050219Z [00:03:57.526]➜   (in-process)
2025-08-20T19:18:08.1083326Z [00:03:57.529]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_hostname_a-hostname.o -x c src/hostname.c
2025-08-20T19:18:08.1129697Z [00:03:57.529]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.1131098Z [00:03:57.529]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.1132215Z [00:03:57.529]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.1132943Z [00:03:57.529]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.1133650Z [00:03:57.529]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.1134363Z [00:03:57.529]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.1135055Z [00:03:57.529]➜  #include "..." search starts here:
2025-08-20T19:18:08.1135740Z [00:03:57.529]➜  #include <...> search starts here:
2025-08-20T19:18:08.1136353Z [00:03:57.529]➜   .
2025-08-20T19:18:08.1136781Z [00:03:57.529]➜   ./lib
2025-08-20T19:18:08.1137668Z [00:03:57.529]➜   src
2025-08-20T19:18:08.1138251Z [00:03:57.529]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.1138880Z [00:03:57.529]➜   /usr/local/include
2025-08-20T19:18:08.1139475Z [00:03:57.529]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.1140040Z [00:03:57.529]➜   /usr/include
2025-08-20T19:18:08.1140529Z [00:03:57.529]➜  End of search list.
2025-08-20T19:18:08.1265983Z [00:03:57.548]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.1270304Z [00:03:57.549]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.1312815Z [00:03:57.553]➜  Thread model: posix
2025-08-20T19:18:08.1313866Z [00:03:57.553]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.1315032Z [00:03:57.553]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.1316327Z [00:03:57.553]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.1317658Z [00:03:57.553]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.1318524Z [00:03:57.553]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.1319714Z [00:03:57.553]➜   (in-process)
2025-08-20T19:18:08.1331459Z [00:03:57.553]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/libsinglebin_stdbuf_a-stdbuf.o -x c src/stdbuf.c
2025-08-20T19:18:08.1346340Z [00:03:57.553]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.1347893Z [00:03:57.553]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.1349277Z [00:03:57.553]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.1349996Z [00:03:57.553]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.1350672Z [00:03:57.553]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.1351347Z [00:03:57.553]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.1352017Z [00:03:57.553]➜  #include "..." search starts here:
2025-08-20T19:18:08.1352632Z [00:03:57.553]➜  #include <...> search starts here:
2025-08-20T19:18:08.1353231Z [00:03:57.553]➜   .
2025-08-20T19:18:08.1353633Z [00:03:57.553]➜   ./lib
2025-08-20T19:18:08.1354080Z [00:03:57.553]➜   src
2025-08-20T19:18:08.1354582Z [00:03:57.553]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.1355162Z [00:03:57.553]➜   /usr/local/include
2025-08-20T19:18:08.1355753Z [00:03:57.553]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.1356310Z [00:03:57.553]➜   /usr/include
2025-08-20T19:18:08.1356790Z [00:03:57.553]➜  End of search list.
2025-08-20T19:18:08.1571292Z [00:03:57.579]➜    CC       src/coreutils-coreutils.o
2025-08-20T19:18:08.1908198Z [00:03:57.612]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.1908984Z [00:03:57.612]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.1909600Z [00:03:57.612]➜  Thread model: posix
2025-08-20T19:18:08.1910242Z [00:03:57.612]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.1911133Z [00:03:57.612]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.1912147Z [00:03:57.612]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.1912987Z [00:03:57.612]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.1913608Z [00:03:57.612]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.1931141Z [00:03:57.613]➜   (in-process)
2025-08-20T19:18:08.1942189Z [00:03:57.613]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/coreutils-coreutils.o -x c src/coreutils.c
2025-08-20T19:18:08.1952048Z [00:03:57.613]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.1953317Z [00:03:57.614]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.1954327Z [00:03:57.614]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.1954993Z [00:03:57.614]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.1955730Z [00:03:57.614]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.1956468Z [00:03:57.614]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.1987517Z [00:03:57.614]➜  #include "..." search starts here:
2025-08-20T19:18:08.1988293Z [00:03:57.614]➜  #include <...> search starts here:
2025-08-20T19:18:08.1989155Z [00:03:57.614]➜   .
2025-08-20T19:18:08.1989556Z [00:03:57.614]➜   ./lib
2025-08-20T19:18:08.1990007Z [00:03:57.614]➜   src
2025-08-20T19:18:08.1990560Z [00:03:57.614]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.1991201Z [00:03:57.614]➜   /usr/local/include
2025-08-20T19:18:08.1991809Z [00:03:57.614]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.1992402Z [00:03:57.614]➜   /usr/include
2025-08-20T19:18:08.1992921Z [00:03:57.614]➜  End of search list.
2025-08-20T19:18:08.2307435Z [00:03:57.652]➜    CC       src/version.o
2025-08-20T19:18:08.2544295Z [00:03:57.676]➜    CC       lib/libcoreutils_a-copy-acl.o
2025-08-20T19:18:08.2770352Z [00:03:57.698]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.2774366Z [00:03:57.699]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.2774916Z [00:03:57.699]➜  Thread model: posix
2025-08-20T19:18:08.2775707Z [00:03:57.699]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.2776662Z [00:03:57.699]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.2778662Z [00:03:57.699]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.2779376Z [00:03:57.699]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.2779926Z [00:03:57.699]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.2785075Z [00:03:57.700]➜   (in-process)
2025-08-20T19:18:08.2797413Z [00:03:57.700]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o src/version.o -x c src/version.c
2025-08-20T19:18:08.2809470Z [00:03:57.703]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.2810883Z [00:03:57.703]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.2812010Z [00:03:57.703]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.2812786Z [00:03:57.703]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.2813532Z [00:03:57.703]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.2814276Z [00:03:57.703]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.2815116Z [00:03:57.703]➜  #include "..." search starts here:
2025-08-20T19:18:08.2815833Z [00:03:57.703]➜  #include <...> search starts here:
2025-08-20T19:18:08.2816452Z [00:03:57.703]➜   .
2025-08-20T19:18:08.2816936Z [00:03:57.703]➜   ./lib
2025-08-20T19:18:08.2817619Z [00:03:57.703]➜   src
2025-08-20T19:18:08.2818227Z [00:03:57.703]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.2818908Z [00:03:57.703]➜   /usr/local/include
2025-08-20T19:18:08.2819553Z [00:03:57.703]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.2820991Z [00:03:57.703]➜   /usr/include
2025-08-20T19:18:08.2821465Z [00:03:57.703]➜  End of search list.
2025-08-20T19:18:08.2950018Z [00:03:57.716]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.2950648Z [00:03:57.717]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.2951281Z [00:03:57.717]➜  Thread model: posix
2025-08-20T19:18:08.2951906Z [00:03:57.717]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.2952730Z [00:03:57.717]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.2953644Z [00:03:57.717]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.2954323Z [00:03:57.717]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.2954845Z [00:03:57.717]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.2976096Z [00:03:57.719]➜   (in-process)
2025-08-20T19:18:08.3033272Z [00:03:57.724]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-copy-acl.o -x c lib/copy-acl.c
2025-08-20T19:18:08.3044767Z [00:03:57.724]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.3046218Z [00:03:57.724]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.3047664Z [00:03:57.724]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.3048517Z [00:03:57.724]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.3049326Z [00:03:57.724]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.3050126Z [00:03:57.724]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.3050932Z [00:03:57.724]➜  #include "..." search starts here:
2025-08-20T19:18:08.3051729Z [00:03:57.724]➜  #include <...> search starts here:
2025-08-20T19:18:08.3052441Z [00:03:57.724]➜   .
2025-08-20T19:18:08.3052958Z [00:03:57.724]➜   ./lib
2025-08-20T19:18:08.3053529Z [00:03:57.724]➜   src
2025-08-20T19:18:08.3054178Z [00:03:57.724]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.3054919Z [00:03:57.724]➜   /usr/local/include
2025-08-20T19:18:08.3055623Z [00:03:57.724]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.3056356Z [00:03:57.724]➜   /usr/include
2025-08-20T19:18:08.3057020Z [00:03:57.724]➜  End of search list.
2025-08-20T19:18:08.3090309Z [00:03:57.731]➜    CC       lib/libcoreutils_a-set-acl.o
2025-08-20T19:18:08.3152123Z [00:03:57.737]➜    CC       lib/libcoreutils_a-acl-errno-valid.o
2025-08-20T19:18:08.3384094Z [00:03:57.760]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.3396298Z [00:03:57.760]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.3396894Z [00:03:57.760]➜  Thread model: posix
2025-08-20T19:18:08.3397683Z [00:03:57.760]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.3398866Z [00:03:57.760]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.3399847Z [00:03:57.760]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.3400588Z [00:03:57.760]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.3401146Z [00:03:57.760]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.3401663Z [00:03:57.760]➜   (in-process)
2025-08-20T19:18:08.3413867Z [00:03:57.760]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-set-acl.o -x c lib/set-acl.c
2025-08-20T19:18:08.3424859Z [00:03:57.760]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.3426222Z [00:03:57.760]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.3427503Z [00:03:57.760]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.3428202Z [00:03:57.760]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.3428842Z [00:03:57.760]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.3429547Z [00:03:57.760]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.3430224Z [00:03:57.760]➜  #include "..." search starts here:
2025-08-20T19:18:08.3430873Z [00:03:57.760]➜  #include <...> search starts here:
2025-08-20T19:18:08.3431404Z [00:03:57.760]➜   .
2025-08-20T19:18:08.3431811Z [00:03:57.760]➜   ./lib
2025-08-20T19:18:08.3432264Z [00:03:57.760]➜   src
2025-08-20T19:18:08.3432816Z [00:03:57.760]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.3433440Z [00:03:57.760]➜   /usr/local/include
2025-08-20T19:18:08.3434023Z [00:03:57.760]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.3434583Z [00:03:57.760]➜   /usr/include
2025-08-20T19:18:08.3435060Z [00:03:57.760]➜  End of search list.
2025-08-20T19:18:08.3620869Z [00:03:57.784]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.3626861Z [00:03:57.784]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.3627681Z [00:03:57.784]➜  Thread model: posix
2025-08-20T19:18:08.3628320Z [00:03:57.784]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.3629209Z [00:03:57.784]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.3630503Z [00:03:57.784]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.3631515Z [00:03:57.784]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.3632312Z [00:03:57.784]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.3633085Z [00:03:57.784]➜   (in-process)
2025-08-20T19:18:08.3646068Z [00:03:57.784]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:08.3664811Z [00:03:57.788]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.3674026Z [00:03:57.788]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.3677567Z [00:03:57.788]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.3678332Z [00:03:57.789]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.3679316Z [00:03:57.789]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.3707845Z [00:03:57.789]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.3708568Z [00:03:57.789]➜  #include "..." search starts here:
2025-08-20T19:18:08.3709242Z [00:03:57.789]➜  #include <...> search starts here:
2025-08-20T19:18:08.3709805Z [00:03:57.789]➜   .
2025-08-20T19:18:08.3710245Z [00:03:57.789]➜   ./lib
2025-08-20T19:18:08.3710685Z [00:03:57.789]➜   src
2025-08-20T19:18:08.3711229Z [00:03:57.789]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.3711831Z [00:03:57.789]➜   /usr/local/include
2025-08-20T19:18:08.3712378Z [00:03:57.789]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.3712891Z [00:03:57.789]➜   /usr/include
2025-08-20T19:18:08.3713341Z [00:03:57.789]➜  End of search list.
2025-08-20T19:18:08.3899823Z [00:03:57.812]➜    CC       lib/libcoreutils_a-acl-internal.o
2025-08-20T19:18:08.4058400Z [00:03:57.827]➜    CC       lib/libcoreutils_a-get-permissions.o
2025-08-20T19:18:08.4128942Z [00:03:57.834]➜    CC       lib/libcoreutils_a-set-permissions.o
2025-08-20T19:18:08.4140802Z [00:03:57.836]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.4141467Z [00:03:57.836]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.4142005Z [00:03:57.836]➜  Thread model: posix
2025-08-20T19:18:08.4142559Z [00:03:57.836]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.4143353Z [00:03:57.836]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.4144243Z [00:03:57.836]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.4144920Z [00:03:57.836]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.4145460Z [00:03:57.836]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.4155186Z [00:03:57.837]➜   (in-process)
2025-08-20T19:18:08.4173224Z [00:03:57.838]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-acl-internal.o -x c lib/acl-internal.c
2025-08-20T19:18:08.4194738Z [00:03:57.841]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.4204434Z [00:03:57.842]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.4205509Z [00:03:57.842]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.4206156Z [00:03:57.842]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.4206825Z [00:03:57.842]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.4207589Z [00:03:57.842]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.4208469Z [00:03:57.842]➜  #include "..." search starts here:
2025-08-20T19:18:08.4209066Z [00:03:57.842]➜  #include <...> search starts here:
2025-08-20T19:18:08.4209559Z [00:03:57.842]➜   .
2025-08-20T19:18:08.4209921Z [00:03:57.842]➜   ./lib
2025-08-20T19:18:08.4210305Z [00:03:57.842]➜   src
2025-08-20T19:18:08.4210774Z [00:03:57.842]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.4211309Z [00:03:57.842]➜   /usr/local/include
2025-08-20T19:18:08.4211825Z [00:03:57.842]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.4212335Z [00:03:57.842]➜   /usr/include
2025-08-20T19:18:08.4212783Z [00:03:57.842]➜  End of search list.
2025-08-20T19:18:08.4292244Z [00:03:57.851]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.4296551Z [00:03:57.851]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.4299001Z [00:03:57.851]➜  Thread model: posix
2025-08-20T19:18:08.4302064Z [00:03:57.852]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.4305352Z [00:03:57.852]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.4308487Z [00:03:57.852]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.4313755Z [00:03:57.853]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.4316142Z [00:03:57.853]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.4322742Z [00:03:57.854]➜   (in-process)
2025-08-20T19:18:08.4354162Z [00:03:57.857]➜   "/  CC       lib/libcoreutils_a-alignalloc.o
2025-08-20T19:18:08.4366540Z [00:03:57.857]➜  usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-get-permissions.o -x c lib/get-permissions.c
2025-08-20T19:18:08.4400303Z [00:03:57.857]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.4401692Z [00:03:57.857]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.4402801Z [00:03:57.857]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.4403511Z [00:03:57.857]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.4404190Z [00:03:57.857]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.4404912Z [00:03:57.857]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.4405616Z [00:03:57.857]➜  #include "..." search starts here:
2025-08-20T19:18:08.4406287Z [00:03:57.857]➜  #include <...> search starts here:
2025-08-20T19:18:08.4406876Z [00:03:57.857]➜   .
2025-08-20T19:18:08.4407515Z [00:03:57.857]➜   ./lib
2025-08-20T19:18:08.4407959Z [00:03:57.857]➜   src
2025-08-20T19:18:08.4408818Z [00:03:57.857]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.4409489Z [00:03:57.857]➜   /usr/local/include
2025-08-20T19:18:08.4410096Z [00:03:57.857]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.4410689Z [00:03:57.857]➜   /usr/include
2025-08-20T19:18:08.4411203Z [00:03:57.857]➜  End of search list.
2025-08-20T19:18:08.4547418Z [00:03:57.876]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.4569395Z [00:03:57.876]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.4570020Z [00:03:57.876]➜  Thread model: posix
2025-08-20T19:18:08.4570664Z [00:03:57.876]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.4571543Z [00:03:57.876]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.4572514Z [00:03:57.876]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.4580561Z [00:03:57.876]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.4581185Z [00:03:57.876]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.4581787Z [00:03:57.879]➜   (in-process)
2025-08-20T19:18:08.4598443Z [00:03:57.880]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-set-permissions.o -x c lib/set-permissions.c
2025-08-20T19:18:08.4609733Z [00:03:57.880]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.4611016Z [00:03:57.881]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.4612098Z [00:03:57.881]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.4616215Z [00:03:57.881]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.4616953Z [00:03:57.881]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.4617865Z [00:03:57.881]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.4618559Z [00:03:57.881]➜  #include "..." search starts here:
2025-08-20T19:18:08.4619387Z [00:03:57.881]➜  #include <...> search starts here:
2025-08-20T19:18:08.4620236Z [00:03:57.881]➜   .
2025-08-20T19:18:08.4620662Z [00:03:57.881]➜   ./lib
2025-08-20T19:18:08.4623859Z [00:03:57.881]➜   src
2025-08-20T19:18:08.4624568Z [00:03:57.881]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.4625322Z [00:03:57.881]➜   /usr/local/include
2025-08-20T19:18:08.4625848Z [00:03:57.881]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.4626569Z [00:03:57.881]➜   /usr/include
2025-08-20T19:18:08.4627428Z [00:03:57.881]➜  End of search list.
2025-08-20T19:18:08.4629592Z [00:03:57.884]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.4630301Z [00:03:57.884]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.4630872Z [00:03:57.884]➜  Thread model: posix
2025-08-20T19:18:08.4631460Z [00:03:57.884]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.4632288Z [00:03:57.884]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.4633253Z [00:03:57.884]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.4636140Z [00:03:57.884]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.4636814Z [00:03:57.884]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.4637695Z [00:03:57.885]➜   (in-process)
2025-08-20T19:18:08.4653829Z [00:03:57.885]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-alignalloc.o -x c lib/alignalloc.c
2025-08-20T19:18:08.4665190Z [00:03:57.885]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.4666600Z [00:03:57.886]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.4698064Z [00:03:57.886]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.4698827Z [00:03:57.886]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.4699550Z [00:03:57.886]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.4700438Z [00:03:57.886]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.4702641Z [00:03:57.886]➜  #include "..." search starts here:
2025-08-20T19:18:08.4703376Z [00:03:57.886]➜  #include <...> search starts here:
2025-08-20T19:18:08.4703972Z [00:03:57.886]➜   .
2025-08-20T19:18:08.4704395Z [00:03:57.886]➜   ./lib
2025-08-20T19:18:08.4704840Z [00:03:57.886]➜   src
2025-08-20T19:18:08.4705386Z [00:03:57.886]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.4706001Z [00:03:57.886]➜   /usr/local/include
2025-08-20T19:18:08.4706586Z [00:03:57.886]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.4707375Z [00:03:57.886]➜   /usr/include
2025-08-20T19:18:08.4707922Z [00:03:57.886]➜  End of search list.
2025-08-20T19:18:08.4708590Z [00:03:57.892]➜    CC       lib/libcoreutils_a-allocator.o
2025-08-20T19:18:08.4941846Z [00:03:57.916]➜    CC       lib/libcoreutils_a-areadlink.o
2025-08-20T19:18:08.5005027Z [00:03:57.922]➜    CC       lib/libcoreutils_a-areadlink-with-size.o
2025-08-20T19:18:08.5053116Z [00:03:57.927]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.5053792Z [00:03:57.927]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.5054606Z [00:03:57.927]➜  Thread model: posix
2025-08-20T19:18:08.5055174Z [00:03:57.927]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.5056267Z [00:03:57.927]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.5057330Z [00:03:57.927]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.5058337Z [00:03:57.927]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.5059242Z [00:03:57.927]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.5059727Z [00:03:57.927]➜   (in-process)
2025-08-20T19:18:08.5071165Z [00:03:57.927]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-allocator.o -x c lib/allocator.c
2025-08-20T19:18:08.5083873Z [00:03:57.929]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.5085131Z [00:03:57.930]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.5086102Z [00:03:57.930]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.5086725Z [00:03:57.930]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.5087477Z [00:03:57.930]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.5088089Z [00:03:57.930]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.5088669Z [00:03:57.930]➜  #include "..." search starts here:
2025-08-20T19:18:08.5089236Z [00:03:57.930]➜  #include <...> search starts here:
2025-08-20T19:18:08.5089742Z [00:03:57.930]➜   .
2025-08-20T19:18:08.5090101Z [00:03:57.930]➜   ./lib
2025-08-20T19:18:08.5090486Z [00:03:57.930]➜   src
2025-08-20T19:18:08.5090943Z [00:03:57.930]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.5091478Z [00:03:57.930]➜   /usr/local/include
2025-08-20T19:18:08.5091983Z [00:03:57.930]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.5092476Z [00:03:57.930]➜   /usr/include
2025-08-20T19:18:08.5092916Z [00:03:57.930]➜  End of search list.
2025-08-20T19:18:08.5093474Z [00:03:57.930]➜    CC       lib/libcoreutils_a-areadlinkat.o
2025-08-20T19:18:08.5210902Z [00:03:57.943]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.5217898Z [00:03:57.943]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.5231984Z [00:03:57.945]➜  Thread model: posix
2025-08-20T19:18:08.5236837Z [00:03:57.945]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.5240186Z [00:03:57.945]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.5241192Z [00:03:57.945]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.5242253Z [00:03:57.945]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.5242870Z [00:03:57.945]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.5243463Z [00:03:57.945]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.5244053Z [00:03:57.945]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.5244567Z [00:03:57.945]➜  Thread model: posix
2025-08-20T19:18:08.5245128Z [00:03:57.945]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.5245975Z [00:03:57.945]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.5246973Z [00:03:57.945]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.5247920Z [00:03:57.945]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.5248497Z [00:03:57.945]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.5249032Z [00:03:57.945]➜   (in-process)
2025-08-20T19:18:08.5250931Z [00:03:57.946]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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  (in-process)
2025-08-20T19:18:08.5266743Z [00:03:57.946]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:08.5310886Z [00:03:57.953]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.5312130Z [00:03:57.953]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.5313057Z [00:03:57.953]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.5313667Z [00:03:57.953]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.5314251Z [00:03:57.953]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.5314844Z [00:03:57.953]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.5315451Z [00:03:57.953]➜  #include "..." search starts here:
2025-08-20T19:18:08.5316030Z [00:03:57.953]➜  #include <...> search starts here:
2025-08-20T19:18:08.5316520Z [00:03:57.953]➜   .
2025-08-20T19:18:08.5316886Z [00:03:57.953]➜   ./lib
2025-08-20T19:18:08.5321491Z [00:03:57.953]➜   src
2025-08-20T19:18:08.5322047Z [00:03:57.953]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.5322584Z [00:03:57.953]➜   /usr/local/include
2025-08-20T19:18:08.5323101Z [00:03:57.953]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.5323637Z [00:03:57.953]➜   /usr/include
2025-08-20T19:18:08.5324335Z [00:03:57.953]➜  End of search list.
2025-08-20T19:18:08.5334568Z [00:03:57.954]➜  -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-areadlink.o -x c lib/areadlink.c
2025-08-20T19:18:08.5344011Z [00:03:57.954]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.5345361Z [00:03:57.954]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.5346494Z [00:03:57.954]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.5347399Z [00:03:57.954]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.5348414Z [00:03:57.954]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.5349159Z [00:03:57.954]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.5349827Z [00:03:57.954]➜  #include "..." search starts here:
2025-08-20T19:18:08.5350479Z [00:03:57.954]➜  #include <...> search starts here:
2025-08-20T19:18:08.5351029Z [00:03:57.954]➜   .
2025-08-20T19:18:08.5351424Z [00:03:57.954]➜   ./lib
2025-08-20T19:18:08.5351817Z [00:03:57.954]➜   src
2025-08-20T19:18:08.5352354Z [00:03:57.954]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.5352977Z [00:03:57.954]➜   /usr/local/include
2025-08-20T19:18:08.5353559Z [00:03:57.954]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.5354123Z [00:03:57.954]➜   /usr/include
2025-08-20T19:18:08.5354587Z [00:03:57.954]➜  End of search list.
2025-08-20T19:18:08.5499525Z [00:03:57.972]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.5500545Z [00:03:57.972]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.5501202Z [00:03:57.972]➜  Thread model: posix
2025-08-20T19:18:08.5501807Z [00:03:57.972]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.5502944Z [00:03:57.972]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.5503889Z [00:03:57.972]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.5504667Z [00:03:57.972]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.5505266Z [00:03:57.972]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.5533064Z [00:03:57.975]➜   (in-process)
2025-08-20T19:18:08.5553940Z [00:03:57.975]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-areadlinkat.o -x c lib/areadlinkat.c
2025-08-20T19:18:08.5565461Z [00:03:57.976]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.5566835Z [00:03:57.976]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.5568095Z [00:03:57.976]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.5568837Z [00:03:57.976]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.5569550Z [00:03:57.976]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.5570263Z [00:03:57.976]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.5570937Z [00:03:57.976]➜  #include "..." search starts here:
2025-08-20T19:18:08.5571602Z [00:03:57.976]➜  #include <...> search starts here:
2025-08-20T19:18:08.5572227Z [00:03:57.976]➜   .
2025-08-20T19:18:08.5572658Z [00:03:57.976]➜   ./lib
2025-08-20T19:18:08.5573112Z [00:03:57.976]➜   src
2025-08-20T19:18:08.5573673Z [00:03:57.976]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.5574313Z [00:03:57.976]➜   /usr/local/include
2025-08-20T19:18:08.5574918Z [00:03:57.976]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.5575497Z [00:03:57.976]➜   /usr/include
2025-08-20T19:18:08.5576010Z [00:03:57.976]➜  End of search list.
2025-08-20T19:18:08.5614298Z [00:03:57.983]➜    CC       lib/libcoreutils_a-areadlinkat-with-size.o
2025-08-20T19:18:08.5769616Z [00:03:57.998]➜    CC       lib/libcoreutils_a-argmatch.o
2025-08-20T19:18:08.5886131Z [00:03:58.010]➜    CC       lib/libcoreutils_a-argv-iter.o
2025-08-20T19:18:08.5898665Z [00:03:58.011]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.5899466Z [00:03:58.011]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.5900015Z [00:03:58.011]➜  Thread model: posix
2025-08-20T19:18:08.5900583Z [00:03:58.011]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.5901395Z [00:03:58.012]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.5902593Z [00:03:58.012]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.5903292Z [00:03:58.012]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.5903874Z [00:03:58.012]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.5946772Z [00:03:58.016]➜   (in-process)
2025-08-20T19:18:08.5964821Z [00:03:58.017]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:08.5986165Z [00:03:58.020]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.5996408Z [00:03:58.021]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.5997912Z [00:03:58.021]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.5998740Z [00:03:58.021]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.5999546Z [00:03:58.021]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.6000177Z [00:03:58.021]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.6000768Z [00:03:58.021]➜  #include "..." search starts here:
2025-08-20T19:18:08.6001346Z [00:03:58.021]➜  #include <...> search starts here:
2025-08-20T19:18:08.6001835Z [00:03:58.021]➜   .
2025-08-20T19:18:08.6002202Z [00:03:58.021]➜   ./lib
2025-08-20T19:18:08.6002580Z [00:03:58.021]➜   src
2025-08-20T19:18:08.6003083Z [00:03:58.021]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.6003624Z [00:03:58.021]➜   /usr/local/include
2025-08-20T19:18:08.6004158Z [00:03:58.021]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.6004663Z [00:03:58.021]➜   /usr/include
2025-08-20T19:18:08.6005104Z [00:03:58.021]➜  End of search list.
2025-08-20T19:18:08.6087695Z [00:03:58.030]➜    CC       lib/libcoreutils_a-arpa_inet.o
2025-08-20T19:18:08.6113241Z [00:03:58.033]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.6114120Z [00:03:58.033]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.6114792Z [00:03:58.033]➜  Thread model: posix
2025-08-20T19:18:08.6117087Z [00:03:58.033]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.6118145Z [00:03:58.033]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.6119038Z [00:03:58.033]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.6119789Z [00:03:58.033]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.6120420Z [00:03:58.033]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.6121442Z [00:03:58.033]➜  Debian clang version 19.1.7 (3+b2) (in-process)
2025-08-20T19:18:08.6133160Z [00:03:58.034]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-argmatch.o -x c lib/argmatch.c
2025-08-20T19:18:08.6143230Z [00:03:58.034]➜  
2025-08-20T19:18:08.6143673Z [00:03:58.034]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.6144204Z [00:03:58.035]➜  Thread model: posix
2025-08-20T19:18:08.6144771Z [00:03:58.035]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.6145817Z [00:03:58.035]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.6146734Z [00:03:58.035]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.6147632Z [00:03:58.035]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.6148149Z [00:03:58.035]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.6166091Z [00:03:58.038]➜   (in-process)
2025-08-20T19:18:08.6178478Z [00:03:58.038]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-argv-iter.o -x c lib/argv-iter.c
2025-08-20T19:18:08.6193256Z [00:03:58.038]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.6194690Z [00:03:58.038]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.6195812Z [00:03:58.038]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.6196554Z [00:03:58.038]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.6197466Z [00:03:58.038]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.6198178Z [00:03:58.038]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.6198936Z [00:03:58.038]➜  #include "..." search starts here:
2025-08-20T19:18:08.6199670Z [00:03:58.038]➜  #include <...> search starts here:
2025-08-20T19:18:08.6200239Z [00:03:58.038]➜   .
2025-08-20T19:18:08.6200661Z [00:03:58.038]➜   ./lib
2025-08-20T19:18:08.6201084Z [00:03:58.038]➜   src
2025-08-20T19:18:08.6201727Z [00:03:58.038]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.6202353Z [00:03:58.038]➜   /usr/local/include
2025-08-20T19:18:08.6202977Z [00:03:58.038]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.6203583Z [00:03:58.038]➜   /usr/include
2025-08-20T19:18:08.6204104Z [00:03:58.038]➜  End of search list.
2025-08-20T19:18:08.6204995Z [00:03:58.038]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.6206350Z [00:03:58.038]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.6207686Z [00:03:58.038]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.6208405Z [00:03:58.038]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.6209091Z [00:03:58.038]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.6209779Z [00:03:58.038]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.6210444Z [00:03:58.038]➜  #include "..." search starts here:
2025-08-20T19:18:08.6211436Z [00:03:58.038]➜  #include <...> search starts here:
2025-08-20T19:18:08.6211996Z [00:03:58.038]➜   .
2025-08-20T19:18:08.6212430Z [00:03:58.038]➜   ./lib
2025-08-20T19:18:08.6212868Z [00:03:58.038]➜   src
2025-08-20T19:18:08.6213405Z [00:03:58.038]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.6214021Z [00:03:58.038]➜   /usr/local/include
2025-08-20T19:18:08.6214610Z [00:03:58.038]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.6215182Z [00:03:58.038]➜   /usr/include
2025-08-20T19:18:08.6215680Z [00:03:58.038]➜  End of search list.
2025-08-20T19:18:08.6216355Z [00:03:58.040]➜    CC       lib/libcoreutils_a-openat-proc.o
2025-08-20T19:18:08.6400322Z [00:03:58.061]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.6401054Z [00:03:58.061]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.6401672Z [00:03:58.061]➜  Thread model: posix
2025-08-20T19:18:08.6402258Z [00:03:58.061]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.6403110Z [00:03:58.061]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.6404146Z [00:03:58.061]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.6404883Z [00:03:58.061]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.6405465Z [00:03:58.061]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.6412345Z [00:03:58.063]➜   (in-process)
2025-08-20T19:18:08.6428701Z [00:03:58.063]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-openat-proc.o -x c lib/openat-proc.c
2025-08-20T19:18:08.6445483Z [00:03:58.066]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.6446900Z [00:03:58.066]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.6448251Z [00:03:58.066]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.6448986Z [00:03:58.066]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.6449682Z [00:03:58.066]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.6450412Z [00:03:58.066]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.6451111Z [00:03:58.066]➜  #include "..." search starts here:
2025-08-20T19:18:08.6451793Z [00:03:58.066]➜  #include <...> search starts here:
2025-08-20T19:18:08.6452347Z [00:03:58.066]➜   .
2025-08-20T19:18:08.6452775Z [00:03:58.066]➜   ./lib
2025-08-20T19:18:08.6453217Z [00:03:58.066]➜   src
2025-08-20T19:18:08.6453763Z [00:03:58.066]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.6454710Z [00:03:58.066]➜   /usr/local/include
2025-08-20T19:18:08.6455316Z [00:03:58.066]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.6455943Z [00:03:58.066]➜   /usr/include
2025-08-20T19:18:08.6456477Z [00:03:58.066]➜  End of search list.
2025-08-20T19:18:08.6488768Z [00:03:58.070]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.6489779Z [00:03:58.071]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.6490324Z [00:03:58.071]➜  Thread model: posix
2025-08-20T19:18:08.6491071Z [00:03:58.071]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.6492337Z [00:03:58.071]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.6493866Z [00:03:58.071]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.6494794Z [00:03:58.071]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.6495535Z [00:03:58.071]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.6496218Z [00:03:58.071]➜   (in-process)
2025-08-20T19:18:08.6517891Z [00:03:58.072]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-arpa_inet.o -x c lib/arpa_inet.c
2025-08-20T19:18:08.6528907Z [00:03:58.072]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.6530237Z [00:03:58.072]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.6531342Z [00:03:58.072]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.6532056Z [00:03:58.072]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.6532764Z [00:03:58.073]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.6533483Z [00:03:58.073]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.6534175Z [00:03:58.073]➜  #include "..." search starts here:
2025-08-20T19:18:08.6534823Z [00:03:58.073]➜  #include <...> search starts here:
2025-08-20T19:18:08.6535327Z [00:03:58.073]➜   .
2025-08-20T19:18:08.6535689Z [00:03:58.073]➜   ./lib
2025-08-20T19:18:08.6536064Z [00:03:58.073]➜   src
2025-08-20T19:18:08.6536555Z [00:03:58.073]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.6537402Z [00:03:58.073]➜   /usr/local/include
2025-08-20T19:18:08.6537993Z [00:03:58.073]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.6538571Z [00:03:58.073]➜   /usr/include
2025-08-20T19:18:08.6539055Z [00:03:58.073]➜  End of search list.
2025-08-20T19:18:08.6902075Z [00:03:58.112]➜    CC       lib/libcoreutils_a-backupfile.o
2025-08-20T19:18:08.6980960Z [00:03:58.120]➜    CC       lib/libcoreutils_a-backup-rename.o
2025-08-20T19:18:08.7057802Z [00:03:58.127]➜    CC       lib/libcoreutils_a-backup-find.o
2025-08-20T19:18:08.7132821Z [00:03:58.135]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.7136541Z [00:03:58.135]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.7139885Z [00:03:58.136]➜  Thread model: posix
2025-08-20T19:18:08.7142743Z [00:03:58.136]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.7147380Z [00:03:58.136]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.7149178Z [00:03:58.137]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.7150068Z [00:03:58.137]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.7150778Z [00:03:58.137]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.7158715Z [00:03:58.137]➜   (in-process)
2025-08-20T19:18:08.7193137Z [00:03:58.140]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-backupfile.o -x c lib/backupfile.c
2025-08-20T19:18:08.7203994Z [00:03:58.140]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.7205305Z [00:03:58.140]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.7206320Z [00:03:58.140]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.7206991Z [00:03:58.140]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.7209026Z [00:03:58.140]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.7209719Z [00:03:58.140]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.7210399Z [00:03:58.140]➜  #include "..." search starts here:
2025-08-20T19:18:08.7211046Z [00:03:58.140]➜  #include <...> search starts here:
2025-08-20T19:18:08.7211558Z [00:03:58.140]➜   .
2025-08-20T19:18:08.7211941Z [00:03:58.140]➜   ./lib
2025-08-20T19:18:08.7212348Z [00:03:58.140]➜   src
2025-08-20T19:18:08.7212850Z [00:03:58.140]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.7213451Z [00:03:58.140]➜   /usr/local/include
2025-08-20T19:18:08.7214011Z [00:03:58.140]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.7214546Z [00:03:58.140]➜   /usr/include
2025-08-20T19:18:08.7315792Z [00:03:58.140]➜  End of search list.
2025-08-20T19:18:08.7316633Z [00:03:58.153]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.7317701Z [00:03:58.153]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.7318392Z [00:03:58.153]➜  Thread model: posix
2025-08-20T19:18:08.7322239Z [00:03:58.153]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.7323462Z [00:03:58.154]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.7324478Z [00:03:58.154]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.7325220Z [00:03:58.154]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.7325801Z [00:03:58.154]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.7334624Z [00:03:58.155]➜   (in-process)
2025-08-20T19:18:08.7346845Z [00:03:58.155]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion   CC       lib/libcoreutils_a-base32.o
2025-08-20T19:18:08.7363960Z [00:03:58.158]➜  -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-backup-rename.o -x c lib/backup-rename.c
2025-08-20T19:18:08.7373376Z [00:03:58.158]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.7374720Z [00:03:58.158]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.7380392Z [00:03:58.158]➜  Thread model: posix
2025-08-20T19:18:08.7381055Z [00:03:58.158]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.7381939Z [00:03:58.158]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.7383721Z [00:03:58.159]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.7388195Z [00:03:58.159]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.7390295Z [00:03:58.159]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.7400010Z [00:03:58.159]➜   (in-process)
2025-08-20T19:18:08.7414690Z [00:03:58.159]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-backup-find.o -x c lib/backup-find.c
2025-08-20T19:18:08.7427837Z [00:03:58.160]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.7429183Z [00:03:58.161]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.7430241Z [00:03:58.161]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.7430963Z [00:03:58.161]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.7431660Z [00:03:58.161]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.7432319Z [00:03:58.161]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.7432943Z [00:03:58.161]➜  #include "..." search starts here:
2025-08-20T19:18:08.7433574Z [00:03:58.161]➜  #include <...> search starts here:
2025-08-20T19:18:08.7434115Z [00:03:58.161]➜   .
2025-08-20T19:18:08.7434512Z [00:03:58.161]➜   ./lib
2025-08-20T19:18:08.7434919Z [00:03:58.161]➜   src
2025-08-20T19:18:08.7435431Z [00:03:58.161]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.7435982Z [00:03:58.161]➜   /usr/local/include
2025-08-20T19:18:08.7436530Z [00:03:58.161]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.7437090Z [00:03:58.161]➜   /usr/include
2025-08-20T19:18:08.7437790Z [00:03:58.161]➜  End of search list.
2025-08-20T19:18:08.7438661Z [00:03:58.162]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.7448048Z [00:03:58.166]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.7487082Z [00:03:58.170]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.7488054Z [00:03:58.170]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.7489026Z [00:03:58.170]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.7489683Z [00:03:58.170]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.7490307Z [00:03:58.170]➜  #include "..." search starts here:
2025-08-20T19:18:08.7490944Z [00:03:58.170]➜  #include <...> search starts here:
2025-08-20T19:18:08.7491478Z [00:03:58.170]➜   .
2025-08-20T19:18:08.7491858Z [00:03:58.170]➜   ./lib
2025-08-20T19:18:08.7492251Z [00:03:58.170]➜   src
2025-08-20T19:18:08.7492735Z [00:03:58.170]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.7493321Z [00:03:58.170]➜   /usr/local/include
2025-08-20T19:18:08.7493879Z [00:03:58.170]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.7494451Z [00:03:58.170]➜   /usr/include
2025-08-20T19:18:08.7494973Z [00:03:58.170]➜  End of search list.
2025-08-20T19:18:08.7726504Z [00:03:58.194]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.7727333Z [00:03:58.194]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.7728016Z [00:03:58.194]➜  Thread model: posix
2025-08-20T19:18:08.7728611Z [00:03:58.194]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.7730878Z [00:03:58.194]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.7732049Z [00:03:58.194]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.7732983Z [00:03:58.194]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.7733678Z [00:03:58.194]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.7734912Z [00:03:58.195]➜   (in-process)
2025-08-20T19:18:08.7758852Z [00:03:58.195]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-base32.o -x c lib/base32.c
2025-08-20T19:18:08.7771566Z [00:03:58.196]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.7772946Z [00:03:58.196]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.7774045Z [00:03:58.196]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.7774771Z [00:03:58.196]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.7775461Z [00:03:58.196]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.7776168Z [00:03:58.196]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.7776847Z [00:03:58.196]➜  #include "..." search starts here:
2025-08-20T19:18:08.7777717Z [00:03:58.196]➜  #include <...> search starts here:
2025-08-20T19:18:08.7778311Z [00:03:58.196]➜   .
2025-08-20T19:18:08.7778721Z [00:03:58.196]➜   ./lib
2025-08-20T19:18:08.7779426Z [00:03:58.196]➜   src
2025-08-20T19:18:08.7780009Z [00:03:58.196]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.7780635Z [00:03:58.196]➜   /usr/local/include
2025-08-20T19:18:08.7781212Z [00:03:58.196]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.7781791Z [00:03:58.196]➜   /usr/include
2025-08-20T19:18:08.7782303Z [00:03:58.196]➜  End of search list.
2025-08-20T19:18:08.7782922Z [00:03:58.197]➜    CC       lib/libcoreutils_a-base64.o
2025-08-20T19:18:08.8029747Z [00:03:58.224]➜    CC       lib/libcoreutils_a-basename-lgpl.o
2025-08-20T19:18:08.8064239Z [00:03:58.227]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.8065009Z [00:03:58.227]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.8065586Z [00:03:58.227]➜  Thread model: posix
2025-08-20T19:18:08.8066184Z [00:03:58.227]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.8067042Z [00:03:58.227]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.8068677Z [00:03:58.227]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.8069761Z [00:03:58.227]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.8070634Z [00:03:58.227]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.8082342Z [00:03:58.230]➜   (in-process)
2025-08-20T19:18:08.8098985Z [00:03:58.230]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-base64.o -x c lib/base64.c
2025-08-20T19:18:08.8119902Z [00:03:58.231]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.8121307Z [00:03:58.232]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.8122497Z [00:03:58.232]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.8123226Z [00:03:58.232]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.8123927Z [00:03:58.232]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.8124614Z [00:03:58.232]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.8125300Z [00:03:58.232]➜  #include "..." search starts here:
2025-08-20T19:18:08.8125978Z [00:03:58.232]➜  #include <...> search starts here:
2025-08-20T19:18:08.8126553Z [00:03:58.232]➜   .
2025-08-20T19:18:08.8126957Z [00:03:58.232]➜   ./lib
2025-08-20T19:18:08.8128065Z [00:03:58.232]➜   src
2025-08-20T19:18:08.8128631Z [00:03:58.232]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.8129305Z [00:03:58.232]➜   /usr/local/include
2025-08-20T19:18:08.8129896Z [00:03:58.232]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.8130839Z [00:03:58.232]➜   /usr/include
2025-08-20T19:18:08.8131412Z [00:03:58.232]➜  End of search list.
2025-08-20T19:18:08.8148459Z [00:03:58.237]➜    CC       lib/libcoreutils_a-binary-io.o
2025-08-20T19:18:08.8397067Z [00:03:58.261]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.8397939Z [00:03:58.261]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.8398520Z [00:03:58.261]➜  Thread model: posix
2025-08-20T19:18:08.8399108Z [00:03:58.261]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.8399927Z [00:03:58.261]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.8400859Z [00:03:58.261]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.8401584Z [00:03:58.261]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.8402146Z [00:03:58.261]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.8402774Z [00:03:58.262]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.8423734Z [00:03:58.262]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.8424326Z [00:03:58.263]➜  Thread model: posix
2025-08-20T19:18:08.8424907Z [00:03:58.263]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.8425734Z [00:03:58.263]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.8426658Z [00:03:58.263]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.8427799Z [00:03:58.263]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.8428362Z [00:03:58.263]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.8428884Z [00:03:58.264]➜   (in-process)
2025-08-20T19:18:08.8473918Z [00:03:58.268]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-basename-lgpl.o -x c lib/basename-lgpl.c
2025-08-20T19:18:08.8485260Z [00:03:58.268]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.8486538Z [00:03:58.268]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.8518115Z [00:03:58.268]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.8518822Z [00:03:58.268]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.8519478Z [00:03:58.268]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.8520117Z [00:03:58.268]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.8520741Z [00:03:58.268]➜  #include "..." search starts here:
2025-08-20T19:18:08.8521375Z [00:03:58.268]➜  #include <...> search starts here:
2025-08-20T19:18:08.8522167Z [00:03:58.268]➜   .
2025-08-20T19:18:08.8522574Z [00:03:58.268]➜   ./lib
2025-08-20T19:18:08.8522962Z [00:03:58.268]➜   src
2025-08-20T19:18:08.8523469Z [00:03:58.268]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.8524064Z [00:03:58.268]➜   /usr/local/include
2025-08-20T19:18:08.8524610Z [00:03:58.268]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.8525138Z [00:03:58.268]➜   /usr/include
2025-08-20T19:18:08.8525606Z [00:03:58.268]➜  End of search list.
2025-08-20T19:18:08.8526101Z [00:03:58.271]➜   (in-process)
2025-08-20T19:18:08.8538137Z [00:03:58.271]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-binary-io.o -x c lib/binary-io.c
2025-08-20T19:18:08.8549008Z [00:03:58.272]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.8550225Z [00:03:58.272]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.8551191Z [00:03:58.272]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.8551813Z [00:03:58.272]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.8552426Z [00:03:58.272]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.8553035Z [00:03:58.272]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.8553622Z [00:03:58.272]➜  #include "..." search starts here:
2025-08-20T19:18:08.8554195Z [00:03:58.272]➜  #include <...> search starts here:
2025-08-20T19:18:08.8554716Z [00:03:58.272]➜   .
2025-08-20T19:18:08.8555079Z [00:03:58.272]➜   ./lib
2025-08-20T19:18:08.8555466Z [00:03:58.272]➜   src
2025-08-20T19:18:08.8555947Z [00:03:58.272]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.8556496Z [00:03:58.272]➜   /usr/local/include
2025-08-20T19:18:08.8557026Z [00:03:58.272]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.8557695Z [00:03:58.272]➜   /usr/include
2025-08-20T19:18:08.8558150Z [00:03:58.272]➜  End of search list.
2025-08-20T19:18:08.8565835Z [00:03:58.278]➜    CC       lib/libcoreutils_a-bitrotate.o
2025-08-20T19:18:08.8812656Z [00:03:58.303]➜    CC       lib/libcoreutils_a-btoc32.o
2025-08-20T19:18:08.9029557Z [00:03:58.325]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.9033802Z [00:03:58.325]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.9038000Z [00:03:58.325]➜  Thread model: posix
2025-08-20T19:18:08.9058095Z [00:03:58.326]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.9059067Z [00:03:58.326]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.9060427Z [00:03:58.327]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.9061405Z [00:03:58.327]➜  Candidate multilib: .Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.9062226Z [00:03:58.327]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.9062843Z [00:03:58.327]➜  Thread model: posix
2025-08-20T19:18:08.9063472Z [00:03:58.327]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.9064359Z [00:03:58.327]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.9065384Z [00:03:58.327]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.9066173Z [00:03:58.327]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.9066760Z [00:03:58.327]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.9067540Z [00:03:58.328]➜  ;@m64
2025-08-20T19:18:08.9070641Z [00:03:58.329]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.9071250Z [00:03:58.329]➜   (in-process)
2025-08-20T19:18:08.9083358Z [00:03:58.329]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-btoc32.o -x c lib/btoc32.c
2025-08-20T19:18:08.9094733Z [00:03:58.330]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.9095997Z [00:03:58.331]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.9097123Z [00:03:58.331]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.9098068Z [00:03:58.331]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.9098785Z [00:03:58.331]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.9099461Z [00:03:58.331]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.9100144Z [00:03:58.331]➜  #include "..." search starts here:
2025-08-20T19:18:08.9100795Z [00:03:58.331]➜  #include <...> search starts here:
2025-08-20T19:18:08.9101326Z [00:03:58.331]➜   .
2025-08-20T19:18:08.9101734Z [00:03:58.331]➜   ./lib
2025-08-20T19:18:08.9102157Z [00:03:58.331]➜   src
2025-08-20T19:18:08.9102694Z [00:03:58.332]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.9103301Z [00:03:58.332]➜   /usr/local/include
2025-08-20T19:18:08.9108072Z [00:03:58.332]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.9108714Z [00:03:58.332]➜   /usr/include
2025-08-20T19:18:08.9109244Z [00:03:58.332]➜  End of search list.
2025-08-20T19:18:08.9115546Z [00:03:58.333]➜   (in-process)
2025-08-20T19:18:08.9127427Z [00:03:58.333]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-bitrotate.o -x c lib/bitrotate.c
2025-08-20T19:18:08.9152624Z [00:03:58.337]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.9153872Z [00:03:58.337]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.9154832Z [00:03:58.337]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.9155467Z [00:03:58.337]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.9156354Z [00:03:58.337]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.9156981Z [00:03:58.337]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.9157792Z [00:03:58.337]➜  #include "..." search starts here:
2025-08-20T19:18:08.9158587Z [00:03:58.337]➜  #include <...> search starts here:
2025-08-20T19:18:08.9159419Z [00:03:58.337]➜   .
2025-08-20T19:18:08.9160345Z [00:03:58.337]➜   ./lib
2025-08-20T19:18:08.9161256Z [00:03:58.337]➜   src
2025-08-20T19:18:08.9162281Z [00:03:58.337]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.9163156Z [00:03:58.337]➜   /usr/local/include
2025-08-20T19:18:08.9164120Z [00:03:58.337]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.9164988Z [00:03:58.337]➜   /usr/include
2025-08-20T19:18:08.9166058Z [00:03:58.337]➜  End of search list.
2025-08-20T19:18:08.9406455Z [00:03:58.362]➜    CC       lib/libcoreutils_a-btowc.o
2025-08-20T19:18:08.9488252Z [00:03:58.369]➜    CC       lib/libcoreutils_a-buffer-lcm.o
2025-08-20T19:18:08.9575375Z [00:03:58.379]➜    CC       lib/libcoreutils_a-c-ctype.o
2025-08-20T19:18:08.9685538Z [00:03:58.390]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.9686231Z [00:03:58.390]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.9686839Z [00:03:58.390]➜  Thread model: posix
2025-08-20T19:18:08.9687619Z [00:03:58.390]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.9690948Z [00:03:58.390]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.9691884Z [00:03:58.390]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.9692560Z [00:03:58.390]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.9693103Z [00:03:58.390]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.9693608Z [00:03:58.391]➜   (in-process)
2025-08-20T19:18:08.9704916Z [00:03:58.391]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-btowc.o -x c lib/btowc.c
2025-08-20T19:18:08.9722216Z [00:03:58.394]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.9723493Z [00:03:58.394]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.9724476Z [00:03:58.394]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.9725102Z [00:03:58.394]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.9725711Z [00:03:58.394]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.9726317Z [00:03:58.394]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.9727334Z [00:03:58.394]➜  #include "..." search starts here:
2025-08-20T19:18:08.9727944Z [00:03:58.394]➜  #include <...> search starts here:
2025-08-20T19:18:08.9728414Z [00:03:58.394]➜   .
2025-08-20T19:18:08.9728755Z [00:03:58.394]➜   ./lib
2025-08-20T19:18:08.9729114Z [00:03:58.394]➜   src
2025-08-20T19:18:08.9729566Z [00:03:58.394]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.9730078Z [00:03:58.394]➜   /usr/local/include
2025-08-20T19:18:08.9730557Z [00:03:58.394]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.9731056Z [00:03:58.394]➜   /usr/include
2025-08-20T19:18:08.9731488Z [00:03:58.394]➜  End of search list.
2025-08-20T19:18:08.9836641Z [00:03:58.405]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:08.9837537Z [00:03:58.405]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:08.9838124Z [00:03:58.405]➜  Thread model: posix
2025-08-20T19:18:08.9838696Z [00:03:58.405]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:08.9839505Z [00:03:58.405]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.9840478Z [00:03:58.405]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:08.9841208Z [00:03:58.406]➜  Candidate multilib: .;@m64
2025-08-20T19:18:08.9841766Z [00:03:58.406]➜  Selected multilib: .;@m64
2025-08-20T19:18:08.9862171Z [00:03:58.408]➜    CC       lib/libcoreutils_a-c-file-type.o
2025-08-20T19:18:08.9869886Z [00:03:58.409]➜   (in-process)
2025-08-20T19:18:08.9884061Z [00:03:58.409]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-buffer-lcm.o -x c lib/buffer-lcm.c
2025-08-20T19:18:08.9894648Z [00:03:58.410]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:08.9913936Z [00:03:58.413]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:08.9915046Z [00:03:58.413]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:08.9916175Z [00:03:58.413]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:08.9917112Z [00:03:58.413]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:08.9917899Z [00:03:58.413]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:08.9918513Z [00:03:58.413]➜  #include "..." search starts here:
2025-08-20T19:18:08.9919101Z [00:03:58.413]➜  #include <...> search starts here:
2025-08-20T19:18:08.9919605Z [00:03:58.413]➜   .
2025-08-20T19:18:08.9919969Z [00:03:58.413]➜   ./lib
2025-08-20T19:18:08.9920357Z [00:03:58.413]➜   src
2025-08-20T19:18:08.9921109Z [00:03:58.413]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:08.9921647Z [00:03:58.413]➜   /usr/local/include
2025-08-20T19:18:08.9922180Z [00:03:58.413]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:08.9922680Z [00:03:58.413]➜   /usr/include
2025-08-20T19:18:08.9923127Z [00:03:58.413]➜  End of search list.
2025-08-20T19:18:09.0041093Z [00:03:58.426]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.0041829Z [00:03:58.426]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.0042447Z [00:03:58.426]➜  Thread model: posix
2025-08-20T19:18:09.0043100Z [00:03:58.426]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.0043983Z [00:03:58.426]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.0045006Z [00:03:58.426]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.0045805Z [00:03:58.426]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.0046439Z [00:03:58.426]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.0076703Z [00:03:58.429]➜    CC       lib/libcoreutils_a-c-strcasecmp.o
2025-08-20T19:18:09.0084306Z [00:03:58.430]➜   (in-process)
2025-08-20T19:18:09.0098466Z [00:03:58.430]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c-ctype.o -x c lib/c-ctype.c
2025-08-20T19:18:09.0109372Z [00:03:58.431]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.0110012Z [00:03:58.431]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.0110598Z [00:03:58.431]➜  Thread model: posix
2025-08-20T19:18:09.0111219Z [00:03:58.431]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.0112123Z [00:03:58.431]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.0113089Z [00:03:58.431]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.0113809Z [00:03:58.431]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.0114403Z [00:03:58.431]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.0114947Z [00:03:58.432]➜   (in-process)
2025-08-20T19:18:09.0147459Z [00:03:58.432]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:09.0158992Z [00:03:58.433]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.0160359Z [00:03:58.433]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.0161463Z [00:03:58.437]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.0162197Z [00:03:58.437]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.0162891Z [00:03:58.437]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.0163577Z [00:03:58.437]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.0164247Z [00:03:58.437]➜  #include "..." search starts here:
2025-08-20T19:18:09.0164901Z [00:03:58.437]➜  #include <...> search starts here:
2025-08-20T19:18:09.0165449Z [00:03:58.437]➜   .
2025-08-20T19:18:09.0208457Z [00:03:58.437]➜   ./lib
2025-08-20T19:18:09.0208965Z [00:03:58.437]➜   src
2025-08-20T19:18:09.0209493Z [00:03:58.437]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.0210087Z [00:03:58.437]➜   /usr/local/include
2025-08-20T19:18:09.0210947Z [00:03:58.437]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.0211526Z [00:03:58.437]➜   /usr/include
2025-08-20T19:18:09.0212031Z [00:03:58.437]➜  End of search list.
2025-08-20T19:18:09.0212913Z [00:03:58.437]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.0214153Z [00:03:58.437]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.0215099Z [00:03:58.437]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.0215694Z [00:03:58.437]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.0216283Z [00:03:58.437]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.0216882Z [00:03:58.437]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.0217674Z [00:03:58.437]➜  #include "..." search starts here:
2025-08-20T19:18:09.0218290Z [00:03:58.437]➜  #include <...> search starts here:
2025-08-20T19:18:09.0218789Z [00:03:58.437]➜   .
2025-08-20T19:18:09.0219175Z [00:03:58.437]➜   ./lib
2025-08-20T19:18:09.0219566Z [00:03:58.437]➜   src
2025-08-20T19:18:09.0220049Z [00:03:58.437]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.0220600Z [00:03:58.437]➜   /usr/local/include
2025-08-20T19:18:09.0221124Z [00:03:58.437]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.0221620Z [00:03:58.437]➜   /usr/include
2025-08-20T19:18:09.0222062Z [00:03:58.437]➜  End of search list.
2025-08-20T19:18:09.0336835Z [00:03:58.455]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.0341643Z [00:03:58.456]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.0345877Z [00:03:58.456]➜  Thread model: posix
2025-08-20T19:18:09.0350764Z [00:03:58.457]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.0355246Z [00:03:58.457]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.0360142Z [00:03:58.458]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.0367789Z [00:03:58.458]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.0370378Z [00:03:58.459]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.0377760Z [00:03:58.459]➜   (in-process)
2025-08-20T19:18:09.0389994Z [00:03:58.459]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c-strcasecmp.o -x c lib/c-strcasecmp.c
2025-08-20T19:18:09.0401174Z [00:03:58.460]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.0402502Z [00:03:58.461]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.0403514Z [00:03:58.461]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.0404194Z [00:03:58.461]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.0404849Z [00:03:58.461]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.0405486Z [00:03:58.461]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.0406101Z [00:03:58.461]➜  #include "..." search starts here:
2025-08-20T19:18:09.0406696Z [00:03:58.461]➜  #include <...> search starts here:
2025-08-20T19:18:09.0407456Z [00:03:58.461]➜   .
2025-08-20T19:18:09.0407849Z [00:03:58.461]➜   ./lib
2025-08-20T19:18:09.0408235Z [00:03:58.461]➜   src
2025-08-20T19:18:09.0408723Z [00:03:58.461]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.0409277Z [00:03:58.461]➜   /usr/local/include
2025-08-20T19:18:09.0410054Z [00:03:58.461]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.0410571Z [00:03:58.461]➜   /usr/include
2025-08-20T19:18:09.0411037Z [00:03:58.461]➜  End of search list.
2025-08-20T19:18:09.0448163Z [00:03:58.465]➜    CC       lib/libcoreutils_a-c-strncasecmp.o
2025-08-20T19:18:09.0490624Z [00:03:58.471]➜    CC       lib/libcoreutils_a-c-strtod.o
2025-08-20T19:18:09.0496193Z [00:03:58.471]➜    CC       lib/libcoreutils_a-c-strtold.o
2025-08-20T19:18:09.0618192Z [00:03:58.483]➜    CC       lib/libcoreutils_a-c32_apply_type_test.o
2025-08-20T19:18:09.0715705Z [00:03:58.493]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.0718319Z [00:03:58.493]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.0718894Z [00:03:58.493]➜  Thread model: posix
2025-08-20T19:18:09.0719461Z [00:03:58.493]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.0720226Z [00:03:58.493]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.0721137Z [00:03:58.493]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.0721881Z [00:03:58.493]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.0722443Z [00:03:58.493]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.0722960Z [00:03:58.493]➜   (in-process)
2025-08-20T19:18:09.0735134Z [00:03:58.493]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c-strncasecmp.o -x c lib/c-strncasecmp.c
2025-08-20T19:18:09.0747687Z [00:03:58.493]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.0748344Z [00:03:58.493]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.0748936Z [00:03:58.493]➜  Thread model: posix
2025-08-20T19:18:09.0749524Z [00:03:58.493]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.0750286Z [00:03:58.493]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.0751244Z [00:03:58.493]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.0751974Z [00:03:58.493]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.0752514Z [00:03:58.493]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.0753050Z [00:03:58.493]➜   (in-process)
2025-08-20T19:18:09.0764842Z [00:03:58.493]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c-strtod.o -x c lib/c-strtod.c
2025-08-20T19:18:09.0777337Z [00:03:58.493]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.0778628Z [00:03:58.493]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.0779670Z [00:03:58.493]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.0780356Z [00:03:58.493]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.0780985Z [00:03:58.493]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.0781613Z [00:03:58.493]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.0782254Z [00:03:58.493]➜  #include "..." search starts here:
2025-08-20T19:18:09.0782899Z [00:03:58.493]➜  #include <...> search starts here:
2025-08-20T19:18:09.0783425Z [00:03:58.493]➜   .
2025-08-20T19:18:09.0783829Z [00:03:58.493]➜   ./lib
2025-08-20T19:18:09.0784234Z [00:03:58.493]➜   src
2025-08-20T19:18:09.0785016Z [00:03:58.493]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.0785673Z [00:03:58.493]➜   /usr/local/include
2025-08-20T19:18:09.0786249Z [00:03:58.493]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.0786789Z [00:03:58.493]➜   /usr/include
2025-08-20T19:18:09.0787505Z [00:03:58.493]➜  End of search list.
2025-08-20T19:18:09.0788367Z [00:03:58.493]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.0789646Z [00:03:58.493]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.0790729Z [00:03:58.493]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.0791454Z [00:03:58.493]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.0792103Z [00:03:58.493]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.0792785Z [00:03:58.493]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.0793416Z [00:03:58.493]➜  #include "..." search starts here:
2025-08-20T19:18:09.0794055Z [00:03:58.493]➜  #include <...> search starts here:
2025-08-20T19:18:09.0794601Z [00:03:58.493]➜   .
2025-08-20T19:18:09.0794991Z [00:03:58.493]➜   ./lib
2025-08-20T19:18:09.0795409Z [00:03:58.493]➜   src
2025-08-20T19:18:09.0795922Z [00:03:58.493]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.0796504Z [00:03:58.493]➜   /usr/local/include
2025-08-20T19:18:09.0797052Z [00:03:58.493]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.0827996Z [00:03:58.493]➜   /usr/include
2025-08-20T19:18:09.0828472Z [00:03:58.493]➜  End of search list.
2025-08-20T19:18:09.0829097Z [00:03:58.499]➜    CC       lib/libcoreutils_a-c32_get_type_test.o
2025-08-20T19:18:09.0895595Z [00:03:58.511]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.0897387Z [00:03:58.511]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.0897970Z [00:03:58.511]➜  Thread model: posix
2025-08-20T19:18:09.0898827Z [00:03:58.511]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.0899641Z [00:03:58.511]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.0900553Z [00:03:58.511]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.0901261Z [00:03:58.511]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.0901804Z [00:03:58.511]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.0905773Z [00:03:58.512]➜   (in-process)
2025-08-20T19:18:09.0917537Z [00:03:58.512]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c-strtold.o -x c lib/c-strtold.c
2025-08-20T19:18:09.0928090Z [00:03:58.514]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.0929316Z [00:03:58.514]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.0930276Z [00:03:58.514]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.0930899Z [00:03:58.514]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.0931535Z [00:03:58.514]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.0932154Z [00:03:58.515]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.0932772Z [00:03:58.515]➜  #include "..." search starts here:
2025-08-20T19:18:09.0933365Z [00:03:58.515]➜  #include <...> search starts here:
2025-08-20T19:18:09.0933867Z [00:03:58.515]➜   .
2025-08-20T19:18:09.0934234Z [00:03:58.515]➜   ./lib
2025-08-20T19:18:09.0934639Z [00:03:58.515]➜   src
2025-08-20T19:18:09.0935119Z [00:03:58.515]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.0935713Z [00:03:58.515]➜   /usr/local/include
2025-08-20T19:18:09.0936289Z [00:03:58.515]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.0936821Z [00:03:58.515]➜   /usr/include
2025-08-20T19:18:09.0947599Z [00:03:58.515]➜  End of search list.
2025-08-20T19:18:09.0975645Z [00:03:58.519]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.0979040Z [00:03:58.520]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.0982229Z [00:03:58.520]➜  Thread model: posix
2025-08-20T19:18:09.0985222Z [00:03:58.520]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.0988872Z [00:03:58.521]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.0991947Z [00:03:58.521]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.0997385Z [00:03:58.521]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.1003544Z [00:03:58.522]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.1011050Z [00:03:58.523]➜   (in-process)
2025-08-20T19:18:09.1041288Z [00:03:58.525]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:09.1052352Z [00:03:58.525]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.1053637Z [00:03:58.525]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.1054738Z [00:03:58.526]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.1055718Z [00:03:58.526]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.1056476Z [00:03:58.526]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.1077436Z [00:03:58.527]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.1078205Z [00:03:58.527]➜  #include "..." search starts here:
2025-08-20T19:18:09.1078824Z [00:03:58.527]➜  #include <...> search starts here:
2025-08-20T19:18:09.1079322Z [00:03:58.527]➜   .
2025-08-20T19:18:09.1079690Z [00:03:58.528]➜   ./lib
2025-08-20T19:18:09.1080077Z [00:03:58.528]➜   src
2025-08-20T19:18:09.1090545Z [00:03:58.531]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.1091136Z [00:03:58.531]➜   /usr/local/include
2025-08-20T19:18:09.1091665Z [00:03:58.531]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.1092183Z [00:03:58.531]➜   /usr/include
2025-08-20T19:18:09.1092636Z [00:03:58.531]➜  End of search list.
2025-08-20T19:18:09.1102361Z [00:03:58.532]➜    CC       lib/libcoreutils_a-c32isalnum.o
2025-08-20T19:18:09.1215168Z [00:03:58.543]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.1215998Z [00:03:58.543]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.1219520Z [00:03:58.543]➜  Thread model: posix
2025-08-20T19:18:09.1220246Z [00:03:58.543]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.1221155Z [00:03:58.543]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.1222186Z [00:03:58.543]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.1222971Z [00:03:58.543]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.1223593Z [00:03:58.543]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.1224169Z [00:03:58.544]➜   (in-process)
2025-08-20T19:18:09.1269128Z [00:03:58.547]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:09.1281115Z [00:03:58.547]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.1282516Z [00:03:58.548]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.1283634Z [00:03:58.548]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.1284363Z [00:03:58.548]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.1285065Z [00:03:58.548]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.1285795Z [00:03:58.548]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.1286772Z [00:03:58.548]➜  #include "..." search starts here:
2025-08-20T19:18:09.1287736Z [00:03:58.548]➜  #include <...> search starts here:
2025-08-20T19:18:09.1288387Z [00:03:58.548]➜   .
2025-08-20T19:18:09.1288807Z [00:03:58.548]➜   ./lib
2025-08-20T19:18:09.1289251Z [00:03:58.548]➜   src
2025-08-20T19:18:09.1289774Z [00:03:58.548]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.1290392Z [00:03:58.548]➜   /usr/local/include
2025-08-20T19:18:09.1290984Z [00:03:58.548]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.1291557Z [00:03:58.548]➜   /usr/include
2025-08-20T19:18:09.1292061Z [00:03:58.548]➜  End of search list.
2025-08-20T19:18:09.1392848Z [00:03:58.561]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.1399920Z [00:03:58.561]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.1400569Z [00:03:58.561]➜  Thread model: posix
2025-08-20T19:18:09.1401234Z [00:03:58.561]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.1402166Z [00:03:58.561]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.1403237Z [00:03:58.561]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.1404479Z [00:03:58.561]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.1405384Z [00:03:58.561]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.1413340Z [00:03:58.563]➜   (in-process)
2025-08-20T19:18:09.1429819Z [00:03:58.564]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isalnum.o -x c lib/c32isalnum.c
﻿2025-08-20T19:18:09.1453061Z [00:03:58.567]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.1461061Z [00:03:58.568]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.1464782Z [00:03:58.568]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.1465438Z [00:03:58.568]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.1479799Z [00:03:58.568]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.1480444Z [00:03:58.568]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.1481047Z [00:03:58.568]➜  #include "..." search starts here:
2025-08-20T19:18:09.1481611Z [00:03:58.568]➜  #include <...> search starts here:
2025-08-20T19:18:09.1482111Z [00:03:58.568]➜   .
2025-08-20T19:18:09.1482461Z [00:03:58.568]➜   ./lib
2025-08-20T19:18:09.1482824Z [00:03:58.568]➜   src
2025-08-20T19:18:09.1483275Z [00:03:58.568]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.1483812Z [00:03:58.568]➜   /usr/local/include
2025-08-20T19:18:09.1484608Z [00:03:58.568]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.1485124Z [00:03:58.568]➜   /usr/include
2025-08-20T19:18:09.1485564Z [00:03:58.568]➜  End of search list.
2025-08-20T19:18:09.1504978Z [00:03:58.572]➜    CC       lib/libcoreutils_a-c32isalpha.o
2025-08-20T19:18:09.1678705Z [00:03:58.589]➜    CC       lib/libcoreutils_a-c32isblank.o
2025-08-20T19:18:09.1748623Z [00:03:58.596]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.1752040Z [00:03:58.597]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.1761596Z [00:03:58.598]➜  Thread model: posix
2025-08-20T19:18:09.1765398Z [00:03:58.598]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.1766304Z [00:03:58.598]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.1767306Z [00:03:58.598]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.1768048Z [00:03:58.598]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.1768589Z [00:03:58.598]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.1769085Z [00:03:58.598]➜   (in-process)
2025-08-20T19:18:09.1784862Z [00:03:58.598]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isalpha.o -x c lib/c32isalpha.c
2025-08-20T19:18:09.1806719Z [00:03:58.602]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.1808641Z [00:03:58.602]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.1809879Z [00:03:58.602]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.1810518Z [00:03:58.603]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.1811137Z [00:03:58.603]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.1811742Z [00:03:58.603]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.1812324Z [00:03:58.603]➜  #include "..." search starts here:
2025-08-20T19:18:09.1812892Z [00:03:58.603]➜  #include <...> search starts here:
2025-08-20T19:18:09.1813369Z [00:03:58.603]➜   .
2025-08-20T19:18:09.1813722Z [00:03:58.603]➜   ./lib
2025-08-20T19:18:09.1814098Z [00:03:58.603]➜   src
2025-08-20T19:18:09.1814581Z [00:03:58.603]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.1815133Z [00:03:58.603]➜   /usr/local/include
2025-08-20T19:18:09.1815674Z [00:03:58.603]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.1816194Z [00:03:58.603]➜   /usr/include
2025-08-20T19:18:09.1816673Z [00:03:58.603]➜  End of search list.
2025-08-20T19:18:09.1916742Z [00:03:58.613]➜    CC       lib/libcoreutils_a-c32iscntrl.o
2025-08-20T19:18:09.1973598Z [00:03:58.619]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.1978895Z [00:03:58.619]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.1979448Z [00:03:58.619]➜  Thread model: posix
2025-08-20T19:18:09.1980002Z [00:03:58.619]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.1980796Z [00:03:58.619]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.1981687Z [00:03:58.619]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.1988003Z [00:03:58.620]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.1988609Z [00:03:58.620]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.1989103Z [00:03:58.620]➜   (in-process)
2025-08-20T19:18:09.2001157Z [00:03:58.620]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isblank.o -x c lib/c32isblank.c
2025-08-20T19:18:09.2019186Z [00:03:58.623]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.2023743Z [00:03:58.623]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.2024911Z [00:03:58.623]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.2025646Z [00:03:58.623]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.2026354Z [00:03:58.623]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.2027109Z [00:03:58.623]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.2028419Z [00:03:58.623]➜  #include "..." search starts here:
2025-08-20T19:18:09.2029107Z [00:03:58.623]➜  #include <...> search starts here:
2025-08-20T19:18:09.2029679Z [00:03:58.623]➜   .
2025-08-20T19:18:09.2030101Z [00:03:58.623]➜   ./lib
2025-08-20T19:18:09.2030526Z [00:03:58.623]➜   src
2025-08-20T19:18:09.2031081Z [00:03:58.623]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.2031719Z [00:03:58.623]➜   /usr/local/include
2025-08-20T19:18:09.2032320Z [00:03:58.623]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.2032917Z [00:03:58.623]➜   /usr/include
2025-08-20T19:18:09.2033418Z [00:03:58.623]➜  End of search list.
2025-08-20T19:18:09.2034072Z [00:03:58.623]➜    CC       lib/libcoreutils_a-c32isdigit.o
2025-08-20T19:18:09.2156942Z [00:03:58.637]➜    CC       lib/libcoreutils_a-c32isgraph.o
2025-08-20T19:18:09.2270556Z [00:03:58.649]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.2276290Z [00:03:58.649]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.2280747Z [00:03:58.650]➜  Thread model: posix
2025-08-20T19:18:09.2283324Z [00:03:58.650]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.2284153Z [00:03:58.650]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.2285042Z [00:03:58.650]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.2285714Z [00:03:58.650]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.2286252Z [00:03:58.650]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.2298356Z [00:03:58.652]➜   (in-process)
2025-08-20T19:18:09.2330692Z [00:03:58.652]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isdigit.o -x c lib/c32isdigit.c
2025-08-20T19:18:09.2341600Z [00:03:58.653]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.2342867Z [00:03:58.653]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.2343871Z [00:03:58.654]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.2344527Z [00:03:58.654]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.2345177Z [00:03:58.654]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.2345811Z [00:03:58.654]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.2346436Z [00:03:58.654]➜  #include "..." search starts here:
2025-08-20T19:18:09.2347034Z [00:03:58.654]➜  #include <...> search starts here:
2025-08-20T19:18:09.2347736Z [00:03:58.654]➜   .
2025-08-20T19:18:09.2348136Z [00:03:58.654]➜   ./lib
2025-08-20T19:18:09.2348737Z [00:03:58.654]➜   src
2025-08-20T19:18:09.2349254Z [00:03:58.654]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.2349840Z [00:03:58.654]➜   /usr/local/include
2025-08-20T19:18:09.2350405Z [00:03:58.654]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.2350940Z [00:03:58.654]➜   /usr/include
2025-08-20T19:18:09.2351398Z [00:03:58.654]➜  End of search list.
2025-08-20T19:18:09.2401378Z [00:03:58.662]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.2438285Z [00:03:58.662]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.2439012Z [00:03:58.662]➜  Thread model: posix
2025-08-20T19:18:09.2439655Z [00:03:58.662]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.2440554Z [00:03:58.662]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.2441555Z [00:03:58.662]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.2442359Z [00:03:58.662]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.2443309Z [00:03:58.662]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.2443917Z [00:03:58.662]➜   (in-process)
2025-08-20T19:18:09.2456142Z [00:03:58.662]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32iscntrl.o -x c lib/c32iscntrl.c
2025-08-20T19:18:09.2467420Z [00:03:58.662]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.2468730Z [00:03:58.662]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.2470013Z [00:03:58.662]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.2470690Z [00:03:58.662]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.2471396Z [00:03:58.662]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.2472101Z [00:03:58.662]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.2472778Z [00:03:58.662]➜  #include "..." search starts here:
2025-08-20T19:18:09.2473443Z [00:03:58.662]➜  #include <...> search starts here:
2025-08-20T19:18:09.2473997Z [00:03:58.662]➜   .
2025-08-20T19:18:09.2474427Z [00:03:58.662]➜   ./lib
2025-08-20T19:18:09.2474867Z [00:03:58.662]➜   src
2025-08-20T19:18:09.2475412Z [00:03:58.662]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.2476044Z [00:03:58.662]➜   /usr/local/include
2025-08-20T19:18:09.2476625Z [00:03:58.662]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.2477495Z [00:03:58.662]➜   /usr/include
2025-08-20T19:18:09.2478040Z [00:03:58.662]➜  End of search list.
2025-08-20T19:18:09.2478942Z [00:03:58.664]➜    CC       lib/libcoreutils_a-c32islower.o
2025-08-20T19:18:09.2540797Z [00:03:58.676]➜    CC       lib/libcoreutils_a-c32isprint.o
2025-08-20T19:18:09.2620149Z [00:03:58.684]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.2622536Z [00:03:58.684]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.2624373Z [00:03:58.684]➜  Thread model: posix
2025-08-20T19:18:09.2625209Z [00:03:58.684]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.2626607Z [00:03:58.684]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.2629232Z [00:03:58.684]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.2630255Z [00:03:58.684]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.2631147Z [00:03:58.684]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.2632014Z [00:03:58.685]➜   (in-process)
2025-08-20T19:18:09.2643893Z [00:03:58.685]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isgraph.o -x c lib/c32isgraph.c
2025-08-20T19:18:09.2654238Z [00:03:58.686]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.2655514Z [00:03:58.686]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.2656510Z [00:03:58.686]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.2677409Z [00:03:58.686]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.2678382Z [00:03:58.686]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.2679060Z [00:03:58.686]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.2679683Z [00:03:58.686]➜  #include "..." search starts here:
2025-08-20T19:18:09.2680278Z [00:03:58.686]➜  #include <...> search starts here:
2025-08-20T19:18:09.2680777Z [00:03:58.686]➜   .
2025-08-20T19:18:09.2681199Z [00:03:58.686]➜   ./lib
2025-08-20T19:18:09.2681590Z [00:03:58.686]➜   src
2025-08-20T19:18:09.2682073Z [00:03:58.686]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.2682624Z [00:03:58.686]➜   /usr/local/include
2025-08-20T19:18:09.2683155Z [00:03:58.686]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.2683672Z [00:03:58.686]➜   /usr/include
2025-08-20T19:18:09.2684127Z [00:03:58.686]➜  End of search list.
2025-08-20T19:18:09.2779421Z [00:03:58.699]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.2780107Z [00:03:58.699]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.2780660Z [00:03:58.699]➜  Thread model: posix
2025-08-20T19:18:09.2781502Z [00:03:58.699]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.2782293Z [00:03:58.699]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.2783190Z [00:03:58.699]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.2783885Z [00:03:58.699]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.2784425Z [00:03:58.699]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.2792059Z [00:03:58.701]➜   (in-process)
2025-08-20T19:18:09.2804284Z [00:03:58.701]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isprint.o -x c lib/c32isprint.c
2025-08-20T19:18:09.2838394Z [00:03:58.704]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.2839370Z [00:03:58.704]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.2840051Z [00:03:58.704]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.2840645Z [00:03:58.704]➜  Thread model: posix
2025-08-20T19:18:09.2841275Z [00:03:58.704]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.2842144Z [00:03:58.704]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.2843142Z [00:03:58.704]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.2843916Z [00:03:58.704]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.2844507Z [00:03:58.704]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.2845588Z [00:03:58.705]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.2846928Z [00:03:58.705]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.2847873Z [00:03:58.705]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.2848579Z [00:03:58.705]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.2849287Z [00:03:58.705]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.2849974Z [00:03:58.705]➜  #include "..." search starts here:
2025-08-20T19:18:09.2850634Z [00:03:58.705]➜  #include <...> search starts here:
2025-08-20T19:18:09.2851192Z [00:03:58.705]➜   .
2025-08-20T19:18:09.2851601Z [00:03:58.705]➜   ./lib
2025-08-20T19:18:09.2852021Z [00:03:58.705]➜   src
2025-08-20T19:18:09.2852542Z [00:03:58.705]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.2853146Z [00:03:58.705]➜   /usr/local/include
2025-08-20T19:18:09.2853727Z [00:03:58.705]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.2854298Z [00:03:58.705]➜   /usr/include
2025-08-20T19:18:09.2854817Z [00:03:58.705]➜  End of search list.
2025-08-20T19:18:09.2862414Z [00:03:58.708]➜   (in-process)
2025-08-20T19:18:09.2877602Z [00:03:58.708]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32islower.o -x c lib/c32islower.c
2025-08-20T19:18:09.2892148Z [00:03:58.710]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.2893435Z [00:03:58.710]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.2894456Z [00:03:58.710]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.2895151Z [00:03:58.710]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.2895821Z [00:03:58.710]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.2896474Z [00:03:58.710]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.2897112Z [00:03:58.710]➜  #include "..." search starts here:
2025-08-20T19:18:09.2897902Z [00:03:58.710]➜  #include <...> search starts here:
2025-08-20T19:18:09.2898477Z [00:03:58.710]➜   .
2025-08-20T19:18:09.2898875Z [00:03:58.710]➜   ./lib
2025-08-20T19:18:09.2899275Z [00:03:58.710]➜   src
2025-08-20T19:18:09.2899768Z [00:03:58.710]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.2900348Z [00:03:58.710]➜   /usr/local/include
2025-08-20T19:18:09.2900896Z [00:03:58.710]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.2901418Z [00:03:58.710]➜   /usr/include
2025-08-20T19:18:09.2901878Z [00:03:58.710]➜  End of search list.
2025-08-20T19:18:09.2952432Z [00:03:58.717]➜    CC       lib/libcoreutils_a-c32ispunct.o
2025-08-20T19:18:09.3080052Z [00:03:58.730]➜    CC       lib/libcoreutils_a-c32isspace.o
2025-08-20T19:18:09.3167058Z [00:03:58.738]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.3171563Z [00:03:58.739]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.3175221Z [00:03:58.739]➜  Thread model: posix
2025-08-20T19:18:09.3178343Z [00:03:58.739]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.3181870Z [00:03:58.740]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.3184907Z [00:03:58.740]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.3187853Z [00:03:58.740]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.3188682Z [00:03:58.740]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.3194227Z [00:03:58.741]➜   (in-process)
2025-08-20T19:18:09.3212635Z [00:03:58.742]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32ispunct.o -x c lib/c32ispunct.c
2025-08-20T19:18:09.3223857Z [00:03:58.743]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.3225373Z [00:03:58.744]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.3226718Z [00:03:58.744]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.3233236Z [00:03:58.744]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.3233927Z [00:03:58.744]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.3246596Z [00:03:58.746]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.3247600Z [00:03:58.746]➜  #include "..." search starts here:
2025-08-20T19:18:09.3248287Z [00:03:58.746]➜  #include <...> search starts here:
2025-08-20T19:18:09.3248843Z [00:03:58.746]➜   .
2025-08-20T19:18:09.3249247Z [00:03:58.746]➜   ./lib
2025-08-20T19:18:09.3249674Z [00:03:58.746]➜   src
2025-08-20T19:18:09.3250226Z [00:03:58.746]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.3250863Z [00:03:58.746]➜   /usr/local/include
2025-08-20T19:18:09.3251458Z [00:03:58.746]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.3252044Z [00:03:58.746]➜   /usr/include
2025-08-20T19:18:09.3252550Z [00:03:58.746]➜  End of search list.
2025-08-20T19:18:09.3326408Z [00:03:58.754]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.3327428Z [00:03:58.754]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.3328065Z [00:03:58.754]➜  Thread model: posix
2025-08-20T19:18:09.3359525Z [00:03:58.754]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.3360464Z [00:03:58.754]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.3361514Z [00:03:58.754]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.3362314Z [00:03:58.754]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.3362929Z [00:03:58.754]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.3363504Z [00:03:58.754]➜   (in-process)
2025-08-20T19:18:09.3375649Z [00:03:58.754]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isspace.o -x c lib/c32isspace.c
2025-08-20T19:18:09.3387120Z [00:03:58.754]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.3388744Z [00:03:58.755]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.3389826Z [00:03:58.755]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.3390536Z [00:03:58.755]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.3391226Z [00:03:58.755]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.3391906Z [00:03:58.755]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.3392560Z [00:03:58.755]➜  #include "..." search starts here:
2025-08-20T19:18:09.3393207Z [00:03:58.755]➜  #include <...> search starts here:
2025-08-20T19:18:09.3393758Z [00:03:58.755]➜   .
2025-08-20T19:18:09.3394169Z [00:03:58.755]➜   ./lib
2025-08-20T19:18:09.3394613Z [00:03:58.755]➜   src
2025-08-20T19:18:09.3395147Z [00:03:58.755]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.3395809Z [00:03:58.755]➜   /usr/local/include
2025-08-20T19:18:09.3396424Z [00:03:58.755]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.3397011Z [00:03:58.755]➜   /usr/include
2025-08-20T19:18:09.3397749Z [00:03:58.755]➜  End of search list.
2025-08-20T19:18:09.3628230Z [00:03:58.784]➜    CC       lib/libcoreutils_a-c32isupper.o
2025-08-20T19:18:09.3664925Z [00:03:58.788]➜    CC       lib/libcoreutils_a-c32isxdigit.o
2025-08-20T19:18:09.3727084Z [00:03:58.794]➜    CC       lib/libcoreutils_a-c32tolower.o
2025-08-20T19:18:09.3852959Z [00:03:58.807]➜    CC       lib/libcoreutils_a-c32width.o
2025-08-20T19:18:09.3926303Z [00:03:58.814]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.3932085Z [00:03:58.814]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.3932646Z [00:03:58.814]➜  Thread model: posix
2025-08-20T19:18:09.3933196Z [00:03:58.814]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.3934225Z [00:03:58.814]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.3937132Z [00:03:58.814]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.3938006Z [00:03:58.814]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.3938596Z [00:03:58.814]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.3939101Z [00:03:58.814]➜   (in-process)
2025-08-20T19:18:09.3951527Z [00:03:58.814]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isupper.o -x c lib/c32isupper.c
2025-08-20T19:18:09.3962841Z [00:03:58.816]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.3963751Z [00:03:58.816]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.3964324Z [00:03:58.816]➜  Thread model: posix
2025-08-20T19:18:09.3964887Z [00:03:58.816]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.3968467Z [00:03:58.816]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.3969466Z [00:03:58.816]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.3970148Z [00:03:58.816]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.3971136Z [00:03:58.817]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.3971641Z [00:03:58.817]➜   (in-process)
2025-08-20T19:18:09.4008198Z [00:03:58.821]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32isxdigit.o -x c lib/c32isxdigit.c
2025-08-20T19:18:09.4018956Z [00:03:58.821]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.4020203Z [00:03:58.821]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.4021179Z [00:03:58.821]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.4021807Z [00:03:58.821]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.4022577Z [00:03:58.821]➜  ignoring duplicate directory "./libclang -cc1 version 19.1.7"
2025-08-20T19:18:09.4023444Z [00:03:58.821]➜  ignoring duplicate directory " based upon LLVM ./src19.1.7"
2025-08-20T19:18:09.4024189Z [00:03:58.821]➜   default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.4024941Z [00:03:58.821]➜  #include "..." search starts here:
2025-08-20T19:18:09.4026569Z [00:03:58.821]➜  #include <...> search starts here:
2025-08-20T19:18:09.4028625Z [00:03:58.821]➜   .
2025-08-20T19:18:09.4029006Z [00:03:58.821]➜   ./lib
2025-08-20T19:18:09.4029397Z [00:03:58.821]➜   src
2025-08-20T19:18:09.4029881Z [00:03:58.821]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.4030426Z [00:03:58.821]➜   /usr/local/include
2025-08-20T19:18:09.4030935Z [00:03:58.821]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.4031439Z [00:03:58.821]➜   /usr/include
2025-08-20T19:18:09.4031880Z [00:03:58.821]➜  End of search list.
2025-08-20T19:18:09.4032814Z [00:03:58.821]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.4033782Z [00:03:58.821]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.4034415Z [00:03:58.821]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.4035166Z [00:03:58.821]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.4035802Z [00:03:58.821]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.4036391Z [00:03:58.821]➜  #include "..." search starts here:
2025-08-20T19:18:09.4036964Z [00:03:58.821]➜  #include <...> search starts here:
2025-08-20T19:18:09.4037616Z [00:03:58.821]➜   .
2025-08-20T19:18:09.4038128Z [00:03:58.821]➜   ./lib
2025-08-20T19:18:09.4038525Z [00:03:58.821]➜   src
2025-08-20T19:18:09.4039000Z [00:03:58.821]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.4039537Z [00:03:58.821]➜   /usr/local/include
2025-08-20T19:18:09.4040037Z [00:03:58.821]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.4040542Z [00:03:58.821]➜   /usr/include
2025-08-20T19:18:09.4040995Z [00:03:58.821]➜  End of search list.
2025-08-20T19:18:09.4041561Z [00:03:58.822]➜    CC       lib/libcoreutils_a-canon-host.o
2025-08-20T19:18:09.4042205Z [00:03:58.824]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.4042762Z [00:03:58.824]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.4043304Z [00:03:58.824]➜  Thread model: posix
2025-08-20T19:18:09.4043845Z [00:03:58.824]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.4044605Z [00:03:58.824]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.4045491Z [00:03:58.824]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.4046169Z [00:03:58.824]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.4046706Z [00:03:58.824]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.4047499Z [00:03:58.825]➜   (in-process)
2025-08-20T19:18:09.4059678Z [00:03:58.825]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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 -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32tolower.o -x c lib/c32tolower.c
2025-08-20T19:18:09.4070358Z [00:03:58.826]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.4071588Z [00:03:58.827]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.4072562Z [00:03:58.827]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.4073232Z [00:03:58.827]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.4073912Z [00:03:58.827]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.4074587Z [00:03:58.827]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.4075210Z [00:03:58.827]➜  #include "..." search starts here:
2025-08-20T19:18:09.4075820Z [00:03:58.827]➜  #include <...> search starts here:
2025-08-20T19:18:09.4076338Z [00:03:58.827]➜   .
2025-08-20T19:18:09.4076854Z [00:03:58.827]➜   ./lib
2025-08-20T19:18:09.4097553Z [00:03:58.827]➜   src
2025-08-20T19:18:09.4098152Z [00:03:58.827]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.4098713Z [00:03:58.827]➜   /usr/local/include
2025-08-20T19:18:09.4099244Z [00:03:58.827]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.4099943Z [00:03:58.827]➜   /usr/include
2025-08-20T19:18:09.4100410Z [00:03:58.827]➜  End of search list.
2025-08-20T19:18:09.4191685Z [00:03:58.840]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.4192366Z [00:03:58.840]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.4192909Z [00:03:58.840]➜  Thread model: posix
2025-08-20T19:18:09.4193468Z [00:03:58.840]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.4194253Z [00:03:58.840]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.4195330Z [00:03:58.840]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.4196029Z [00:03:58.840]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.4196577Z [00:03:58.840]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.4197075Z [00:03:58.841]➜   (in-process)
2025-08-20T19:18:09.4235831Z [00:03:58.844]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-c32width.o -x c lib/c32width.c
2025-08-20T19:18:09.4246367Z [00:03:58.845]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.4252043Z [00:03:58.845]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.4253210Z [00:03:58.845]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.4253851Z [00:03:58.845]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.4254482Z [00:03:58.845]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.4255106Z [00:03:58.845]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.4255696Z [00:03:58.845]➜  #include "..." search starts here:
2025-08-20T19:18:09.4256271Z [00:03:58.845]➜  #include <...> search starts here:
2025-08-20T19:18:09.4256758Z [00:03:58.845]➜   .
2025-08-20T19:18:09.4257116Z [00:03:58.845]➜   ./lib
2025-08-20T19:18:09.4257695Z [00:03:58.845]➜   src
2025-08-20T19:18:09.4258160Z [00:03:58.845]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.4258699Z [00:03:58.845]➜   /usr/local/include
2025-08-20T19:18:09.4259213Z [00:03:58.845]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.4259728Z [00:03:58.845]➜   /usr/include
2025-08-20T19:18:09.4260183Z [00:03:58.845]➜  End of search list.
2025-08-20T19:18:09.4467869Z [00:03:58.868]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.4468668Z [00:03:58.868]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.4469277Z [00:03:58.868]➜  Thread model: posix
2025-08-20T19:18:09.4469917Z [00:03:58.868]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.4471020Z [00:03:58.868]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.4472065Z [00:03:58.868]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.4472836Z [00:03:58.868]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.4473443Z [00:03:58.868]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.4499701Z [00:03:58.871]➜   (in-process)
2025-08-20T19:18:09.4513976Z [00:03:58.871]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-canon-host.o -x c lib/canon-host.c
2025-08-20T19:18:09.4525059Z [00:03:58.872]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.4526376Z [00:03:58.873]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.4537788Z [00:03:58.873]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.4538455Z [00:03:58.873]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.4538960Z [00:03:58.873]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.4539518Z [00:03:58.873]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.4540446Z [00:03:58.873]➜  #include "..." search starts here:
2025-08-20T19:18:09.4541079Z [00:03:58.873]➜  #include <...> search starts here:
2025-08-20T19:18:09.4541644Z [00:03:58.873]➜   .
2025-08-20T19:18:09.4542010Z [00:03:58.873]➜   ./lib
2025-08-20T19:18:09.4542393Z [00:03:58.873]➜   src
2025-08-20T19:18:09.4542875Z [00:03:58.873]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.4543422Z [00:03:58.873]➜   /usr/local/include
2025-08-20T19:18:09.4543939Z [00:03:58.873]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.4544431Z [00:03:58.873]➜   /usr/include
2025-08-20T19:18:09.4544863Z [00:03:58.873]➜  End of search list.
2025-08-20T19:18:09.4663766Z [00:03:58.888]➜    CC       lib/libcoreutils_a-canonicalize.o
2025-08-20T19:18:09.4690077Z [00:03:58.891]➜    CC       lib/libcoreutils_a-careadlinkat.o
2025-08-20T19:18:09.4717357Z [00:03:58.893]➜    CC       lib/libcoreutils_a-chdir-long.o
2025-08-20T19:18:09.4907771Z [00:03:58.912]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.4908512Z [00:03:58.912]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.4909061Z [00:03:58.912]➜  Thread model: posix
2025-08-20T19:18:09.4909622Z [00:03:58.912]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.4910422Z [00:03:58.912]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.4911553Z [00:03:58.912]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.4912277Z [00:03:58.912]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.4912827Z [00:03:58.912]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.4921560Z [00:03:58.914]➜   (in-process)
2025-08-20T19:18:09.4933144Z [00:03:58.914]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-canonicalize.o -x c lib/canonicalize.c
2025-08-20T19:18:09.4952223Z [00:03:58.917]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.4961617Z [00:03:58.918]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.4962628Z [00:03:58.918]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.4963296Z [00:03:58.918]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.4963911Z [00:03:58.918]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.4964526Z [00:03:58.918]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.4965123Z [00:03:58.918]➜  #include "..." search starts here:
2025-08-20T19:18:09.4965729Z [00:03:58.918]➜  #include <...> search starts here:
2025-08-20T19:18:09.4966403Z [00:03:58.918]➜   .
2025-08-20T19:18:09.4966906Z [00:03:58.918]➜   ./lib
2025-08-20T19:18:09.4967470Z [00:03:58.918]➜   src
2025-08-20T19:18:09.4987973Z [00:03:58.918]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.4988573Z [00:03:58.918]➜   /usr/local/include
2025-08-20T19:18:09.4989121Z [00:03:58.918]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.4989640Z [00:03:58.918]➜   /usr/include
2025-08-20T19:18:09.4990087Z [00:03:58.918]➜  End of search list.
2025-08-20T19:18:09.4990652Z [00:03:58.918]➜    CC       lib/libcoreutils_a-chmodat.o
2025-08-20T19:18:09.5101272Z [00:03:58.931]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.5101934Z [00:03:58.932]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.5102452Z [00:03:58.932]➜  Thread model: posix
2025-08-20T19:18:09.5102993Z [00:03:58.932]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.5103771Z [00:03:58.932]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.5104771Z [00:03:58.932]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.5106459Z [00:03:58.932]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.5107029Z [00:03:58.932]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.5107790Z [00:03:58.932]➜   (in-process)
2025-08-20T19:18:09.5122191Z [00:03:58.932]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-careadlinkat.o -x c lib/careadlinkat.c
2025-08-20T19:18:09.5134834Z [00:03:58.933]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.5136140Z [00:03:58.933]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.5137364Z [00:03:58.933]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.5139894Z [00:03:58.933]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.5140574Z [00:03:58.933]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.5141216Z [00:03:58.933]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.5141820Z [00:03:58.933]➜  #include "..." search starts here:
2025-08-20T19:18:09.5142402Z [00:03:58.933]➜  #include <...> search starts here:
2025-08-20T19:18:09.5142886Z [00:03:58.933]➜   .
2025-08-20T19:18:09.5143254Z [00:03:58.933]➜   ./lib
2025-08-20T19:18:09.5143644Z [00:03:58.933]➜   src
2025-08-20T19:18:09.5156794Z [00:03:58.933]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.5158036Z [00:03:58.933]➜   /usr/local/include
2025-08-20T19:18:09.5158767Z [00:03:58.933]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.5159429Z [00:03:58.934]➜   /usr/include
2025-08-20T19:18:09.5159898Z [00:03:58.934]➜  End of search list.
2025-08-20T19:18:09.5160449Z [00:03:58.934]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.5161045Z [00:03:58.934]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.5161604Z [00:03:58.934]➜  Thread model: posix
2025-08-20T19:18:09.5162174Z [00:03:58.934]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.5163003Z [00:03:58.934]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.5163917Z [00:03:58.934]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.5164623Z [00:03:58.934]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.5165170Z [00:03:58.934]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.5165771Z [00:03:58.934]➜    CC       lib/libcoreutils_a-chownat.o
2025-08-20T19:18:09.5166345Z [00:03:58.934]➜   (in-process)
2025-08-20T19:18:09.5188527Z [00:03:58.934]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-chdir-long.o -x c lib/chdir-long.c
2025-08-20T19:18:09.5200552Z [00:03:58.935]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.5202984Z [00:03:58.935]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.5204746Z [00:03:58.935]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.5205446Z [00:03:58.935]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.5206090Z [00:03:58.935]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.5206741Z [00:03:58.935]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.5207608Z [00:03:58.936]➜  #include "..." search starts here:
2025-08-20T19:18:09.5208248Z [00:03:58.936]➜  #include <...> search starts here:
2025-08-20T19:18:09.5208788Z [00:03:58.936]➜   .
2025-08-20T19:18:09.5209190Z [00:03:58.936]➜   ./lib
2025-08-20T19:18:09.5209597Z [00:03:58.936]➜   src
2025-08-20T19:18:09.5210117Z [00:03:58.936]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.5210696Z [00:03:58.936]➜   /usr/local/include
2025-08-20T19:18:09.5211248Z [00:03:58.936]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.5211764Z [00:03:58.936]➜   /usr/include
2025-08-20T19:18:09.5212226Z [00:03:58.936]➜  End of search list.
2025-08-20T19:18:09.5212801Z [00:03:58.941]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.5213422Z [00:03:58.942]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.5214247Z [00:03:58.942]➜  Thread model: posix
2025-08-20T19:18:09.5214834Z [00:03:58.942]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.5215663Z [00:03:58.942]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.5216608Z [00:03:58.942]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.5218584Z [00:03:58.942]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.5219211Z [00:03:58.942]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.5219756Z [00:03:58.943]➜   (in-process)
2025-08-20T19:18:09.5266290Z [00:03:58.945]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-chmodat.o -x c lib/chmodat.c
2025-08-20T19:18:09.5277339Z [00:03:58.945]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.5278679Z [00:03:58.945]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.5279736Z [00:03:58.946]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.5280421Z [00:03:58.946]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.5281127Z [00:03:58.946]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.5281904Z [00:03:58.947]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.5282590Z [00:03:58.947]➜  #include "..." search starts here:
2025-08-20T19:18:09.5283277Z [00:03:58.947]➜  #include <...> search starts here:
2025-08-20T19:18:09.5283865Z [00:03:58.947]➜   .
2025-08-20T19:18:09.5284304Z [00:03:58.947]➜   ./lib
2025-08-20T19:18:09.5284749Z [00:03:58.947]➜   src
2025-08-20T19:18:09.5285270Z [00:03:58.947]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.5285891Z [00:03:58.947]➜   /usr/local/include
2025-08-20T19:18:09.5286435Z [00:03:58.947]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.5286948Z [00:03:58.947]➜   /usr/include
2025-08-20T19:18:09.5287627Z [00:03:58.947]➜  End of search list.
2025-08-20T19:18:09.5355899Z [00:03:58.957]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.5356650Z [00:03:58.957]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.5357471Z [00:03:58.957]➜  Thread model: posix
2025-08-20T19:18:09.5358121Z [00:03:58.957]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.5359010Z [00:03:58.957]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.5360031Z [00:03:58.957]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.5361935Z [00:03:58.957]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.5362969Z [00:03:58.957]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.5363580Z [00:03:58.958]➜   (in-process)
2025-08-20T19:18:09.5378110Z [00:03:58.958]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-chownat.o -x c lib/chownat.c
2025-08-20T19:18:09.5389262Z [00:03:58.959]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.5403489Z [00:03:58.962]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.5404864Z [00:03:58.962]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.5405595Z [00:03:58.962]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.5406307Z [00:03:58.962]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.5407025Z [00:03:58.962]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.5407929Z [00:03:58.962]➜  #include "..." search starts here:
2025-08-20T19:18:09.5408593Z [00:03:58.962]➜  #include <...> search starts here:
2025-08-20T19:18:09.5409162Z [00:03:58.962]➜   .
2025-08-20T19:18:09.5409584Z [00:03:58.962]➜   ./lib
2025-08-20T19:18:09.5410018Z [00:03:58.962]➜   src
2025-08-20T19:18:09.5410563Z [00:03:58.962]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.5411196Z [00:03:58.962]➜   /usr/local/include
2025-08-20T19:18:09.5411796Z [00:03:58.962]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.5412402Z [00:03:58.962]➜   /usr/include
2025-08-20T19:18:09.5412940Z [00:03:58.962]➜  End of search list.
2025-08-20T19:18:09.5777484Z [00:03:58.999]➜    CC       lib/libcoreutils_a-cl-strtod.o
2025-08-20T19:18:09.5854553Z [00:03:59.007]➜    CC       lib/libcoreutils_a-cl-strtold.o
2025-08-20T19:18:09.5984484Z [00:03:59.020]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.5998047Z [00:03:59.021]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.5998897Z [00:03:59.021]➜  Thread model: posix
2025-08-20T19:18:09.5999833Z [00:03:59.021]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.6032838Z [00:03:59.025]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.6033933Z [00:03:59.025]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.6034769Z [00:03:59.025]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.6035378Z [00:03:59.025]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.6035957Z [00:03:59.025]➜   (in-process)
2025-08-20T19:18:09.6048623Z [00:03:59.025]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-cl-strtod.o -x c lib/cl-strtod.c
2025-08-20T19:18:09.6059842Z [00:03:59.025]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.6061122Z [00:03:59.025]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.6062190Z [00:03:59.025]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.6062849Z [00:03:59.025]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.6063668Z [00:03:59.025]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.6064315Z [00:03:59.025]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.6064963Z [00:03:59.025]➜  #include "..." search starts here:
2025-08-20T19:18:09.6065605Z [00:03:59.025]➜  #include <...> search starts here:
2025-08-20T19:18:09.6066126Z [00:03:59.025]➜   .
2025-08-20T19:18:09.6066496Z [00:03:59.025]➜   ./lib
2025-08-20T19:18:09.6066901Z [00:03:59.025]➜   src
2025-08-20T19:18:09.6067635Z [00:03:59.025]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.6068194Z [00:03:59.025]➜   /usr/local/include
2025-08-20T19:18:09.6068726Z [00:03:59.025]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.6069215Z [00:03:59.025]➜   /usr/include
2025-08-20T19:18:09.6069661Z [00:03:59.025]➜  End of search list.
2025-08-20T19:18:09.6078888Z [00:03:59.029]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.6079614Z [00:03:59.029]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.6080247Z [00:03:59.029]➜  Thread model: posix
2025-08-20T19:18:09.6080875Z [00:03:59.029]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.6082052Z [00:03:59.029]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.6084307Z [00:03:59.029]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.6085131Z [00:03:59.029]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.6085696Z [00:03:59.029]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.6086237Z [00:03:59.030]➜   (in-process)
2025-08-20T19:18:09.6123446Z [00:03:59.030]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-cl-strtold.o -x c lib/cl-strtold.c
2025-08-20T19:18:09.6134440Z [00:03:59.031]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.6135788Z [00:03:59.032]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.6137102Z [00:03:59.032]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.6138068Z [00:03:59.032]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.6138756Z [00:03:59.032]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.6139457Z [00:03:59.032]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.6140132Z [00:03:59.032]➜  #include "..." search starts here:
2025-08-20T19:18:09.6140803Z [00:03:59.032]➜  #include <...> search starts here:
2025-08-20T19:18:09.6141368Z [00:03:59.032]➜   .
2025-08-20T19:18:09.6141989Z [00:03:59.032]➜   ./lib
2025-08-20T19:18:09.6142436Z [00:03:59.032]➜   src
2025-08-20T19:18:09.6143188Z [00:03:59.032]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.6143811Z [00:03:59.032]➜   /usr/local/include
2025-08-20T19:18:09.6144391Z [00:03:59.032]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.6144965Z [00:03:59.032]➜   /usr/include
2025-08-20T19:18:09.6145467Z [00:03:59.032]➜  End of search list.
2025-08-20T19:18:09.6474628Z [00:03:59.068]➜    CC       lib/libcoreutils_a-cloexec.o
2025-08-20T19:18:09.6490966Z [00:03:59.071]➜    CC       lib/libcoreutils_a-close-stream.o
2025-08-20T19:18:09.6534505Z [00:03:59.075]➜    CC       lib/libcoreutils_a-closein.o
2025-08-20T19:18:09.6706308Z [00:03:59.092]➜    CC       lib/libcoreutils_a-closeout.o
2025-08-20T19:18:09.6739377Z [00:03:59.095]➜  Debian clang version 19.1.7 (3+b2)Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.6740201Z [00:03:59.095]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.6740731Z [00:03:59.095]➜  Thread model: posix
2025-08-20T19:18:09.6741341Z [00:03:59.095]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.6743511Z [00:03:59.095]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.6744845Z [00:03:59.095]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.6745554Z [00:03:59.095]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.6746083Z [00:03:59.095]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.6746554Z [00:03:59.095]➜  
2025-08-20T19:18:09.6746970Z [00:03:59.095]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.6747712Z [00:03:59.095]➜   (in-process)
2025-08-20T19:18:09.6762592Z [00:03:59.096]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits Thread model: -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-cloexec.o -x c lib/cloexec.c
2025-08-20T19:18:09.6774554Z [00:03:59.096]➜  posix
2025-08-20T19:18:09.6775070Z [00:03:59.097]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.6777425Z [00:03:59.097]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.6778396Z [00:03:59.097]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.6779532Z [00:03:59.098]➜  Candidate multilib: .;clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.6780363Z [00:03:59.098]➜  @m64
2025-08-20T19:18:09.6781405Z [00:03:59.099]➜  Selected multilib: .ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.6782547Z [00:03:59.099]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.6783364Z [00:03:59.099]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.6784142Z [00:03:59.099]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.6784791Z [00:03:59.099]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.6785408Z [00:03:59.099]➜  #include "..." search starts here:
2025-08-20T19:18:09.6786003Z [00:03:59.099]➜  #include <...> search starts here:
2025-08-20T19:18:09.6786521Z [00:03:59.099]➜   .
2025-08-20T19:18:09.6786898Z [00:03:59.099]➜   ./lib
2025-08-20T19:18:09.6787491Z [00:03:59.099]➜   src
2025-08-20T19:18:09.6787985Z [00:03:59.099]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.6788554Z [00:03:59.099]➜   /usr/local/include
2025-08-20T19:18:09.6789093Z [00:03:59.099]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.6789611Z [00:03:59.099]➜   /usr/include
2025-08-20T19:18:09.6790063Z [00:03:59.099]➜  End of search list.
2025-08-20T19:18:09.6790526Z [00:03:59.099]➜  ;@m64
2025-08-20T19:18:09.6790953Z [00:03:59.099]➜   (in-process)
2025-08-20T19:18:09.6820112Z [00:03:59.102]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-close-stream.o -x c lib/close-stream.c
2025-08-20T19:18:09.6833608Z [00:03:59.102]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.6834432Z [00:03:59.102]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.6835003Z [00:03:59.102]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.6835521Z [00:03:59.102]➜  Thread model: posix
2025-08-20T19:18:09.6836082Z [00:03:59.102]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.6836861Z [00:03:59.102]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.6838987Z [00:03:59.102]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.6839686Z [00:03:59.102]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.6840224Z [00:03:59.102]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.6841322Z [00:03:59.102]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.6842579Z [00:03:59.103]➜  ignoring nonexistent directory "/include  CC       lib/libcoreutils_a-copy-file-range.o
2025-08-20T19:18:09.6843355Z [00:03:59.103]➜  "
2025-08-20T19:18:09.6843811Z [00:03:59.103]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.6844432Z [00:03:59.104]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.6845045Z [00:03:59.104]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.6845771Z [00:03:59.104]➜  #include "..." search starts here:
2025-08-20T19:18:09.6846372Z [00:03:59.104]➜  #include <...> search starts here:
2025-08-20T19:18:09.6846866Z [00:03:59.105]➜   .
2025-08-20T19:18:09.6847394Z [00:03:59.105]➜   ./lib
2025-08-20T19:18:09.6847785Z [00:03:59.105]➜   src
2025-08-20T19:18:09.6848253Z [00:03:59.105]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.6848800Z [00:03:59.105]➜   /usr/local/include
2025-08-20T19:18:09.6849322Z [00:03:59.105]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.6849822Z [00:03:59.105]➜   /usr/include
2025-08-20T19:18:09.6850273Z [00:03:59.105]➜  End of search list.
2025-08-20T19:18:09.6854781Z [00:03:59.107]➜   (in-process)
2025-08-20T19:18:09.6871565Z [00:03:59.108]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-closein.o -x c lib/closein.c
2025-08-20T19:18:09.6910491Z [00:03:59.112]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.6911769Z [00:03:59.112]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.6912757Z [00:03:59.112]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.6913401Z [00:03:59.112]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.6914029Z [00:03:59.112]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.6914644Z [00:03:59.112]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.6915237Z [00:03:59.112]➜  #include "..." search starts here:
2025-08-20T19:18:09.6915823Z [00:03:59.112]➜  #include <...> search starts here:
2025-08-20T19:18:09.6916318Z [00:03:59.112]➜   .
2025-08-20T19:18:09.6916681Z [00:03:59.112]➜   ./lib
2025-08-20T19:18:09.6917067Z [00:03:59.112]➜   src
2025-08-20T19:18:09.6917696Z [00:03:59.112]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.6918245Z [00:03:59.112]➜   /usr/local/include
2025-08-20T19:18:09.6918902Z [00:03:59.112]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.6919422Z [00:03:59.112]➜   /usr/include
2025-08-20T19:18:09.6919870Z [00:03:59.112]➜  End of search list.
2025-08-20T19:18:09.7198505Z [00:03:59.139]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.7199222Z [00:03:59.140]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.7199751Z [00:03:59.140]➜  Thread model: posix
2025-08-20T19:18:09.7200324Z [00:03:59.140]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.7201109Z [00:03:59.140]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.7202208Z [00:03:59.140]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.7202884Z [00:03:59.140]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.7203380Z [00:03:59.140]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.7203922Z [00:03:59.141]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.7204478Z [00:03:59.141]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.7204994Z [00:03:59.141]➜  Thread model: posix
2025-08-20T19:18:09.7205525Z [00:03:59.141]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.7206286Z [00:03:59.141]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.7207136Z [00:03:59.141]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.7208037Z [00:03:59.141]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.7208574Z [00:03:59.141]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.7209069Z [00:03:59.142]➜   (in-process)
2025-08-20T19:18:09.7220374Z [00:03:59.142]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-closeout.o -x c lib/closeout.c
2025-08-20T19:18:09.7231444Z [00:03:59.143]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.7232658Z [00:03:59.143]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.7233630Z [00:03:59.143]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.7234265Z [00:03:59.143]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.7234929Z [00:03:59.143]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.7235586Z [00:03:59.143]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.7236196Z [00:03:59.143]➜  #include "..." search starts here:
2025-08-20T19:18:09.7236789Z [00:03:59.143]➜  #include <...> search starts here:
2025-08-20T19:18:09.7237520Z [00:03:59.143]➜   .
2025-08-20T19:18:09.7237902Z [00:03:59.143]➜   ./lib
2025-08-20T19:18:09.7238455Z [00:03:59.144]➜   src
2025-08-20T19:18:09.7238948Z [00:03:59.144]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.7239494Z [00:03:59.144]➜   /usr/local/include
2025-08-20T19:18:09.7240020Z [00:03:59.144]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.7240524Z [00:03:59.144]➜   /usr/include
2025-08-20T19:18:09.7240985Z [00:03:59.144]➜  End of search list.
2025-08-20T19:18:09.7241485Z [00:03:59.145]➜   (in-process)
2025-08-20T19:18:09.7266353Z [00:03:59.145]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:09.7277886Z [00:03:59.146]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.7279232Z [00:03:59.146]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.7280261Z [00:03:59.148]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.7280913Z [00:03:59.148]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.7281545Z [00:03:59.148]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.7282284Z [00:03:59.148]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.7283054Z [00:03:59.148]➜  #include "..." search starts here:
2025-08-20T19:18:09.7283717Z [00:03:59.148]➜  #include <...> search starts here:
2025-08-20T19:18:09.7284245Z [00:03:59.148]➜   .
2025-08-20T19:18:09.7284633Z [00:03:59.148]➜   ./lib
2025-08-20T19:18:09.7285036Z [00:03:59.148]➜   src
2025-08-20T19:18:09.7285539Z [00:03:59.148]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.7286101Z [00:03:59.148]➜   /usr/local/include
2025-08-20T19:18:09.7286640Z [00:03:59.148]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.7287434Z [00:03:59.148]➜   /usr/include
2025-08-20T19:18:09.7287955Z [00:03:59.148]➜  End of search list.
2025-08-20T19:18:09.7288545Z [00:03:59.150]➜    CC       lib/libcoreutils_a-crc.o
2025-08-20T19:18:09.7303008Z [00:03:59.152]➜    CC       lib/libcoreutils_a-crc-x86_64-pclmul.o
2025-08-20T19:18:09.7495930Z [00:03:59.171]➜  Debian clang version 19.1.7 (3+b2)Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.7496935Z [00:03:59.171]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.7497797Z [00:03:59.171]➜  Thread model: posix
2025-08-20T19:18:09.7498434Z [00:03:59.171]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.7499319Z [00:03:59.171]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.7500565Z [00:03:59.171]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.7501405Z [00:03:59.171]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.7502306Z [00:03:59.171]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.7503055Z [00:03:59.171]➜  
2025-08-20T19:18:09.7503777Z [00:03:59.171]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.7504431Z [00:03:59.171]➜  Thread model: posix
2025-08-20T19:18:09.7505246Z [00:03:59.171]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.7506339Z [00:03:59.171]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.7507953Z [00:03:59.171]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.7508773Z [00:03:59.171]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.7509588Z [00:03:59.171]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.7510321Z [00:03:59.172]➜   (in-process)
2025-08-20T19:18:09.7522533Z [00:03:59.172]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-crc.o -x c lib/crc.c
2025-08-20T19:18:09.7533200Z [00:03:59.174]➜   (in-process)
2025-08-20T19:18:09.7545694Z [00:03:59.174]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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-x86_64-pclmul.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 -dependency-file lib/.deps/libcoreutils_a-crc-x86_64-pclmul.Tpo -MT lib/libcoreutils_a-crc-x86_64-pclmul.o -sys-header-deps -MP -I . -I ./lib -I lib -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-crc-x86_64-pclmul.o -x c lib/crc-x86_64-pclmul.c
2025-08-20T19:18:09.7567090Z [00:03:59.174]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.7568546Z [00:03:59.174]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.7570608Z [00:03:59.174]➜  ignoring nonexistent directory "ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.7572415Z [00:03:59.174]➜  "
2025-08-20T19:18:09.7573274Z [00:03:59.174]➜  ignoring nonexistent directory "ignoring nonexistent directory "/include/include"
2025-08-20T19:18:09.7574169Z [00:03:59.174]➜  "
2025-08-20T19:18:09.7574914Z [00:03:59.174]➜  ignoring duplicate directory "ignoring duplicate directory "liblib"
2025-08-20T19:18:09.7575737Z [00:03:59.174]➜  "
2025-08-20T19:18:09.7576499Z [00:03:59.174]➜  ignoring duplicate directory "ignoring duplicate directory "./lib./lib"
2025-08-20T19:18:09.7577512Z [00:03:59.174]➜  "
2025-08-20T19:18:09.7578396Z [00:03:59.174]➜  ignoring duplicate directory "ignoring duplicate directory "./src./src"
2025-08-20T19:18:09.7579192Z [00:03:59.174]➜  "
2025-08-20T19:18:09.7579706Z [00:03:59.174]➜  #include "..." search starts here:
2025-08-20T19:18:09.7580385Z [00:03:59.174]➜  #include "..." search starts here:
2025-08-20T19:18:09.7581058Z [00:03:59.174]➜  #include <...> search starts here:
2025-08-20T19:18:09.7581734Z [00:03:59.174]➜  #include <...> search starts here:
2025-08-20T19:18:09.7582580Z [00:03:59.174]➜    ..
2025-08-20T19:18:09.7583000Z [00:03:59.174]➜  
2025-08-20T19:18:09.7583410Z [00:03:59.174]➜    ./lib./lib
2025-08-20T19:18:09.7583842Z [00:03:59.174]➜  
2025-08-20T19:18:09.7584221Z [00:03:59.174]➜    srcsrc
2025-08-20T19:18:09.7584607Z [00:03:59.174]➜  
2025-08-20T19:18:09.7585318Z [00:03:59.174]➜    /usr/lib/llvm-19/lib/clang/19/include/usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.7586060Z [00:03:59.174]➜  
2025-08-20T19:18:09.7586565Z [00:03:59.174]➜    /usr/local/include/usr/local/include
2025-08-20T19:18:09.7587085Z [00:03:59.174]➜  
2025-08-20T19:18:09.7598117Z [00:03:59.174]➜    /usr/include/x86_64-linux-gnu/usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.7598793Z [00:03:59.174]➜  
2025-08-20T19:18:09.7599245Z [00:03:59.174]➜    /usr/include/usr/include
2025-08-20T19:18:09.7599740Z [00:03:59.174]➜  
2025-08-20T19:18:09.7600178Z [00:03:59.174]➜  End of search list.
2025-08-20T19:18:09.7600749Z [00:03:59.174]➜  End of search list.
2025-08-20T19:18:09.7896439Z [00:03:59.211]➜    CC       lib/libcoreutils_a-af_alg.o
2025-08-20T19:18:09.8047775Z [00:03:59.226]➜    CC       lib/libcoreutils_a-md5-stream.o
2025-08-20T19:18:09.8247654Z [00:03:59.246]➜    CC       lib/libcoreutils_a-md5.o
2025-08-20T19:18:09.8275194Z [00:03:59.249]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.8275841Z [00:03:59.249]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.8276363Z [00:03:59.249]➜  Thread model: posix
2025-08-20T19:18:09.8276913Z [00:03:59.249]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.8277961Z [00:03:59.249]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.8278850Z [00:03:59.249]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.8279492Z [00:03:59.249]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.8279995Z [00:03:59.249]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.8282414Z [00:03:59.250]➜   (in-process)
2025-08-20T19:18:09.8296571Z [00:03:59.250]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-af_alg.o -x c lib/af_alg.c
2025-08-20T19:18:09.8329810Z [00:03:59.255]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.8331209Z [00:03:59.255]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.8332347Z [00:03:59.255]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.8333130Z [00:03:59.255]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.8334022Z [00:03:59.255]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.8334665Z [00:03:59.255]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.8335334Z [00:03:59.255]➜  #include "..." search starts here:
2025-08-20T19:18:09.8335983Z [00:03:59.255]➜  #include <...> search starts here:
2025-08-20T19:18:09.8336555Z [00:03:59.255]➜   .
2025-08-20T19:18:09.8336983Z [00:03:59.255]➜   ./lib
2025-08-20T19:18:09.8337961Z [00:03:59.255]➜   src
2025-08-20T19:18:09.8338532Z [00:03:59.255]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.8339169Z [00:03:59.255]➜   /usr/local/include
2025-08-20T19:18:09.8339773Z [00:03:59.255]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.8340369Z [00:03:59.255]➜   /usr/include
2025-08-20T19:18:09.8340891Z [00:03:59.255]➜  End of search list.
2025-08-20T19:18:09.8376509Z [00:03:59.259]➜    CC       lib/libcoreutils_a-sha1-stream.o
2025-08-20T19:18:09.8474865Z [00:03:59.269]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.8475784Z [00:03:59.269]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.8476421Z [00:03:59.269]➜  Thread model: posix
2025-08-20T19:18:09.8478292Z [00:03:59.269]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.8480424Z [00:03:59.269]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.8481645Z [00:03:59.269]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.8482480Z [00:03:59.269]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.8483115Z [00:03:59.270]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.8505012Z [00:03:59.272]➜   (in-process)
2025-08-20T19:18:09.8521658Z [00:03:59.273]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-md5-stream.o -x c lib/md5-stream.c
2025-08-20T19:18:09.8570619Z [00:03:59.279]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.8573858Z [00:03:59.279]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.8589496Z [00:03:59.281]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.8592073Z [00:03:59.281]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.8594319Z [00:03:59.281]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.8596524Z [00:03:59.281]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.8599194Z [00:03:59.282]➜  #include "..." search starts here:
2025-08-20T19:18:09.8601706Z [00:03:59.282]➜  #include <...> search starts here:
2025-08-20T19:18:09.8605684Z [00:03:59.282]➜   .
2025-08-20T19:18:09.8607757Z [00:03:59.282]➜   ./lib
2025-08-20T19:18:09.8631099Z [00:03:59.282]➜   src
2025-08-20T19:18:09.8631957Z [00:03:59.282]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.8632631Z [00:03:59.282]➜   /usr/local/include
2025-08-20T19:18:09.8633239Z [00:03:59.282]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.8633824Z [00:03:59.282]➜   /usr/include
2025-08-20T19:18:09.8634357Z [00:03:59.282]➜  End of search list.
2025-08-20T19:18:09.8634977Z [00:03:59.282]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.8635645Z [00:03:59.282]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.8636260Z [00:03:59.282]➜  Thread model: posix
2025-08-20T19:18:09.8636895Z [00:03:59.282]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.8638017Z [00:03:59.282]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.8639074Z [00:03:59.282]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.8640113Z [00:03:59.282]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.8640756Z [00:03:59.282]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.8641337Z [00:03:59.282]➜   (in-process)
2025-08-20T19:18:09.8653678Z [00:03:59.282]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sha1-stream.o -x c lib/sha1-stream.c
2025-08-20T19:18:09.8705061Z [00:03:59.282]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.8706662Z [00:03:59.283]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.8707983Z [00:03:59.283]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.8708715Z [00:03:59.283]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.8709441Z [00:03:59.283]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.8710158Z [00:03:59.283]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.8710856Z [00:03:59.283]➜  #include "..." search starts here:
2025-08-20T19:18:09.8711538Z [00:03:59.283]➜  #include <...> search starts here:
2025-08-20T19:18:09.8712124Z [00:03:59.283]➜   .
2025-08-20T19:18:09.8712551Z [00:03:59.283]➜   ./lib
2025-08-20T19:18:09.8713001Z [00:03:59.283]➜   src
2025-08-20T19:18:09.8713553Z [00:03:59.283]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.8714178Z [00:03:59.283]➜   /usr/local/include
2025-08-20T19:18:09.8714803Z [00:03:59.283]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.8715716Z [00:03:59.283]➜   /usr/include
2025-08-20T19:18:09.8716412Z [00:03:59.283]➜  End of search list.
2025-08-20T19:18:09.8718206Z [00:03:59.293]➜    CC       lib/libcoreutils_a-sha1.o
2025-08-20T19:18:09.8849806Z [00:03:59.307]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.8850495Z [00:03:59.307]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.8852858Z [00:03:59.307]➜  Thread model: posix
2025-08-20T19:18:09.8853619Z [00:03:59.307]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.8854520Z [00:03:59.307]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.8855566Z [00:03:59.307]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.8856376Z [00:03:59.307]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.8857017Z [00:03:59.307]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.8894764Z [00:03:59.311]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.8896600Z [00:03:59.311]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.8897334Z [00:03:59.311]➜  Thread model: posix
2025-08-20T19:18:09.8897902Z [00:03:59.311]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.8898802Z [00:03:59.311]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.8899669Z [00:03:59.311]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.8900542Z [00:03:59.311]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.8901097Z [00:03:59.311]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.8901612Z [00:03:59.311]➜   (in-process)
2025-08-20T19:18:09.8913023Z [00:03:59.312]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-md5.o -x c lib/md5.c
2025-08-20T19:18:09.8924426Z [00:03:59.312]➜   (in-process)
2025-08-20T19:18:09.8937094Z [00:03:59.312]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sha1.o -x c lib/sha1.c
2025-08-20T19:18:09.8947936Z [00:03:59.313]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.8949064Z [00:03:59.313]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.8950320Z [00:03:59.314]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.8951362Z [00:03:59.314]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.8952042Z [00:03:59.314]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.8952848Z [00:03:59.314]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.8953530Z [00:03:59.314]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.8954147Z [00:03:59.314]➜  #include "..." search starts here:
2025-08-20T19:18:09.8954776Z [00:03:59.314]➜  #include <...> search starts here:
2025-08-20T19:18:09.8955331Z [00:03:59.314]➜   .
2025-08-20T19:18:09.8955711Z [00:03:59.314]➜   ./lib
2025-08-20T19:18:09.8956099Z [00:03:59.314]➜   src
2025-08-20T19:18:09.8956598Z [00:03:59.314]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.8957560Z [00:03:59.314]➜   /usr/local/include
2025-08-20T19:18:09.8958135Z [00:03:59.314]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.8958680Z [00:03:59.314]➜   /usr/include
2025-08-20T19:18:09.8959148Z [00:03:59.314]➜  End of search list.
2025-08-20T19:18:09.8960150Z [00:03:59.314]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.8961211Z [00:03:59.315]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.8961886Z [00:03:59.315]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.8962531Z [00:03:59.315]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.8963192Z [00:03:59.315]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.8963836Z [00:03:59.315]➜  #include "..." search starts here:
2025-08-20T19:18:09.8964452Z [00:03:59.315]➜  #include <...> search starts here:
2025-08-20T19:18:09.8964960Z [00:03:59.315]➜   .
2025-08-20T19:18:09.8965327Z [00:03:59.315]➜   ./lib
2025-08-20T19:18:09.8965726Z [00:03:59.315]➜   src
2025-08-20T19:18:09.8966227Z [00:03:59.315]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.8966820Z [00:03:59.315]➜   /usr/local/include
2025-08-20T19:18:09.8967570Z [00:03:59.315]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.8968094Z [00:03:59.315]➜   /usr/include
2025-08-20T19:18:09.8968564Z [00:03:59.315]➜  End of search list.
2025-08-20T19:18:09.9258643Z [00:03:59.347]➜    CC       lib/libcoreutils_a-sha256-stream.o
2025-08-20T19:18:09.9496135Z [00:03:59.371]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:09.9498425Z [00:03:59.371]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:09.9498966Z [00:03:59.371]➜  Thread model: posix
2025-08-20T19:18:09.9499509Z [00:03:59.371]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:09.9500316Z [00:03:59.371]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.9501205Z [00:03:59.371]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:09.9502065Z [00:03:59.371]➜  Candidate multilib: .;@m64
2025-08-20T19:18:09.9502848Z [00:03:59.371]➜  Selected multilib: .;@m64
2025-08-20T19:18:09.9503554Z [00:03:59.372]➜   (in-process)
2025-08-20T19:18:09.9522341Z [00:03:59.372]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sha256-stream.o -x c lib/sha256-stream.c
2025-08-20T19:18:09.9533267Z [00:03:59.373]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:09.9534543Z [00:03:59.373]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:09.9535714Z [00:03:59.373]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:09.9536374Z [00:03:59.373]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:09.9537019Z [00:03:59.374]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:09.9537834Z [00:03:59.374]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:09.9538465Z [00:03:59.374]➜  #include "..." search starts here:
2025-08-20T19:18:09.9539066Z [00:03:59.374]➜  #include <...> search starts here:
2025-08-20T19:18:09.9539571Z [00:03:59.374]➜   .
2025-08-20T19:18:09.9539946Z [00:03:59.374]➜   ./lib
2025-08-20T19:18:09.9540331Z [00:03:59.374]➜   src
2025-08-20T19:18:09.9540827Z [00:03:59.374]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:09.9541410Z [00:03:59.374]➜   /usr/local/include
2025-08-20T19:18:09.9541963Z [00:03:59.374]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:09.9542497Z [00:03:59.374]➜   /usr/include
2025-08-20T19:18:09.9542985Z [00:03:59.374]➜  End of search list.
2025-08-20T19:18:09.9845671Z [00:03:59.406]➜    CC       lib/libcoreutils_a-sha256.o
2025-08-20T19:18:09.9958309Z [00:03:59.416]➜    CC       lib/libcoreutils_a-sha512-stream.o
2025-08-20T19:18:10.0216171Z [00:03:59.443]➜    CC       lib/libcoreutils_a-sha512.o
2025-08-20T19:18:10.0381454Z [00:03:59.460]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:10.0387534Z [00:03:59.460]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:10.0389582Z [00:03:59.460]➜  Thread model: posix
2025-08-20T19:18:10.0390182Z [00:03:59.460]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:10.0390998Z [00:03:59.460]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.0391915Z [00:03:59.460]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.0392652Z [00:03:59.460]➜  Candidate multilib: .;@m64
2025-08-20T19:18:10.0393194Z [00:03:59.460]➜  Selected multilib: .;@m64
2025-08-20T19:18:10.0395410Z [00:03:59.461]➜   (in-process)
2025-08-20T19:18:10.0432478Z [00:03:59.464]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sha256.o -x c lib/sha256.c
2025-08-20T19:18:10.0444463Z [00:03:59.464]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:10.0450736Z [00:03:59.467]➜  ignoring nonexistent directory "Debian clang version 19.1.7 (3+b2)/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:10.0455372Z [00:03:59.467]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:10.0459149Z [00:03:59.467]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:10.0461344Z [00:03:59.468]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:10.0463551Z [00:03:59.468]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:10.0465756Z [00:03:59.468]➜  #include "..." search starts here:
2025-08-20T19:18:10.0467907Z [00:03:59.468]➜  #include <...> search starts here:
2025-08-20T19:18:10.0468477Z [00:03:59.468]➜   .
2025-08-20T19:18:10.0468861Z [00:03:59.468]➜   ./lib
2025-08-20T19:18:10.0469223Z [00:03:59.468]➜   src
2025-08-20T19:18:10.0469700Z [00:03:59.468]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:10.0470267Z [00:03:59.468]➜   /usr/local/include
2025-08-20T19:18:10.0470876Z [00:03:59.468]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:10.0471457Z [00:03:59.468]➜   /usr/include
2025-08-20T19:18:10.0471945Z [00:03:59.468]➜  End of search list.
2025-08-20T19:18:10.0479445Z [00:03:59.470]➜  
2025-08-20T19:18:10.0484033Z [00:03:59.470]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:10.0484605Z [00:03:59.470]➜  Thread model: posix
2025-08-20T19:18:10.0485218Z [00:03:59.470]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:10.0486044Z [00:03:59.470]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.0486968Z [00:03:59.470]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.0487884Z [00:03:59.470]➜  Candidate multilib: .;@m64
2025-08-20T19:18:10.0488447Z [00:03:59.470]➜  Selected multilib: .;@m64
2025-08-20T19:18:10.0493140Z [00:03:59.471]➜   (in-process)
2025-08-20T19:18:10.0543456Z [00:03:59.473]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sha512-stream.o -x c lib/sha512-stream.c
2025-08-20T19:18:10.0584603Z [00:03:59.473]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:10.0586120Z [00:03:59.476]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:10.0607384Z [00:03:59.477]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:10.0608178Z [00:03:59.477]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:10.0608826Z [00:03:59.478]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:10.0609477Z [00:03:59.478]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:10.0610103Z [00:03:59.478]➜  #include "..." search starts here:
2025-08-20T19:18:10.0610702Z [00:03:59.478]➜  #include <...> search starts here:
2025-08-20T19:18:10.0611388Z [00:03:59.478]➜   .
2025-08-20T19:18:10.0611758Z [00:03:59.478]➜   ./lib
2025-08-20T19:18:10.0612176Z [00:03:59.478]➜   src
2025-08-20T19:18:10.0612674Z [00:03:59.478]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:10.0613239Z [00:03:59.478]➜   /usr/local/include
2025-08-20T19:18:10.0613802Z [00:03:59.478]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:10.0614339Z [00:03:59.478]➜   /usr/include
2025-08-20T19:18:10.0614803Z [00:03:59.478]➜  End of search list.
2025-08-20T19:18:10.1079367Z [00:03:59.530]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:10.1080020Z [00:03:59.530]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:10.1080577Z [00:03:59.530]➜  Thread model: posix
2025-08-20T19:18:10.1081133Z [00:03:59.530]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:10.1081917Z [00:03:59.530]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.1082825Z [00:03:59.530]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.1083613Z [00:03:59.530]➜  Candidate multilib: .;@m64
2025-08-20T19:18:10.1084181Z [00:03:59.530]➜  Selected multilib: .;@m64
2025-08-20T19:18:10.1084685Z [00:03:59.530]➜   (in-process)
2025-08-20T19:18:10.1096469Z [00:03:59.530]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sha512.o -x c lib/sha512.c
2025-08-20T19:18:10.1170820Z [00:03:59.539]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:10.1187569Z [00:03:59.540]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:10.1189293Z [00:03:59.540]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:10.1190185Z [00:03:59.540]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:10.1191220Z [00:03:59.540]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:10.1191911Z [00:03:59.540]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:10.1192725Z [00:03:59.540]➜  #include "..." search starts here:
2025-08-20T19:18:10.1193412Z [00:03:59.540]➜  #include <...> search starts here:
2025-08-20T19:18:10.1193978Z [00:03:59.540]➜   .
2025-08-20T19:18:10.1194398Z [00:03:59.540]➜   ./lib
2025-08-20T19:18:10.1194817Z [00:03:59.540]➜   src
2025-08-20T19:18:10.1195310Z [00:03:59.540]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:10.1195890Z [00:03:59.540]➜   /usr/local/include
2025-08-20T19:18:10.1196439Z [00:03:59.540]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:10.1196981Z [00:03:59.540]➜   /usr/include
2025-08-20T19:18:10.1197921Z [00:03:59.540]➜  End of search list.
2025-08-20T19:18:10.1313636Z [00:03:59.553]➜    CC       lib/libcoreutils_a-sm3-stream.o
2025-08-20T19:18:10.1560707Z [00:03:59.578]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:10.1564286Z [00:03:59.578]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:10.1569122Z [00:03:59.579]➜  Thread model: posix
2025-08-20T19:18:10.1576729Z [00:03:59.579]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:10.1580747Z [00:03:59.580]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.1584671Z [00:03:59.580]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.1591375Z [00:03:59.581]➜  Candidate multilib: .;@m64
2025-08-20T19:18:10.1621882Z [00:03:59.584]➜  Selected multilib: .;@m64
2025-08-20T19:18:10.1628798Z [00:03:59.584]➜   (in-process)
2025-08-20T19:18:10.1642616Z [00:03:59.584]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sm3-stream.o -x c lib/sm3-stream.c
2025-08-20T19:18:10.1653945Z [00:03:59.584]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:10.1655338Z [00:03:59.584]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:10.1656462Z [00:03:59.584]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:10.1688286Z [00:03:59.584]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:10.1691980Z [00:03:59.584]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:10.1692724Z [00:03:59.584]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:10.1693382Z [00:03:59.584]➜  #include "..." search starts here:
2025-08-20T19:18:10.1693994Z [00:03:59.584]➜  #include <...> search starts here:
2025-08-20T19:18:10.1694526Z [00:03:59.584]➜   .
2025-08-20T19:18:10.1694922Z [00:03:59.584]➜   ./lib
2025-08-20T19:18:10.1695337Z [00:03:59.584]➜   src
2025-08-20T19:18:10.1696250Z [00:03:59.584]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:10.1697117Z [00:03:59.584]➜   /usr/local/include
2025-08-20T19:18:10.1697842Z [00:03:59.584]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:10.1698369Z [00:03:59.584]➜   /usr/include
2025-08-20T19:18:10.1698848Z [00:03:59.584]➜  End of search list.
2025-08-20T19:18:10.1699413Z [00:03:59.591]➜    CC       lib/libcoreutils_a-sm3.o
2025-08-20T19:18:10.2185206Z [00:03:59.640]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:10.2185884Z [00:03:59.640]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:10.2186641Z [00:03:59.640]➜  Thread model: posix
2025-08-20T19:18:10.2206553Z [00:03:59.640]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:10.2207710Z [00:03:59.640]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.2208655Z [00:03:59.640]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.2209380Z [00:03:59.640]➜  Candidate multilib: .;@m64
2025-08-20T19:18:10.2209952Z [00:03:59.640]➜  Selected multilib: .;@m64
2025-08-20T19:18:10.2210474Z [00:03:59.642]➜   (in-process)
2025-08-20T19:18:10.2235727Z [00:03:59.642]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-sm3.o -x c lib/sm3.c
2025-08-20T19:18:10.2246450Z [00:03:59.642]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:10.2297901Z [00:03:59.645]➜    CC       lib/libcoreutils_a-cycle-check.o
2025-08-20T19:18:10.2299109Z [00:03:59.645]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:10.2300133Z [00:03:59.645]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:10.2300803Z [00:03:59.645]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:10.2301420Z [00:03:59.645]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:10.2302057Z [00:03:59.645]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:10.2302659Z [00:03:59.645]➜  #include "..." search starts here:
2025-08-20T19:18:10.2303264Z [00:03:59.645]➜  #include <...> search starts here:
2025-08-20T19:18:10.2303795Z [00:03:59.645]➜   .
2025-08-20T19:18:10.2304147Z [00:03:59.645]➜   ./lib
2025-08-20T19:18:10.2304542Z [00:03:59.645]➜   src
2025-08-20T19:18:10.2305026Z [00:03:59.645]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:10.2305581Z [00:03:59.645]➜   /usr/local/include
2025-08-20T19:18:10.2306131Z [00:03:59.645]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:10.2306665Z [00:03:59.645]➜   /usr/include
2025-08-20T19:18:10.2307456Z [00:03:59.645]➜  End of search list.
2025-08-20T19:18:10.2460647Z [00:03:59.668]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:10.2480058Z [00:03:59.670]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:10.2484242Z [00:03:59.670]➜  Thread model: posix
2025-08-20T19:18:10.2488534Z [00:03:59.670]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:10.2492854Z [00:03:59.670]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.2494999Z [00:03:59.670]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.2499832Z [00:03:59.670]➜  Candidate multilib: .;@m64
2025-08-20T19:18:10.2503857Z [00:03:59.670]➜  Selected multilib: .;@m64
2025-08-20T19:18:10.2505448Z [00:03:59.670]➜   (in-process)
2025-08-20T19:18:10.2518888Z [00:03:59.672]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-cycle-check.o -x c lib/cycle-check.c
2025-08-20T19:18:10.2582096Z [00:03:59.673]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:10.2583372Z [00:03:59.673]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:10.2584617Z [00:03:59.676]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:10.2585332Z [00:03:59.676]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:10.2585987Z [00:03:59.676]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:10.2586618Z [00:03:59.676]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:10.2587433Z [00:03:59.676]➜  #include "..." search starts here:
2025-08-20T19:18:10.2588041Z [00:03:59.676]➜  #include <...> search starts here:
2025-08-20T19:18:10.2588555Z [00:03:59.676]➜   .
2025-08-20T19:18:10.2588934Z [00:03:59.676]➜   ./lib
2025-08-20T19:18:10.2589347Z [00:03:59.676]➜   src
2025-08-20T19:18:10.2589840Z [00:03:59.676]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:10.2590547Z [00:03:59.676]➜   /usr/local/include
2025-08-20T19:18:10.2591061Z [00:03:59.676]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:10.2591554Z [00:03:59.676]➜   /usr/include
2025-08-20T19:18:10.2592003Z [00:03:59.676]➜  End of search list.
2025-08-20T19:18:10.3180009Z [00:03:59.738]➜    CC       lib/libcoreutils_a-di-set.o
2025-08-20T19:18:10.3398012Z [00:03:59.761]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:10.3401435Z [00:03:59.762]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:10.3405581Z [00:03:59.762]➜  Thread model: posix
2025-08-20T19:18:10.3409359Z [00:03:59.763]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:10.3414414Z [00:03:59.763]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.3417033Z [00:03:59.763]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.3426842Z [00:03:59.763]➜  Candidate multilib: .;@m64
2025-08-20T19:18:10.3427643Z [00:03:59.763]➜  Selected multilib: .;@m64
2025-08-20T19:18:10.3428184Z [00:03:59.764]➜   (in-process)
2025-08-20T19:18:10.3454275Z [00:03:59.766]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-di-set.o -x c lib/di-set.c
2025-08-20T19:18:10.3493333Z [00:03:59.766]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:10.3494625Z [00:03:59.766]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:10.3495653Z [00:03:59.766]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:10.3496313Z [00:03:59.766]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:10.3496939Z [00:03:59.766]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:10.3497799Z [00:03:59.766]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:10.3498447Z [00:03:59.766]➜  #include "..." search starts here:
2025-08-20T19:18:10.3499227Z [00:03:59.766]➜  #include <...> search starts here:
2025-08-20T19:18:10.3499744Z [00:03:59.766]➜   .
2025-08-20T19:18:10.3500114Z [00:03:59.766]➜   ./lib
2025-08-20T19:18:10.3500494Z [00:03:59.766]➜   src
2025-08-20T19:18:10.3500961Z [00:03:59.766]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:10.3501536Z [00:03:59.766]➜   /usr/local/include
2025-08-20T19:18:10.3502088Z [00:03:59.766]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:10.3502599Z [00:03:59.766]➜   /usr/include
2025-08-20T19:18:10.3503370Z [00:03:59.766]➜  End of search list.
2025-08-20T19:18:10.4090994Z [00:03:59.831]➜    CC       lib/libcoreutils_a-dirname.o
2025-08-20T19:18:10.4321938Z [00:03:59.854]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:10.4324926Z [00:03:59.854]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:10.4328203Z [00:03:59.855]➜  Thread model: posix
2025-08-20T19:18:10.4331685Z [00:03:59.855]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:10.4348867Z [00:03:59.857]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.4378205Z [00:03:59.857]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.4379982Z [00:03:59.857]➜  Candidate multilib: .;@m64
2025-08-20T19:18:10.4380537Z [00:03:59.857]➜  Selected multilib: .;@m64
2025-08-20T19:18:10.4381285Z [00:03:59.857]➜   (in-process)
2025-08-20T19:18:10.4394485Z [00:03:59.859]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-dirname.o -x c lib/dirname.c
2025-08-20T19:18:10.4411391Z [00:03:59.862]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:10.4412686Z [00:03:59.862]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:10.4413733Z [00:03:59.862]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:10.4414410Z [00:03:59.862]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:10.4415045Z [00:03:59.862]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:10.4415679Z [00:03:59.862]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:10.4416293Z [00:03:59.862]➜  #include "..." search starts here:
2025-08-20T19:18:10.4416874Z [00:03:59.862]➜  #include <...> search starts here:
2025-08-20T19:18:10.4417526Z [00:03:59.862]➜   .
2025-08-20T19:18:10.4417864Z [00:03:59.862]➜   ./lib
2025-08-20T19:18:10.4418218Z [00:03:59.862]➜   src
2025-08-20T19:18:10.4418702Z [00:03:59.862]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:10.4419440Z [00:03:59.862]➜   /usr/local/include
2025-08-20T19:18:10.4420030Z [00:03:59.862]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:10.4420565Z [00:03:59.862]➜   /usr/include
2025-08-20T19:18:10.4421053Z [00:03:59.862]➜  End of search list.
2025-08-20T19:18:10.4869256Z [00:03:59.908]➜    CC       lib/libcoreutils_a-basename.o
2025-08-20T19:18:10.5338032Z [00:03:59.955]➜    CC       lib/libcoreutils_a-dirname-lgpl.o
2025-08-20T19:18:10.5344862Z [00:03:59.956]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:10.5346914Z [00:03:59.956]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:10.5347611Z [00:03:59.956]➜  Thread model: posix
2025-08-20T19:18:10.5348212Z [00:03:59.956]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:10.5349042Z [00:03:59.956]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.5349969Z [00:03:59.956]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.5350720Z [00:03:59.956]➜  Candidate multilib: .;@m64
2025-08-20T19:18:10.5351594Z [00:03:59.956]➜  Selected multilib: .;@m64
2025-08-20T19:18:10.5352103Z [00:03:59.957]➜   (in-process)
2025-08-20T19:18:10.5369321Z [00:03:59.957]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-basename.o -x c lib/basename.c
2025-08-20T19:18:10.5381904Z [00:03:59.958]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:10.5383268Z [00:03:59.959]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:10.5384632Z [00:03:59.959]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:10.5385372Z [00:03:59.959]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:10.5386039Z [00:03:59.959]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:10.5386716Z [00:03:59.959]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:10.5387580Z [00:03:59.959]➜  #include "..." search starts here:
2025-08-20T19:18:10.5388243Z [00:03:59.959]➜  #include <...> search starts here:
2025-08-20T19:18:10.5388791Z [00:03:59.959]➜   .
2025-08-20T19:18:10.5389205Z [00:03:59.959]➜   ./lib
2025-08-20T19:18:10.5389646Z [00:03:59.959]➜   src
2025-08-20T19:18:10.5390209Z [00:03:59.959]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:10.5390844Z [00:03:59.959]➜   /usr/local/include
2025-08-20T19:18:10.5391419Z [00:03:59.959]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:10.5392001Z [00:03:59.959]➜   /usr/include
2025-08-20T19:18:10.5392501Z [00:03:59.959]➜  End of search list.
2025-08-20T19:18:10.5811641Z [00:04:00.003]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:10.5813666Z [00:04:00.003]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:10.5814190Z [00:04:00.003]➜  Thread model: posix
2025-08-20T19:18:10.5814744Z [00:04:00.003]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:10.5815580Z [00:04:00.003]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.5816486Z [00:04:00.003]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.5817340Z [00:04:00.003]➜  Candidate multilib: .;@m64
2025-08-20T19:18:10.5817888Z [00:04:00.003]➜  Selected multilib: .;@m64
2025-08-20T19:18:10.5820345Z [00:04:00.004]➜   (in-process)
2025-08-20T19:18:10.5851975Z [00:04:00.004]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-dirname-lgpl.o -x c lib/dirname-lgpl.c
2025-08-20T19:18:10.5862899Z [00:04:00.004]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:10.5864144Z [00:04:00.005]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:10.5865154Z [00:04:00.005]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:10.5865790Z [00:04:00.005]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:10.5866414Z [00:04:00.005]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:10.5867055Z [00:04:00.005]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:10.5867826Z [00:04:00.005]➜  #include "..." search starts here:
2025-08-20T19:18:10.5868583Z [00:04:00.005]➜  #include <...> search starts here:
2025-08-20T19:18:10.5869080Z [00:04:00.005]➜   .
2025-08-20T19:18:10.5869457Z [00:04:00.005]➜   ./lib
2025-08-20T19:18:10.5869841Z [00:04:00.005]➜   src
2025-08-20T19:18:10.5870321Z [00:04:00.005]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:10.5870864Z [00:04:00.005]➜   /usr/local/include
2025-08-20T19:18:10.5871392Z [00:04:00.005]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:10.5871896Z [00:04:00.005]➜   /usr/include
2025-08-20T19:18:10.5872358Z [00:04:00.005]➜  End of search list.
2025-08-20T19:18:10.6318001Z [00:04:00.053]➜    CC       lib/libcoreutils_a-stripslash.o
2025-08-20T19:18:10.6780268Z [00:04:00.098]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:10.6780981Z [00:04:00.098]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:10.6781532Z [00:04:00.098]➜  Thread model: posix
2025-08-20T19:18:10.6782161Z [00:04:00.098]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:10.6783177Z [00:04:00.098]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.6784131Z [00:04:00.098]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.6784915Z [00:04:00.098]➜  Candidate multilib: .;@m64
2025-08-20T19:18:10.6785494Z [00:04:00.098]➜  Selected multilib: .;@m64
2025-08-20T19:18:10.6786019Z [00:04:00.100]➜   (in-process)
2025-08-20T19:18:10.6802352Z [00:04:00.100]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-stripslash.o -x c lib/stripslash.c
2025-08-20T19:18:10.6814383Z [00:04:00.101]➜    CC       lib/libcoreutils_a-dtimespec-bound.o
2025-08-20T19:18:10.6815319Z [00:04:00.102]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:10.6851169Z [00:04:00.103]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:10.6852219Z [00:04:00.103]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:10.6852899Z [00:04:00.103]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:10.6853546Z [00:04:00.103]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:10.6854198Z [00:04:00.103]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:10.6854820Z [00:04:00.103]➜  #include "..." search starts here:
2025-08-20T19:18:10.6855421Z [00:04:00.103]➜  #include <...> search starts here:
2025-08-20T19:18:10.6855933Z [00:04:00.103]➜   .
2025-08-20T19:18:10.6856305Z [00:04:00.103]➜   ./lib
2025-08-20T19:18:10.6856881Z [00:04:00.103]➜   src
2025-08-20T19:18:10.6857585Z [00:04:00.103]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:10.6858156Z [00:04:00.103]➜   /usr/local/include
2025-08-20T19:18:10.6858690Z [00:04:00.103]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:10.6859205Z [00:04:00.103]➜   /usr/include
2025-08-20T19:18:10.6859679Z [00:04:00.103]➜  End of search list.
2025-08-20T19:18:10.7256825Z [00:04:00.147]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:10.7278113Z [00:04:00.147]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:10.7279189Z [00:04:00.147]➜  Thread model: posix
2025-08-20T19:18:10.7280093Z [00:04:00.147]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:10.7280909Z [00:04:00.147]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.7281797Z [00:04:00.147]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.7282519Z [00:04:00.147]➜  Candidate multilib: .;@m64
2025-08-20T19:18:10.7283043Z [00:04:00.147]➜  Selected multilib: .;@m64
2025-08-20T19:18:10.7283720Z [00:04:00.150]➜   (in-process)
2025-08-20T19:18:10.7296311Z [00:04:00.150]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-dtimespec-bound.o -x c lib/dtimespec-bound.c
2025-08-20T19:18:10.7317987Z [00:04:00.150]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:10.7319394Z [00:04:00.150]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:10.7320631Z [00:04:00.150]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:10.7321318Z [00:04:00.150]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:10.7321971Z [00:04:00.150]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:10.7322628Z [00:04:00.150]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:10.7323265Z [00:04:00.150]➜  #include "..." search starts here:
2025-08-20T19:18:10.7323880Z [00:04:00.150]➜  #include <...> search starts here:
2025-08-20T19:18:10.7324388Z [00:04:00.150]➜   .
2025-08-20T19:18:10.7324779Z [00:04:00.150]➜   ./lib
2025-08-20T19:18:10.7325200Z [00:04:00.150]➜   src
2025-08-20T19:18:10.7325687Z [00:04:00.150]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:10.7326252Z [00:04:00.150]➜   /usr/local/include
2025-08-20T19:18:10.7326818Z [00:04:00.150]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:10.7327586Z [00:04:00.150]➜   /usr/include
2025-08-20T19:18:10.7328089Z [00:04:00.150]➜  End of search list.
2025-08-20T19:18:10.7701626Z [00:04:00.192]➜    CC       lib/libcoreutils_a-dtoastr.o
2025-08-20T19:18:10.8148607Z [00:04:00.236]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:10.8157929Z [00:04:00.236]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:10.8158494Z [00:04:00.236]➜  Thread model: posix
2025-08-20T19:18:10.8159098Z [00:04:00.236]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:10.8159900Z [00:04:00.236]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.8160806Z [00:04:00.236]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.8161491Z [00:04:00.236]➜  Candidate multilib: .;@m64
2025-08-20T19:18:10.8162030Z [00:04:00.236]➜  Selected multilib: .;@m64
2025-08-20T19:18:10.8162534Z [00:04:00.237]➜   (in-process)
2025-08-20T19:18:10.8174343Z [00:04:00.237]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-dtoastr.o -x c lib/dtoastr.c
2025-08-20T19:18:10.8186160Z [00:04:00.238]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:10.8187657Z [00:04:00.238]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:10.8188661Z [00:04:00.239]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:10.8189313Z [00:04:00.239]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:10.8189950Z [00:04:00.239]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:10.8190754Z [00:04:00.239]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:10.8191373Z [00:04:00.239]➜  #include "..." search starts here:
2025-08-20T19:18:10.8191967Z [00:04:00.239]➜  #include <...> search starts here:
2025-08-20T19:18:10.8192478Z [00:04:00.239]➜   .
2025-08-20T19:18:10.8192845Z [00:04:00.239]➜   ./lib
2025-08-20T19:18:10.8193218Z [00:04:00.239]➜   src
2025-08-20T19:18:10.8193706Z [00:04:00.239]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:10.8194258Z [00:04:00.239]➜   /usr/local/include
2025-08-20T19:18:10.8194796Z [00:04:00.239]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:10.8195315Z [00:04:00.239]➜   /usr/include
2025-08-20T19:18:10.8195772Z [00:04:00.239]➜  End of search list.
2025-08-20T19:18:10.8309167Z [00:04:00.250]➜    CC       lib/libcoreutils_a-dtotimespec.o
2025-08-20T19:18:10.8752061Z [00:04:00.297]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:10.8771778Z [00:04:00.297]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:10.8772446Z [00:04:00.297]➜  Thread model: posix
2025-08-20T19:18:10.8773081Z [00:04:00.297]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:10.8774226Z [00:04:00.297]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.8775214Z [00:04:00.297]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.8775928Z [00:04:00.297]➜  Candidate multilib: .;@m64
2025-08-20T19:18:10.8776502Z [00:04:00.297]➜  Selected multilib: .;@m64
2025-08-20T19:18:10.8777612Z [00:04:00.297]➜   (in-process)
2025-08-20T19:18:10.8791329Z [00:04:00.297]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-dtotimespec.o -x c lib/dtotimespec.c
2025-08-20T19:18:10.8819142Z [00:04:00.298]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:10.8820799Z [00:04:00.302]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:10.8822345Z [00:04:00.302]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:10.8823315Z [00:04:00.302]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:10.8824235Z [00:04:00.302]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:10.8825131Z [00:04:00.302]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:10.8826016Z [00:04:00.302]➜  #include "..." search starts here:
2025-08-20T19:18:10.8826903Z [00:04:00.302]➜  #include <...> search starts here:
2025-08-20T19:18:10.8827964Z [00:04:00.302]➜   .
2025-08-20T19:18:10.8828781Z [00:04:00.302]➜   ./lib
2025-08-20T19:18:10.8829389Z [00:04:00.302]➜   src
2025-08-20T19:18:10.8830132Z [00:04:00.302]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:10.8831258Z [00:04:00.302]➜   /usr/local/include
2025-08-20T19:18:10.8832112Z [00:04:00.302]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:10.8838022Z [00:04:00.302]➜   /usr/include
2025-08-20T19:18:10.8838771Z [00:04:00.302]➜  End of search list.
2025-08-20T19:18:10.8977382Z [00:04:00.319]➜    CC       lib/libcoreutils_a-endian.o
2025-08-20T19:18:10.9151334Z [00:04:00.337]➜    CC       lib/libcoreutils_a-error.o
2025-08-20T19:18:10.9227945Z [00:04:00.344]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:10.9244162Z [00:04:00.344]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:10.9244735Z [00:04:00.345]➜  Thread model: posix
2025-08-20T19:18:10.9245295Z [00:04:00.345]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:10.9246076Z [00:04:00.345]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.9246993Z [00:04:00.345]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.9249732Z [00:04:00.345]➜  Candidate multilib: .;@m64
2025-08-20T19:18:10.9250287Z [00:04:00.345]➜  Selected multilib: .;@m64
2025-08-20T19:18:10.9250778Z [00:04:00.345]➜   (in-process)
2025-08-20T19:18:10.9262628Z [00:04:00.345]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-endian.o -x c lib/endian.c
2025-08-20T19:18:10.9273311Z [00:04:00.346]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:10.9278258Z [00:04:00.346]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:10.9279310Z [00:04:00.346]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:10.9279969Z [00:04:00.346]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:10.9280630Z [00:04:00.346]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:10.9281289Z [00:04:00.346]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:10.9281938Z [00:04:00.346]➜  #include "..." search starts here:
2025-08-20T19:18:10.9282543Z [00:04:00.346]➜  #include <...> search starts here:
2025-08-20T19:18:10.9283076Z [00:04:00.346]➜   .
2025-08-20T19:18:10.9283472Z [00:04:00.346]➜   ./lib
2025-08-20T19:18:10.9283868Z [00:04:00.346]➜   src
2025-08-20T19:18:10.9284369Z [00:04:00.346]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:10.9284942Z [00:04:00.346]➜   /usr/local/include
2025-08-20T19:18:10.9285568Z [00:04:00.346]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:10.9286305Z [00:04:00.346]➜   /usr/include
2025-08-20T19:18:10.9286819Z [00:04:00.346]➜  End of search list.
2025-08-20T19:18:10.9287636Z [00:04:00.349]➜    CC       lib/libcoreutils_a-exclude.o
2025-08-20T19:18:10.9539721Z [00:04:00.372]➜    CC       lib/libcoreutils_a-exitfail.o
2025-08-20T19:18:10.9556899Z [00:04:00.374]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:10.9557790Z [00:04:00.374]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:10.9558351Z [00:04:00.375]➜  Thread model: posix
2025-08-20T19:18:10.9558935Z [00:04:00.375]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:10.9559745Z [00:04:00.375]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.9560669Z [00:04:00.375]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.9561371Z [00:04:00.375]➜  Candidate multilib: .;@m64
2025-08-20T19:18:10.9561922Z [00:04:00.375]➜  Selected multilib: .;@m64
2025-08-20T19:18:10.9562438Z [00:04:00.376]➜   (in-process)
2025-08-20T19:18:10.9574552Z [00:04:00.376]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-exclude.o -x c lib/exclude.c
2025-08-20T19:18:10.9585531Z [00:04:00.376]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:10.9586844Z [00:04:00.376]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:10.9588018Z [00:04:00.376]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:10.9588695Z [00:04:00.376]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:10.9589385Z [00:04:00.376]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:10.9590045Z [00:04:00.376]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:10.9590718Z [00:04:00.376]➜  #include "..." search starts here:
2025-08-20T19:18:10.9591283Z [00:04:00.376]➜  #include <...> search starts here:
2025-08-20T19:18:10.9591803Z [00:04:00.376]➜   .
2025-08-20T19:18:10.9592212Z [00:04:00.377]➜   ./lib
2025-08-20T19:18:10.9592619Z [00:04:00.377]➜   src
2025-08-20T19:18:10.9593129Z [00:04:00.377]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:10.9593724Z [00:04:00.377]➜   /usr/local/include
2025-08-20T19:18:10.9594247Z [00:04:00.377]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:10.9594748Z [00:04:00.377]➜   /usr/include
2025-08-20T19:18:10.9595234Z [00:04:00.377]➜  End of search list.
2025-08-20T19:18:10.9644714Z [00:04:00.386]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:10.9651133Z [00:04:00.386]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:10.9652049Z [00:04:00.386]➜  Thread model: posix
2025-08-20T19:18:10.9652737Z [00:04:00.386]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:10.9653620Z [00:04:00.386]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.9658130Z [00:04:00.386]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:10.9660324Z [00:04:00.386]➜  Candidate multilib: .;@m64
2025-08-20T19:18:10.9660982Z [00:04:00.386]➜  Selected multilib: .;@m64
2025-08-20T19:18:10.9661569Z [00:04:00.387]➜   (in-process)
2025-08-20T19:18:10.9673488Z [00:04:00.387]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-error.o -x c lib/error.c
2025-08-20T19:18:10.9684426Z [00:04:00.388]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:10.9696024Z [00:04:00.391]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:10.9698140Z [00:04:00.391]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:10.9699256Z [00:04:00.391]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:10.9702338Z [00:04:00.391]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:10.9703085Z [00:04:00.391]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:10.9703778Z [00:04:00.391]➜  #include "..." search starts here:
2025-08-20T19:18:10.9704467Z [00:04:00.391]➜  #include <...> search starts here:
2025-08-20T19:18:10.9705042Z [00:04:00.391]➜   .
2025-08-20T19:18:10.9705666Z [00:04:00.391]➜   ./lib
2025-08-20T19:18:10.9706103Z [00:04:00.391]➜   src
2025-08-20T19:18:10.9706677Z [00:04:00.391]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:10.9707507Z [00:04:00.391]➜   /usr/local/include
2025-08-20T19:18:10.9708113Z [00:04:00.391]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:10.9708705Z [00:04:00.391]➜   /usr/include
2025-08-20T19:18:10.9709220Z [00:04:00.391]➜  End of search list.
2025-08-20T19:18:10.9930907Z [00:04:00.415]➜    CC       lib/libcoreutils_a-fadvise.o
2025-08-20T19:18:11.0019466Z [00:04:00.422]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.0024708Z [00:04:00.422]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.0025352Z [00:04:00.422]➜  Thread model: posix
2025-08-20T19:18:11.0026017Z [00:04:00.422]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.0049077Z [00:04:00.422]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.0050125Z [00:04:00.422]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.0050967Z [00:04:00.422]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.0051630Z [00:04:00.422]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.0052199Z [00:04:00.424]➜   (in-process)
2025-08-20T19:18:11.0064589Z [00:04:00.424]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-exitfail.o -x c lib/exitfail.c
2025-08-20T19:18:11.0076670Z [00:04:00.424]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.0078160Z [00:04:00.425]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.0079263Z [00:04:00.425]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.0080029Z [00:04:00.425]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.0080724Z [00:04:00.425]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.0081567Z [00:04:00.425]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.0082279Z [00:04:00.425]➜  #include "..." search starts here:
2025-08-20T19:18:11.0082947Z [00:04:00.425]➜  #include <...> search starts here:
2025-08-20T19:18:11.0083485Z [00:04:00.425]➜   .
2025-08-20T19:18:11.0083869Z [00:04:00.425]➜   ./lib
2025-08-20T19:18:11.0084272Z [00:04:00.425]➜   src
2025-08-20T19:18:11.0084763Z [00:04:00.425]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.0085313Z [00:04:00.425]➜   /usr/local/include
2025-08-20T19:18:11.0085966Z [00:04:00.425]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.0086670Z [00:04:00.425]➜   /usr/include
2025-08-20T19:18:11.0087352Z [00:04:00.425]➜  End of search list.
2025-08-20T19:18:11.0427065Z [00:04:00.464]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.0437073Z [00:04:00.464]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.0437913Z [00:04:00.464]➜  Thread model: posix
2025-08-20T19:18:11.0438543Z [00:04:00.464]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.0439456Z [00:04:00.464]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.0440484Z [00:04:00.464]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.0441310Z [00:04:00.464]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.0441926Z [00:04:00.464]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.0466603Z [00:04:00.468]➜   (in-process)
2025-08-20T19:18:11.0479287Z [00:04:00.468]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fadvise.o -x c lib/fadvise.c
2025-08-20T19:18:11.0490082Z [00:04:00.469]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.0491397Z [00:04:00.470]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.0492408Z [00:04:00.470]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.0493050Z [00:04:00.470]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.0493668Z [00:04:00.470]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.0494281Z [00:04:00.470]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.0494884Z [00:04:00.470]➜  #include "..." search starts here:
2025-08-20T19:18:11.0495480Z [00:04:00.470]➜  #include <...> search starts here:
2025-08-20T19:18:11.0495980Z [00:04:00.470]➜   .
2025-08-20T19:18:11.0496336Z [00:04:00.470]➜   ./lib
2025-08-20T19:18:11.0496725Z [00:04:00.470]➜   src
2025-08-20T19:18:11.0527628Z [00:04:00.470]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.0528502Z [00:04:00.470]➜   /usr/local/include
2025-08-20T19:18:11.0529057Z [00:04:00.470]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.0529568Z [00:04:00.470]➜   /usr/include
2025-08-20T19:18:11.0530041Z [00:04:00.470]➜  End of search list.
2025-08-20T19:18:11.0644211Z [00:04:00.486]➜    CC       lib/libcoreutils_a-fclose.o
2025-08-20T19:18:11.0736636Z [00:04:00.495]➜    CC       lib/libcoreutils_a-fcntl.o
2025-08-20T19:18:11.0959105Z [00:04:00.518]➜    CC       lib/libcoreutils_a-creat-safer.o
2025-08-20T19:18:11.1040709Z [00:04:00.526]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.1041654Z [00:04:00.526]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.1042227Z [00:04:00.526]➜  Thread model: posix
2025-08-20T19:18:11.1042807Z [00:04:00.526]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.1043625Z [00:04:00.526]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.1044561Z [00:04:00.526]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.1045272Z [00:04:00.526]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.1045818Z [00:04:00.526]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.1055209Z [00:04:00.527]➜   (in-process)
2025-08-20T19:18:11.1067438Z [00:04:00.527]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fclose.o -x c lib/fclose.c
2025-08-20T19:18:11.1078048Z [00:04:00.529]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.1081098Z [00:04:00.530]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.1085467Z [00:04:00.530]➜  Thread model: posix
2025-08-20T19:18:11.1086186Z [00:04:00.530]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.1087005Z [00:04:00.530]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.1088143Z [00:04:00.530]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.1088823Z [00:04:00.530]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.1089370Z [00:04:00.530]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.1091463Z [00:04:00.531]➜   (in-process)
2025-08-20T19:18:11.1097610Z [00:04:00.531]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-linux-gnu -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend clang -cc1 version 19.1.7-disable-llvm-verifier  based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.1099639Z [00:04:00.532]➜  -discard-value-names  CC       lib/libcoreutils_a-open-safer.o
2025-08-20T19:18:11.1134169Z [00:04:00.534]➜   -main-file-name fcntl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fcntl.o -x c lib/fcntl.c
2025-08-20T19:18:11.1144026Z [00:04:00.534]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.1145060Z [00:04:00.534]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.1145743Z [00:04:00.534]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.1146392Z [00:04:00.534]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.1147007Z [00:04:00.534]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.1147785Z [00:04:00.534]➜  #include "..." search starts here:
2025-08-20T19:18:11.1148384Z [00:04:00.534]➜  #include <...> search starts here:
2025-08-20T19:18:11.1148892Z [00:04:00.534]➜   .
2025-08-20T19:18:11.1149276Z [00:04:00.534]➜   ./lib
2025-08-20T19:18:11.1149669Z [00:04:00.534]➜   src
2025-08-20T19:18:11.1150159Z [00:04:00.534]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.1150713Z [00:04:00.534]➜   /usr/local/include
2025-08-20T19:18:11.1151236Z [00:04:00.534]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.1151732Z [00:04:00.534]➜   /usr/include
2025-08-20T19:18:11.1152191Z [00:04:00.534]➜  End of search list.
2025-08-20T19:18:11.1153012Z [00:04:00.534]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.1154440Z [00:04:00.534]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.1155536Z [00:04:00.534]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.1156169Z [00:04:00.534]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.1156799Z [00:04:00.534]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.1157637Z [00:04:00.534]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.1158274Z [00:04:00.534]➜  #include "..." search starts here:
2025-08-20T19:18:11.1158870Z [00:04:00.534]➜  #include <...> search starts here:
2025-08-20T19:18:11.1159371Z [00:04:00.534]➜   .
2025-08-20T19:18:11.1159725Z [00:04:00.534]➜   ./lib
2025-08-20T19:18:11.1160091Z [00:04:00.534]➜   src
2025-08-20T19:18:11.1160562Z [00:04:00.534]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.1161109Z [00:04:00.534]➜   /usr/local/include
2025-08-20T19:18:11.1161640Z [00:04:00.534]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.1162173Z [00:04:00.534]➜   /usr/include
2025-08-20T19:18:11.1162653Z [00:04:00.534]➜  End of search list.
2025-08-20T19:18:11.1426596Z [00:04:00.564]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.1427450Z [00:04:00.564]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.1427993Z [00:04:00.564]➜  Thread model: posix
2025-08-20T19:18:11.1428538Z [00:04:00.564]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.1429503Z [00:04:00.564]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.1430388Z [00:04:00.564]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.1431056Z [00:04:00.564]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.1431582Z [00:04:00.564]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.1468021Z [00:04:00.568]➜   (in-process)
2025-08-20T19:18:11.1479523Z [00:04:00.568]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-creat-safer.o -x c lib/creat-safer.c
2025-08-20T19:18:11.1489792Z [00:04:00.569]➜    CC       lib/libcoreutils_a-fd-hook.o
2025-08-20T19:18:11.1490695Z [00:04:00.569]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.1492072Z [00:04:00.570]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.1493093Z [00:04:00.570]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.1493763Z [00:04:00.570]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.1494424Z [00:04:00.570]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.1495363Z [00:04:00.570]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.1495998Z [00:04:00.570]➜  #include "..." search starts here:
2025-08-20T19:18:11.1496596Z [00:04:00.570]➜  #include <...> search starts here:
2025-08-20T19:18:11.1497096Z [00:04:00.570]➜   .
2025-08-20T19:18:11.1507851Z [00:04:00.570]➜   ./lib
2025-08-20T19:18:11.1508279Z [00:04:00.570]➜   src
2025-08-20T19:18:11.1508762Z [00:04:00.570]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.1509311Z [00:04:00.570]➜   /usr/local/include
2025-08-20T19:18:11.1509866Z [00:04:00.570]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.1510360Z [00:04:00.570]➜   /usr/include
2025-08-20T19:18:11.1510793Z [00:04:00.570]➜  End of search list.
2025-08-20T19:18:11.1554915Z [00:04:00.577]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.1555763Z [00:04:00.577]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.1556805Z [00:04:00.577]➜  Thread model: posix
2025-08-20T19:18:11.1558810Z [00:04:00.577]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.1560253Z [00:04:00.577]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.1561494Z [00:04:00.577]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.1562558Z [00:04:00.577]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.1564126Z [00:04:00.577]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.1570553Z [00:04:00.578]➜   (in-process)
2025-08-20T19:18:11.1582481Z [00:04:00.578]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-open-safer.o -x c lib/open-safer.c
2025-08-20T19:18:11.1594819Z [00:04:00.579]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.1604340Z [00:04:00.582]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.1639915Z [00:04:00.582]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.1640589Z [00:04:00.582]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.1641213Z [00:04:00.582]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.1641824Z [00:04:00.582]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.1642407Z [00:04:00.582]➜  #include "..." search starts here:
2025-08-20T19:18:11.1642941Z [00:04:00.582]➜  #include <...> search starts here:
2025-08-20T19:18:11.1643378Z [00:04:00.582]➜   .
2025-08-20T19:18:11.1643698Z [00:04:00.582]➜   ./lib
2025-08-20T19:18:11.1644053Z [00:04:00.582]➜   src
2025-08-20T19:18:11.1644652Z [00:04:00.582]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.1645195Z [00:04:00.582]➜   /usr/local/include
2025-08-20T19:18:11.1645706Z [00:04:00.582]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.1646200Z [00:04:00.582]➜   /usr/include
2025-08-20T19:18:11.1646644Z [00:04:00.582]➜  End of search list.
2025-08-20T19:18:11.1759213Z [00:04:00.597]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.1765760Z [00:04:00.597]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.1766323Z [00:04:00.597]➜  Thread model: posix
2025-08-20T19:18:11.1766890Z [00:04:00.597]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.1767882Z [00:04:00.597]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.1768792Z [00:04:00.597]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.1769480Z [00:04:00.597]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.1770038Z [00:04:00.597]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.1775700Z [00:04:00.599]➜    CC       lib/libcoreutils_a-fd-reopen.o
2025-08-20T19:18:11.1781253Z [00:04:00.600]➜   (in-process)
2025-08-20T19:18:11.1792584Z [00:04:00.600]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal   CC       lib/libcoreutils_a-fd-safer-flag.o
2025-08-20T19:18:11.1808363Z [00:04:00.602]➜  -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fd-hook.o -x c lib/fd-hook.c
2025-08-20T19:18:11.1821569Z [00:04:00.604]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.1829886Z [00:04:00.605]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.1834431Z [00:04:00.605]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.1835084Z [00:04:00.605]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.1835704Z [00:04:00.605]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.1836338Z [00:04:00.605]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.1836962Z [00:04:00.605]➜  #include "..." search starts here:
2025-08-20T19:18:11.1837729Z [00:04:00.605]➜  #include <...> search starts here:
2025-08-20T19:18:11.1838232Z [00:04:00.605]➜   .
2025-08-20T19:18:11.1838602Z [00:04:00.605]➜   ./lib
2025-08-20T19:18:11.1838987Z [00:04:00.605]➜   src
2025-08-20T19:18:11.1839463Z [00:04:00.605]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.1840024Z [00:04:00.605]➜   /usr/local/include
2025-08-20T19:18:11.1840552Z [00:04:00.605]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.1841079Z [00:04:00.605]➜   /usr/include
2025-08-20T19:18:11.1841686Z [00:04:00.605]➜  End of search list.
2025-08-20T19:18:11.1962163Z [00:04:00.618]➜    CC       lib/libcoreutils_a-dup-safer-flag.o
2025-08-20T19:18:11.2006636Z [00:04:00.622]➜    CC       lib/libcoreutils_a-fdutimensat.o
2025-08-20T19:18:11.2029401Z [00:04:00.624]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.2035131Z [00:04:00.624]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.2035704Z [00:04:00.624]➜  Thread model: posix
2025-08-20T19:18:11.2036293Z [00:04:00.624]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.2037102Z [00:04:00.624]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.2038265Z [00:04:00.625]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.2038976Z [00:04:00.625]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.2039531Z [00:04:00.625]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.2040641Z [00:04:00.625]➜   (in-process)
2025-08-20T19:18:11.2052755Z [00:04:00.625]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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-reopen.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fd-reopen.o -x c lib/fd-reopen.c
2025-08-20T19:18:11.2066657Z [00:04:00.626]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.2067520Z [00:04:00.626]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.2121726Z [00:04:00.626]➜  Thread model: posix
2025-08-20T19:18:11.2122311Z [00:04:00.626]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.2123064Z [00:04:00.626]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.2124220Z [00:04:00.626]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.2124992Z [00:04:00.626]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.2125583Z [00:04:00.626]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.2126492Z [00:04:00.626]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.2127635Z [00:04:00.627]➜   (in-process)
2025-08-20T19:18:11.2140886Z [00:04:00.627]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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 -I ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fd-safer-flag.o -x ignoring nonexistent directory "c/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include "
2025-08-20T19:18:11.2152065Z [00:04:00.627]➜  lib/fd-safer-flag.c
2025-08-20T19:18:11.2152759Z [00:04:00.627]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.2153501Z [00:04:00.627]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.2154367Z [00:04:00.627]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.2155091Z [00:04:00.627]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.2155763Z [00:04:00.627]➜  #include "..." search starts here:
2025-08-20T19:18:11.2156424Z [00:04:00.627]➜  #include <...> search starts here:
2025-08-20T19:18:11.2156986Z [00:04:00.627]➜   .
2025-08-20T19:18:11.2157594Z [00:04:00.627]➜   ./lib
2025-08-20T19:18:11.2158034Z [00:04:00.627]➜   src
2025-08-20T19:18:11.2158581Z [00:04:00.627]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.2159399Z [00:04:00.627]➜   /usr/local/include
2025-08-20T19:18:11.2160005Z [00:04:00.627]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.2160599Z [00:04:00.627]➜   /usr/include
2025-08-20T19:18:11.2161117Z [00:04:00.627]➜  End of search list.
2025-08-20T19:18:11.2162018Z [00:04:00.627]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.2163457Z [00:04:00.629]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.2164564Z [00:04:00.629]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.2165289Z [00:04:00.629]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.2165986Z [00:04:00.629]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.2166694Z [00:04:00.629]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.2167586Z [00:04:00.629]➜  #include "..." search starts here:
2025-08-20T19:18:11.2168264Z [00:04:00.629]➜  #include <...> search starts here:
2025-08-20T19:18:11.2168839Z [00:04:00.629]➜   .
2025-08-20T19:18:11.2169416Z [00:04:00.629]➜   ./lib
2025-08-20T19:18:11.2169867Z [00:04:00.629]➜   src
2025-08-20T19:18:11.2170405Z [00:04:00.629]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.2171028Z [00:04:00.629]➜   /usr/local/include
2025-08-20T19:18:11.2171617Z [00:04:00.629]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.2172187Z [00:04:00.629]➜   /usr/include
2025-08-20T19:18:11.2172710Z [00:04:00.629]➜  End of search list.
2025-08-20T19:18:11.2370138Z [00:04:00.656]➜    CC       lib/libcoreutils_a-fflush.o
2025-08-20T19:18:11.2426494Z [00:04:00.664]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.2430027Z [00:04:00.664]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.2430606Z [00:04:00.664]➜  Thread model: posix
2025-08-20T19:18:11.2432484Z [00:04:00.664]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.2437308Z [00:04:00.664]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.2441943Z [00:04:00.664]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.2444179Z [00:04:00.664]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.2444969Z [00:04:00.664]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.2445792Z [00:04:00.665]➜   (in-process)
2025-08-20T19:18:11.2457813Z [00:04:00.665]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:11.2468301Z [00:04:00.666]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.2474104Z [00:04:00.669]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.2475426Z [00:04:00.669]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.2476050Z [00:04:00.669]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.2476663Z [00:04:00.669]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.2477421Z [00:04:00.669]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.2478016Z [00:04:00.669]➜  #include "..." search starts here:
2025-08-20T19:18:11.2478588Z [00:04:00.669]➜  #include <...> search starts here:
2025-08-20T19:18:11.2479068Z [00:04:00.669]➜   .
2025-08-20T19:18:11.2479422Z [00:04:00.669]➜   ./lib
2025-08-20T19:18:11.2479793Z [00:04:00.669]➜   src
2025-08-20T19:18:11.2480248Z [00:04:00.669]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.2480793Z [00:04:00.669]➜   /usr/local/include
2025-08-20T19:18:11.2481321Z [00:04:00.669]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.2481975Z [00:04:00.669]➜   /usr/include
2025-08-20T19:18:11.2482420Z [00:04:00.669]➜  End of search list.
2025-08-20T19:18:11.2482938Z [00:04:00.669]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.2483487Z [00:04:00.669]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.2483984Z [00:04:00.669]➜  Thread model: posix
2025-08-20T19:18:11.2484529Z [00:04:00.669]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.2485280Z [00:04:00.669]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.2486170Z [00:04:00.669]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.2486882Z [00:04:00.669]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.2487547Z [00:04:00.669]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.2488029Z [00:04:00.669]➜   (in-process)
2025-08-20T19:18:11.2519756Z [00:04:00.669]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fdutimensat.o -x c lib/fdutimensat.c
2025-08-20T19:18:11.2530092Z [00:04:00.669]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.2531318Z [00:04:00.669]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.2532316Z [00:04:00.670]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.2532943Z [00:04:00.670]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.2533698Z [00:04:00.671]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.2534323Z [00:04:00.671]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.2534931Z [00:04:00.671]➜  #include "..." search starts here:
2025-08-20T19:18:11.2535518Z [00:04:00.672]➜  #include <...> search starts here:
2025-08-20T19:18:11.2536021Z [00:04:00.672]➜   .
2025-08-20T19:18:11.2536394Z [00:04:00.672]➜   ./lib
2025-08-20T19:18:11.2554100Z [00:04:00.676]➜   src
2025-08-20T19:18:11.2554665Z [00:04:00.676]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.2555215Z [00:04:00.676]➜   /usr/local/include
2025-08-20T19:18:11.2555722Z [00:04:00.676]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.2556217Z [00:04:00.676]➜   /usr/include
2025-08-20T19:18:11.2556649Z [00:04:00.676]➜  End of search list.
2025-08-20T19:18:11.2557433Z [00:04:00.677]➜    CC       lib/libcoreutils_a-file-has-acl.o
2025-08-20T19:18:11.2571694Z [00:04:00.679]➜    CC       lib/libcoreutils_a-file-set.o
2025-08-20T19:18:11.2611338Z [00:04:00.683]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.2627947Z [00:04:00.683]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.2629902Z [00:04:00.683]➜  Thread model: posix
2025-08-20T19:18:11.2630481Z [00:04:00.683]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.2632585Z [00:04:00.683]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.2633504Z [00:04:00.683]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.2634207Z [00:04:00.683]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.2634758Z [00:04:00.683]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.2635272Z [00:04:00.683]➜   (in-process)
2025-08-20T19:18:11.2646722Z [00:04:00.684]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fflush.o -x c lib/fflush.c
2025-08-20T19:18:11.2656916Z [00:04:00.684]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.2658547Z [00:04:00.685]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.2659590Z [00:04:00.685]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.2660249Z [00:04:00.685]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.2660876Z [00:04:00.685]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.2661513Z [00:04:00.685]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.2662121Z [00:04:00.685]➜  #include "..." search starts here:
2025-08-20T19:18:11.2662716Z [00:04:00.685]➜  #include <...> search starts here:
2025-08-20T19:18:11.2663350Z [00:04:00.685]➜   .
2025-08-20T19:18:11.2663714Z [00:04:00.685]➜   ./lib
2025-08-20T19:18:11.2664094Z [00:04:00.685]➜   src
2025-08-20T19:18:11.2664575Z [00:04:00.685]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.2665112Z [00:04:00.685]➜   /usr/local/include
2025-08-20T19:18:11.2665635Z [00:04:00.685]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.2666154Z [00:04:00.685]➜   /usr/include
2025-08-20T19:18:11.2666610Z [00:04:00.685]➜  End of search list.
2025-08-20T19:18:11.2901396Z [00:04:00.712]➜    CC       lib/libcoreutils_a-file-type.o
2025-08-20T19:18:11.2913991Z [00:04:00.713]➜    CC       lib/libcoreutils_a-filemode.o
2025-08-20T19:18:11.2988192Z [00:04:00.720]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.2989958Z [00:04:00.720]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.2990515Z [00:04:00.720]➜  Thread model: posix
2025-08-20T19:18:11.2991071Z [00:04:00.720]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.2991897Z [00:04:00.720]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.2993043Z [00:04:00.720]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.2993697Z [00:04:00.720]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.2994224Z [00:04:00.720]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.3004427Z [00:04:00.722]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.3006031Z [00:04:00.722]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.3006573Z [00:04:00.722]➜  Thread model: posix
2025-08-20T19:18:11.3007326Z [00:04:00.722]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.3008094Z [00:04:00.722]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.3008967Z [00:04:00.722]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.3009675Z [00:04:00.722]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.3010216Z [00:04:00.722]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.3011856Z [00:04:00.723]➜   (in-process)
2025-08-20T19:18:11.3029816Z [00:04:00.724]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-file-has-acl.o -x  (in-process)
2025-08-20T19:18:11.3070319Z [00:04:00.724]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-file-set.o -x c lib/file-set.c
2025-08-20T19:18:11.3081020Z [00:04:00.724]➜  c lib/file-has-acl.c
2025-08-20T19:18:11.3081877Z [00:04:00.724]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.3082973Z [00:04:00.725]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.3084211Z [00:04:00.726]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.3085205Z [00:04:00.726]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.3085849Z [00:04:00.726]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.3086539Z [00:04:00.726]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.3087362Z [00:04:00.726]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.3088173Z [00:04:00.726]➜  #include "..." search starts here:
2025-08-20T19:18:11.3088786Z [00:04:00.726]➜  #include <...> search starts here:
2025-08-20T19:18:11.3089302Z [00:04:00.726]➜   .
2025-08-20T19:18:11.3089682Z [00:04:00.726]➜   ./lib
2025-08-20T19:18:11.3090052Z [00:04:00.726]➜   src
2025-08-20T19:18:11.3090581Z [00:04:00.726]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.3091172Z [00:04:00.726]➜   /usr/local/include
2025-08-20T19:18:11.3091725Z [00:04:00.726]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.3092264Z [00:04:00.726]➜   /usr/include
2025-08-20T19:18:11.3092723Z [00:04:00.726]➜  End of search list.
2025-08-20T19:18:11.3093695Z [00:04:00.726]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.3094762Z [00:04:00.726]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.3095465Z [00:04:00.726]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.3096144Z [00:04:00.726]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.3096796Z [00:04:00.726]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.3097621Z [00:04:00.726]➜  #include "..." search starts here:
2025-08-20T19:18:11.3098248Z [00:04:00.726]➜  #include <...> search starts here:
2025-08-20T19:18:11.3098769Z [00:04:00.726]➜   .
2025-08-20T19:18:11.3099375Z [00:04:00.726]➜   ./lib
2025-08-20T19:18:11.3099800Z [00:04:00.726]➜   src
2025-08-20T19:18:11.3100310Z [00:04:00.726]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.3100902Z [00:04:00.727]➜   /usr/local/include
2025-08-20T19:18:11.3101472Z [00:04:00.727]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.3102017Z [00:04:00.727]➜   /usr/include
2025-08-20T19:18:11.3102479Z [00:04:00.727]➜  End of search list.
2025-08-20T19:18:11.3124863Z [00:04:00.734]➜  Debian clang version 19.1.7 (3+b2)Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.3139057Z [00:04:00.734]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.3139659Z [00:04:00.734]➜  Thread model: posix
2025-08-20T19:18:11.3140286Z [00:04:00.734]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.3141125Z [00:04:00.734]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.3142076Z [00:04:00.734]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.3142820Z [00:04:00.734]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.3143389Z [00:04:00.734]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.3143887Z [00:04:00.734]➜  
2025-08-20T19:18:11.3144340Z [00:04:00.734]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.3144904Z [00:04:00.734]➜  Thread model: posix
2025-08-20T19:18:11.3145509Z [00:04:00.734]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.3146352Z [00:04:00.734]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.3147517Z [00:04:00.734]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.3148299Z [00:04:00.734]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.3149081Z [00:04:00.734]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.3149629Z [00:04:00.735]➜   (in-process)
2025-08-20T19:18:11.3163048Z [00:04:00.735]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-filemode.o -x c lib/filemode.c
2025-08-20T19:18:11.3199765Z [00:04:00.735]➜   (in-process)
2025-08-20T19:18:11.3200622Z [00:04:00.736]➜   "/usclang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.3213783Z [00:04:00.739]➜  r/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-file-type.o -x c ignoring nonexistent directory "lib/file-type.c/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include
2025-08-20T19:18:11.3224942Z [00:04:00.739]➜  "
2025-08-20T19:18:11.3225521Z [00:04:00.739]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.3226235Z [00:04:00.739]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.3226943Z [00:04:00.739]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.3227877Z [00:04:00.739]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.3228944Z [00:04:00.739]➜  #include "..." search starts here:
2025-08-20T19:18:11.3229622Z [00:04:00.739]➜  #include <...> search starts here:
2025-08-20T19:18:11.3230181Z [00:04:00.739]➜   .
2025-08-20T19:18:11.3230596Z [00:04:00.739]➜   ./lib
2025-08-20T19:18:11.3231031Z [00:04:00.739]➜   src
2025-08-20T19:18:11.3231576Z [00:04:00.739]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.3232205Z [00:04:00.739]➜   /usr/local/include
2025-08-20T19:18:11.3232801Z [00:04:00.739]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.3233378Z [00:04:00.739]➜   /usr/include
2025-08-20T19:18:11.3233894Z [00:04:00.739]➜  End of search list.
2025-08-20T19:18:11.3234796Z [00:04:00.739]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.3236170Z [00:04:00.739]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.3237486Z [00:04:00.739]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.3238392Z [00:04:00.739]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.3239150Z [00:04:00.739]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.3239869Z [00:04:00.739]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.3240618Z [00:04:00.739]➜  #include "..." search starts here:
2025-08-20T19:18:11.3241232Z [00:04:00.739]➜  #include <...> search starts here:
2025-08-20T19:18:11.3241776Z [00:04:00.739]➜   .
2025-08-20T19:18:11.3242185Z [00:04:00.739]➜   ./lib
2025-08-20T19:18:11.3242609Z [00:04:00.739]➜   src
2025-08-20T19:18:11.3243128Z [00:04:00.739]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.3243715Z [00:04:00.739]➜   /usr/local/include
2025-08-20T19:18:11.3244316Z [00:04:00.739]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.3244907Z [00:04:00.739]➜   /usr/include
2025-08-20T19:18:11.3245439Z [00:04:00.739]➜  End of search list.
2025-08-20T19:18:11.3493028Z [00:04:00.771]➜    CC       lib/libcoreutils_a-filenamecat.o
2025-08-20T19:18:11.3700038Z [00:04:00.791]➜    CC       lib/libcoreutils_a-filenamecat-lgpl.o
2025-08-20T19:18:11.3743660Z [00:04:00.796]➜    CC       lib/libcoreutils_a-filevercmp.o
2025-08-20T19:18:11.3819399Z [00:04:00.803]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.3823416Z [00:04:00.804]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.3828286Z [00:04:00.804]➜  Thread model: posix
2025-08-20T19:18:11.3832221Z [00:04:00.805]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.3836708Z [00:04:00.805]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.3840712Z [00:04:00.806]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.3851862Z [00:04:00.806]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.3852512Z [00:04:00.806]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.3855535Z [00:04:00.807]➜   (in-process)
2025-08-20T19:18:11.3915170Z [00:04:00.812]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-filenamecat.o -x c lib/filenamecat.c
2025-08-20T19:18:11.3959524Z [00:04:00.812]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.3960907Z [00:04:00.812]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.3962064Z [00:04:00.812]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.3962855Z [00:04:00.812]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.3963811Z [00:04:00.812]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.3964574Z [00:04:00.812]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.3965285Z [00:04:00.812]➜  #include "..." search starts here:
2025-08-20T19:18:11.3965949Z [00:04:00.812]➜  #include <...> search starts here:
2025-08-20T19:18:11.3966517Z [00:04:00.812]➜   .
2025-08-20T19:18:11.3967052Z [00:04:00.812]➜   ./lib
2025-08-20T19:18:11.3967720Z [00:04:00.812]➜   src
2025-08-20T19:18:11.3968241Z [00:04:00.812]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.3968845Z [00:04:00.812]➜   /usr/local/include
2025-08-20T19:18:11.3969443Z [00:04:00.812]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.3970018Z [00:04:00.812]➜   /usr/include
2025-08-20T19:18:11.3970524Z [00:04:00.812]➜  End of search list.
2025-08-20T19:18:11.3971144Z [00:04:00.812]➜    CC       lib/libcoreutils_a-float.o
2025-08-20T19:18:11.4036997Z [00:04:00.825]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.4045778Z [00:04:00.825]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.4046456Z [00:04:00.825]➜  Thread model: posix
2025-08-20T19:18:11.4047128Z [00:04:00.825]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.4048217Z [00:04:00.825]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.4049262Z [00:04:00.825]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.4050016Z [00:04:00.825]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.4052700Z [00:04:00.825]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.4070161Z [00:04:00.829]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.4072099Z [00:04:00.829]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.4072629Z [00:04:00.829]➜  Thread model: posix
2025-08-20T19:18:11.4073227Z [00:04:00.829]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.4074070Z [00:04:00.829]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.4076533Z [00:04:00.829]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.4077632Z [00:04:00.829]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.4078229Z [00:04:00.829]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.4078792Z [00:04:00.829]➜   (in-process)
2025-08-20T19:18:11.4095869Z [00:04:00.829]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-filevercmp.o -x c lib/filevercmp.c
2025-08-20T19:18:11.4107415Z [00:04:00.830]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.4108876Z [00:04:00.831]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.4109988Z [00:04:00.831]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.4110685Z [00:04:00.831]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.4111520Z [00:04:00.831]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.4112238Z [00:04:00.831]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.4112885Z [00:04:00.831]➜  #include "..." search starts here:
2025-08-20T19:18:11.4113511Z [00:04:00.831]➜  #include <...> search starts here:
2025-08-20T19:18:11.4114050Z [00:04:00.831]➜   .
2025-08-20T19:18:11.4114436Z [00:04:00.831]➜   ./lib
2025-08-20T19:18:11.4114835Z [00:04:00.831]➜   src
2025-08-20T19:18:11.4115381Z [00:04:00.831]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.4116031Z [00:04:00.831]➜   /usr/local/include
2025-08-20T19:18:11.4116870Z [00:04:00.831]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.4117723Z [00:04:00.831]➜   /usr/include
2025-08-20T19:18:11.4118224Z [00:04:00.831]➜  End of search list.
2025-08-20T19:18:11.4128941Z [00:04:00.834]➜   (in-process)
2025-08-20T19:18:11.4143574Z [00:04:00.834]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-filenamecat-lgpl.o -x c lib/filenamecat-lgpl.c
2025-08-20T19:18:11.4163968Z [00:04:00.838]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.4172679Z [00:04:00.839]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.4177819Z [00:04:00.839]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.4178581Z [00:04:00.839]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.4179268Z [00:04:00.839]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.4179949Z [00:04:00.839]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.4180600Z [00:04:00.839]➜  #include "..." search starts here:
2025-08-20T19:18:11.4181240Z [00:04:00.839]➜  #include <...> search starts here:
2025-08-20T19:18:11.4181808Z [00:04:00.839]➜   .
2025-08-20T19:18:11.4182254Z [00:04:00.839]➜   ./lib
2025-08-20T19:18:11.4182705Z [00:04:00.839]➜   src
2025-08-20T19:18:11.4183250Z [00:04:00.839]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.4183870Z [00:04:00.839]➜   /usr/local/include
2025-08-20T19:18:11.4184531Z [00:04:00.839]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.4185086Z [00:04:00.839]➜   /usr/include
2025-08-20T19:18:11.4185577Z [00:04:00.839]➜  End of search list.
2025-08-20T19:18:11.4323483Z [00:04:00.854]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.4327075Z [00:04:00.854]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.4330400Z [00:04:00.855]➜  Thread model: posix
2025-08-20T19:18:11.4353065Z [00:04:00.857]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.4358170Z [00:04:00.857]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.4359040Z [00:04:00.857]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.4359668Z [00:04:00.857]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.4360156Z [00:04:00.857]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.4360604Z [00:04:00.857]➜   (in-process)
2025-08-20T19:18:11.4372047Z [00:04:00.857]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-float.o -x c lib/float.c
2025-08-20T19:18:11.4384104Z [00:04:00.857]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.4385295Z [00:04:00.857]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.4386225Z [00:04:00.858]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.4386793Z [00:04:00.858]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.4387566Z [00:04:00.859]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.4388180Z [00:04:00.859]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.4389040Z [00:04:00.859]➜  #include "..." search starts here:
2025-08-20T19:18:11.4389622Z [00:04:00.859]➜  #include <...> search starts here:
2025-08-20T19:18:11.4390116Z [00:04:00.859]➜   .
2025-08-20T19:18:11.4390486Z [00:04:00.859]➜   ./lib
2025-08-20T19:18:11.4390855Z [00:04:00.859]➜   src
2025-08-20T19:18:11.4391323Z [00:04:00.859]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.4391862Z [00:04:00.859]➜   /usr/local/include
2025-08-20T19:18:11.4392372Z [00:04:00.859]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.4392862Z [00:04:00.859]➜   /usr/include
2025-08-20T19:18:11.4393316Z [00:04:00.859]➜  End of search list.
2025-08-20T19:18:11.4438132Z [00:04:00.864]➜    CC       lib/libcoreutils_a-fopen-safer.o
2025-08-20T19:18:11.4576086Z [00:04:00.879]➜    CC       lib/libcoreutils_a-fpurge.o
2025-08-20T19:18:11.4580263Z [00:04:00.880]➜    CC       lib/libcoreutils_a-fprintftime.o
2025-08-20T19:18:11.4735311Z [00:04:00.895]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.4739888Z [00:04:00.895]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.4740493Z [00:04:00.895]➜  Thread model: posix
2025-08-20T19:18:11.4741158Z [00:04:00.895]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.4741952Z [00:04:00.895]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.4743145Z [00:04:00.895]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.4743972Z [00:04:00.895]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.4744524Z [00:04:00.895]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.4745038Z [00:04:00.895]➜   (in-process)
2025-08-20T19:18:11.4760029Z [00:04:00.895]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fopen-safer.o -x c lib/fopen-safer.c
2025-08-20T19:18:11.4771350Z [00:04:00.895]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.4772577Z [00:04:00.895]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.4773529Z [00:04:00.895]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.4774138Z [00:04:00.895]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.4774733Z [00:04:00.895]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.4775333Z [00:04:00.895]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.4775939Z [00:04:00.895]➜  #include "..." search starts here:
2025-08-20T19:18:11.4776754Z [00:04:00.895]➜  #include <...> search starts here:
2025-08-20T19:18:11.4777573Z [00:04:00.895]➜   .
2025-08-20T19:18:11.4778054Z [00:04:00.895]➜   ./lib
2025-08-20T19:18:11.4778431Z [00:04:00.895]➜   src
2025-08-20T19:18:11.4778877Z [00:04:00.895]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.4779395Z [00:04:00.895]➜   /usr/local/include
2025-08-20T19:18:11.4779899Z [00:04:00.895]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.4780383Z [00:04:00.895]➜   /usr/include
2025-08-20T19:18:11.4780836Z [00:04:00.895]➜  End of search list.
2025-08-20T19:18:11.4830077Z [00:04:00.905]➜    CC       lib/libcoreutils_a-freadahead.o
2025-08-20T19:18:11.4903931Z [00:04:00.912]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.4904921Z [00:04:00.912]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.4907015Z [00:04:00.912]➜  Thread model: posix
2025-08-20T19:18:11.4907769Z [00:04:00.912]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.4908552Z [00:04:00.912]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.4909440Z [00:04:00.912]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.4910126Z [00:04:00.912]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.4910642Z [00:04:00.912]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.4938928Z [00:04:00.914]➜   (in-process)
2025-08-20T19:18:11.4953685Z [00:04:00.914]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fpurge.o -x c lib/fpurge.c
2025-08-20T19:18:11.4964406Z [00:04:00.915]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.4965684Z [00:04:00.918]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.4968103Z [00:04:00.918]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.4968748Z [00:04:00.918]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.4969350Z [00:04:00.918]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.4969947Z [00:04:00.918]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.4970528Z [00:04:00.918]➜  #include "..." search starts here:
2025-08-20T19:18:11.4971086Z [00:04:00.918]➜  #include <...> search starts here:
2025-08-20T19:18:11.4971589Z [00:04:00.918]➜   .
2025-08-20T19:18:11.4971976Z [00:04:00.918]➜   ./lib
2025-08-20T19:18:11.4972376Z [00:04:00.918]➜   src
2025-08-20T19:18:11.4972873Z [00:04:00.918]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.4973422Z [00:04:00.918]➜   /usr/local/include
2025-08-20T19:18:11.4973923Z [00:04:00.918]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.4974685Z [00:04:00.918]➜   /usr/include
2025-08-20T19:18:11.4975123Z [00:04:00.918]➜  End of search list.
2025-08-20T19:18:11.5024217Z [00:04:00.924]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.5032003Z [00:04:00.924]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.5032558Z [00:04:00.924]➜  Thread model: posix
2025-08-20T19:18:11.5033149Z [00:04:00.924]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.5033934Z [00:04:00.924]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.5034815Z [00:04:00.924]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.5035469Z [00:04:00.924]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.5035974Z [00:04:00.924]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.5042692Z [00:04:00.926]➜   (in-process)
2025-08-20T19:18:11.5060891Z [00:04:00.926]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fprintftime.o -x c lib/fprintftime.c
2025-08-20T19:18:11.5071425Z [00:04:00.928]➜    CC       lib/libcoreutils_a-freading.o
2025-08-20T19:18:11.5098298Z [00:04:00.929]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.5099822Z [00:04:00.930]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.5101054Z [00:04:00.930]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.5102083Z [00:04:00.930]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.5102986Z [00:04:00.930]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.5103889Z [00:04:00.930]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.5104674Z [00:04:00.930]➜  #include "..." search starts here:
2025-08-20T19:18:11.5105421Z [00:04:00.930]➜  #include <...> search starts here:
2025-08-20T19:18:11.5106142Z [00:04:00.930]➜   .
2025-08-20T19:18:11.5106752Z [00:04:00.930]➜   ./lib
2025-08-20T19:18:11.5107593Z [00:04:00.930]➜   src
2025-08-20T19:18:11.5108339Z [00:04:00.930]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.5109283Z [00:04:00.930]➜   /usr/local/include
2025-08-20T19:18:11.5110217Z [00:04:00.930]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.5110945Z [00:04:00.930]➜   /usr/include
2025-08-20T19:18:11.5111663Z [00:04:00.930]➜  End of search list.
2025-08-20T19:18:11.5233335Z [00:04:00.945]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.5241399Z [00:04:00.945]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.5242121Z [00:04:00.945]➜  Thread model: posix
2025-08-20T19:18:11.5242786Z [00:04:00.945]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.5243574Z [00:04:00.945]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.5244439Z [00:04:00.945]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.5245128Z [00:04:00.945]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.5245726Z [00:04:00.945]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.5266707Z [00:04:00.948]➜   (in-process)
2025-08-20T19:18:11.5280700Z [00:04:00.948]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-freadahead.o -x c lib/freadahead.c
2025-08-20T19:18:11.5291464Z [00:04:00.949]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.5293129Z [00:04:00.950]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.5294365Z [00:04:00.950]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.5295228Z [00:04:00.950]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.5296060Z [00:04:00.950]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.5296970Z [00:04:00.950]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.5298048Z [00:04:00.950]➜  #include "..." search starts here:
2025-08-20T19:18:11.5298850Z [00:04:00.950]➜  #include <...> search starts here:
2025-08-20T19:18:11.5299637Z [00:04:00.950]➜   .
2025-08-20T19:18:11.5300252Z [00:04:00.950]➜   ./lib
2025-08-20T19:18:11.5300965Z [00:04:00.950]➜   src
2025-08-20T19:18:11.5301508Z [00:04:00.950]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.5302068Z [00:04:00.950]➜   /usr/local/include
2025-08-20T19:18:11.5302599Z [00:04:00.950]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.5303061Z [00:04:00.950]➜   /usr/include
2025-08-20T19:18:11.5303491Z [00:04:00.950]➜  End of search list.
2025-08-20T19:18:11.5432335Z [00:04:00.965]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.5438522Z [00:04:00.965]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.5439066Z [00:04:00.965]➜  Thread model: posix
2025-08-20T19:18:11.5439606Z [00:04:00.965]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.5440450Z [00:04:00.965]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.5441423Z [00:04:00.965]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.5442345Z [00:04:00.965]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.5443318Z [00:04:00.965]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.5444722Z [00:04:00.965]➜   (in-process)
2025-08-20T19:18:11.5459893Z [00:04:00.965]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-freading.o -x c lib/freading.c
2025-08-20T19:18:11.5501681Z [00:04:00.966]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.5503082Z [00:04:00.967]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.5504238Z [00:04:00.967]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.5504852Z [00:04:00.968]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.5505444Z [00:04:00.968]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.5506030Z [00:04:00.968]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.5506604Z [00:04:00.968]➜  #include "..." search starts here:
2025-08-20T19:18:11.5507424Z [00:04:00.969]➜  #include <...> search starts here:
2025-08-20T19:18:11.5507989Z [00:04:00.969]➜   .
2025-08-20T19:18:11.5508342Z [00:04:00.969]➜   ./lib
2025-08-20T19:18:11.5508708Z [00:04:00.969]➜   src
2025-08-20T19:18:11.5509159Z [00:04:00.969]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.5509694Z [00:04:00.969]➜   /usr/local/include
2025-08-20T19:18:11.5510187Z [00:04:00.969]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.5510673Z [00:04:00.969]➜   /usr/include
2025-08-20T19:18:11.5511112Z [00:04:00.969]➜  End of search list.
2025-08-20T19:18:11.5521450Z [00:04:00.974]➜    CC       lib/libcoreutils_a-freadptr.o
2025-08-20T19:18:11.5936773Z [00:04:01.015]➜    CC       lib/libcoreutils_a-freadseek.o
2025-08-20T19:18:11.5966033Z [00:04:01.018]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.5968650Z [00:04:01.018]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.5969275Z [00:04:01.018]➜  Thread model: posix
2025-08-20T19:18:11.5970016Z [00:04:01.018]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.5971764Z [00:04:01.018]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.5972788Z [00:04:01.018]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.5973524Z [00:04:01.018]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.5974045Z [00:04:01.018]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.6006963Z [00:04:01.022]➜   (in-process)
2025-08-20T19:18:11.6021352Z [00:04:01.022]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-freadptr.o -x c lib/freadptr.c
2025-08-20T19:18:11.6032221Z [00:04:01.023]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.6043100Z [00:04:01.026]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.6055757Z [00:04:01.026]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.6056510Z [00:04:01.026]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.6057652Z [00:04:01.026]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.6058382Z [00:04:01.026]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.6059080Z [00:04:01.026]➜  #include "..." search starts here:
2025-08-20T19:18:11.6059757Z [00:04:01.026]➜  #include <...> search starts here:
2025-08-20T19:18:11.6060331Z [00:04:01.026]➜   .
2025-08-20T19:18:11.6060753Z [00:04:01.026]➜   ./lib
2025-08-20T19:18:11.6061222Z [00:04:01.026]➜   src
2025-08-20T19:18:11.6061753Z [00:04:01.026]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.6062664Z [00:04:01.026]➜   /usr/local/include
2025-08-20T19:18:11.6063462Z [00:04:01.026]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.6064211Z [00:04:01.026]➜   /usr/include
2025-08-20T19:18:11.6064890Z [00:04:01.026]➜  End of search list.
2025-08-20T19:18:11.6065757Z [00:04:01.026]➜    CC       lib/libcoreutils_a-freopen-safer.o
2025-08-20T19:18:11.6297382Z [00:04:01.051]➜  Debian clang version 19.1.7 (3+b2)Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.6301426Z [00:04:01.051]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.6304550Z [00:04:01.051]➜  Thread model: posix
2025-08-20T19:18:11.6305176Z [00:04:01.051]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.6307368Z [00:04:01.051]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.6308437Z [00:04:01.051]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.6309210Z [00:04:01.051]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.6309798Z [00:04:01.051]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.6310368Z [00:04:01.052]➜   (in-process)
2025-08-20T19:18:11.6327477Z [00:04:01.052]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-freadseek.o -x c lib/freadseek.c
2025-08-20T19:18:11.6339445Z [00:04:01.052]➜  
2025-08-20T19:18:11.6339960Z [00:04:01.052]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.6344415Z [00:04:01.053]➜  Thread model: posix
2025-08-20T19:18:11.6345382Z [00:04:01.053]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.6346243Z [00:04:01.053]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.6347508Z [00:04:01.053]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.6348622Z [00:04:01.054]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.6349310Z [00:04:01.054]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.6350201Z [00:04:01.054]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.6350893Z [00:04:01.054]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.6351578Z [00:04:01.054]➜  #include "..." search starts here:
2025-08-20T19:18:11.6352208Z [00:04:01.054]➜  #include <...> search starts here:
2025-08-20T19:18:11.6352730Z [00:04:01.054]➜   .
2025-08-20T19:18:11.6353127Z [00:04:01.054]➜   ./lib
2025-08-20T19:18:11.6353602Z [00:04:01.054]➜   src
2025-08-20T19:18:11.6354129Z [00:04:01.054]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.6354699Z [00:04:01.054]➜   /usr/local/include
2025-08-20T19:18:11.6355256Z [00:04:01.054]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.6355786Z [00:04:01.054]➜   /usr/include
2025-08-20T19:18:11.6356269Z [00:04:01.054]➜  End of search list.
2025-08-20T19:18:11.6357064Z [00:04:01.054]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.6389863Z [00:04:01.054]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.6392024Z [00:04:01.055]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.6392899Z [00:04:01.056]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.6393488Z [00:04:01.059]➜   (in-process)
2025-08-20T19:18:11.6414221Z [00:04:01.061]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-freopen-safer.o -x c lib/freopen-safer.c
2025-08-20T19:18:11.6425609Z [00:04:01.062]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.6427025Z [00:04:01.062]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.6429765Z [00:04:01.063]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.6430506Z [00:04:01.063]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.6431223Z [00:04:01.063]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.6431929Z [00:04:01.063]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.6432738Z [00:04:01.063]➜  #include "..." search starts here:
2025-08-20T19:18:11.6433371Z [00:04:01.063]➜  #include <...> search starts here:
2025-08-20T19:18:11.6433890Z [00:04:01.063]➜   .
2025-08-20T19:18:11.6434246Z [00:04:01.063]➜   ./lib
2025-08-20T19:18:11.6434622Z [00:04:01.063]➜   src
2025-08-20T19:18:11.6435151Z [00:04:01.063]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.6435744Z [00:04:01.063]➜   /usr/local/include
2025-08-20T19:18:11.6436307Z [00:04:01.063]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.6437045Z [00:04:01.063]➜   /usr/include
2025-08-20T19:18:11.6437758Z [00:04:01.063]➜  End of search list.
2025-08-20T19:18:11.6444051Z [00:04:01.066]➜    CC       lib/libcoreutils_a-fseek.o
2025-08-20T19:18:11.6713132Z [00:04:01.093]➜    CC       lib/libcoreutils_a-fseeko.o
2025-08-20T19:18:11.6916142Z [00:04:01.113]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.6920858Z [00:04:01.113]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.6921551Z [00:04:01.113]➜  Thread model: posix
2025-08-20T19:18:11.6922166Z [00:04:01.113]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.6923028Z [00:04:01.113]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.6923967Z [00:04:01.113]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.6924701Z [00:04:01.113]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.6925257Z [00:04:01.113]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.6940965Z [00:04:01.116]➜   (in-process)
2025-08-20T19:18:11.6954862Z [00:04:01.116]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fseek.o -x c lib/fseek.c
2025-08-20T19:18:11.6965527Z [00:04:01.116]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.6968371Z [00:04:01.116]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.6969722Z [00:04:01.116]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.6971090Z [00:04:01.116]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.6972256Z [00:04:01.116]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.6974146Z [00:04:01.116]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.6974803Z [00:04:01.116]➜  #include "..." search starts here:
2025-08-20T19:18:11.6975446Z [00:04:01.116]➜  #include <...> search starts here:
2025-08-20T19:18:11.6975969Z [00:04:01.116]➜   .
2025-08-20T19:18:11.6976344Z [00:04:01.116]➜   ./lib
2025-08-20T19:18:11.6976924Z [00:04:01.116]➜   src
2025-08-20T19:18:11.6977730Z [00:04:01.116]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.6978499Z [00:04:01.116]➜   /usr/local/include
2025-08-20T19:18:11.6979076Z [00:04:01.116]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.6979612Z [00:04:01.116]➜   /usr/include
2025-08-20T19:18:11.6980079Z [00:04:01.116]➜  End of search list.
2025-08-20T19:18:11.7013603Z [00:04:01.123]➜    CC       lib/libcoreutils_a-fseterr.o
2025-08-20T19:18:11.7135982Z [00:04:01.135]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.7163254Z [00:04:01.135]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.7163850Z [00:04:01.135]➜  Thread model: posix
2025-08-20T19:18:11.7164440Z [00:04:01.135]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.7165257Z [00:04:01.135]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.7166170Z [00:04:01.135]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.7166880Z [00:04:01.135]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.7170858Z [00:04:01.135]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.7171393Z [00:04:01.136]➜   (in-process)
2025-08-20T19:18:11.7183193Z [00:04:01.136]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fseeko.o -x c lib/fseeko.c
2025-08-20T19:18:11.7194021Z [00:04:01.137]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.7195342Z [00:04:01.137]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.7196350Z [00:04:01.138]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.7197031Z [00:04:01.138]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.7197914Z [00:04:01.138]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.7198568Z [00:04:01.138]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.7199217Z [00:04:01.138]➜  #include "..." search starts here:
2025-08-20T19:18:11.7199838Z [00:04:01.138]➜  #include <...> search starts here:
2025-08-20T19:18:11.7200385Z [00:04:01.138]➜   .
2025-08-20T19:18:11.7200779Z [00:04:01.138]➜   ./lib
2025-08-20T19:18:11.7201164Z [00:04:01.138]➜   src
2025-08-20T19:18:11.7201648Z [00:04:01.138]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.7202191Z [00:04:01.138]➜   /usr/local/include
2025-08-20T19:18:11.7202707Z [00:04:01.138]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.7203209Z [00:04:01.138]➜   /usr/include
2025-08-20T19:18:11.7203794Z [00:04:01.138]➜  End of search list.
2025-08-20T19:18:11.7256159Z [00:04:01.147]➜    CC       lib/libcoreutils_a-fsusage.o
2025-08-20T19:18:11.7305622Z [00:04:01.152]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.7309952Z [00:04:01.153]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.7313847Z [00:04:01.153]➜  Thread model: posix
2025-08-20T19:18:11.7316635Z [00:04:01.153]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.7321363Z [00:04:01.154]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.7328406Z [00:04:01.154]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.7329449Z [00:04:01.154]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.7330118Z [00:04:01.154]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.7331322Z [00:04:01.155]➜   (in-process)
2025-08-20T19:18:11.7364348Z [00:04:01.157]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fseterr.o -x c lib/fseterr.c
2025-08-20T19:18:11.7399390Z [00:04:01.157]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.7400945Z [00:04:01.157]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.7402100Z [00:04:01.157]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.7402819Z [00:04:01.157]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.7403522Z [00:04:01.157]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.7404228Z [00:04:01.157]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.7404914Z [00:04:01.157]➜  #include "..." search starts here:
2025-08-20T19:18:11.7405562Z [00:04:01.157]➜  #include <...> search starts here:
2025-08-20T19:18:11.7406072Z [00:04:01.157]➜   .
2025-08-20T19:18:11.7406456Z [00:04:01.157]➜   ./lib
2025-08-20T19:18:11.7406866Z [00:04:01.157]➜   src
2025-08-20T19:18:11.7407568Z [00:04:01.157]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.7408161Z [00:04:01.157]➜   /usr/local/include
2025-08-20T19:18:11.7408742Z [00:04:01.157]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.7409303Z [00:04:01.157]➜   /usr/include
2025-08-20T19:18:11.7409789Z [00:04:01.157]➜  End of search list.
2025-08-20T19:18:11.7589365Z [00:04:01.180]➜    CC       lib/libcoreutils_a-ftoastr.o
2025-08-20T19:18:11.7699058Z [00:04:01.191]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.7712242Z [00:04:01.191]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.7712812Z [00:04:01.191]➜  Thread model: posix
2025-08-20T19:18:11.7713575Z [00:04:01.191]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.7714396Z [00:04:01.191]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.7715260Z [00:04:01.191]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.7715953Z [00:04:01.191]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.7716486Z [00:04:01.191]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.7728870Z [00:04:01.192]➜   (in-process)
2025-08-20T19:18:11.7740651Z [00:04:01.192]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fsusage.o -x c lib/fsusage.c
2025-08-20T19:18:11.7751452Z [00:04:01.193]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.7752688Z [00:04:01.194]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.7753677Z [00:04:01.194]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.7754324Z [00:04:01.194]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.7754985Z [00:04:01.194]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.7755637Z [00:04:01.194]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.7756422Z [00:04:01.194]➜  #include "..." search starts here:
2025-08-20T19:18:11.7757050Z [00:04:01.194]➜  #include <...> search starts here:
2025-08-20T19:18:11.7757865Z [00:04:01.194]➜   .
2025-08-20T19:18:11.7758247Z [00:04:01.194]➜   ./lib
2025-08-20T19:18:11.7759353Z [00:04:01.194]➜   src
2025-08-20T19:18:11.7759893Z [00:04:01.194]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.7760590Z [00:04:01.194]➜   /usr/local/include
2025-08-20T19:18:11.7761113Z [00:04:01.194]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.7761668Z [00:04:01.194]➜   /usr/include
2025-08-20T19:18:11.7762138Z [00:04:01.194]➜  End of search list.
2025-08-20T19:18:11.7762709Z [00:04:01.198]➜    CC       lib/libcoreutils_a-fts.o
2025-08-20T19:18:11.7809580Z [00:04:01.203]➜    CC       lib/libcoreutils_a-full-read.o
2025-08-20T19:18:11.7863556Z [00:04:01.208]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.7865055Z [00:04:01.208]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.7865616Z [00:04:01.208]➜  Thread model: posix
2025-08-20T19:18:11.7866165Z [00:04:01.208]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.7866935Z [00:04:01.208]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.7868169Z [00:04:01.208]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.7868857Z [00:04:01.208]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.7869381Z [00:04:01.208]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.7877768Z [00:04:01.209]➜   (in-process)
2025-08-20T19:18:11.7889172Z [00:04:01.209]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-ftoastr.o -x c lib/ftoastr.c
2025-08-20T19:18:11.7900199Z [00:04:01.209]➜    CC       lib/libcoreutils_a-full-write.o
2025-08-20T19:18:11.7901101Z [00:04:01.210]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.7902268Z [00:04:01.211]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.7903225Z [00:04:01.211]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.7903853Z [00:04:01.211]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.7904489Z [00:04:01.211]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.7905115Z [00:04:01.211]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.7905721Z [00:04:01.211]➜  #include "..." search starts here:
2025-08-20T19:18:11.7906321Z [00:04:01.211]➜  #include <...> search starts here:
2025-08-20T19:18:11.7906992Z [00:04:01.211]➜   .
2025-08-20T19:18:11.7907586Z [00:04:01.211]➜   ./lib
2025-08-20T19:18:11.7908001Z [00:04:01.211]➜   src
2025-08-20T19:18:11.7908505Z [00:04:01.211]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.7909057Z [00:04:01.211]➜   /usr/local/include
2025-08-20T19:18:11.7909600Z [00:04:01.211]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.7910114Z [00:04:01.211]➜   /usr/include
2025-08-20T19:18:11.7910568Z [00:04:01.211]➜  End of search list.
2025-08-20T19:18:11.8028656Z [00:04:01.224]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.8029639Z [00:04:01.224]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.8031223Z [00:04:01.224]➜  Thread model: posix
2025-08-20T19:18:11.8031800Z [00:04:01.224]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.8032571Z [00:04:01.225]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.8033458Z [00:04:01.225]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.8034156Z [00:04:01.225]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.8034695Z [00:04:01.225]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.8040369Z [00:04:01.226]➜   (in-process)
2025-08-20T19:18:11.8053261Z [00:04:01.226]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-fts.o -x c lib/fts.c
2025-08-20T19:18:11.8089993Z [00:04:01.228]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.8090737Z [00:04:01.229]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.8091896Z [00:04:01.229]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.8092746Z [00:04:01.229]➜  Thread model: posix
2025-08-20T19:18:11.8093761Z [00:04:01.229]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.8094833Z [00:04:01.229]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.8095571Z [00:04:01.229]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.8096283Z [00:04:01.229]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.8096980Z [00:04:01.229]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.8097856Z [00:04:01.229]➜  #include "..." search starts here:
2025-08-20T19:18:11.8098473Z [00:04:01.229]➜  #include <...> search starts here:
2025-08-20T19:18:11.8099041Z [00:04:01.229]➜   .
2025-08-20T19:18:11.8099464Z [00:04:01.229]➜   ./lib
2025-08-20T19:18:11.8099916Z [00:04:01.229]➜   src
2025-08-20T19:18:11.8100421Z [00:04:01.229]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.8101181Z [00:04:01.229]➜   /usr/local/include
2025-08-20T19:18:11.8101766Z [00:04:01.229]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.8102321Z [00:04:01.229]➜   /usr/include
2025-08-20T19:18:11.8102794Z [00:04:01.229]➜  End of search list.
2025-08-20T19:18:11.8103583Z [00:04:01.232]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.8104615Z [00:04:01.232]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.8105767Z [00:04:01.232]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.8106666Z [00:04:01.232]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.8107495Z [00:04:01.232]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.8108150Z [00:04:01.232]➜   (in-process)
2025-08-20T19:18:11.8121330Z [00:04:01.232]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-full-read.o -x c lib/full-read.c
2025-08-20T19:18:11.8132333Z [00:04:01.232]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.8133595Z [00:04:01.232]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.8134658Z [00:04:01.232]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.8135366Z [00:04:01.232]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.8136029Z [00:04:01.232]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.8136722Z [00:04:01.232]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.8137804Z [00:04:01.232]➜  #include "..." search starts here:
2025-08-20T19:18:11.8139017Z [00:04:01.232]➜  #include <...> search starts here:
2025-08-20T19:18:11.8139566Z [00:04:01.232]➜   .
2025-08-20T19:18:11.8139938Z [00:04:01.232]➜   ./lib
2025-08-20T19:18:11.8140344Z [00:04:01.232]➜   src
2025-08-20T19:18:11.8140868Z [00:04:01.232]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.8141465Z [00:04:01.232]➜   /usr/local/include
2025-08-20T19:18:11.8142016Z [00:04:01.232]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.8142562Z [00:04:01.232]➜   /usr/include
2025-08-20T19:18:11.8143060Z [00:04:01.232]➜  End of search list.
2025-08-20T19:18:11.8302764Z [00:04:01.252]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.8303476Z [00:04:01.252]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.8304065Z [00:04:01.252]➜  Thread model: posix
2025-08-20T19:18:11.8305814Z [00:04:01.252]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.8307051Z [00:04:01.252]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.8308390Z [00:04:01.252]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.8309148Z [00:04:01.252]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.8309766Z [00:04:01.252]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.8310316Z [00:04:01.252]➜   (in-process)
2025-08-20T19:18:11.8343138Z [00:04:01.252]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-full-write.o -x c lib/full-write.c
2025-08-20T19:18:11.8353609Z [00:04:01.253]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.8354866Z [00:04:01.254]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.8355831Z [00:04:01.254]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.8356486Z [00:04:01.254]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.8357122Z [00:04:01.254]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.8358100Z [00:04:01.254]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.8358642Z [00:04:01.254]➜  #include "..." search starts here:
2025-08-20T19:18:11.8359112Z [00:04:01.254]➜  #include <...> search starts here:
2025-08-20T19:18:11.8359527Z [00:04:01.254]➜   .
2025-08-20T19:18:11.8359842Z [00:04:01.254]➜   ./lib
2025-08-20T19:18:11.8360191Z [00:04:01.254]➜   src
2025-08-20T19:18:11.8360651Z [00:04:01.254]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.8361306Z [00:04:01.254]➜   /usr/local/include
2025-08-20T19:18:11.8361827Z [00:04:01.254]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.8362306Z [00:04:01.254]➜   /usr/include
2025-08-20T19:18:11.8362744Z [00:04:01.254]➜  End of search list.
2025-08-20T19:18:11.8379452Z [00:04:01.260]➜    CC       lib/libcoreutils_a-gethrxtime.o
2025-08-20T19:18:11.8476570Z [00:04:01.269]➜    CC       lib/libcoreutils_a-xtime.o
2025-08-20T19:18:11.8552143Z [00:04:01.277]➜    CC       lib/libcoreutils_a-getndelim2.o
2025-08-20T19:18:11.8604741Z [00:04:01.282]➜    CC       lib/libcoreutils_a-getprogname.o
2025-08-20T19:18:11.8642778Z [00:04:01.286]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.8643783Z [00:04:01.286]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.8647106Z [00:04:01.286]➜  Thread model: posix
2025-08-20T19:18:11.8651414Z [00:04:01.287]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.8655172Z [00:04:01.287]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.8670385Z [00:04:01.289]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.8671139Z [00:04:01.289]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.8671678Z [00:04:01.289]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.8672170Z [00:04:01.289]➜   (in-process)
2025-08-20T19:18:11.8714020Z [00:04:01.292]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-gethrxtime.o -x c lib/gethrxtime.c
2025-08-20T19:18:11.8742438Z [00:04:01.293]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.8746330Z [00:04:01.294]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.8747462Z [00:04:01.294]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.8748078Z [00:04:01.294]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.8748676Z [00:04:01.294]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.8749257Z [00:04:01.294]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.8749819Z [00:04:01.294]➜  #include "..." search starts here:
2025-08-20T19:18:11.8750369Z [00:04:01.294]➜  #include <...> search starts here:
2025-08-20T19:18:11.8750928Z [00:04:01.294]➜   Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.8751485Z [00:04:01.294]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.8751998Z [00:04:01.294]➜  Thread model: posix
2025-08-20T19:18:11.8752565Z [00:04:01.294]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.8753506Z [00:04:01.294]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.8754505Z [00:04:01.294]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.8755204Z [00:04:01.296]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.8755742Z [00:04:01.296]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.8756237Z [00:04:01.296]➜  .
2025-08-20T19:18:11.8756632Z [00:04:01.296]➜   ./lib
2025-08-20T19:18:11.8757034Z [00:04:01.296]➜   src
2025-08-20T19:18:11.8757759Z [00:04:01.296]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.8758325Z [00:04:01.296]➜   /usr/local/include
2025-08-20T19:18:11.8758851Z [00:04:01.296]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.8759369Z [00:04:01.296]➜   /usr/include
2025-08-20T19:18:11.8759826Z [00:04:01.296]➜  End of search list.
2025-08-20T19:18:11.8760290Z [00:04:01.296]➜   (in-process)
2025-08-20T19:18:11.8771938Z [00:04:01.296]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-xtime.o -x c lib/xtime.c
2025-08-20T19:18:11.8782486Z [00:04:01.296]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.8783719Z [00:04:01.296]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.8784724Z [00:04:01.296]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.8785334Z [00:04:01.296]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.8785941Z [00:04:01.296]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.8786556Z [00:04:01.296]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.8787346Z [00:04:01.296]➜  #include "..." search starts here:
2025-08-20T19:18:11.8787952Z [00:04:01.296]➜  #include <...> search starts here:
2025-08-20T19:18:11.8788487Z [00:04:01.296]➜   .
2025-08-20T19:18:11.8788853Z [00:04:01.296]➜   ./lib
2025-08-20T19:18:11.8789248Z [00:04:01.296]➜   src
2025-08-20T19:18:11.8789713Z [00:04:01.296]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.8790250Z [00:04:01.296]➜   /usr/local/include
2025-08-20T19:18:11.8790767Z [00:04:01.296]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.8791262Z [00:04:01.296]➜   /usr/include
2025-08-20T19:18:11.8791707Z [00:04:01.296]➜  End of search list.
2025-08-20T19:18:11.8971426Z [00:04:01.319]➜    CC       lib/libcoreutils_a-gettime.o
2025-08-20T19:18:11.8994443Z [00:04:01.321]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.8997919Z [00:04:01.321]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.9002981Z [00:04:01.322]➜  Thread model: posix
2025-08-20T19:18:11.9038156Z [00:04:01.322]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.9040130Z [00:04:01.322]➜  Found candidate GCC installation: Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.9040928Z [00:04:01.323]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.9041497Z [00:04:01.323]➜  Thread model: posix
2025-08-20T19:18:11.9042098Z [00:04:01.323]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.9042898Z [00:04:01.323]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.9043787Z [00:04:01.323]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.9044472Z [00:04:01.323]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.9045011Z [00:04:01.323]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.9045565Z [00:04:01.323]➜  /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.9046234Z [00:04:01.323]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.9046896Z [00:04:01.323]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.9047645Z [00:04:01.323]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.9048143Z [00:04:01.323]➜   (in-process)
2025-08-20T19:18:11.9061650Z [00:04:01.323]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-getprogname.o -x c lib/getprogname.c
2025-08-20T19:18:11.9072143Z [00:04:01.324]➜   (in-process)
2025-08-20T19:18:11.9072975Z [00:04:01.324]➜   "clang -cc1 version 19.1.7/ based upon LLVM u19.1.7s default target r/lix86_64-pc-linux-gnub
2025-08-20T19:18:11.9074804Z [00:04:01.325]➜  /llvm-19/bin/clang" -cc1 -triple x86_64-pc-linux-gnu -emit-llvm-bc -flto=full ignoring nonexistent directory "-flto-unit/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include "
2025-08-20T19:18:11.9077473Z [00:04:01.325]➜  -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name getndelim2.c -static-define ignoring nonexistent directory "-mrelocation-model/include "
2025-08-20T19:18:11.9079236Z [00:04:01.325]➜  pic -pic-level 2 -pic-is-pieignoring duplicate directory " lib-mframe-pointer=none"
2025-08-20T19:18:11.9080241Z [00:04:01.325]➜   ignoring duplicate directory "-fmath-errno./lib "
2025-08-20T19:18:11.9081279Z [00:04:01.325]➜  -ffp-contract=onignoring duplicate directory " ./src-fno-rounding-math"
2025-08-20T19:18:11.9082557Z [00:04:01.325]➜   -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu#include "..." search starts here:
2025-08-20T19:18:11.9083555Z [00:04:01.325]➜   #include <...> search starts here:
2025-08-20T19:18:11.9084417Z [00:04:01.325]➜  generic  .-debugger-tuning=gdb
2025-08-20T19:18:11.9085203Z [00:04:01.325]➜    -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7./lib 
2025-08-20T19:18:11.9085906Z [00:04:01.325]➜  -v  src-v
2025-08-20T19:18:11.9086868Z [00:04:01.325]➜    -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/usr/lib/llvm-19/lib/clang/19/include 
2025-08-20T19:18:11.9088243Z [00:04:01.325]➜  -resource-dir  /usr/local/include/usr/lib/llvm-19/lib/clang/19
2025-08-20T19:18:11.9089032Z [00:04:01.325]➜    /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.9089550Z [00:04:01.325]➜   /usr/include
2025-08-20T19:18:11.9090012Z [00:04:01.325]➜  End of search list.
2025-08-20T19:18:11.9100730Z [00:04:01.326]➜  -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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-getndelim2.o -x c lib/getndelim2.c
2025-08-20T19:18:11.9107500Z [00:04:01.327]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.9108783Z [00:04:01.331]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.9109974Z [00:04:01.331]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.9110646Z [00:04:01.331]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.9111274Z [00:04:01.332]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.9111886Z [00:04:01.332]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.9113503Z [00:04:01.332]➜  #include "..." search starts here:
2025-08-20T19:18:11.9114103Z [00:04:01.332]➜  #include <...> search starts here:
2025-08-20T19:18:11.9114597Z [00:04:01.332]➜   .
2025-08-20T19:18:11.9114958Z [00:04:01.332]➜   ./lib
2025-08-20T19:18:11.9115337Z [00:04:01.332]➜   src
2025-08-20T19:18:11.9115805Z [00:04:01.332]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.9116357Z [00:04:01.332]➜   /usr/local/include
2025-08-20T19:18:11.9116878Z [00:04:01.332]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.9117553Z [00:04:01.332]➜   /usr/include
2025-08-20T19:18:11.9118023Z [00:04:01.332]➜  End of search list.
2025-08-20T19:18:11.9118627Z [00:04:01.333]➜    CC       lib/libcoreutils_a-gettime-res.o
2025-08-20T19:18:11.9445032Z [00:04:01.366]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.9445787Z [00:04:01.366]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.9447340Z [00:04:01.366]➜  Thread model: posix
2025-08-20T19:18:11.9447908Z [00:04:01.366]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.9448680Z [00:04:01.366]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.9449541Z [00:04:01.366]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.9450200Z [00:04:01.366]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.9450728Z [00:04:01.366]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.9451308Z [00:04:01.366]➜    CC       lib/libcoreutils_a-getugroups.o
2025-08-20T19:18:11.9451855Z [00:04:01.366]➜   (in-process)
2025-08-20T19:18:11.9464427Z [00:04:01.366]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-gettime.o -x c lib/gettime.c
2025-08-20T19:18:11.9475078Z [00:04:01.367]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.9484705Z [00:04:01.370]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.9486711Z [00:04:01.370]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.9487504Z [00:04:01.370]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.9488289Z [00:04:01.370]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.9488973Z [00:04:01.370]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.9489563Z [00:04:01.370]➜  #include "..." search starts here:
2025-08-20T19:18:11.9490127Z [00:04:01.370]➜  #include <...> search starts here:
2025-08-20T19:18:11.9490600Z [00:04:01.370]➜   .
2025-08-20T19:18:11.9490950Z [00:04:01.370]➜   ./lib
2025-08-20T19:18:11.9491349Z [00:04:01.370]➜   src
2025-08-20T19:18:11.9491808Z [00:04:01.370]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.9492368Z [00:04:01.370]➜   /usr/local/include
2025-08-20T19:18:11.9492899Z [00:04:01.370]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.9493407Z [00:04:01.370]➜   /usr/include
2025-08-20T19:18:11.9493862Z [00:04:01.370]➜  End of search list.
2025-08-20T19:18:11.9575732Z [00:04:01.379]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.9576399Z [00:04:01.379]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.9576971Z [00:04:01.379]➜  Thread model: posix
2025-08-20T19:18:11.9577768Z [00:04:01.379]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.9578666Z [00:04:01.379]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.9579631Z [00:04:01.379]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.9580379Z [00:04:01.379]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.9580957Z [00:04:01.379]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.9604156Z [00:04:01.382]➜   (in-process)
2025-08-20T19:18:11.9618703Z [00:04:01.382]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-gettime-res.o -x c lib/gettime-res.c
2025-08-20T19:18:11.9629743Z [00:04:01.383]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.9645648Z [00:04:01.386]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.9646793Z [00:04:01.386]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.9647595Z [00:04:01.386]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.9648193Z [00:04:01.386]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.9648783Z [00:04:01.386]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.9649356Z [00:04:01.386]➜  #include "..." search starts here:
2025-08-20T19:18:11.9649909Z [00:04:01.386]➜  #include <...> search starts here:
2025-08-20T19:18:11.9650387Z [00:04:01.386]➜   .
2025-08-20T19:18:11.9650882Z [00:04:01.386]➜   ./lib
2025-08-20T19:18:11.9651264Z [00:04:01.386]➜   src
2025-08-20T19:18:11.9651760Z [00:04:01.386]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.9652314Z [00:04:01.386]➜   /usr/local/include
2025-08-20T19:18:11.9652849Z [00:04:01.386]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.9653361Z [00:04:01.386]➜   /usr/include
2025-08-20T19:18:11.9653818Z [00:04:01.386]➜  End of search list.
2025-08-20T19:18:11.9671798Z [00:04:01.389]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:11.9672447Z [00:04:01.389]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:11.9673006Z [00:04:01.389]➜  Thread model: posix
2025-08-20T19:18:11.9677595Z [00:04:01.389]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:11.9678503Z [00:04:01.389]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.9679678Z [00:04:01.389]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:11.9680460Z [00:04:01.389]➜  Candidate multilib: .;@m64
2025-08-20T19:18:11.9681060Z [00:04:01.389]➜  Selected multilib: .;@m64
2025-08-20T19:18:11.9681604Z [00:04:01.390]➜   (in-process)
2025-08-20T19:18:11.9719353Z [00:04:01.390]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/libcoreutils_a-getugroups.o -x c lib/getugroups.c
2025-08-20T19:18:11.9730284Z [00:04:01.392]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:11.9731614Z [00:04:01.392]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:11.9732680Z [00:04:01.392]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:11.9733412Z [00:04:01.392]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:11.9734090Z [00:04:01.392]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:11.9734772Z [00:04:01.392]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:11.9735449Z [00:04:01.392]➜  #include "..." search starts here:
2025-08-20T19:18:11.9736271Z [00:04:01.392]➜  #include <...> search starts here:
2025-08-20T19:18:11.9736876Z [00:04:01.392]➜   .
2025-08-20T19:18:11.9737500Z [00:04:01.392]➜   ./lib
2025-08-20T19:18:11.9737952Z [00:04:01.392]➜   src
2025-08-20T19:18:11.9738470Z [00:04:01.392]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:11.9739060Z [00:04:01.392]➜   /usr/local/include
2025-08-20T19:18:11.9739658Z [00:04:01.392]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:11.9740234Z [00:04:01.392]➜   /usr/include
2025-08-20T19:18:11.9740722Z [00:04:01.392]➜  End of search list.
2025-08-20T19:18:11.9841522Z [00:04:01.406]➜    CC       lib/malloc/libcoreutils_a-dynarray_at_failure.o
2025-08-20T19:18:12.0098701Z [00:04:01.431]➜    CC       lib/malloc/libcoreutils_a-dynarray_emplace_enlarge.o
2025-08-20T19:18:12.0133415Z [00:04:01.435]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.0134060Z [00:04:01.435]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.0134576Z [00:04:01.435]➜  Thread model: posix
2025-08-20T19:18:12.0135182Z [00:04:01.435]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.0135974Z [00:04:01.435]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.0136858Z [00:04:01.435]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.0138087Z [00:04:01.435]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.0138631Z [00:04:01.435]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.0140200Z [00:04:01.436]➜   (in-process)
2025-08-20T19:18:12.0154668Z [00:04:01.436]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.0167430Z [00:04:01.437]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.0168724Z [00:04:01.437]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.0169743Z [00:04:01.437]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.0170401Z [00:04:01.437]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.0171028Z [00:04:01.437]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.0171691Z [00:04:01.437]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.0172308Z [00:04:01.437]➜  #include "..." search starts here:
2025-08-20T19:18:12.0172892Z [00:04:01.437]➜  #include <...> search starts here:
2025-08-20T19:18:12.0173396Z [00:04:01.437]➜   .
2025-08-20T19:18:12.0173920Z [00:04:01.437]➜   ./lib
2025-08-20T19:18:12.0174329Z [00:04:01.437]➜   src
2025-08-20T19:18:12.0174809Z [00:04:01.437]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.0175363Z [00:04:01.437]➜   /usr/local/include
2025-08-20T19:18:12.0175896Z [00:04:01.437]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.0176408Z [00:04:01.437]➜   /usr/include
2025-08-20T19:18:12.0176864Z [00:04:01.437]➜  End of search list.
2025-08-20T19:18:12.0177713Z [00:04:01.438]➜    CC       lib/malloc/libcoreutils_a-dynarray_finalize.o
2025-08-20T19:18:12.0413522Z [00:04:01.463]➜    CC       lib/malloc/libcoreutils_a-dynarray_resize.o
2025-08-20T19:18:12.0582454Z [00:04:01.480]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.0583164Z [00:04:01.480]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.0583707Z [00:04:01.480]➜  Thread model: posix
2025-08-20T19:18:12.0584275Z [00:04:01.480]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.0585083Z [00:04:01.480]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.0585975Z [00:04:01.480]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.0586670Z [00:04:01.480]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.0587388Z [00:04:01.480]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.0587910Z [00:04:01.480]➜   (in-process)
2025-08-20T19:18:12.0600075Z [00:04:01.480]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.0631011Z [00:04:01.482]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.0631599Z [00:04:01.483]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.0632112Z [00:04:01.483]➜  Thread model: posix
2025-08-20T19:18:12.0632650Z [00:04:01.483]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.0633414Z [00:04:01.483]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.0634298Z [00:04:01.483]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.0638371Z [00:04:01.483]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.0639671Z [00:04:01.483]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.0640729Z [00:04:01.484]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.0641970Z [00:04:01.484]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.0643109Z [00:04:01.484]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.0643759Z [00:04:01.484]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.0644376Z [00:04:01.484]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.0644995Z [00:04:01.484]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.0645580Z [00:04:01.484]➜  #include "..." search starts here:
2025-08-20T19:18:12.0646140Z [00:04:01.484]➜  #include <...> search starts here:
2025-08-20T19:18:12.0646606Z [00:04:01.484]➜   .
2025-08-20T19:18:12.0646924Z [00:04:01.484]➜   ./lib
2025-08-20T19:18:12.0647655Z [00:04:01.484]➜   src
2025-08-20T19:18:12.0648087Z [00:04:01.484]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.0648602Z [00:04:01.484]➜   /usr/local/include
2025-08-20T19:18:12.0649107Z [00:04:01.484]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.0649599Z [00:04:01.484]➜   /usr/include
2025-08-20T19:18:12.0650036Z [00:04:01.484]➜  End of search list.
2025-08-20T19:18:12.0650554Z [00:04:01.486]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.0664282Z [00:04:01.488]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.0664839Z [00:04:01.488]➜  Thread model: posix
2025-08-20T19:18:12.0665385Z [00:04:01.488]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.0666184Z [00:04:01.488]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.0667120Z [00:04:01.488]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.0668038Z [00:04:01.488]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.0668611Z [00:04:01.488]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.0669094Z [00:04:01.488]➜   (in-process)
2025-08-20T19:18:12.0673916Z [00:04:01.488]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -resource-dir /usr/lib/llvm-19/lib/clang/19 (in-process)
2025-08-20T19:18:12.0691483Z [00:04:01.488]➜    -dependency-file "lib/malloc/.deps/libcoreutils_a-dynarray_finalize.Tpo/ u-MTs rlib/malloc/libcoreutils_a-dynarray_finalize.o/ l-sys-header-depsi b-MP/ l-Il v.m --I1 9./lib/ b-Ii nlib/ c-Il a./libn g-I"  src-cc1  -I-triple  ./srcx86_64-pc-linux-gnu  -internal-isystem-emit-llvm-bc  /usr/lib/llvm-19/lib/clang/19/include-flto=full  -internal-isystem-flto-unit  /usr/local/include-disable-free  -internal-isystem-clear-ast-before-backend  /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include-disable-llvm-verifier  -internal-externc-isystem-discard-value-names  /usr/include/x86_64-linux-gnu-main-file-name  -internal-externc-isystemdynarray_resize.c  /include-static-define  -internal-externc-isystem-mrelocation-model  /usr/includepic  -Os-pic-level  -Wno-error2  -Wno-cast-qual-pic-is-pie  -Wno-conversion-mframe-pointer=none  -Wno-float-equal-fmath-errno  -Wno-sign-compare-ffp-contract=on  -Wno-undef-fno-rounding-math  -Wno-unused-function-mconstructor-aliases  -Wno-unused-parameter-funwind-tables=2  -Wno-float-conversion-target-cpu  -Wimplicit-fallthroughx86-64  -Wno-pedantic-tune-cpu  -Wno-tautological-constant-out-of-range-comparegeneric  -Wno-sign-conversion-debugger-tuning=gdb  -Wno-type-limits-fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7  -Wno-unused-const-variable-v  -Wno-error-v  -Wno-error-fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7  -w-resource-dir  -std=gnu23/usr/lib/llvm-19/lib/clang/19  -ferror-limit-dependency-file  19lib/malloc/.deps/libcoreutils_a-dynarray_resize.Tpo  -fgnuc-version=4.2.1-MT  -fskip-odr-check-in-gmflib/malloc/libcoreutils_a-dynarray_resize.o  -vectorize-loops-sys-header-deps  -vectorize-slp-MP  -faddrsig-I  -D__GCC_HAVE_DWARF2_CFI_ASM=1.  -o-I  lib/malloc/libcoreutils_a-dynarray_finalize.o./lib  -I-x  libc  -Ilib/malloc/dynarray_finalize.c 
2025-08-20T19:18:12.0710110Z [00:04:01.488]➜  ./lib -I src -I ./src -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.0716303Z [00:04:01.488]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.0727733Z [00:04:01.488]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.0729123Z [00:04:01.488]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.0730158Z [00:04:01.488]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.0730860Z [00:04:01.488]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.0731705Z [00:04:01.488]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.0732376Z [00:04:01.488]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.0733008Z [00:04:01.488]➜  #include "..." search starts here:
2025-08-20T19:18:12.0733625Z [00:04:01.488]➜  #include <...> search starts here:
2025-08-20T19:18:12.0734122Z [00:04:01.488]➜   .
2025-08-20T19:18:12.0734468Z [00:04:01.488]➜   ./lib
2025-08-20T19:18:12.0734868Z [00:04:01.488]➜   src
2025-08-20T19:18:12.0735351Z [00:04:01.488]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.0735900Z [00:04:01.488]➜   /usr/local/include
2025-08-20T19:18:12.0736402Z [00:04:01.488]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.0736910Z [00:04:01.488]➜   /usr/include
2025-08-20T19:18:12.0737530Z [00:04:01.488]➜  End of search list.
2025-08-20T19:18:12.0738516Z [00:04:01.489]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.0739592Z [00:04:01.489]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.0740428Z [00:04:01.489]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.0741104Z [00:04:01.490]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.0741757Z [00:04:01.490]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.0742398Z [00:04:01.491]➜  #include "..." search starts here:
2025-08-20T19:18:12.0743039Z [00:04:01.491]➜  #include <...> search starts here:
2025-08-20T19:18:12.0743581Z [00:04:01.491]➜   .
2025-08-20T19:18:12.0743969Z [00:04:01.491]➜   ./lib
2025-08-20T19:18:12.0744384Z [00:04:01.492]➜   src
2025-08-20T19:18:12.0744894Z [00:04:01.492]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.0745472Z [00:04:01.492]➜   /usr/local/include
2025-08-20T19:18:12.0746018Z [00:04:01.492]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.0746551Z [00:04:01.492]➜   /usr/include
2025-08-20T19:18:12.0747040Z [00:04:01.492]➜  End of search list.
2025-08-20T19:18:12.0747909Z [00:04:01.495]➜    CC       lib/malloc/libcoreutils_a-dynarray_resize_clear.o
2025-08-20T19:18:12.0979045Z [00:04:01.520]➜    CC       lib/malloc/libcoreutils_a-scratch_buffer_grow.o
2025-08-20T19:18:12.1132531Z [00:04:01.535]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.1133187Z [00:04:01.535]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.1133923Z [00:04:01.535]➜  Thread model: posix
2025-08-20T19:18:12.1134507Z [00:04:01.535]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.1135269Z [00:04:01.535]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.1136161Z [00:04:01.535]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.1136874Z [00:04:01.535]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.1137673Z [00:04:01.535]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.1138188Z [00:04:01.535]➜   (in-process)
2025-08-20T19:18:12.1150300Z [00:04:01.535]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.1191651Z [00:04:01.535]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.1192877Z [00:04:01.535]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.1193868Z [00:04:01.535]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.1194500Z [00:04:01.536]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.1195271Z [00:04:01.536]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.1195864Z [00:04:01.536]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.1196405Z [00:04:01.537]➜  #include "..." search starts here:
2025-08-20T19:18:12.1196918Z [00:04:01.537]➜  #include <...> search starts here:
2025-08-20T19:18:12.1197550Z [00:04:01.537]➜   .
2025-08-20T19:18:12.1197948Z [00:04:01.537]➜   ./lib
2025-08-20T19:18:12.1198327Z [00:04:01.538]➜   src
2025-08-20T19:18:12.1198828Z [00:04:01.538]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.1199435Z [00:04:01.538]➜   /usr/local/include
2025-08-20T19:18:12.1199979Z [00:04:01.542]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.1200477Z [00:04:01.542]➜   /usr/include
2025-08-20T19:18:12.1200916Z [00:04:01.542]➜  End of search list.
2025-08-20T19:18:12.1269668Z [00:04:01.549]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.1270294Z [00:04:01.549]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.1270849Z [00:04:01.549]➜  Thread model: posix
2025-08-20T19:18:12.1271446Z [00:04:01.549]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.1272259Z [00:04:01.549]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.1273164Z [00:04:01.549]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.1274019Z [00:04:01.549]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.1274573Z [00:04:01.549]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.1277766Z [00:04:01.549]➜   (in-process)
2025-08-20T19:18:12.1289878Z [00:04:01.549]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.1301860Z [00:04:01.550]➜    CC       lib/malloc/libcoreutils_a-scratch_buffer_grow_preserve.o
2025-08-20T19:18:12.1302937Z [00:04:01.550]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.1304264Z [00:04:01.551]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.1305265Z [00:04:01.551]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.1305928Z [00:04:01.551]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.1306552Z [00:04:01.551]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.1307368Z [00:04:01.551]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.1308032Z [00:04:01.551]➜  #include "..." search starts here:
2025-08-20T19:18:12.1308792Z [00:04:01.551]➜  #include <...> search starts here:
2025-08-20T19:18:12.1309324Z [00:04:01.551]➜   .
2025-08-20T19:18:12.1309702Z [00:04:01.551]➜   ./lib
2025-08-20T19:18:12.1310095Z [00:04:01.551]➜   src
2025-08-20T19:18:12.1310584Z [00:04:01.551]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.1311157Z [00:04:01.551]➜   /usr/local/include
2025-08-20T19:18:12.1311685Z [00:04:01.551]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.1312204Z [00:04:01.551]➜   /usr/include
2025-08-20T19:18:12.1312669Z [00:04:01.551]➜  End of search list.
2025-08-20T19:18:12.1373816Z [00:04:01.559]➜    CC       lib/glthread/libcoreutils_a-lock.o
2025-08-20T19:18:12.1378779Z [00:04:01.560]➜    CC       lib/malloc/libcoreutils_a-scratch_buffer_set_array_size.o
2025-08-20T19:18:12.1553172Z [00:04:01.577]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.1553838Z [00:04:01.577]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.1554401Z [00:04:01.577]➜  Thread model: posix
2025-08-20T19:18:12.1554976Z [00:04:01.577]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.1555796Z [00:04:01.577]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.1556672Z [00:04:01.577]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.1557678Z [00:04:01.577]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.1558213Z [00:04:01.577]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.1559862Z [00:04:01.578]➜   (in-process)
2025-08-20T19:18:12.1571856Z [00:04:01.578]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.1583156Z [00:04:01.579]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.1584428Z [00:04:01.579]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.1585426Z [00:04:01.579]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.1586068Z [00:04:01.579]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.1586709Z [00:04:01.579]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.1587594Z [00:04:01.579]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.1588255Z [00:04:01.579]➜  #include "..." search starts here:
2025-08-20T19:18:12.1588876Z [00:04:01.579]➜  #include <...> search starts here:
2025-08-20T19:18:12.1589449Z [00:04:01.579]➜   .
2025-08-20T19:18:12.1589980Z [00:04:01.579]➜   ./lib
2025-08-20T19:18:12.1590378Z [00:04:01.579]➜   src
2025-08-20T19:18:12.1590860Z [00:04:01.579]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.1591408Z [00:04:01.579]➜   /usr/local/include
2025-08-20T19:18:12.1591951Z [00:04:01.579]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.1592471Z [00:04:01.579]➜   /usr/include
2025-08-20T19:18:12.1592930Z [00:04:01.579]➜  End of search list.
2025-08-20T19:18:12.1593527Z [00:04:01.580]➜    CC       lib/unicase/libcoreutils_a-tolower.o
2025-08-20T19:18:12.1652116Z [00:04:01.587]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.1652726Z [00:04:01.587]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.1653302Z [00:04:01.587]➜  Thread model: posix
2025-08-20T19:18:12.1653949Z [00:04:01.587]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.1654852Z [00:04:01.587]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.1655760Z [00:04:01.587]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.1656532Z [00:04:01.587]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.1657501Z [00:04:01.587]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.1658219Z [00:04:01.587]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.1660213Z [00:04:01.588]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.1665929Z [00:04:01.588]➜  Thread model: posix
2025-08-20T19:18:12.1666638Z [00:04:01.588]➜   (in-process)
2025-08-20T19:18:12.1678998Z [00:04:01.588]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/glthread/libcoreutils_a-lock.o -x c lib/glthread/lock.c
2025-08-20T19:18:12.1689916Z [00:04:01.589]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.1690791Z [00:04:01.589]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.1691769Z [00:04:01.590]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.1692532Z [00:04:01.590]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.1693828Z [00:04:01.591]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.1700177Z [00:04:01.592]➜   (in-process)
2025-08-20T19:18:12.1744648Z [00:04:01.594]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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 clang -cc1 version 19.1.7./lib  based upon LLVM -I19.1.7  default target src -I x86_64-pc-linux-gnu./src
2025-08-20T19:18:12.1757338Z [00:04:01.594]➜   -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.1763645Z [00:04:01.594]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.1764749Z [00:04:01.594]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.1765464Z [00:04:01.594]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.1766137Z [00:04:01.594]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.1766980Z [00:04:01.594]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.1788024Z [00:04:01.594]➜  #include "..." search starts here:
2025-08-20T19:18:12.1788656Z [00:04:01.594]➜  #include <...> search starts here:
2025-08-20T19:18:12.1789219Z [00:04:01.594]➜   .
2025-08-20T19:18:12.1789637Z [00:04:01.594]➜   ./lib
2025-08-20T19:18:12.1790032Z [00:04:01.594]➜   src
2025-08-20T19:18:12.1790551Z [00:04:01.594]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.1791141Z [00:04:01.594]➜   /usr/local/include
2025-08-20T19:18:12.1791686Z [00:04:01.594]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.1792190Z [00:04:01.594]➜   /usr/include
2025-08-20T19:18:12.1792669Z [00:04:01.594]➜  End of search list.
2025-08-20T19:18:12.1793531Z [00:04:01.594]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.1794851Z [00:04:01.594]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.1795943Z [00:04:01.594]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.1796838Z [00:04:01.594]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.1797773Z [00:04:01.594]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.1798475Z [00:04:01.594]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.1799140Z [00:04:01.594]➜  #include "..." search starts here:
2025-08-20T19:18:12.1799785Z [00:04:01.594]➜  #include <...> search starts here:
2025-08-20T19:18:12.1800316Z [00:04:01.594]➜   .
2025-08-20T19:18:12.1800713Z [00:04:01.594]➜   ./lib
2025-08-20T19:18:12.1801160Z [00:04:01.594]➜   src
2025-08-20T19:18:12.1801689Z [00:04:01.594]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.1802327Z [00:04:01.594]➜   /usr/local/include
2025-08-20T19:18:12.1802926Z [00:04:01.594]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.1803523Z [00:04:01.594]➜   /usr/include
2025-08-20T19:18:12.1804047Z [00:04:01.594]➜  End of search list.
2025-08-20T19:18:12.1804762Z [00:04:01.596]➜    CC       lib/unictype/libcoreutils_a-ctype_alnum.o
2025-08-20T19:18:12.2061743Z [00:04:01.628]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.2062384Z [00:04:01.628]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.2062930Z [00:04:01.628]➜  Thread model: posix
2025-08-20T19:18:12.2063583Z [00:04:01.628]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.2064409Z [00:04:01.628]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.2065322Z [00:04:01.628]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.2066047Z [00:04:01.628]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.2066596Z [00:04:01.628]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.2067075Z [00:04:01.628]➜   (in-process)
2025-08-20T19:18:12.2081900Z [00:04:01.629]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/unicase/libcoreutils_a-tolower.o -x c lib/unicase/tolower.c
2025-08-20T19:18:12.2092809Z [00:04:01.629]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.2094108Z [00:04:01.630]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.2095108Z [00:04:01.630]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.2095760Z [00:04:01.630]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.2096396Z [00:04:01.630]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.2097028Z [00:04:01.630]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.2118087Z [00:04:01.630]➜  #include "..." search starts here:
2025-08-20T19:18:12.2118904Z [00:04:01.630]➜  #include <...> search starts here:
2025-08-20T19:18:12.2119431Z [00:04:01.630]➜   .
2025-08-20T19:18:12.2119803Z [00:04:01.630]➜   ./lib
2025-08-20T19:18:12.2120194Z [00:04:01.630]➜   src
2025-08-20T19:18:12.2120699Z [00:04:01.630]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.2121257Z [00:04:01.630]➜   /usr/local/include
2025-08-20T19:18:12.2121763Z [00:04:01.630]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.2122292Z [00:04:01.630]➜   /usr/include
2025-08-20T19:18:12.2122724Z [00:04:01.630]➜  End of search list.
2025-08-20T19:18:12.2123278Z [00:04:01.634]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.2125453Z [00:04:01.634]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.2129414Z [00:04:01.635]➜  Thread model: posix
2025-08-20T19:18:12.2133118Z [00:04:01.635]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.2138776Z [00:04:01.635]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.2139880Z [00:04:01.635]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.2173548Z [00:04:01.639]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.2178290Z [00:04:01.639]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.2178945Z [00:04:01.639]➜   (in-process)
2025-08-20T19:18:12.2191822Z [00:04:01.639]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.2202848Z [00:04:01.639]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.2204107Z [00:04:01.639]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.2205108Z [00:04:01.639]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.2205749Z [00:04:01.639]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.2206397Z [00:04:01.639]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.2206994Z [00:04:01.639]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.2209039Z [00:04:01.639]➜  #include "..." search starts here:
2025-08-20T19:18:12.2209633Z [00:04:01.639]➜  #include <...> search starts here:
2025-08-20T19:18:12.2210158Z [00:04:01.639]➜   .
2025-08-20T19:18:12.2210524Z [00:04:01.639]➜   ./lib
2025-08-20T19:18:12.2210974Z [00:04:01.639]➜   src
2025-08-20T19:18:12.2211496Z [00:04:01.639]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.2212082Z [00:04:01.639]➜   /usr/local/include
2025-08-20T19:18:12.2212799Z [00:04:01.639]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.2213328Z [00:04:01.639]➜   /usr/include
2025-08-20T19:18:12.2213788Z [00:04:01.639]➜  End of search list.
2025-08-20T19:18:12.2214404Z [00:04:01.640]➜    CC       lib/unictype/libcoreutils_a-ctype_alpha.o
2025-08-20T19:18:12.2215150Z [00:04:01.642]➜    CC       lib/unictype/libcoreutils_a-ctype_blank.o
2025-08-20T19:18:12.2451531Z [00:04:01.667]➜    CC       lib/unictype/libcoreutils_a-ctype_cntrl.o
2025-08-20T19:18:12.2463751Z [00:04:01.668]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.2464366Z [00:04:01.668]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.2466438Z [00:04:01.668]➜  Thread model: posix
2025-08-20T19:18:12.2468307Z [00:04:01.668]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.2499171Z [00:04:01.668]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.2501380Z [00:04:01.668]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.2503481Z [00:04:01.668]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.2505238Z [00:04:01.668]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.2506634Z [00:04:01.669]➜   (in-process)
2025-08-20T19:18:12.2519500Z [00:04:01.669]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.2557788Z [00:04:01.670]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.2559334Z [00:04:01.671]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.2560381Z [00:04:01.671]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.2561049Z [00:04:01.671]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.2561698Z [00:04:01.671]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.2562377Z [00:04:01.671]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.2563034Z [00:04:01.671]➜  #include "..." search starts here:
2025-08-20T19:18:12.2563669Z [00:04:01.671]➜  #include <...> search starts here:
2025-08-20T19:18:12.2564186Z [00:04:01.671]➜   .
2025-08-20T19:18:12.2564565Z [00:04:01.671]➜   ./lib
2025-08-20T19:18:12.2564971Z [00:04:01.671]➜   src
2025-08-20T19:18:12.2565458Z [00:04:01.671]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.2566023Z [00:04:01.671]➜   /usr/local/include
2025-08-20T19:18:12.2566581Z [00:04:01.671]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.2567937Z [00:04:01.671]➜   /usr/include
2025-08-20T19:18:12.2568521Z [00:04:01.671]➜  End of search list.
2025-08-20T19:18:12.2569118Z [00:04:01.673]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.2569754Z [00:04:01.673]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.2570323Z [00:04:01.673]➜  Thread model: posix
2025-08-20T19:18:12.2582324Z [00:04:01.673]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.2583251Z [00:04:01.673]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.2584184Z [00:04:01.673]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.2584927Z [00:04:01.673]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.2585526Z [00:04:01.673]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.2586075Z [00:04:01.674]➜   (in-process)
2025-08-20T19:18:12.2598550Z [00:04:01.674]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.2609478Z [00:04:01.675]➜    CC       lib/unictype/libcoreutils_a-ctype_digit.o
2025-08-20T19:18:12.2610499Z [00:04:01.675]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.2611836Z [00:04:01.675]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.2612875Z [00:04:01.675]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.2613757Z [00:04:01.675]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.2614448Z [00:04:01.675]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.2615149Z [00:04:01.675]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.2615818Z [00:04:01.675]➜  #include "..." search starts here:
2025-08-20T19:18:12.2616462Z [00:04:01.675]➜  #include <...> search starts here:
2025-08-20T19:18:12.2617019Z [00:04:01.675]➜   .
2025-08-20T19:18:12.2617652Z [00:04:01.675]➜   ./lib
2025-08-20T19:18:12.2618087Z [00:04:01.675]➜   src
2025-08-20T19:18:12.2618600Z [00:04:01.675]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.2619207Z [00:04:01.675]➜   /usr/local/include
2025-08-20T19:18:12.2619793Z [00:04:01.675]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.2620366Z [00:04:01.675]➜   /usr/include
2025-08-20T19:18:12.2620861Z [00:04:01.675]➜  End of search list.
2025-08-20T19:18:12.2621531Z [00:04:01.677]➜    CC       lib/unictype/libcoreutils_a-ctype_graph.o
2025-08-20T19:18:12.2770029Z [00:04:01.698]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.2771068Z [00:04:01.698]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.2771638Z [00:04:01.698]➜  Thread model: posix
2025-08-20T19:18:12.2772191Z [00:04:01.698]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.2772977Z [00:04:01.698]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.2775154Z [00:04:01.698]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.2775821Z [00:04:01.698]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.2776272Z [00:04:01.698]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.2776692Z [00:04:01.699]➜   (in-process)
2025-08-20T19:18:12.2791475Z [00:04:01.699]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.2802581Z [00:04:01.700]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.2803740Z [00:04:01.700]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.2804610Z [00:04:01.701]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.2805176Z [00:04:01.701]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.2805726Z [00:04:01.701]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.2806283Z [00:04:01.701]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.2806877Z [00:04:01.701]➜  #include "..." search starts here:
2025-08-20T19:18:12.2807701Z [00:04:01.701]➜  #include <...> search starts here:
2025-08-20T19:18:12.2808192Z [00:04:01.701]➜   .
2025-08-20T19:18:12.2808547Z [00:04:01.701]➜   ./lib
2025-08-20T19:18:12.2808920Z [00:04:01.701]➜   src
2025-08-20T19:18:12.2809391Z [00:04:01.701]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.2809938Z [00:04:01.701]➜   /usr/local/include
2025-08-20T19:18:12.2810451Z [00:04:01.701]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.2810945Z [00:04:01.701]➜   /usr/include
2025-08-20T19:18:12.2811380Z [00:04:01.701]➜  End of search list.
2025-08-20T19:18:12.2910171Z [00:04:01.712]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.2911779Z [00:04:01.712]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.2912512Z [00:04:01.712]➜  Thread model:   CC       lib/unictype/libcoreutils_a-ctype_lower.o
2025-08-20T19:18:12.2913192Z [00:04:01.713]➜  posix
2025-08-20T19:18:12.2914792Z [00:04:01.713]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.2919164Z [00:04:01.714]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.2923158Z [00:04:01.714]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.2928792Z [00:04:01.714]➜  Candidate multilib: .;  CC       lib/unictype/libcoreutils_a-ctype_print.o
2025-08-20T19:18:12.2952530Z [00:04:01.717]➜  @m64
2025-08-20T19:18:12.2953203Z [00:04:01.717]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.2953745Z [00:04:01.717]➜   (in-process)
2025-08-20T19:18:12.2965700Z [00:04:01.717]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.2976529Z [00:04:01.717]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.2989017Z [00:04:01.717]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.2990067Z [00:04:01.717]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.2990727Z [00:04:01.717]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.2991361Z [00:04:01.717]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.2993019Z [00:04:01.717]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.2993616Z [00:04:01.717]➜  #include "..." search starts here:
2025-08-20T19:18:12.2994199Z [00:04:01.717]➜  #include <...> search starts here:
2025-08-20T19:18:12.2994697Z [00:04:01.717]➜   .
2025-08-20T19:18:12.2996084Z [00:04:01.717]➜   ./lib
2025-08-20T19:18:12.2996490Z [00:04:01.717]➜   src
2025-08-20T19:18:12.2996972Z [00:04:01.717]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.2998473Z [00:04:01.717]➜   /usr/local/include
2025-08-20T19:18:12.2999015Z [00:04:01.717]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.2999530Z [00:04:01.717]➜   /usr/include
2025-08-20T19:18:12.2999991Z [00:04:01.717]➜  End of search list.
2025-08-20T19:18:12.3000531Z [00:04:01.720]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.3001103Z [00:04:01.721]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.3001618Z [00:04:01.721]➜  Thread model: posix
2025-08-20T19:18:12.3024605Z [00:04:01.724]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.3025411Z [00:04:01.724]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.3026286Z [00:04:01.724]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.3027005Z [00:04:01.724]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.3027686Z [00:04:01.724]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.3028475Z [00:04:01.724]➜   (in-process)
2025-08-20T19:18:12.3041416Z [00:04:01.724]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.3059342Z [00:04:01.724]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.3060719Z [00:04:01.724]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.3061710Z [00:04:01.724]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.3062359Z [00:04:01.724]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.3062977Z [00:04:01.724]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.3063590Z [00:04:01.724]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.3064199Z [00:04:01.724]➜  #include "..." search starts here:
2025-08-20T19:18:12.3064772Z [00:04:01.724]➜  #include <...> search starts here:
2025-08-20T19:18:12.3065265Z [00:04:01.724]➜   .
2025-08-20T19:18:12.3065630Z [00:04:01.724]➜   ./lib
2025-08-20T19:18:12.3066008Z [00:04:01.724]➜   src
2025-08-20T19:18:12.3066471Z [00:04:01.724]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.3067013Z [00:04:01.724]➜   /usr/local/include
2025-08-20T19:18:12.3067762Z [00:04:01.724]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.3068291Z [00:04:01.724]➜   /usr/include
2025-08-20T19:18:12.3068737Z [00:04:01.724]➜  End of search list.
2025-08-20T19:18:12.3143576Z [00:04:01.736]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.3144241Z [00:04:01.736]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.3144827Z [00:04:01.736]➜  Thread model: posix
2025-08-20T19:18:12.3145431Z [00:04:01.736]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.3146241Z [00:04:01.736]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.3147360Z [00:04:01.736]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.3148073Z [00:04:01.736]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.3148600Z [00:04:01.736]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.3204407Z [00:04:01.742]➜   (in-process)
2025-08-20T19:18:12.3216431Z [00:04:01.742]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.3228205Z [00:04:01.742]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.3229539Z [00:04:01.742]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.3230579Z [00:04:01.742]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.3231242Z [00:04:01.742]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.3231869Z [00:04:01.742]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.3233069Z [00:04:01.742]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.3233745Z [00:04:01.742]➜  #include "..." search starts here:
2025-08-20T19:18:12.3234385Z [00:04:01.742]➜  #include <...> search starts here:
2025-08-20T19:18:12.3234902Z [00:04:01.742]➜   .
2025-08-20T19:18:12.3235275Z [00:04:01.742]➜   ./lib
2025-08-20T19:18:12.3235668Z [00:04:01.742]➜   src
2025-08-20T19:18:12.3236163Z [00:04:01.742]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.3236727Z [00:04:01.742]➜   /usr/local/include
2025-08-20T19:18:12.3237467Z [00:04:01.742]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.3238018Z [00:04:01.742]➜   /usr/include
2025-08-20T19:18:12.3238491Z [00:04:01.742]➜  End of search list.
2025-08-20T19:18:12.3264132Z [00:04:01.748]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.3264767Z [00:04:01.748]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.3265279Z [00:04:01.748]➜  Thread model: posix
2025-08-20T19:18:12.3265853Z [00:04:01.748]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.3266668Z [00:04:01.748]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.3267827Z [00:04:01.748]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.3268536Z [00:04:01.748]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.3269088Z [00:04:01.748]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.3275843Z [00:04:01.749]➜   (in-process)
2025-08-20T19:18:12.3295938Z [00:04:01.750]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.3307042Z [00:04:01.750]➜    CC       lib/unictype/libcoreutils_a-ctype_punct.o
2025-08-20T19:18:12.3318836Z [00:04:01.753]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.3330482Z [00:04:01.754]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.3331579Z [00:04:01.754]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.3332227Z [00:04:01.754]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.3332965Z [00:04:01.754]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.3333597Z [00:04:01.754]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.3334213Z [00:04:01.754]➜  #include "..." search starts here:
2025-08-20T19:18:12.3334820Z [00:04:01.754]➜  #include <...> search starts here:
2025-08-20T19:18:12.3335323Z [00:04:01.754]➜   .
2025-08-20T19:18:12.3335857Z [00:04:01.754]➜   ./lib
2025-08-20T19:18:12.3336255Z [00:04:01.754]➜   src
2025-08-20T19:18:12.3336763Z [00:04:01.754]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.3337508Z [00:04:01.754]➜   /usr/local/include
2025-08-20T19:18:12.3338045Z [00:04:01.754]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.3338565Z [00:04:01.754]➜   /usr/include
2025-08-20T19:18:12.3339028Z [00:04:01.755]➜  End of search list.
2025-08-20T19:18:12.3376266Z [00:04:01.759]➜    CC       lib/unictype/libcoreutils_a-ctype_space.o
2025-08-20T19:18:12.3395111Z [00:04:01.761]➜    CC       lib/unictype/libcoreutils_a-ctype_upper.o
2025-08-20T19:18:12.3588792Z [00:04:01.780]➜  Debian clang version 19.1.7 (3+b2)Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.3589678Z [00:04:01.780]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.3590223Z [00:04:01.780]➜  Thread model: posix
2025-08-20T19:18:12.3590797Z [00:04:01.780]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.3591623Z [00:04:01.780]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.3592549Z [00:04:01.780]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.3593235Z [00:04:01.780]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.3593772Z [00:04:01.780]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.3594239Z [00:04:01.780]➜  
2025-08-20T19:18:12.3594677Z [00:04:01.780]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.3595205Z [00:04:01.780]➜  Thread model: posix
2025-08-20T19:18:12.3595758Z [00:04:01.780]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.3596522Z [00:04:01.780]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.3597572Z [00:04:01.780]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.3598272Z [00:04:01.781]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.3599019Z [00:04:01.781]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.3599653Z [00:04:01.781]➜   (in-process)
2025-08-20T19:18:12.3621694Z [00:04:01.781]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.3653080Z [00:04:01.782]➜   (in-process)
2025-08-20T19:18:12.3655319Z [00:04:01.783]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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.cclang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.3667392Z [00:04:01.783]➜   -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.3710017Z [00:04:01.783]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.3711118Z [00:04:01.783]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.3711779Z [00:04:01.783]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.3712431Z [00:04:01.783]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.3713070Z [00:04:01.783]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.3713705Z [00:04:01.783]➜  #include "..." search starts here:
2025-08-20T19:18:12.3714626Z [00:04:01.783]➜  #include <...> search starts here:
2025-08-20T19:18:12.3715140Z [00:04:01.783]➜   .
2025-08-20T19:18:12.3715505Z [00:04:01.784]➜   ./lib
2025-08-20T19:18:12.3715897Z [00:04:01.784]➜   src
2025-08-20T19:18:12.3716380Z [00:04:01.784]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.3716936Z [00:04:01.784]➜   /usr/local/include
2025-08-20T19:18:12.3717683Z [00:04:01.784]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.3718209Z [00:04:01.784]➜   /usr/include
2025-08-20T19:18:12.3718688Z [00:04:01.784]➜  End of search list.
2025-08-20T19:18:12.3719545Z [00:04:01.785]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.3720837Z [00:04:01.786]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.3721841Z [00:04:01.786]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.3722522Z [00:04:01.786]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.3723225Z [00:04:01.786]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.3723892Z [00:04:01.786]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.3724527Z [00:04:01.786]➜  #include "..." search starts here:
2025-08-20T19:18:12.3725156Z [00:04:01.786]➜  #include <...> search starts here:
2025-08-20T19:18:12.3725671Z [00:04:01.786]➜   .
2025-08-20T19:18:12.3726187Z [00:04:01.786]➜   ./lib
2025-08-20T19:18:12.3726601Z [00:04:01.786]➜   src
2025-08-20T19:18:12.3727749Z [00:04:01.786]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.3728369Z [00:04:01.786]➜   /usr/local/include
2025-08-20T19:18:12.3728933Z [00:04:01.786]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.3729470Z [00:04:01.786]➜   /usr/include
2025-08-20T19:18:12.3729955Z [00:04:01.786]➜  End of search list.
2025-08-20T19:18:12.3730544Z [00:04:01.789]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.3731306Z [00:04:01.789]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.3731847Z [00:04:01.789]➜  Thread model: posix
2025-08-20T19:18:12.3732422Z [00:04:01.789]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.3733236Z [00:04:01.789]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.3734180Z [00:04:01.790]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.3734868Z [00:04:01.790]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.3735438Z [00:04:01.790]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.3735968Z [00:04:01.792]➜   (in-process)
2025-08-20T19:18:12.3748532Z [00:04:01.792]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.3759676Z [00:04:01.792]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.3761014Z [00:04:01.792]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.3762100Z [00:04:01.792]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.3762819Z [00:04:01.792]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.3763508Z [00:04:01.792]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.3764204Z [00:04:01.792]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.3764880Z [00:04:01.792]➜  #include "..." search starts here:
2025-08-20T19:18:12.3765537Z [00:04:01.792]➜  #include <...> search starts here:
2025-08-20T19:18:12.3766092Z [00:04:01.792]➜   .
2025-08-20T19:18:12.3766485Z [00:04:01.792]➜   ./lib
2025-08-20T19:18:12.3766886Z [00:04:01.792]➜   src
2025-08-20T19:18:12.3767639Z [00:04:01.792]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.3768234Z [00:04:01.792]➜   /usr/local/include
2025-08-20T19:18:12.3768746Z [00:04:01.792]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.3769397Z [00:04:01.792]➜   /usr/include
2025-08-20T19:18:12.3769845Z [00:04:01.792]➜  End of search list.
2025-08-20T19:18:12.3818624Z [00:04:01.803]➜    CC       lib/unictype/libcoreutils_a-ctype_xdigit.o
2025-08-20T19:18:12.3958337Z [00:04:01.817]➜    CC       lib/unistr/libcoreutils_a-u32-chr.o
2025-08-20T19:18:12.4009417Z [00:04:01.823]➜    CC       lib/unistr/libcoreutils_a-u32-cpy.o
2025-08-20T19:18:12.4086270Z [00:04:01.830]➜    CC       lib/unistr/libcoreutils_a-u32-strcat.o
2025-08-20T19:18:12.4087338Z [00:04:01.830]➜    CC       lib/unistr/libcoreutils_a-u32-pcpy.o
2025-08-20T19:18:12.4108121Z [00:04:01.832]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.4111412Z [00:04:01.833]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.4114171Z [00:04:01.833]➜  Thread model: posix
2025-08-20T19:18:12.4117482Z [00:04:01.833]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.4121966Z [00:04:01.834]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.4125284Z [00:04:01.834]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.4131641Z [00:04:01.835]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.4132358Z [00:04:01.835]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.4138367Z [00:04:01.835]➜   (in-process)
2025-08-20T19:18:12.4170891Z [00:04:01.838]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.4181776Z [00:04:01.838]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.4182532Z [00:04:01.838]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.4183191Z [00:04:01.838]➜  Thread model: posix
2025-08-20T19:18:12.4183865Z [00:04:01.838]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.4184751Z [00:04:01.838]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.4185834Z [00:04:01.838]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.4186650Z [00:04:01.838]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.4220696Z [00:04:01.838]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.4221580Z [00:04:01.839]➜  clang -cc1 version 19.1.7 based upon LLVM  (in-process)
2025-08-20T19:18:12.4233697Z [00:04:01.839]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.4244262Z [00:04:01.842]➜  19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.4245201Z [00:04:01.842]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.4246504Z [00:04:01.842]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.4247961Z [00:04:01.842]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.4248636Z [00:04:01.842]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.4249307Z [00:04:01.842]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.4249956Z [00:04:01.842]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.4250615Z [00:04:01.842]➜  #include "..." search starts here:
2025-08-20T19:18:12.4251238Z [00:04:01.842]➜  #include <...> search starts here:
2025-08-20T19:18:12.4251751Z [00:04:01.842]➜   .
2025-08-20T19:18:12.4252125Z [00:04:01.842]➜   ./lib
2025-08-20T19:18:12.4252511Z [00:04:01.842]➜   src
2025-08-20T19:18:12.4253012Z [00:04:01.842]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.4253608Z [00:04:01.842]➜   /usr/local/include
2025-08-20T19:18:12.4254163Z [00:04:01.842]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.4254737Z [00:04:01.842]➜   /usr/include
2025-08-20T19:18:12.4255231Z [00:04:01.842]➜  End of search list.
2025-08-20T19:18:12.4256423Z [00:04:01.842]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.4257751Z [00:04:01.842]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.4258488Z [00:04:01.842]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.4259196Z [00:04:01.842]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.4259889Z [00:04:01.842]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.4260571Z [00:04:01.842]➜  #include "..." search starts here:
2025-08-20T19:18:12.4261217Z [00:04:01.842]➜  #include <...> search starts here:
2025-08-20T19:18:12.4261771Z [00:04:01.842]➜   .
2025-08-20T19:18:12.4262173Z [00:04:01.842]➜   ./lib
2025-08-20T19:18:12.4262600Z [00:04:01.842]➜   src
2025-08-20T19:18:12.4263132Z [00:04:01.842]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.4263747Z [00:04:01.842]➜   /usr/local/include
2025-08-20T19:18:12.4264350Z [00:04:01.842]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.4264941Z [00:04:01.842]➜   /usr/include
2025-08-20T19:18:12.4265452Z [00:04:01.842]➜  End of search list.
2025-08-20T19:18:12.4334360Z [00:04:01.854]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.4335097Z [00:04:01.855]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.4335712Z [00:04:01.855]➜  Thread model: posix
2025-08-20T19:18:12.4336563Z [00:04:01.855]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.4337702Z [00:04:01.855]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.4338767Z [00:04:01.855]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.4339560Z [00:04:01.855]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.4340164Z [00:04:01.855]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.4349493Z [00:04:01.857]➜   (in-process)
2025-08-20T19:18:12.4361784Z [00:04:01.857]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.4382974Z [00:04:01.860]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.4391058Z [00:04:01.861]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.4392061Z [00:04:01.861]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.4392694Z [00:04:01.861]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.4393502Z [00:04:01.861]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.4394603Z [00:04:01.861]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.4395428Z [00:04:01.861]➜  #include "..." search starts here:
2025-08-20T19:18:12.4396352Z [00:04:01.861]➜  #include <...> search starts here:
2025-08-20T19:18:12.4397325Z [00:04:01.861]➜   .
2025-08-20T19:18:12.4418336Z [00:04:01.861]➜   ./lib
2025-08-20T19:18:12.4419909Z [00:04:01.861]➜   src
2025-08-20T19:18:12.4421536Z [00:04:01.861]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.4423247Z [00:04:01.861]➜   /usr/local/include
2025-08-20T19:18:12.4423919Z [00:04:01.861]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.4424424Z [00:04:01.861]➜   /usr/include
2025-08-20T19:18:12.4424871Z [00:04:01.861]➜  End of search list.
2025-08-20T19:18:12.4480498Z [00:04:01.870]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.4483672Z [00:04:01.870]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.4486090Z [00:04:01.870]➜  Thread model: posix
2025-08-20T19:18:12.4490225Z [00:04:01.871]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.4493892Z [00:04:01.871]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.4497462Z [00:04:01.871]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.4507988Z [00:04:01.872]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.4511086Z [00:04:01.873]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.4518669Z [00:04:01.873]➜   (in-process)
2025-08-20T19:18:12.4591308Z [00:04:01.878]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.4602360Z [00:04:01.878]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.4602947Z [00:04:01.878]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.4603482Z [00:04:01.878]➜  Thread model: posix
2025-08-20T19:18:12.4604080Z [00:04:01.878]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.4604889Z [00:04:01.878]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.4605903Z [00:04:01.878]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.4606623Z [00:04:01.878]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.4627479Z [00:04:01.878]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.4628126Z [00:04:01.878]➜   (in-process)
2025-08-20T19:18:12.4638908Z [00:04:01.878]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversionclang -cc1 version 19.1.7  based upon LLVM -Wimplicit-fallthrough19.1.7  default target -Wno-pedantic -Wno-tautological-constant-out-of-range-comparex86_64-pc-linux-gnu 
2025-08-20T19:18:12.4650088Z [00:04:01.878]➜  -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.4652645Z [00:04:01.878]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.4653651Z [00:04:01.878]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.4654352Z [00:04:01.878]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.4654991Z [00:04:01.878]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.4655762Z [00:04:01.878]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.4656401Z [00:04:01.878]➜  #include "..." search starts here:
2025-08-20T19:18:12.4656998Z [00:04:01.878]➜  #include <...> search starts here:
2025-08-20T19:18:12.4658383Z [00:04:01.878]➜   .
2025-08-20T19:18:12.4658771Z [00:04:01.878]➜   ./lib
2025-08-20T19:18:12.4659162Z [00:04:01.878]➜   src
2025-08-20T19:18:12.4659668Z [00:04:01.878]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.4660224Z [00:04:01.878]➜   /usr/local/include
2025-08-20T19:18:12.4660763Z [00:04:01.878]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.4661280Z [00:04:01.878]➜   /usr/include
2025-08-20T19:18:12.4661718Z [00:04:01.878]➜  End of search list.
2025-08-20T19:18:12.4662516Z [00:04:01.878]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.4663714Z [00:04:01.878]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.4664667Z [00:04:01.878]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.4665427Z [00:04:01.878]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.4666021Z [00:04:01.878]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.4666617Z [00:04:01.878]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.4667383Z [00:04:01.878]➜  #include "..." search starts here:
2025-08-20T19:18:12.4668032Z [00:04:01.878]➜  #include <...> search starts here:
2025-08-20T19:18:12.4668556Z [00:04:01.878]➜   .
2025-08-20T19:18:12.4668943Z [00:04:01.878]➜   ./lib
2025-08-20T19:18:12.4669332Z [00:04:01.878]➜   src
2025-08-20T19:18:12.4669812Z [00:04:01.878]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.4670400Z [00:04:01.878]➜   /usr/local/include
2025-08-20T19:18:12.4670929Z [00:04:01.878]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.4671443Z [00:04:01.878]➜   /usr/include
2025-08-20T19:18:12.4672900Z [00:04:01.878]➜  End of search list.
2025-08-20T19:18:12.4673536Z [00:04:01.885]➜    CC       lib/unistr/libcoreutils_a-u32-strlen.o
2025-08-20T19:18:12.4674392Z [00:04:01.889]➜    CC       lib/unistr/libcoreutils_a-u8-mbtoucr.o
2025-08-20T19:18:12.4965069Z [00:04:01.918]➜  Debian clang version 19.1.7 (3+b2)Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.4988109Z [00:04:01.918]➜  
2025-08-20T19:18:12.4988796Z [00:04:01.918]➜  Target: Target: x86_64-pc-linux-gnux86_64-pc-linux-gnu
2025-08-20T19:18:12.4989408Z [00:04:01.918]➜  
2025-08-20T19:18:12.4989903Z [00:04:01.918]➜  Thread model: Thread model: posixposix
2025-08-20T19:18:12.4990488Z [00:04:01.918]➜  
2025-08-20T19:18:12.4991156Z [00:04:01.918]➜  InstalledDir: InstalledDir: /usr/lib/llvm-19/bin/usr/lib/llvm-19/bin
2025-08-20T19:18:12.4991860Z [00:04:01.918]➜  
2025-08-20T19:18:12.4992753Z [00:04:01.918]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14Found candidate GCC installation: 
2025-08-20T19:18:12.4993708Z [00:04:01.918]➜  /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.4994914Z [00:04:01.918]➜  Selected GCC installation: Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14/usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.4995897Z [00:04:01.918]➜  
2025-08-20T19:18:12.4996459Z [00:04:01.918]➜  Candidate multilib: Candidate multilib: ..;;@@m64m64
2025-08-20T19:18:12.4997048Z [00:04:01.918]➜  
2025-08-20T19:18:12.4997965Z [00:04:01.918]➜  Selected multilib: Selected multilib: ..;;@@m64m64
2025-08-20T19:18:12.4998559Z [00:04:01.918]➜  
2025-08-20T19:18:12.4999072Z [00:04:01.918]➜    CC       lib/unistr/libcoreutils_a-u8-uctomb.o
2025-08-20T19:18:12.4999654Z [00:04:01.918]➜   (in-process)
2025-08-20T19:18:12.5011880Z [00:04:01.918]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.5026763Z [00:04:01.919]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.5028300Z [00:04:01.920]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.5029366Z [00:04:01.920]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.5030080Z [00:04:01.920]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.5030789Z [00:04:01.920]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.5031472Z [00:04:01.920]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.5032139Z [00:04:01.920]➜  #include "..." search starts here:
2025-08-20T19:18:12.5032773Z [00:04:01.920]➜  #include <...> search starts here:
2025-08-20T19:18:12.5033295Z [00:04:01.920]➜   .
2025-08-20T19:18:12.5033822Z [00:04:01.920]➜   ./lib
2025-08-20T19:18:12.5034201Z [00:04:01.920]➜   src
2025-08-20T19:18:12.5034667Z [00:04:01.920]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.5035239Z [00:04:01.920]➜   /usr/local/include
2025-08-20T19:18:12.5035819Z [00:04:01.920]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.5036362Z [00:04:01.920]➜   /usr/include
2025-08-20T19:18:12.5036852Z [00:04:01.920]➜  End of search list.
2025-08-20T19:18:12.5051349Z [00:04:01.924]➜   (in-process)
2025-08-20T19:18:12.5063729Z [00:04:01.926]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.5074993Z [00:04:01.926]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.5076865Z [00:04:01.928]➜    CC       lib/uniwidth/libcoreutils_a-width.o
2025-08-20T19:18:12.5078289Z [00:04:01.929]➜    CC       lib/unistr/libcoreutils_a-u8-uctomb-aux.o
2025-08-20T19:18:12.5087832Z [00:04:01.930]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.5092757Z [00:04:01.930]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.5093518Z [00:04:01.930]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.5094231Z [00:04:01.930]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.5094956Z [00:04:01.930]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.5095830Z [00:04:01.930]➜  #include "..." search starts here:
2025-08-20T19:18:12.5096470Z [00:04:01.930]➜  #include <...> search starts here:
2025-08-20T19:18:12.5096967Z [00:04:01.930]➜   .
2025-08-20T19:18:12.5097545Z [00:04:01.930]➜   ./lib
2025-08-20T19:18:12.5118373Z [00:04:01.932]➜   src
2025-08-20T19:18:12.5119469Z [00:04:01.932]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.5120839Z [00:04:01.932]➜   /usr/local/include
2025-08-20T19:18:12.5122883Z [00:04:01.932]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.5123886Z [00:04:01.932]➜   /usr/include
2025-08-20T19:18:12.5125163Z [00:04:01.932]➜  End of search list.
2025-08-20T19:18:12.5200347Z [00:04:01.942]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.5204274Z [00:04:01.942]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.5205891Z [00:04:01.942]➜  Thread model: posix
2025-08-20T19:18:12.5209242Z [00:04:01.943]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.5212600Z [00:04:01.943]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.5216970Z [00:04:01.943]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.5222891Z [00:04:01.944]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.5229271Z [00:04:01.945]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.5234930Z [00:04:01.945]➜   (in-process)
2025-08-20T19:18:12.5262081Z [00:04:01.947]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.5273697Z [00:04:01.948]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.5275167Z [00:04:01.948]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.5276459Z [00:04:01.949]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.5277576Z [00:04:01.949]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.5278372Z [00:04:01.949]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.5279133Z [00:04:01.949]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.5279872Z [00:04:01.949]➜  #include "..." search starts here:
2025-08-20T19:18:12.5280631Z [00:04:01.949]➜  #include <...> search starts here:
2025-08-20T19:18:12.5281315Z [00:04:01.949]➜   .
2025-08-20T19:18:12.5281846Z [00:04:01.949]➜   ./lib
2025-08-20T19:18:12.5282415Z [00:04:01.949]➜   src
2025-08-20T19:18:12.5283137Z [00:04:01.949]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.5284135Z [00:04:01.949]➜   /usr/local/include
2025-08-20T19:18:12.5284889Z [00:04:01.949]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.5285638Z [00:04:01.949]➜   /usr/include
2025-08-20T19:18:12.5287688Z [00:04:01.949]➜  End of search list.
2025-08-20T19:18:12.5450587Z [00:04:01.967]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.5470498Z [00:04:01.967]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.5471064Z [00:04:01.967]➜  Thread model: posix
2025-08-20T19:18:12.5471624Z [00:04:01.967]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.5472660Z [00:04:01.967]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.5473573Z [00:04:01.967]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.5474327Z [00:04:01.969]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.5475105Z [00:04:01.969]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.5475791Z [00:04:01.969]➜   (in-process)
2025-08-20T19:18:12.5489570Z [00:04:01.969]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o lib/uniwidth/libcoreutils_a-width.o -x c lib/uniwidth/width.c
2025-08-20T19:18:12.5500662Z [00:04:01.969]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.5501961Z [00:04:01.969]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.5502988Z [00:04:01.969]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.5503849Z [00:04:01.969]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.5504505Z [00:04:01.969]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.5505143Z [00:04:01.969]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.5505800Z [00:04:01.969]➜  #include "..." search starts here:
2025-08-20T19:18:12.5506434Z [00:04:01.969]➜  #include <...> search starts here:
2025-08-20T19:18:12.5506959Z [00:04:01.969]➜   .
2025-08-20T19:18:12.5507543Z [00:04:01.969]➜   ./lib
2025-08-20T19:18:12.5507967Z [00:04:01.969]➜   src
2025-08-20T19:18:12.5508476Z [00:04:01.969]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.5509068Z [00:04:01.969]➜   /usr/local/include
2025-08-20T19:18:12.5509603Z [00:04:01.969]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.5510131Z [00:04:01.969]➜   /usr/include
2025-08-20T19:18:12.5510608Z [00:04:01.969]➜  End of search list.
2025-08-20T19:18:12.5530149Z [00:04:01.975]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.5544345Z [00:04:01.975]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.5545173Z [00:04:01.975]➜  Thread model: posix
2025-08-20T19:18:12.5545817Z [00:04:01.975]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.5550641Z [00:04:01.975]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.5551470Z [00:04:01.975]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.5552231Z [00:04:01.975]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.5552786Z [00:04:01.975]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.5553559Z [00:04:01.975]➜    CC       src/blake2/libsinglebin_b2sum_a-blake2b-ref.o
2025-08-20T19:18:12.5554181Z [00:04:01.976]➜   (in-process)
2025-08-20T19:18:12.5568166Z [00:04:01.976]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -Wno-unused-const-variable -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.5579665Z [00:04:01.977]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.5582886Z [00:04:01.978]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.5584045Z [00:04:01.978]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.5584813Z [00:04:01.978]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.5585534Z [00:04:01.978]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.5586172Z [00:04:01.978]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.5586947Z [00:04:01.978]➜  #include "..." search starts here:
2025-08-20T19:18:12.5587823Z [00:04:01.978]➜  #include <...> search starts here:
2025-08-20T19:18:12.5588340Z [00:04:01.978]➜   .
2025-08-20T19:18:12.5588718Z [00:04:01.979]➜   ./lib
2025-08-20T19:18:12.5589102Z [00:04:01.979]➜   src
2025-08-20T19:18:12.5589585Z [00:04:01.979]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.5590196Z [00:04:01.979]➜   /usr/local/include
2025-08-20T19:18:12.5590727Z [00:04:01.979]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.5591246Z [00:04:01.979]➜   /usr/include
2025-08-20T19:18:12.5591699Z [00:04:01.979]➜  End of search list.
2025-08-20T19:18:12.5678980Z [00:04:01.986]➜    CC       src/blake2/libsinglebin_b2sum_a-b2sum.o
2025-08-20T19:18:12.5739592Z [00:04:01.996]➜    AR       src/libcksum_avx512.a
2025-08-20T19:18:12.5925475Z [00:04:02.014]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.5932272Z [00:04:02.014]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.5932859Z [00:04:02.014]➜  Thread model: posix
2025-08-20T19:18:12.5933409Z [00:04:02.014]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.5934437Z [00:04:02.014]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.5935343Z [00:04:02.014]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.5936018Z [00:04:02.014]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.5936565Z [00:04:02.014]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.5937060Z [00:04:02.015]➜   (in-process)
2025-08-20T19:18:12.5949143Z [00:04:02.015]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.5958664Z [00:04:02.015]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.5972797Z [00:04:02.019]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.5978388Z [00:04:02.019]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.5979046Z [00:04:02.019]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.5979689Z [00:04:02.019]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.5980327Z [00:04:02.019]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.5980935Z [00:04:02.019]➜  #include "..." search starts here:
2025-08-20T19:18:12.5981534Z [00:04:02.019]➜  #include <...> search starts here:
2025-08-20T19:18:12.5982022Z [00:04:02.019]➜   .
2025-08-20T19:18:12.5982377Z [00:04:02.019]➜   ./lib
2025-08-20T19:18:12.5982754Z [00:04:02.019]➜   src
2025-08-20T19:18:12.5983397Z [00:04:02.019]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.5983960Z [00:04:02.019]➜   /usr/local/include
2025-08-20T19:18:12.5984477Z [00:04:02.019]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.5984980Z [00:04:02.019]➜   /usr/include
2025-08-20T19:18:12.5985425Z [00:04:02.019]➜  End of search list.
2025-08-20T19:18:12.6052603Z [00:04:02.027]➜    AR       src/libcksum_avx2.a
2025-08-20T19:18:12.6082965Z [00:04:02.030]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.6083797Z [00:04:02.030]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.6086761Z [00:04:02.030]➜  Thread model: posix
2025-08-20T19:18:12.6087504Z [00:04:02.030]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.6088408Z [00:04:02.030]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.6089341Z [00:04:02.030]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.6090038Z [00:04:02.030]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.6090651Z [00:04:02.030]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.6091149Z [00:04:02.030]➜   (in-process)
2025-08-20T19:18:12.6102486Z [00:04:02.031]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7 -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -Os -Wno-error -Wno-error -w -std=gnu23 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -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:18:12.6128025Z [00:04:02.034]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:12.6132119Z [00:04:02.035]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:12.6147452Z [00:04:02.035]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:12.6148427Z [00:04:02.035]➜  ignoring duplicate directory "lib"
2025-08-20T19:18:12.6149116Z [00:04:02.035]➜  ignoring duplicate directory "./lib"
2025-08-20T19:18:12.6149828Z [00:04:02.035]➜  ignoring duplicate directory "./src"
2025-08-20T19:18:12.6150469Z [00:04:02.035]➜  #include "..." search starts here:
2025-08-20T19:18:12.6151046Z [00:04:02.035]➜  #include <...> search starts here:
2025-08-20T19:18:12.6151524Z [00:04:02.035]➜   .
2025-08-20T19:18:12.6151894Z [00:04:02.035]➜   ./lib
2025-08-20T19:18:12.6152278Z [00:04:02.035]➜   src
2025-08-20T19:18:12.6152775Z [00:04:02.035]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:12.6153398Z [00:04:02.035]➜   /usr/local/include
2025-08-20T19:18:12.6154001Z [00:04:02.035]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:12.6154576Z [00:04:02.035]➜   /usr/include
2025-08-20T19:18:12.6155075Z [00:04:02.035]➜  End of search list.
2025-08-20T19:18:12.6285733Z [00:04:02.050]➜    AR       src/libcksum_pclmul.a
2025-08-20T19:18:12.6349246Z [00:04:02.057]➜    AR       src/libwc_avx2.a
2025-08-20T19:18:12.6777813Z [00:04:02.099]➜    CCLD     src/make-prime-list
2025-08-20T19:18:12.6826590Z [00:04:02.104]➜    AR       src/libver.a
2025-08-20T19:18:12.6876531Z [00:04:02.109]➜    AR       lib/libcoreutils.a
2025-08-20T19:18:12.6998069Z [00:04:02.121]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:12.7000148Z [00:04:02.121]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:12.7001085Z [00:04:02.121]➜  Thread model: posix
2025-08-20T19:18:12.7002849Z [00:04:02.121]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:12.7004083Z [00:04:02.122]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.7005812Z [00:04:02.122]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:12.7007657Z [00:04:02.122]➜  Candidate multilib: .;@m64
2025-08-20T19:18:12.7010429Z [00:04:02.122]➜  Selected multilib: .;@m64
2025-08-20T19:18:12.7016421Z [00:04:02.122]➜   "/usr/bin/mold" --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -static -pie --no-dynamic-linker -z text -o src/make-prime-list /lib/x86_64-linux-gnu/rcrt1.o /lib/x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/14 -L/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=x86-64 -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/x86_64-linux-gnu/14/crtendS.o /lib/x86_64-linux-gnu/crtn.o
2025-08-20T19:18:12.7902639Z [00:04:02.212]➜        reloc_nonalloc=0
2025-08-20T19:18:12.7909656Z [00:04:02.212]➜              num_dsos=0
2025-08-20T19:18:12.7910204Z [00:04:02.212]➜       parsed_lto_objs=1
2025-08-20T19:18:12.7910706Z [00:04:02.212]➜       num_unique_cies=5
2025-08-20T19:18:12.7911222Z [00:04:02.212]➜               comdats=8
2025-08-20T19:18:12.7911722Z [00:04:02.212]➜    removed_comdat_mem=14
2025-08-20T19:18:12.7912241Z [00:04:02.212]➜         output_chunks=45
2025-08-20T19:18:12.7912729Z [00:04:02.212]➜              num_cies=413
2025-08-20T19:18:12.7913227Z [00:04:02.212]➜              num_objs=446
2025-08-20T19:18:12.7913727Z [00:04:02.212]➜        merged_strings=1081
2025-08-20T19:18:12.7914428Z [00:04:02.212]➜              num_fdes=1097
2025-08-20T19:18:12.7914939Z [00:04:02.212]➜          defined_syms=1862
2025-08-20T19:18:12.7915439Z [00:04:02.212]➜           parsed_objs=2524
2025-08-20T19:18:12.7915940Z [00:04:02.212]➜      string_fragments=2558
2025-08-20T19:18:12.7916444Z [00:04:02.212]➜        undefined_syms=4266
2025-08-20T19:18:12.7916945Z [00:04:02.212]➜        input_sections=5319
2025-08-20T19:18:12.7917692Z [00:04:02.212]➜           reloc_alloc=10600
2025-08-20T19:18:12.7918192Z [00:04:02.212]➜      regular_sections=11453
2025-08-20T19:18:12.7918832Z [00:04:02.212]➜              all_syms=25102
2025-08-20T19:18:12.7919359Z [00:04:02.212]➜     total_input_bytes=26421656
2025-08-20T19:18:12.7919990Z [00:04:02.212]➜  .rodata.str1.1 estimation=1956 actual=584
2025-08-20T19:18:12.7920643Z [00:04:02.212]➜  .rodata.str1.8 estimation=1791 actual=302
2025-08-20T19:18:12.7921270Z [00:04:02.212]➜  .rodata.str1.16 estimation=1669 actual=81
2025-08-20T19:18:12.7921906Z [00:04:02.212]➜  .rodata.cst32 estimation=1628 actual=3
2025-08-20T19:18:12.7922514Z [00:04:02.212]➜  rodata.cst32 estimation=1627 actual=3
2025-08-20T19:18:12.7923084Z [00:04:02.212]➜  .rodata.cst16 estimation=1632 actual=12
2025-08-20T19:18:12.7923633Z [00:04:02.212]➜  .rodata.cst8 estimation=1630 actual=8
2025-08-20T19:18:12.7924193Z [00:04:02.212]➜  .rodata.str1.32 estimation=1636 actual=21
2025-08-20T19:18:12.7924762Z [00:04:02.212]➜  .rodata.str4.4 estimation=1647 actual=41
2025-08-20T19:18:12.7925313Z [00:04:02.212]➜  .rodata.cst4 estimation=1628 actual=4
2025-08-20T19:18:12.7925857Z [00:04:02.212]➜  .comment estimation=1627 actual=4
2025-08-20T19:18:12.7926453Z [00:04:02.212]➜  .rodata.cst2 estimation=1627 actual=2
2025-08-20T19:18:12.7927077Z [00:04:02.212]➜  .rodata.str4.8 estimation=1634 actual=16
2025-08-20T19:18:12.7985623Z [00:04:02.220]➜    AR       src/libsinglebin_chroot.a
2025-08-20T19:18:12.8015939Z [00:04:02.223]➜    AR       src/libsinglebin_hostid.a
2025-08-20T19:18:12.8042969Z [00:04:02.226]➜    AR       src/libsinglebin_nice.a
2025-08-20T19:18:12.8066123Z [00:04:02.228]➜    AR       src/libsinglebin_timeout.a
2025-08-20T19:18:12.8649379Z [00:04:02.286]➜    AR       src/libsinglebin_users.a
2025-08-20T19:18:12.8653212Z [00:04:02.287]➜    AR       src/libsinglebin_who.a
2025-08-20T19:18:12.8686982Z [00:04:02.290]➜    AR       src/libsinglebin_pinky.a
2025-08-20T19:18:12.8712539Z [00:04:02.293]➜    AR       src/libsinglebin_stty.a
2025-08-20T19:18:12.9219153Z [00:04:02.341]➜    AR       src/libsinglebin_df.a
2025-08-20T19:18:12.9266319Z [00:04:02.348]➜    AR       src/libsinglebin__.a
2025-08-20T19:18:12.9389812Z [00:04:02.361]➜    AR       src/libsinglebin_base64.a
2025-08-20T19:18:12.9432995Z [00:04:02.365]➜    AR       src/libsinglebin_base32.a
2025-08-20T19:18:12.9439476Z [00:04:02.366]➜    AR       src/libsinglebin_basenc.a
2025-08-20T19:18:12.9806323Z [00:04:02.402]➜    AR       src/libsinglebin_basename.a
2025-08-20T19:18:12.9855235Z [00:04:02.407]➜    AR       src/libsinglebin_cat.a
2025-08-20T19:18:13.0028857Z [00:04:02.424]➜    AR       src/libsinglebin_chown.a
2025-08-20T19:18:13.0031530Z [00:04:02.425]➜    AR       src/libsinglebin_chcon.a
2025-08-20T19:18:13.0044546Z [00:04:02.426]➜    AR       src/libsinglebin_chmod.a
2025-08-20T19:18:13.0385163Z [00:04:02.460]➜    AR       src/libsinglebin_cksum.a
2025-08-20T19:18:13.0431946Z [00:04:02.465]➜    AR       src/libsinglebin_comm.a
2025-08-20T19:18:13.0630184Z [00:04:02.485]➜    AR       src/libsinglebin_cp.a
2025-08-20T19:18:13.0657920Z [00:04:02.487]➜    AR       src/libsinglebin_csplit.a
2025-08-20T19:18:13.0662676Z [00:04:02.488]➜    AR       src/libsinglebin_cut.a
2025-08-20T19:18:13.1132220Z [00:04:02.535]➜    AR       src/libsinglebin_dd.a
2025-08-20T19:18:13.1141485Z [00:04:02.536]➜    AR       src/libsinglebin_ls.a
2025-08-20T19:18:13.1146910Z [00:04:02.536]➜    AR       src/libsinglebin_date.a
2025-08-20T19:18:13.1232078Z [00:04:02.545]➜    AR       src/libsinglebin_dircolors.a
2025-08-20T19:18:13.1286373Z [00:04:02.550]➜    AR       src/libsinglebin_dirname.a
2025-08-20T19:18:13.1665594Z [00:04:02.588]➜    AR       src/libsinglebin_du.a
2025-08-20T19:18:13.1681136Z [00:04:02.590]➜    AR       src/libsinglebin_echo.a
2025-08-20T19:18:13.1857134Z [00:04:02.607]➜    AR       src/libsinglebin_expand.a
2025-08-20T19:18:13.1865534Z [00:04:02.608]➜    AR       src/libsinglebin_env.a
2025-08-20T19:18:13.1915768Z [00:04:02.613]➜    AR       src/libsinglebin_expr.a
2025-08-20T19:18:13.2220248Z [00:04:02.642]➜    AR       src/libsinglebin_factor.a
2025-08-20T19:18:13.2367861Z [00:04:02.658]➜    AR       src/libsinglebin_false.a
2025-08-20T19:18:13.2401765Z [00:04:02.662]➜    AR       src/libsinglebin_fmt.a
2025-08-20T19:18:13.2467824Z [00:04:02.668]➜    AR       src/libsinglebin_fold.a
2025-08-20T19:18:13.2581402Z [00:04:02.680]➜    AR       src/libsinglebin_ginstall.a
2025-08-20T19:18:13.2879159Z [00:04:02.709]➜    AR       src/libsinglebin_groups.a
2025-08-20T19:18:13.2924976Z [00:04:02.714]➜    AR       src/libsinglebin_head.a
2025-08-20T19:18:13.2968919Z [00:04:02.718]➜    AR       src/libsinglebin_id.a
2025-08-20T19:18:13.3017710Z [00:04:02.723]➜    AR       src/libsinglebin_join.a
2025-08-20T19:18:13.3273648Z [00:04:02.749]➜    AR       src/libsinglebin_kill.a
2025-08-20T19:18:13.3437097Z [00:04:02.765]➜    AR       src/libsinglebin_link.a
2025-08-20T19:18:13.3513915Z [00:04:02.773]➜    AR       src/libsinglebin_ln.a
2025-08-20T19:18:13.3604079Z [00:04:02.782]➜    AR       src/libsinglebin_md5sum.a
2025-08-20T19:18:13.3634873Z [00:04:02.785]➜    AR       src/libsinglebin_logname.a
2025-08-20T19:18:13.3825906Z [00:04:02.803]➜    AR       src/libsinglebin_mkdir.a
2025-08-20T19:18:13.4085306Z [00:04:02.830]➜    AR       src/libsinglebin_mkfifo.a
2025-08-20T19:18:13.4134119Z [00:04:02.835]➜    AR       src/libsinglebin_mknod.a
2025-08-20T19:18:13.4231657Z [00:04:02.845]➜    AR       src/libsinglebin_mktemp.a
2025-08-20T19:18:13.4302102Z [00:04:02.852]➜    AR       src/libsinglebin_mv.a
2025-08-20T19:18:13.4453124Z [00:04:02.867]➜    AR       src/libsinglebin_nl.a
2025-08-20T19:18:13.4657405Z [00:04:02.887]➜    AR       src/libsinglebin_nproc.a
2025-08-20T19:18:13.4731639Z [00:04:02.895]➜    AR       src/libsinglebin_nohup.a
2025-08-20T19:18:13.4858549Z [00:04:02.907]➜    AR       src/libsinglebin_numfmt.a
2025-08-20T19:18:13.4937070Z [00:04:02.915]➜    AR       src/libsinglebin_od.a
2025-08-20T19:18:13.4971736Z [00:04:02.919]➜    AR       src/libsinglebin_paste.a
2025-08-20T19:18:13.5276471Z [00:04:02.949]➜    AR       src/libsinglebin_pathchk.a
2025-08-20T19:18:13.5339745Z [00:04:02.956]➜    AR       src/libsinglebin_pr.a
2025-08-20T19:18:13.5457603Z [00:04:02.967]➜    AR       src/libsinglebin_printenv.a
2025-08-20T19:18:13.5572419Z [00:04:02.979]➜    AR       src/libsinglebin_printf.a
2025-08-20T19:18:13.5631810Z [00:04:02.985]➜    AR       src/libsinglebin_ptx.a
2025-08-20T19:18:13.5784720Z [00:04:03.000]➜    AR       src/libsinglebin_pwd.a
2025-08-20T19:18:13.6080126Z [00:04:03.029]➜    AR       src/libsinglebin_readlink.a
2025-08-20T19:18:13.6119110Z [00:04:03.033]➜    AR       src/libsinglebin_realpath.a
2025-08-20T19:18:13.6148570Z [00:04:03.036]➜    AR       src/libsinglebin_rm.a
2025-08-20T19:18:13.6184817Z [00:04:03.040]➜    AR       src/libsinglebin_rmdir.a
2025-08-20T19:18:13.6364357Z [00:04:03.058]➜    AR       src/libsinglebin_runcon.a
2025-08-20T19:18:13.6563085Z [00:04:03.078]➜    AR       src/libsinglebin_seq.a
2025-08-20T19:18:13.6746620Z [00:04:03.096]➜    AR       src/libsinglebin_sha1sum.a
2025-08-20T19:18:13.6764063Z [00:04:03.098]➜    AR       src/libsinglebin_sha224sum.a
2025-08-20T19:18:13.6767601Z [00:04:03.098]➜    AR       src/libsinglebin_sha256sum.a
2025-08-20T19:18:13.7071929Z [00:04:03.126]➜    AR       src/libsinglebin_sha384sum.a
2025-08-20T19:18:13.7103963Z [00:04:03.132]➜    AR       src/libsinglebin_sha512sum.a
2025-08-20T19:18:13.7361346Z [00:04:03.157]➜    AR       src/libsinglebin_shred.a
2025-08-20T19:18:13.7398098Z [00:04:03.161]➜    AR       src/libsinglebin_shuf.a
2025-08-20T19:18:13.7439955Z [00:04:03.166]➜    AR       src/libsinglebin_sleep.a
2025-08-20T19:18:13.7604869Z [00:04:03.182]➜    AR       src/libsinglebin_sort.a
2025-08-20T19:18:13.7643492Z [00:04:03.186]➜    AR       src/libsinglebin_split.a
2025-08-20T19:18:13.7971380Z [00:04:03.219]➜    AR       src/libsinglebin_stat.a
2025-08-20T19:18:13.8091400Z [00:04:03.231]➜    AR       src/libsinglebin_sync.a
2025-08-20T19:18:13.8115762Z [00:04:03.233]➜    AR       src/libsinglebin_sum.a
2025-08-20T19:18:13.8179397Z [00:04:03.239]➜    AR       src/libsinglebin_tac.a
2025-08-20T19:18:13.8241084Z [00:04:03.246]➜    AR       src/libsinglebin_tail.a
2025-08-20T19:18:13.8657012Z [00:04:03.287]➜    AR       src/libsinglebin_tee.a
2025-08-20T19:18:13.8691325Z [00:04:03.291]➜    AR       src/libsinglebin_test.a
2025-08-20T19:18:13.8791466Z [00:04:03.301]➜    AR       src/libsinglebin_tr.a
2025-08-20T19:18:13.8792931Z [00:04:03.301]➜    AR       src/libsinglebin_touch.a
2025-08-20T19:18:13.8828275Z [00:04:03.302]➜    AR       src/libsinglebin_true.a
2025-08-20T19:18:13.9226320Z [00:04:03.344]➜    AR       src/libsinglebin_truncate.a
2025-08-20T19:18:13.9344644Z [00:04:03.356]➜    AR       src/libsinglebin_tsort.a
2025-08-20T19:18:13.9365257Z [00:04:03.358]➜    AR       src/libsinglebin_uname.a
2025-08-20T19:18:13.9366624Z [00:04:03.358]➜    AR       src/libsinglebin_tty.a
2025-08-20T19:18:13.9461708Z [00:04:03.368]➜    AR       src/libsinglebin_unexpand.a
2025-08-20T19:18:13.9775389Z [00:04:03.399]➜    AR       src/libsinglebin_uniq.a
2025-08-20T19:18:13.9898651Z [00:04:03.411]➜    AR       src/libsinglebin_unlink.a
2025-08-20T19:18:13.9970678Z [00:04:03.419]➜    AR       src/libsinglebin_uptime.a
2025-08-20T19:18:14.0031698Z [00:04:03.425]➜    AR       src/libsinglebin_vdir.a
2025-08-20T19:18:14.0157974Z [00:04:03.437]➜    AR       src/libsinglebin_wc.a
2025-08-20T19:18:14.0362903Z [00:04:03.458]➜    AR       src/libsinglebin_whoami.a
2025-08-20T19:18:14.0545836Z [00:04:03.476]➜    AR       src/libsinglebin_yes.a
2025-08-20T19:18:14.0566032Z [00:04:03.478]➜    CCLD     src/getlimits
2025-08-20T19:18:14.0593901Z [00:04:03.481]➜    AR       src/libsinglebin_arch.a
2025-08-20T19:18:14.0808934Z [00:04:03.502]➜    AR       src/libsinglebin_hostname.a
2025-08-20T19:18:14.0853986Z [00:04:03.507]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:14.0855698Z [00:04:03.507]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:14.0856386Z [00:04:03.507]➜  Thread model: posix
2025-08-20T19:18:14.0859290Z [00:04:03.507]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:14.0860153Z [00:04:03.507]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:14.0861132Z [00:04:03.507]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:14.0862066Z [00:04:03.507]➜  Candidate multilib: .;@m64
2025-08-20T19:18:14.0862645Z [00:04:03.507]➜  Selected multilib: .;@m64
2025-08-20T19:18:14.0886840Z [00:04:03.510]➜   "/usr/bin/mold" --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -static -pie --no-dynamic-linker -z text -o src/getlimits /lib/x86_64-linux-gnu/rcrt1.o /lib/x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/14 -L/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=x86-64 -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/x86_64-linux-gnu/14/crtendS.o /lib/x86_64-linux-gnu/crtn.o
2025-08-20T19:18:14.0925782Z [00:04:03.514]➜    AR       src/libsinglebin_stdbuf.a
2025-08-20T19:18:14.1102447Z [00:04:03.532]➜    AR       src/libsinglebin_b2sum.a
2025-08-20T19:18:14.1354850Z [00:04:03.557]➜    AR       src/libsinglebin_chgrp.a
2025-08-20T19:18:14.1500746Z [00:04:03.571]➜    AR       src/libsinglebin_dir.a
2025-08-20T19:18:14.1919209Z [00:04:03.613]➜    CCLD     src/coreutils
2025-08-20T19:18:14.2080931Z [00:04:03.630]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:14.2082347Z [00:04:03.630]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:14.2082879Z [00:04:03.630]➜  Thread model: posix
2025-08-20T19:18:14.2083427Z [00:04:03.630]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:14.2084221Z [00:04:03.630]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:14.2085091Z [00:04:03.630]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:14.2085963Z [00:04:03.630]➜  Candidate multilib: .;@m64
2025-08-20T19:18:14.2086506Z [00:04:03.630]➜  Selected multilib: .;@m64
2025-08-20T19:18:14.2126597Z [00:04:03.631]➜   "/usr/bin/mold" --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -static -pie --no-dynamic-linker -z text -o src/coreutils /lib/x86_64-linux-gnu/rcrt1.o /lib/x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/14 -L/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=x86-64 -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_avx512.a src/libcksum_avx2.a src/libcksum_pclmul.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 src/libwc_avx2.a --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/x86_64-linux-gnu/14/crtendS.o /lib/x86_64-linux-gnu/crtn.o
2025-08-20T19:18:14.2544184Z [00:04:03.676]➜        reloc_nonalloc=0
2025-08-20T19:18:14.2546328Z [00:04:03.676]➜              num_dsos=0
2025-08-20T19:18:14.2546887Z [00:04:03.676]➜       num_unique_cies=5
2025-08-20T19:18:14.2547662Z [00:04:03.676]➜               comdats=11
2025-08-20T19:18:14.2548200Z [00:04:03.676]➜    removed_comdat_mem=20
2025-08-20T19:18:14.2548721Z [00:04:03.676]➜         output_chunks=46
2025-08-20T19:18:14.2549240Z [00:04:03.676]➜              num_cies=466
2025-08-20T19:18:14.2549752Z [00:04:03.676]➜              num_objs=510
2025-08-20T19:18:14.2550275Z [00:04:03.676]➜       parsed_lto_objs=662
2025-08-20T19:18:14.2550801Z [00:04:03.676]➜              num_fdes=1232
2025-08-20T19:18:14.2551337Z [00:04:03.676]➜        merged_strings=1258
2025-08-20T19:18:14.2551877Z [00:04:03.676]➜          defined_syms=2307
2025-08-20T19:18:14.2552597Z [00:04:03.676]➜           parsed_objs=2524
2025-08-20T19:18:14.2553139Z [00:04:03.676]➜      string_fragments=3030
2025-08-20T19:18:14.2553667Z [00:04:03.676]➜        undefined_syms=4803
2025-08-20T19:18:14.2554191Z [00:04:03.676]➜        input_sections=6143
2025-08-20T19:18:14.2554717Z [00:04:03.676]➜      regular_sections=11486
2025-08-20T19:18:14.2555263Z [00:04:03.676]➜           reloc_alloc=12624
2025-08-20T19:18:14.2555793Z [00:04:03.676]➜              all_syms=29613
2025-08-20T19:18:14.2556346Z [00:04:03.676]➜     total_input_bytes=32948236
2025-08-20T19:18:14.2556968Z [00:04:03.676]➜  .rodata.cst4 estimation=1632 actual=11
2025-08-20T19:18:14.2557841Z [00:04:03.676]➜  .rodata.str1.1 estimation=2036 actual=706
2025-08-20T19:18:14.2558508Z [00:04:03.676]➜  .rodata.str1.8 estimation=1807 actual=328
2025-08-20T19:18:14.2559160Z [00:04:03.676]➜  .rodata.str1.16 estimation=1672 actual=86
2025-08-20T19:18:14.2559819Z [00:04:03.676]➜  .rodata.str1.32 estimation=1637 actual=22
2025-08-20T19:18:14.2560462Z [00:04:03.676]➜  .rodata.cst16 estimation=1635 actual=19
2025-08-20T19:18:14.2561247Z [00:04:03.676]➜  .rodata.cst8 estimation=1634 actual=15
2025-08-20T19:18:14.2561918Z [00:04:03.676]➜  .rodata.str4.4 estimation=1648 actual=42
2025-08-20T19:18:14.2562565Z [00:04:03.676]➜  .rodata.str4.16 estimation=1626 actual=1
2025-08-20T19:18:14.2563217Z [00:04:03.676]➜  .rodata.cst32 estimation=1628 actual=3
2025-08-20T19:18:14.2563844Z [00:04:03.676]➜  rodata.cst32 estimation=1627 actual=3
2025-08-20T19:18:14.2564474Z [00:04:03.676]➜  .rodata.cst2 estimation=1627 actual=2
2025-08-20T19:18:14.2565081Z [00:04:03.676]➜  .comment estimation=1627 actual=4
2025-08-20T19:18:14.2565712Z [00:04:03.676]➜  .rodata.str4.8 estimation=1634 actual=16
2025-08-20T19:18:24.7414507Z [00:04:14.163]➜  mold: error: undefined symbol: pcre2_match_data_free_8
2025-08-20T19:18:24.7416325Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7417520Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_prepare_data)
2025-08-20T19:18:24.7418100Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7418616Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_load_mmap)
2025-08-20T19:18:24.7419257Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7419776Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_data_free)
2025-08-20T19:18:24.7420240Z [00:04:14.163]➜  mold: error: undefined symbol: pcre2_get_error_message_8
2025-08-20T19:18:24.7420710Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7421242Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_format_error)
2025-08-20T19:18:24.7421716Z [00:04:14.163]➜  mold: error: undefined symbol: pcre2_serialize_decode_8
2025-08-20T19:18:24.7422302Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7422800Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_load_mmap)
2025-08-20T19:18:24.7423243Z [00:04:14.163]➜  mold: error: undefined symbol: pcre2_serialize_free_8
2025-08-20T19:18:24.7423707Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7424186Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_writef)
2025-08-20T19:18:24.7424667Z [00:04:14.163]➜  mold: error: undefined symbol: pcre2_match_data_create_from_pattern_8
2025-08-20T19:18:24.7425155Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7425649Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_prepare_data)
2025-08-20T19:18:24.7426138Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7426719Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_load_mmap)
2025-08-20T19:18:24.7427288Z [00:04:14.163]➜  mold: error: undefined symbol: pcre2_pattern_info_8
2025-08-20T19:18:24.7427745Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7428226Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_cmp)
2025-08-20T19:18:24.7428689Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7429190Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_cmp)
2025-08-20T19:18:24.7429601Z [00:04:14.163]➜  mold: error: undefined symbol: pcre2_config_8
2025-08-20T19:18:24.7430035Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7430513Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_version)
2025-08-20T19:18:24.7431094Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7431583Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_version)
2025-08-20T19:18:24.7432000Z [00:04:14.163]➜  mold: error: undefined symbol: pcre2_match_8
2025-08-20T19:18:24.7432433Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7432901Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_match)
2025-08-20T19:18:24.7433321Z [00:04:14.163]➜  mold: error: undefined symbol: pcre2_code_free_8
2025-08-20T19:18:24.7433762Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7434259Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_prepare_data)
2025-08-20T19:18:24.7434754Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7435245Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_load_mmap)
2025-08-20T19:18:24.7435724Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7436202Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_data_free)
2025-08-20T19:18:24.7436758Z [00:04:14.163]➜  mold: error: undefined symbol: pcre2_serialize_get_number_of_codes_8
2025-08-20T19:18:24.7437369Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7437853Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_load_mmap)
2025-08-20T19:18:24.7438302Z [00:04:14.163]➜  mold: error: undefined symbol: pcre2_serialize_encode_8
2025-08-20T19:18:24.7438758Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7439314Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_writef)
2025-08-20T19:18:24.7439742Z [00:04:14.163]➜  mold: error: undefined symbol: pcre2_compile_8
2025-08-20T19:18:24.7440180Z [00:04:14.163]➜  >>> referenced by /lib/x86_64-linux-gnu/libselinux.a(regex.o):(.text)
2025-08-20T19:18:24.7440682Z [00:04:14.163]➜  >>>               /lib/x86_64-linux-gnu/libselinux.a(regex.o):(regex_prepare_data)
2025-08-20T19:18:24.7514300Z [00:04:14.173]➜  clang: error: linker command failed with exit code 1 (use -v to see invocation)
2025-08-20T19:18:24.7550313Z [00:04:14.177]➜  make[2]: *** [Makefile:11509: src/coreutils] Error 1
2025-08-20T19:18:24.7550815Z [00:04:14.177]➜  make[2]: Target 'all-am' not remade because of errors.
2025-08-20T19:18:24.7551307Z [00:04:14.177]➜  make[2]: Leaving directory '/tmp/tmp.v1mYRSoJdQ/coreutils-9.7'
2025-08-20T19:18:24.7558953Z [00:04:14.178]➜  Making all in gnulib-tests
2025-08-20T19:18:24.7857311Z [00:04:14.207]➜  make[2]: Entering directory '/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests'
2025-08-20T19:18:24.7878162Z [00:04:14.209]➜  ## ---------------------------------------------------- ##
2025-08-20T19:18:24.7898422Z [00:04:14.212]➜  ## ------------------- Gnulib tests ------------------- ##
2025-08-20T19:18:24.7917511Z [00:04:14.213]➜  ## You can ignore compiler warnings in this directory.  ##
2025-08-20T19:18:24.7935903Z [00:04:14.215]➜  ## ---------------------------------------------------- ##
2025-08-20T19:18:24.7938357Z [00:04:14.216]➜  make  all-recursive
2025-08-20T19:18:24.8241082Z [00:04:14.246]➜  make[3]: Entering directory '/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests'
2025-08-20T19:18:24.8285751Z [00:04:14.250]➜  Making all in .
2025-08-20T19:18:24.8571514Z [00:04:14.279]➜  make[4]: Entering directory '/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests'
2025-08-20T19:18:24.8603061Z [00:04:14.282]➜    CC       bench_crc-bench-crc.o
2025-08-20T19:18:24.8604062Z [00:04:14.282]➜    CC       bench_crc-randomb.o
2025-08-20T19:18:24.8613738Z [00:04:14.283]➜    CC       c-strcasestr.o
2025-08-20T19:18:24.8620032Z [00:04:14.284]➜    CC       c32tob.o
2025-08-20T19:18:24.8654564Z [00:04:14.287]➜    CC       concat-filename.o
2025-08-20T19:18:24.8863606Z [00:04:14.308]➜  Debian clang version 19.1.7 (3+b2)Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:24.8869644Z [00:04:14.308]➜  
2025-08-20T19:18:24.8870330Z [00:04:14.308]➜  Target: Target: x86_64-pc-linux-gnux86_64-pc-linux-gnu
2025-08-20T19:18:24.8870962Z [00:04:14.308]➜  
2025-08-20T19:18:24.8871460Z [00:04:14.308]➜  Thread model: Thread model: posixposix
2025-08-20T19:18:24.8871977Z [00:04:14.308]➜  
2025-08-20T19:18:24.8872643Z [00:04:14.308]➜  InstalledDir: InstalledDir: /usr/lib/llvm-19/bin/usr/lib/llvm-19/bin
2025-08-20T19:18:24.8873322Z [00:04:14.308]➜  
2025-08-20T19:18:24.8874444Z [00:04:14.308]➜  Found candidate GCC installation: Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14/usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:24.8875548Z [00:04:14.308]➜  
2025-08-20T19:18:24.8876582Z [00:04:14.308]➜  Selected GCC installation: Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14/usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:24.8877745Z [00:04:14.308]➜  
2025-08-20T19:18:24.8878322Z [00:04:14.308]➜  Candidate multilib: Candidate multilib: ..;;@@m64m64
2025-08-20T19:18:24.8878931Z [00:04:14.308]➜  
2025-08-20T19:18:24.8879653Z [00:04:14.308]➜  Selected multilib: Selected multilib: ..;;@@m64m64
2025-08-20T19:18:24.8885640Z [00:04:14.308]➜  
2025-08-20T19:18:24.8888605Z [00:04:14.308]➜   (in-process)
2025-08-20T19:18:24.8890087Z [00:04:14.308]➜   (in-process)
2025-08-20T19:18:24.8914392Z [00:04:14.308]➜    ""//uussrr//lliibb//llllvvmm--1199//bbiinn//ccllaanngg""  -cc1-cc1  -triple-triple  x86_64-pc-linux-gnux86_64-pc-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-name  c32tob.cbench-crc.c  -static-define-static-define  -mrelocation-model-mrelocation-model  picpic  -pic-level-pic-level  22  -pic-is-pie-pic-is-pie  -mframe-pointer=none-mframe-pointer=none  -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-cpu  x86-64x86-64  -tune-cpu-tune-cpu  genericgeneric  -debugger-tuning=gdb-debugger-tuning=gdb  -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests-fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests  -v-v  -v-v  -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests-fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests  -resource-dir-resource-dir  /usr/lib/llvm-19/lib/clang/19/usr/lib/llvm-19/lib/clang/19  -dependency-file-dependency-file  .deps/c32tob.Tpo.deps/bench_crc-bench-crc.Tpo  -MT-MT  c32tob.obench_crc-bench-crc.o  -sys-header-deps-sys-header-deps  -MP-MP  -D-D  ""EEXXEEEEXXTT==\\""\\""""  -I-I  ..  -I-I  ../lib../lib  -D-D  IN_COREUTILS_GNULIB_TESTS=1IN_COREUTILS_GNULIB_TESTS=1  -I-I  ..  -I-I  ..  -I-I  ....  -I-I  ./.../..  -I-I  ../lib../lib  -I-I  ./../lib./../lib  -internal-isystem-D  /usr/lib/llvm-19/lib/clang/19/includeNDEBUG  -internal-isystem-internal-isystem  /usr/local/include/usr/lib/llvm-19/lib/clang/19/include  -internal-isystem-internal-isystem  /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include/usr/local/include  -internal-externc-isystem-internal-isystem  /usr/include/x86_64-linux-gnu/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include  -internal-externc-isystem-internal-externc-isystem  /include/usr/include/x86_64-linux-gnu  -internal-externc-isystem-internal-externc-isystem  /usr/include/include  -Os-internal-externc-isystem  -Wno-error/usr/include  -Wno-error-Os  -Wno-cast-qual-Wno-error  -Wno-conversion-Wno-error  -Wno-float-equal-Wno-cast-qual  -Wno-sign-compare-Wno-conversion  -Wno-undef-Wno-float-equal  -Wno-unused-function-Wno-sign-compare  -Wno-unused-parameter-Wno-undef  -Wno-float-conversion-Wno-unused-function  -Wimplicit-fallthrough-Wno-unused-parameter  -Wno-pedantic-Wno-float-conversion  -Wno-tautological-constant-out-of-range-compare-Wimplicit-fallthrough  -Wno-sign-conversion-Wno-pedantic  -Wno-type-limits-Wno-tautological-constant-out-of-range-compare  -Wno-unused-const-variable-Wno-sign-conversion  -Wno-error-Wno-type-limits  -w-Wno-unused-const-variable  -std=gnu23-Wno-error  -ferror-limit-w  19-std=gnu23  -fgnuc-version=4.2.1-ferror-limit  -fskip-odr-check-in-gmf19  -vectorize-loops-fgnuc-version=4.2.1  -vectorize-slp-fskip-odr-check-in-gmf  -faddrsig-vectorize-loops  -D__GCC_HAVE_DWARF2_CFI_ASM=1-vectorize-slp  -o-faddrsig  c32tob.o-D__GCC_HAVE_DWARF2_CFI_ASM=1  -x-o  cbench_crc-bench-crc.o  c32tob.c-x 
2025-08-20T19:18:24.8935741Z [00:04:14.308]➜  c bench-crc.c
2025-08-20T19:18:24.8936321Z [00:04:14.308]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:24.8936947Z [00:04:14.308]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:24.8947926Z [00:04:14.308]➜  Thread model: posix
2025-08-20T19:18:24.8948578Z [00:04:14.308]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:24.8949461Z [00:04:14.308]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:24.8950624Z [00:04:14.308]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:24.8951442Z [00:04:14.308]➜  Candidate multilib: .;@m64
2025-08-20T19:18:24.8952057Z [00:04:14.308]➜  Selected multilib: .;@m64
2025-08-20T19:18:24.8953333Z [00:04:14.308]➜  clang -cc1 version 19.1.7clang -cc1 version 19.1.7 based upon LLVM  based upon LLVM 19.1.719.1.7 default target  default target  (in-process)
2025-08-20T19:18:24.8954554Z [00:04:14.308]➜  x86_64-pc-linux-gnux86_64-pc-linux-gnu
2025-08-20T19:18:24.8955130Z [00:04:14.309]➜  
2025-08-20T19:18:24.8967654Z [00:04:14.309]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o concat-filename.o -x c concat-filename.c
2025-08-20T19:18:24.8979126Z [00:04:14.310]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:24.8980252Z [00:04:14.310]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:24.8980952Z [00:04:14.310]➜  ignoring duplicate directory "."
2025-08-20T19:18:24.8982263Z [00:04:14.310]➜  ignoring duplicate directory "ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:24.8983698Z [00:04:14.310]➜  .ignoring nonexistent directory "/include"
2025-08-20T19:18:24.8984400Z [00:04:14.310]➜  ignoring duplicate directory "."
2025-08-20T19:18:24.8984996Z [00:04:14.310]➜  ignoring duplicate directory "."
2025-08-20T19:18:24.8985586Z [00:04:14.310]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:24.8986206Z [00:04:14.310]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:24.8986899Z [00:04:14.310]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:24.8987651Z [00:04:14.310]➜  "
2025-08-20T19:18:24.8988120Z [00:04:14.310]➜  #include "..." search starts here:
2025-08-20T19:18:24.8988734Z [00:04:14.310]➜  #include <...> search starts here:
2025-08-20T19:18:24.8989281Z [00:04:14.310]➜   .
2025-08-20T19:18:24.8989678Z [00:04:14.310]➜   ../lib
2025-08-20T19:18:24.8990104Z [00:04:14.310]➜   ..
2025-08-20T19:18:24.8990627Z [00:04:14.310]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:24.8991264Z [00:04:14.310]➜   /usr/local/include
2025-08-20T19:18:24.8991880Z [00:04:14.310]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:24.8995547Z [00:04:14.310]➜   /usr/include
2025-08-20T19:18:24.8996092Z [00:04:14.310]➜  End of search list.
2025-08-20T19:18:24.8996736Z [00:04:14.310]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:24.8997661Z [00:04:14.310]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:24.8998527Z [00:04:14.310]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:24.8999216Z [00:04:14.310]➜  #include "..." search starts here:
2025-08-20T19:18:24.8999821Z [00:04:14.310]➜  #include <...> search starts here:
2025-08-20T19:18:24.9000326Z [00:04:14.310]➜   .
2025-08-20T19:18:24.9000725Z [00:04:14.310]➜   ../lib
2025-08-20T19:18:24.9001164Z [00:04:14.310]➜   ..
2025-08-20T19:18:24.9001682Z [00:04:14.310]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:24.9002266Z [00:04:14.310]➜   /usr/local/include
2025-08-20T19:18:24.9002986Z [00:04:14.310]➜   /usr/include/x86_64-linux-gnuclang -cc1 version 19.1.7
2025-08-20T19:18:24.9003880Z [00:04:14.310]➜   /usr/include
2025-08-20T19:18:24.9004418Z [00:04:14.310]➜  End of search list.
2025-08-20T19:18:24.9005163Z [00:04:14.310]➜   based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:24.9006399Z [00:04:14.310]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:24.9034190Z [00:04:14.310]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:24.9035517Z [00:04:14.310]➜  ignoring duplicate directory "."
2025-08-20T19:18:24.9036228Z [00:04:14.310]➜  ignoring duplicate directory "."
2025-08-20T19:18:24.9036916Z [00:04:14.310]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:24.9037918Z [00:04:14.310]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:24.9038657Z [00:04:14.310]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:24.9039379Z [00:04:14.311]➜  #include "..." search starts here:
2025-08-20T19:18:24.9040181Z [00:04:14.311]➜  #include <...> search starts here:
2025-08-20T19:18:24.9040982Z [00:04:14.311]➜   .
2025-08-20T19:18:24.9041422Z [00:04:14.311]➜   ../lib
2025-08-20T19:18:24.9041919Z [00:04:14.311]➜   ..
2025-08-20T19:18:24.9042538Z [00:04:14.311]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:24.9043177Z [00:04:14.311]➜   /usr/local/include
2025-08-20T19:18:24.9043769Z [00:04:14.311]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:24.9044373Z [00:04:14.311]➜   /usr/include
2025-08-20T19:18:24.9044888Z [00:04:14.311]➜  End of search list.
2025-08-20T19:18:24.9045524Z [00:04:14.321]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:24.9046158Z [00:04:14.321]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:24.9046749Z [00:04:14.321]➜  Thread model: posix
2025-08-20T19:18:24.9047616Z [00:04:14.321]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:24.9048482Z [00:04:14.321]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:24.9049523Z [00:04:14.321]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:24.9050499Z [00:04:14.325]➜  Candidate multilib: .;@m64
2025-08-20T19:18:24.9051171Z [00:04:14.325]➜  Selected multilib: .;@m64
2025-08-20T19:18:24.9051755Z [00:04:14.325]➜   (in-process)
2025-08-20T19:18:24.9083415Z [00:04:14.329]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o bench_crc-randomb.o -x c randomb.c
2025-08-20T19:18:24.9095077Z [00:04:14.329]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:24.9096492Z [00:04:14.329]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:24.9097674Z [00:04:14.329]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:24.9098306Z [00:04:14.329]➜  ignoring duplicate directory "."
2025-08-20T19:18:24.9098930Z [00:04:14.329]➜  ignoring duplicate directory "."
2025-08-20T19:18:24.9099558Z [00:04:14.329]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:24.9100185Z [00:04:14.329]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:24.9100827Z [00:04:14.329]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:24.9101438Z [00:04:14.329]➜  #include "..." search starts here:
2025-08-20T19:18:24.9102028Z [00:04:14.329]➜  #include <...> search starts here:
2025-08-20T19:18:24.9102516Z [00:04:14.329]➜   .
2025-08-20T19:18:24.9102885Z [00:04:14.329]➜   ../lib
2025-08-20T19:18:24.9103291Z [00:04:14.329]➜   ..
2025-08-20T19:18:24.9103768Z [00:04:14.329]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:24.9104476Z [00:04:14.329]➜   /usr/local/include
2025-08-20T19:18:24.9105025Z [00:04:14.329]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:24.9105531Z [00:04:14.329]➜   /usr/include
2025-08-20T19:18:24.9105995Z [00:04:14.329]➜  End of search list.
2025-08-20T19:18:24.9130948Z [00:04:14.334]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:24.9134628Z [00:04:14.334]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:24.9139868Z [00:04:14.335]➜  Thread model: posix
2025-08-20T19:18:24.9141586Z [00:04:14.335]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:24.9142413Z [00:04:14.335]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:24.9143319Z [00:04:14.336]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:24.9173062Z [00:04:14.339]➜  Candidate multilib: .;@m64
2025-08-20T19:18:24.9177079Z [00:04:14.339]➜  Selected multilib: .;@m64
2025-08-20T19:18:24.9177809Z [00:04:14.339]➜   (in-process)
2025-08-20T19:18:24.9189954Z [00:04:14.339]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o c-strcasestr.o -x c c-strcasestr.c
2025-08-20T19:18:24.9201984Z [00:04:14.339]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:24.9203280Z [00:04:14.339]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:24.9204491Z [00:04:14.339]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:24.9205179Z [00:04:14.339]➜  ignoring duplicate directory "."
2025-08-20T19:18:24.9205822Z [00:04:14.339]➜  ignoring duplicate directory "."
2025-08-20T19:18:24.9206466Z [00:04:14.339]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:24.9207115Z [00:04:14.339]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:24.9208199Z [00:04:14.339]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:24.9208868Z [00:04:14.339]➜  #include "..." search starts here:
2025-08-20T19:18:24.9209487Z [00:04:14.339]➜  #include <...> search starts here:
2025-08-20T19:18:24.9209997Z [00:04:14.339]➜   .
2025-08-20T19:18:24.9210401Z [00:04:14.339]➜   ../lib
2025-08-20T19:18:24.9210855Z [00:04:14.339]➜   ..
2025-08-20T19:18:24.9211399Z [00:04:14.339]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:24.9212020Z [00:04:14.339]➜   /usr/local/include
2025-08-20T19:18:24.9212605Z [00:04:14.339]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:24.9213195Z [00:04:14.339]➜   /usr/include
2025-08-20T19:18:24.9213902Z [00:04:14.339]➜  End of search list.
2025-08-20T19:18:24.9561214Z [00:04:14.378]➜    CC       getlocalename_l-unsafe.o
2025-08-20T19:18:24.9751169Z [00:04:14.397]➜    CC       localename-table.o
2025-08-20T19:18:24.9771845Z [00:04:14.399]➜    CC       ioctl.o
2025-08-20T19:18:24.9894204Z [00:04:14.411]➜    CC       localename.o
2025-08-20T19:18:24.9920434Z [00:04:14.414]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:24.9948968Z [00:04:14.414]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:24.9950732Z [00:04:14.414]➜  Thread model: posix
2025-08-20T19:18:24.9951619Z [00:04:14.414]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:24.9953232Z [00:04:14.414]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:24.9954891Z [00:04:14.414]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:24.9955973Z [00:04:14.414]➜  Candidate multilib: .;@m64
2025-08-20T19:18:24.9956885Z [00:04:14.414]➜  Selected multilib: .;@m64
2025-08-20T19:18:24.9958058Z [00:04:14.414]➜   (in-process)
2025-08-20T19:18:24.9988286Z [00:04:14.418]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o getlocalename_l-unsafe.o -x c getlocalename_l-unsafe.c
2025-08-20T19:18:25.0004691Z [00:04:14.419]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.0006311Z [00:04:14.419]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.0007684Z [00:04:14.419]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.0008461Z [00:04:14.419]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.0009171Z [00:04:14.419]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.0009880Z [00:04:14.420]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.0010619Z [00:04:14.420]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.0011379Z [00:04:14.420]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.0012078Z [00:04:14.420]➜  #include "..." search starts here:
2025-08-20T19:18:25.0012752Z [00:04:14.420]➜  #include <...> search starts here:
2025-08-20T19:18:25.0013318Z [00:04:14.420]➜   .
2025-08-20T19:18:25.0013755Z [00:04:14.420]➜   ../lib
2025-08-20T19:18:25.0014198Z [00:04:14.420]➜   ..
2025-08-20T19:18:25.0014727Z [00:04:14.420]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.0015356Z [00:04:14.420]➜   /usr/local/include
2025-08-20T19:18:25.0016210Z [00:04:14.420]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.0016797Z [00:04:14.420]➜   /usr/include
2025-08-20T19:18:25.0017515Z [00:04:14.420]➜  End of search list.
2025-08-20T19:18:25.0110798Z [00:04:14.433]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.0123224Z [00:04:14.433]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.0123861Z [00:04:14.433]➜  Thread model: posix
2025-08-20T19:18:25.0124470Z [00:04:14.433]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.0125312Z [00:04:14.433]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.0126615Z [00:04:14.433]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.0127918Z [00:04:14.433]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.0129006Z [00:04:14.433]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.0130129Z [00:04:14.433]➜   (in-process)
2025-08-20T19:18:25.0142910Z [00:04:14.434]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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 -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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o localename-table.o -x c localename-table.c
2025-08-20T19:18:25.0160752Z [00:04:14.437]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.0162145Z [00:04:14.437]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.0163237Z [00:04:14.437]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.0164180Z [00:04:14.437]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.0164873Z [00:04:14.437]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.0165552Z [00:04:14.437]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.0166244Z [00:04:14.437]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.0166957Z [00:04:14.437]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.0198046Z [00:04:14.437]➜  #include "..." search starts here:
2025-08-20T19:18:25.0198675Z [00:04:14.437]➜  #include <...> search starts here:
2025-08-20T19:18:25.0199166Z [00:04:14.437]➜   .
2025-08-20T19:18:25.0199551Z [00:04:14.437]➜   ../lib
2025-08-20T19:18:25.0199979Z [00:04:14.437]➜   ..
2025-08-20T19:18:25.0200492Z [00:04:14.437]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.0201079Z [00:04:14.437]➜   /usr/local/include
2025-08-20T19:18:25.0201644Z [00:04:14.437]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.0202160Z [00:04:14.437]➜   /usr/include
2025-08-20T19:18:25.0202627Z [00:04:14.437]➜  End of search list.
2025-08-20T19:18:25.0259629Z [00:04:14.448]➜    CC       localename-environ.o
2025-08-20T19:18:25.0311900Z [00:04:14.453]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.0312827Z [00:04:14.453]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.0319251Z [00:04:14.454]➜  Thread model: posix
2025-08-20T19:18:25.0320385Z [00:04:14.454]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.0327033Z [00:04:14.454]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.0328522Z [00:04:14.454]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.0350530Z [00:04:14.457]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.0351398Z [00:04:14.457]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.0352178Z [00:04:14.457]➜   (in-process)
2025-08-20T19:18:25.0363589Z [00:04:14.457]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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 ../lib -I ./../lib -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o ioctl.o -x c ioctl.c
2025-08-20T19:18:25.0373890Z [00:04:14.457]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.0375126Z [00:04:14.458]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.0376098Z [00:04:14.459]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.0376736Z [00:04:14.459]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.0382451Z [00:04:14.460]➜    CC       localename-unsafe.o
2025-08-20T19:18:25.0383180Z [00:04:14.460]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.0410657Z [00:04:14.463]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.0411741Z [00:04:14.463]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.0413471Z [00:04:14.463]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.0414097Z [00:04:14.463]➜  #include "..." search starts here:
2025-08-20T19:18:25.0414687Z [00:04:14.463]➜  #include <...> search starts here:
2025-08-20T19:18:25.0415178Z [00:04:14.463]➜   .
2025-08-20T19:18:25.0415536Z [00:04:14.463]➜   ../lib
2025-08-20T19:18:25.0415911Z [00:04:14.463]➜   ..
2025-08-20T19:18:25.0416388Z [00:04:14.463]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.0416941Z [00:04:14.463]➜   /usr/local/include
2025-08-20T19:18:25.0417688Z [00:04:14.463]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.0418189Z [00:04:14.463]➜   /usr/include
2025-08-20T19:18:25.0418643Z [00:04:14.463]➜  End of search list.
2025-08-20T19:18:25.0429783Z [00:04:14.465]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.0436009Z [00:04:14.465]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.0436823Z [00:04:14.465]➜  Thread model: posix
2025-08-20T19:18:25.0437564Z [00:04:14.465]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.0438329Z [00:04:14.465]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.0439211Z [00:04:14.465]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.0439891Z [00:04:14.465]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.0440448Z [00:04:14.465]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.0440951Z [00:04:14.465]➜   (in-process)
2025-08-20T19:18:25.0456979Z [00:04:14.466]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o localename.o -x c localename.c
2025-08-20T19:18:25.0472276Z [00:04:14.466]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.0473554Z [00:04:14.469]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.0474544Z [00:04:14.469]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.0475182Z [00:04:14.469]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.0475789Z [00:04:14.469]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.0476396Z [00:04:14.469]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.0477032Z [00:04:14.469]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.0477890Z [00:04:14.469]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.0478543Z [00:04:14.469]➜  #include "..." search starts here:
2025-08-20T19:18:25.0479139Z [00:04:14.469]➜  #include <...> search starts here:
2025-08-20T19:18:25.0479643Z [00:04:14.469]➜   .
2025-08-20T19:18:25.0480497Z [00:04:14.469]➜   ../lib
2025-08-20T19:18:25.0480932Z [00:04:14.469]➜   ..
2025-08-20T19:18:25.0481446Z [00:04:14.469]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.0482031Z [00:04:14.469]➜   /usr/local/include
2025-08-20T19:18:25.0482569Z [00:04:14.469]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.0483083Z [00:04:14.469]➜   /usr/include
2025-08-20T19:18:25.0483538Z [00:04:14.469]➜  End of search list.
2025-08-20T19:18:25.0523467Z [00:04:14.474]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.0524109Z [00:04:14.474]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.0524672Z [00:04:14.474]➜  Thread model: posix
2025-08-20T19:18:25.0525248Z [00:04:14.474]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.0526272Z [00:04:14.474]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.0527550Z [00:04:14.474]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.0528326Z [00:04:14.474]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.0528916Z [00:04:14.474]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.0536951Z [00:04:14.475]➜   (in-process)
2025-08-20T19:18:25.0554992Z [00:04:14.475]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o localename-environ.o -x c localename-environ.c
2025-08-20T19:18:25.0569741Z [00:04:14.475]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.0571063Z [00:04:14.476]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.0572149Z [00:04:14.476]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.0572845Z [00:04:14.476]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.0573491Z [00:04:14.476]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.0574138Z [00:04:14.476]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.0574810Z [00:04:14.476]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.0575530Z [00:04:14.476]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.0576207Z [00:04:14.476]➜  #include "..." search starts here:
2025-08-20T19:18:25.0576878Z [00:04:14.476]➜  #include <...> search starts here:
2025-08-20T19:18:25.0577644Z [00:04:14.476]➜   .
2025-08-20T19:18:25.0578101Z [00:04:14.476]➜   ../lib
2025-08-20T19:18:25.0578522Z [00:04:14.476]➜   ..
2025-08-20T19:18:25.0579041Z [00:04:14.476]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.0579624Z [00:04:14.476]➜   /usr/local/include
2025-08-20T19:18:25.0580189Z [00:04:14.476]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.0580735Z [00:04:14.476]➜   /usr/include
2025-08-20T19:18:25.0581227Z [00:04:14.476]➜  End of search list.
2025-08-20T19:18:25.0581750Z [00:04:14.478]➜    CC       pthread-rwlock.o
2025-08-20T19:18:25.0738649Z [00:04:14.495]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.0745134Z [00:04:14.495]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.0748866Z [00:04:14.495]➜  Thread model: posix
2025-08-20T19:18:25.0755042Z [00:04:14.495]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.0755990Z [00:04:14.495]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.0782586Z [00:04:14.495]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.0784087Z [00:04:14.495]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.0787653Z [00:04:14.495]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.0788294Z [00:04:14.496]➜   (in-process)
2025-08-20T19:18:25.0800764Z [00:04:14.497]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o localename-unsafe.o -x c localename-unsafe.c
2025-08-20T19:18:25.0813521Z [00:04:14.498]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.0814878Z [00:04:14.500]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.0815926Z [00:04:14.500]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.0816600Z [00:04:14.500]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.0817409Z [00:04:14.500]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.0818061Z [00:04:14.500]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.0818729Z [00:04:14.500]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.0819442Z [00:04:14.500]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.0820091Z [00:04:14.500]➜  #include "..." search starts here:
2025-08-20T19:18:25.0820830Z [00:04:14.500]➜  #include <...> search starts here:
2025-08-20T19:18:25.0821372Z [00:04:14.500]➜   .
2025-08-20T19:18:25.0821794Z [00:04:14.500]➜   ../lib
2025-08-20T19:18:25.0822223Z [00:04:14.500]➜   ..
2025-08-20T19:18:25.0822760Z [00:04:14.500]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.0823368Z [00:04:14.500]➜   /usr/local/include
2025-08-20T19:18:25.0823934Z [00:04:14.500]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.0824470Z [00:04:14.500]➜   /usr/include
2025-08-20T19:18:25.0824957Z [00:04:14.500]➜  End of search list.
2025-08-20T19:18:25.0825554Z [00:04:14.502]➜    CC       str_startswith.o
2025-08-20T19:18:25.1034929Z [00:04:14.525]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.1048181Z [00:04:14.525]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.1048867Z [00:04:14.525]➜  Thread model: posix
2025-08-20T19:18:25.1049485Z [00:04:14.525]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.1050337Z [00:04:14.525]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.1051388Z [00:04:14.525]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.1052234Z [00:04:14.525]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.1053183Z [00:04:14.525]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.1053747Z [00:04:14.526]➜   (in-process)
2025-08-20T19:18:25.1109058Z [00:04:14.531]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o pthread-rwlock.o -x c pthread-rwlock.c
2025-08-20T19:18:25.1122812Z [00:04:14.531]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.1124251Z [00:04:14.531]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.1125224Z [00:04:14.531]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.1125783Z [00:04:14.531]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.1126306Z [00:04:14.531]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.1126847Z [00:04:14.531]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.1127560Z [00:04:14.531]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.1128126Z [00:04:14.531]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.1128689Z [00:04:14.531]➜  #include "..." search starts here:
2025-08-20T19:18:25.1129282Z [00:04:14.531]➜  #include <...> search starts here:
2025-08-20T19:18:25.1129775Z [00:04:14.531]➜   .
2025-08-20T19:18:25.1130126Z [00:04:14.531]➜   ../lib
2025-08-20T19:18:25.1130501Z [00:04:14.531]➜   ..
2025-08-20T19:18:25.1130968Z [00:04:14.531]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.1131514Z [00:04:14.531]➜   /usr/local/include
2025-08-20T19:18:25.1132034Z [00:04:14.531]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.1132523Z [00:04:14.531]➜   /usr/include
2025-08-20T19:18:25.1132953Z [00:04:14.532]➜  End of search list.
2025-08-20T19:18:25.1236455Z [00:04:14.545]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.1237054Z [00:04:14.545]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.1237777Z [00:04:14.545]➜  Thread model: posix
2025-08-20T19:18:25.1238340Z [00:04:14.545]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.1244231Z [00:04:14.545]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.1245542Z [00:04:14.545]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.1246255Z [00:04:14.545]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.1246795Z [00:04:14.545]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.1247475Z [00:04:14.546]➜   (in-process)
2025-08-20T19:18:25.1259360Z [00:04:14.546]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o str_startswith.o -x c str_startswith.c
2025-08-20T19:18:25.1274082Z [00:04:14.549]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.1275397Z [00:04:14.549]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.1276414Z [00:04:14.549]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.1277433Z [00:04:14.549]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.1278106Z [00:04:14.549]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.1278725Z [00:04:14.549]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.1279365Z [00:04:14.549]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.1280022Z [00:04:14.549]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.1280675Z [00:04:14.549]➜  #include "..." search starts here:
2025-08-20T19:18:25.1281322Z [00:04:14.549]➜  #include <...> search starts here:
2025-08-20T19:18:25.1281829Z [00:04:14.549]➜   .
2025-08-20T19:18:25.1282198Z [00:04:14.549]➜   ../lib
2025-08-20T19:18:25.1282598Z [00:04:14.549]➜   ..
2025-08-20T19:18:25.1283110Z [00:04:14.549]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.1283696Z [00:04:14.549]➜   /usr/local/include
2025-08-20T19:18:25.1284263Z [00:04:14.549]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.1284806Z [00:04:14.549]➜   /usr/include
2025-08-20T19:18:25.1285307Z [00:04:14.549]➜  End of search list.
2025-08-20T19:18:25.1285996Z [00:04:14.549]➜    CC       timespec-add.o
2025-08-20T19:18:25.1300696Z [00:04:14.552]➜    CC       timespec-sub.o
2025-08-20T19:18:25.1533755Z [00:04:14.575]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.1545923Z [00:04:14.575]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.1546512Z [00:04:14.575]➜  Thread model: posix
2025-08-20T19:18:25.1547100Z [00:04:14.575]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.1548056Z [00:04:14.575]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.1548921Z [00:04:14.575]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.1549601Z [00:04:14.575]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.1550112Z [00:04:14.575]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.1550594Z [00:04:14.575]➜   (in-process)
2025-08-20T19:18:25.1571684Z [00:04:14.577]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o timespec-add.o -x c timespec-add.c
2025-08-20T19:18:25.1582415Z [00:04:14.577]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.1583666Z [00:04:14.577]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.1598016Z [00:04:14.577]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.1598675Z [00:04:14.577]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.1599455Z [00:04:14.577]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.1600073Z [00:04:14.577]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.1600717Z [00:04:14.577]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.1601348Z [00:04:14.577]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.1601952Z [00:04:14.577]➜  #include "..." search starts here:
2025-08-20T19:18:25.1602524Z [00:04:14.578]➜  #include <...> search starts here:
2025-08-20T19:18:25.1602941Z [00:04:14.578]➜   .
2025-08-20T19:18:25.1603245Z [00:04:14.578]➜   ../lib
2025-08-20T19:18:25.1603567Z [00:04:14.578]➜   ..
2025-08-20T19:18:25.1603978Z [00:04:14.578]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.1604485Z [00:04:14.578]➜   /usr/local/include
2025-08-20T19:18:25.1604958Z [00:04:14.578]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.1605423Z [00:04:14.578]➜   /usr/include
2025-08-20T19:18:25.1605858Z [00:04:14.578]➜  End of search list.
2025-08-20T19:18:25.1610960Z [00:04:14.583]➜    CC       vma-iter.o
2025-08-20T19:18:25.1637859Z [00:04:14.585]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.1639602Z [00:04:14.585]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.1640343Z [00:04:14.585]➜  Thread model: posix
2025-08-20T19:18:25.1648880Z [00:04:14.585]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.1649985Z [00:04:14.586]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.1651054Z [00:04:14.586]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.1651946Z [00:04:14.586]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.1652935Z [00:04:14.586]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.1653584Z [00:04:14.586]➜    CC       xconcat-filename.o
2025-08-20T19:18:25.1654137Z [00:04:14.586]➜   (in-process)
2025-08-20T19:18:25.1676023Z [00:04:14.588]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o timespec-sub.o -x c timespec-sub.c
2025-08-20T19:18:25.1690007Z [00:04:14.590]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.1710830Z [00:04:14.592]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.1713598Z [00:04:14.593]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.1715971Z [00:04:14.593]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.1720152Z [00:04:14.594]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.1722736Z [00:04:14.594]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.1726010Z [00:04:14.594]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.1729256Z [00:04:14.595]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.1730713Z [00:04:14.595]➜  #include "..." search starts here:
2025-08-20T19:18:25.1732132Z [00:04:14.595]➜  #include <...> search starts here:
2025-08-20T19:18:25.1736109Z [00:04:14.595]➜   .
2025-08-20T19:18:25.1740251Z [00:04:14.596]➜   ../lib
2025-08-20T19:18:25.1744177Z [00:04:14.596]➜   ..
2025-08-20T19:18:25.1754536Z [00:04:14.596]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.1755130Z [00:04:14.596]➜   /usr/local/include
2025-08-20T19:18:25.1755669Z [00:04:14.596]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.1756386Z [00:04:14.596]➜   /usr/include
2025-08-20T19:18:25.1757014Z [00:04:14.596]➜  End of search list.
2025-08-20T19:18:25.1774543Z [00:04:14.599]➜    CC       xgetcwd.o
2025-08-20T19:18:25.1901527Z [00:04:14.612]➜    CC       strerror_r.o
2025-08-20T19:18:25.1941772Z [00:04:14.615]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.1942410Z [00:04:14.615]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.1942938Z [00:04:14.615]➜  Thread model: posix
2025-08-20T19:18:25.1944826Z [00:04:14.615]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.1945703Z [00:04:14.615]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.1946556Z [00:04:14.616]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.1947393Z [00:04:14.616]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.1947872Z [00:04:14.616]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.1948372Z [00:04:14.616]➜   (in-process)
2025-08-20T19:18:25.1961779Z [00:04:14.616]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o xconcat-filename.o -x c xconcat-filename.c
2025-08-20T19:18:25.1995300Z [00:04:14.620]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.2024293Z [00:04:14.620]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.2025388Z [00:04:14.620]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.2026087Z [00:04:14.620]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.2026722Z [00:04:14.620]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.2027804Z [00:04:14.620]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.2028421Z [00:04:14.620]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.2029113Z [00:04:14.620]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.2029786Z [00:04:14.620]➜  #include "..." search starts here:
2025-08-20T19:18:25.2030401Z [00:04:14.620]➜  #include <...> search starts here:
2025-08-20T19:18:25.2030914Z [00:04:14.620]➜   .
2025-08-20T19:18:25.2031311Z [00:04:14.620]➜   ../lib
2025-08-20T19:18:25.2031706Z [00:04:14.620]➜   ..
2025-08-20T19:18:25.2032171Z [00:04:14.620]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.2032745Z [00:04:14.620]➜   /usr/local/include
2025-08-20T19:18:25.2033265Z [00:04:14.620]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.2033781Z [00:04:14.620]➜   /usr/include
2025-08-20T19:18:25.2034230Z [00:04:14.620]➜  End of search list.
2025-08-20T19:18:25.2046758Z [00:04:14.626]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.2050225Z [00:04:14.626]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.2050865Z [00:04:14.626]➜  Thread model: posix
2025-08-20T19:18:25.2053105Z [00:04:14.626]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.2055241Z [00:04:14.626]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.2057754Z [00:04:14.627]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.2059763Z [00:04:14.627]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.2061664Z [00:04:14.627]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.2062897Z [00:04:14.627]➜   (in-process)
2025-08-20T19:18:25.2113262Z [00:04:14.631]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o vma-iter.o -x c vma-iter.c
2025-08-20T19:18:25.2124332Z [00:04:14.631]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.2125261Z [00:04:14.631]➜    CC       bench_md5-bench-md5.o
2025-08-20T19:18:25.2126522Z [00:04:14.632]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.2159005Z [00:04:14.632]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.2159722Z [00:04:14.632]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.2160336Z [00:04:14.632]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.2160948Z [00:04:14.632]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.2161621Z [00:04:14.635]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.2163276Z [00:04:14.635]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.2164382Z [00:04:14.635]➜  #include "..." search starts here:
2025-08-20T19:18:25.2166099Z [00:04:14.635]➜  #include <...> search starts here:
2025-08-20T19:18:25.2166837Z [00:04:14.635]➜   .
2025-08-20T19:18:25.2167607Z [00:04:14.635]➜   ../lib
2025-08-20T19:18:25.2168186Z [00:04:14.635]➜   ..
2025-08-20T19:18:25.2168854Z [00:04:14.635]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.2169644Z [00:04:14.635]➜   /usr/local/include
2025-08-20T19:18:25.2170342Z [00:04:14.635]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.2171095Z [00:04:14.635]➜   /usr/include
2025-08-20T19:18:25.2171770Z [00:04:14.635]➜  End of search list.
2025-08-20T19:18:25.2303837Z [00:04:14.652]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.2305486Z [00:04:14.652]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.2306948Z [00:04:14.652]➜  Thread model: posix
2025-08-20T19:18:25.2309207Z [00:04:14.652]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.2310582Z [00:04:14.652]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.2312907Z [00:04:14.652]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.2313712Z [00:04:14.652]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.2314415Z [00:04:14.652]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.2339193Z [00:04:14.655]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.2340504Z [00:04:14.655]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.2341808Z [00:04:14.655]➜  Thread model: posix
2025-08-20T19:18:25.2347862Z [00:04:14.655]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.2348648Z [00:04:14.655]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.2349514Z [00:04:14.655]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.2350212Z [00:04:14.655]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.2352439Z [00:04:14.655]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.2352982Z [00:04:14.656]➜   (in-process)
2025-08-20T19:18:25.2368031Z [00:04:14.656]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o xgetcwd.o -x c xgetcwd.c
2025-08-20T19:18:25.2408763Z [00:04:14.656]➜    CC       bench_sha1-bench-sha1.o
2025-08-20T19:18:25.2409353Z [00:04:14.656]➜   (in-process)
2025-08-20T19:18:25.2422607Z [00:04:14.656]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o strerror_r.o -x c strerror_r.c
2025-08-20T19:18:25.2435195Z [00:04:14.657]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.2436412Z [00:04:14.658]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.2438264Z [00:04:14.658]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.2439753Z [00:04:14.658]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.2440882Z [00:04:14.658]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.2441800Z [00:04:14.658]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.2442754Z [00:04:14.658]➜  ignoring duplicate directory "ignoring nonexistent directory "./include"
2025-08-20T19:18:25.2443546Z [00:04:14.658]➜  "
2025-08-20T19:18:25.2444085Z [00:04:14.658]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.2444798Z [00:04:14.658]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.2445735Z [00:04:14.658]➜  ignoring duplicate directory "ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.2446530Z [00:04:14.658]➜  ."
2025-08-20T19:18:25.2447064Z [00:04:14.658]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.2447965Z [00:04:14.658]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.2448840Z [00:04:14.658]➜  ignoring duplicate directory "#include "..." search starts here:
2025-08-20T19:18:25.2449723Z [00:04:14.658]➜  ../lib#include <...> search starts here:
2025-08-20T19:18:25.2450326Z [00:04:14.658]➜  "
2025-08-20T19:18:25.2450918Z [00:04:14.658]➜   ignoring duplicate directory "../../lib"
2025-08-20T19:18:25.2451523Z [00:04:14.658]➜  
2025-08-20T19:18:25.2451955Z [00:04:14.658]➜   ../lib
2025-08-20T19:18:25.2452381Z [00:04:14.658]➜   ..
2025-08-20T19:18:25.2452887Z [00:04:14.658]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.2453720Z [00:04:14.658]➜  #include "..." search starts here:
2025-08-20T19:18:25.2454424Z [00:04:14.658]➜   #include <...> search starts here:
2025-08-20T19:18:25.2455034Z [00:04:14.658]➜  /usr/local/include 
2025-08-20T19:18:25.2455521Z [00:04:14.658]➜  . 
2025-08-20T19:18:25.2456015Z [00:04:14.658]➜  /usr/include/x86_64-linux-gnu 
2025-08-20T19:18:25.2456584Z [00:04:14.658]➜  ../lib 
2025-08-20T19:18:25.2457056Z [00:04:14.658]➜  /usr/include 
2025-08-20T19:18:25.2457782Z [00:04:14.658]➜  ..End of search list.
2025-08-20T19:18:25.2458279Z [00:04:14.658]➜  
2025-08-20T19:18:25.2459009Z [00:04:14.658]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.2459632Z [00:04:14.658]➜   /usr/local/include
2025-08-20T19:18:25.2460465Z [00:04:14.658]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.2461057Z [00:04:14.658]➜   /usr/include
2025-08-20T19:18:25.2461582Z [00:04:14.658]➜  End of search list.
2025-08-20T19:18:25.2462209Z [00:04:14.663]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.2462863Z [00:04:14.663]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.2463464Z [00:04:14.663]➜  Thread model: posix
2025-08-20T19:18:25.2464082Z [00:04:14.663]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.2464954Z [00:04:14.664]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.2465964Z [00:04:14.664]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.2466750Z [00:04:14.664]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.2468849Z [00:04:14.665]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.2469883Z [00:04:14.669]➜   (in-process)
2025-08-20T19:18:25.2486875Z [00:04:14.669]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o bench_md5-bench-md5.o -x c bench-md5.c
2025-08-20T19:18:25.2498162Z [00:04:14.669]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.2499433Z [00:04:14.670]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.2500491Z [00:04:14.670]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.2501175Z [00:04:14.670]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.2501809Z [00:04:14.670]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.2502466Z [00:04:14.670]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.2503142Z [00:04:14.670]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.2503984Z [00:04:14.670]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.2504659Z [00:04:14.670]➜  #include "..." search starts here:
2025-08-20T19:18:25.2505278Z [00:04:14.670]➜  #include <...> search starts here:
2025-08-20T19:18:25.2505821Z [00:04:14.670]➜   .
2025-08-20T19:18:25.2506232Z [00:04:14.670]➜   ../lib
2025-08-20T19:18:25.2506663Z [00:04:14.670]➜   ..
2025-08-20T19:18:25.2507347Z [00:04:14.670]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.2507960Z [00:04:14.670]➜   /usr/local/include
2025-08-20T19:18:25.2508523Z [00:04:14.670]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.2509276Z [00:04:14.670]➜   /usr/include
2025-08-20T19:18:25.2509797Z [00:04:14.670]➜  End of search list.
2025-08-20T19:18:25.2710410Z [00:04:14.693]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.2712757Z [00:04:14.693]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.2713303Z [00:04:14.693]➜  Thread model: posix
2025-08-20T19:18:25.2713933Z [00:04:14.693]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.2714837Z [00:04:14.693]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.2715846Z [00:04:14.693]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.2716631Z [00:04:14.693]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.2717423Z [00:04:14.693]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.2726670Z [00:04:14.694]➜   (in-process)
2025-08-20T19:18:25.2745675Z [00:04:14.695]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o bench_sha1-bench-sha1.o -x c bench-sha1.c
2025-08-20T19:18:25.2765447Z [00:04:14.698]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.2773603Z [00:04:14.699]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.2775210Z [00:04:14.699]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.2776006Z [00:04:14.699]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.2776596Z [00:04:14.699]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.2777507Z [00:04:14.699]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.2778190Z [00:04:14.699]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.2778850Z [00:04:14.699]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.2779433Z [00:04:14.699]➜  #include "..." search starts here:
2025-08-20T19:18:25.2779992Z [00:04:14.699]➜  #include <...> search starts here:
2025-08-20T19:18:25.2780684Z [00:04:14.699]➜   .
2025-08-20T19:18:25.2781059Z [00:04:14.699]➜   ../lib
2025-08-20T19:18:25.2781429Z [00:04:14.699]➜   ..
2025-08-20T19:18:25.2781892Z [00:04:14.699]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.2782425Z [00:04:14.699]➜   /usr/local/include
2025-08-20T19:18:25.2782932Z [00:04:14.699]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.2783429Z [00:04:14.699]➜   /usr/include
2025-08-20T19:18:25.2783863Z [00:04:14.699]➜  End of search list.
2025-08-20T19:18:25.2964371Z [00:04:14.718]➜    CC       bench_sha224-bench-sha224.o
2025-08-20T19:18:25.3205002Z [00:04:14.742]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.3205755Z [00:04:14.742]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.3206342Z [00:04:14.742]➜  Thread model: posix
2025-08-20T19:18:25.3206947Z [00:04:14.742]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.3208034Z [00:04:14.742]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.3208983Z [00:04:14.742]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.3209753Z [00:04:14.742]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.3210353Z [00:04:14.742]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.3218895Z [00:04:14.743]➜   (in-process)
2025-08-20T19:18:25.3231606Z [00:04:14.744]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o bench_sha224-bench-sha224.o -x c bench-sha224.c
2025-08-20T19:18:25.3252695Z [00:04:14.747]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.3287474Z [00:04:14.750]➜    CC       bench_sha256-bench-sha256.o
2025-08-20T19:18:25.3293678Z [00:04:14.751]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.3294701Z [00:04:14.751]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.3295332Z [00:04:14.751]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.3295925Z [00:04:14.751]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.3296546Z [00:04:14.751]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.3297345Z [00:04:14.751]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.3297990Z [00:04:14.751]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.3298601Z [00:04:14.751]➜  #include "..." search starts here:
2025-08-20T19:18:25.3299186Z [00:04:14.751]➜  #include <...> search starts here:
2025-08-20T19:18:25.3299832Z [00:04:14.751]➜   .
2025-08-20T19:18:25.3300199Z [00:04:14.751]➜   ../lib
2025-08-20T19:18:25.3300575Z [00:04:14.751]➜   ..
2025-08-20T19:18:25.3301035Z [00:04:14.751]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.3301553Z [00:04:14.751]➜   /usr/local/include
2025-08-20T19:18:25.3302022Z [00:04:14.751]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.3302473Z [00:04:14.751]➜   /usr/include
2025-08-20T19:18:25.3302873Z [00:04:14.751]➜  End of search list.
2025-08-20T19:18:25.3391975Z [00:04:14.761]➜    CC       bench_sha384-bench-sha384.o
2025-08-20T19:18:25.3473606Z [00:04:14.769]➜    CC       bench_sha512-bench-sha512.o
2025-08-20T19:18:25.3560660Z [00:04:14.778]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.3561294Z [00:04:14.778]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.3562119Z [00:04:14.778]➜  Thread model: posix
2025-08-20T19:18:25.3562686Z [00:04:14.778]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.3563486Z [00:04:14.778]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.3564397Z [00:04:14.778]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.3565131Z [00:04:14.778]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.3565670Z [00:04:14.778]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.3572290Z [00:04:14.779]➜   (in-process)
2025-08-20T19:18:25.3603150Z [00:04:14.781]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o bench_sha256-bench-sha256.o -x c bench-sha256.c
2025-08-20T19:18:25.3614644Z [00:04:14.781]➜    CC       locale.o
2025-08-20T19:18:25.3616088Z [00:04:14.782]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.3618059Z [00:04:14.782]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.3619674Z [00:04:14.782]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.3621323Z [00:04:14.784]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.3621946Z [00:04:14.784]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.3622612Z [00:04:14.784]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.3623232Z [00:04:14.784]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.3623868Z [00:04:14.784]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.3624492Z [00:04:14.784]➜  #include "..." search starts here:
2025-08-20T19:18:25.3625213Z [00:04:14.784]➜  #include <...> search starts here:
2025-08-20T19:18:25.3625676Z [00:04:14.784]➜   .
2025-08-20T19:18:25.3626018Z [00:04:14.784]➜   ../lib
2025-08-20T19:18:25.3626365Z [00:04:14.784]➜   ..
2025-08-20T19:18:25.3626803Z [00:04:14.784]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.3627529Z [00:04:14.784]➜   /usr/local/include
2025-08-20T19:18:25.3628035Z [00:04:14.784]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.3628511Z [00:04:14.784]➜   /usr/include
2025-08-20T19:18:25.3628934Z [00:04:14.784]➜  End of search list.
2025-08-20T19:18:25.3759582Z [00:04:14.797]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.3761971Z [00:04:14.797]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.3771223Z [00:04:14.798]➜  Thread model: posix
2025-08-20T19:18:25.3771867Z [00:04:14.798]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.3772806Z [00:04:14.798]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.3773887Z [00:04:14.798]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.3774718Z [00:04:14.798]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.3775308Z [00:04:14.798]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.3775871Z [00:04:14.798]➜   (in-process)
2025-08-20T19:18:25.3823142Z [00:04:14.798]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o bench_sha512-bench-sha512.o -x c bench-sha512.c
2025-08-20T19:18:25.3835173Z [00:04:14.799]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.3836120Z [00:04:14.799]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.3836752Z [00:04:14.800]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.3837533Z [00:04:14.800]➜  Thread model: posix
2025-08-20T19:18:25.3838159Z [00:04:14.800]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.3839019Z [00:04:14.800]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.3839997Z [00:04:14.800]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.3840786Z [00:04:14.800]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.3842050Z [00:04:14.800]➜  Selected multilib: .;@m64ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.3843278Z [00:04:14.800]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.3843991Z [00:04:14.800]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.3844645Z [00:04:14.800]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.3845286Z [00:04:14.800]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.3845973Z [00:04:14.800]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.3846664Z [00:04:14.800]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.3847544Z [00:04:14.800]➜  #include "..." search starts here:
2025-08-20T19:18:25.3848210Z [00:04:14.800]➜  #include <...> search starts here:
2025-08-20T19:18:25.3848748Z [00:04:14.800]➜   .
2025-08-20T19:18:25.3849327Z [00:04:14.800]➜  
2025-08-20T19:18:25.3849720Z [00:04:14.800]➜   ../lib
2025-08-20T19:18:25.3850157Z [00:04:14.800]➜   ..
2025-08-20T19:18:25.3850687Z [00:04:14.800]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.3851288Z [00:04:14.800]➜   /usr/local/include
2025-08-20T19:18:25.3851905Z [00:04:14.800]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.3852509Z [00:04:14.800]➜   /usr/include
2025-08-20T19:18:25.3853026Z [00:04:14.800]➜  End of search list.
2025-08-20T19:18:25.3853577Z [00:04:14.801]➜   (in-process)
2025-08-20T19:18:25.3866046Z [00:04:14.804]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o bench_sha384-bench-sha384.o -x c bench-sha384.c
2025-08-20T19:18:25.3877681Z [00:04:14.804]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.3879234Z [00:04:14.804]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.3880311Z [00:04:14.804]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.3881077Z [00:04:14.804]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.3881688Z [00:04:14.804]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.3882372Z [00:04:14.804]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.3883050Z [00:04:14.804]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.3883765Z [00:04:14.804]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.3884594Z [00:04:14.804]➜  #include "..." search starts here:
2025-08-20T19:18:25.3885207Z [00:04:14.804]➜  #include <...> search starts here:
2025-08-20T19:18:25.3885762Z [00:04:14.804]➜   .
2025-08-20T19:18:25.3886163Z [00:04:14.804]➜   ../lib
2025-08-20T19:18:25.3886598Z [00:04:14.804]➜   ..
2025-08-20T19:18:25.3887128Z [00:04:14.804]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.3887940Z [00:04:14.804]➜   /usr/local/include
2025-08-20T19:18:25.3888536Z [00:04:14.804]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.3889114Z [00:04:14.804]➜   /usr/include
2025-08-20T19:18:25.3889603Z [00:04:14.804]➜  End of search list.
2025-08-20T19:18:25.4131002Z [00:04:14.835]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.4136223Z [00:04:14.835]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.4139267Z [00:04:14.835]➜  Thread model: posix
2025-08-20T19:18:25.4141266Z [00:04:14.835]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.4143504Z [00:04:14.835]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.4146749Z [00:04:14.835]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.4147945Z [00:04:14.835]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.4148543Z [00:04:14.836]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.4149108Z [00:04:14.836]➜   (in-process)
2025-08-20T19:18:25.4164251Z [00:04:14.837]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o locale.o -x c locale.c
2025-08-20T19:18:25.4190440Z [00:04:14.841]➜  clang -cc1 version 19.1.7  CC       test-localcharset.o
2025-08-20T19:18:25.4202879Z [00:04:14.841]➜   based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.4204112Z [00:04:14.841]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.4204957Z [00:04:14.841]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.4207004Z [00:04:14.841]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.4207797Z [00:04:14.842]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.4208379Z [00:04:14.842]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.4208976Z [00:04:14.842]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.4209577Z [00:04:14.842]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.4210132Z [00:04:14.842]➜  #include "..." search starts here:
2025-08-20T19:18:25.4210661Z [00:04:14.842]➜  #include <...> search starts here:
2025-08-20T19:18:25.4211279Z [00:04:14.842]➜   .
2025-08-20T19:18:25.4211615Z [00:04:14.842]➜   ../lib
2025-08-20T19:18:25.4211999Z [00:04:14.842]➜   ..
2025-08-20T19:18:25.4212464Z [00:04:14.842]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.4213001Z [00:04:14.842]➜   /usr/local/include
2025-08-20T19:18:25.4213494Z [00:04:14.842]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.4213994Z [00:04:14.842]➜   /usr/include
2025-08-20T19:18:25.4214447Z [00:04:14.842]➜  End of search list.
2025-08-20T19:18:25.4399478Z [00:04:14.861]➜    CC       glthread/thread.o
2025-08-20T19:18:25.4607669Z [00:04:14.881]➜    CC       unistr/u32-set.o
2025-08-20T19:18:25.4655307Z [00:04:14.885]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.4656476Z [00:04:14.885]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.4658409Z [00:04:14.885]➜  Thread model: posix
2025-08-20T19:18:25.4659029Z [00:04:14.885]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.4659853Z [00:04:14.885]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.4660793Z [00:04:14.885]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.4661513Z [00:04:14.885]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.4662071Z [00:04:14.885]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.4662577Z [00:04:14.886]➜   (in-process)
2025-08-20T19:18:25.4674692Z [00:04:14.887]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o test-localcharset.o -x c test-localcharset.c
2025-08-20T19:18:25.4696524Z [00:04:14.888]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.4697524Z [00:04:14.888]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.4698131Z [00:04:14.888]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.4698662Z [00:04:14.888]➜  Thread model: posix
2025-08-20T19:18:25.4699253Z [00:04:14.888]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.4700251Z [00:04:14.888]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.4701190Z [00:04:14.888]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.4701889Z [00:04:14.888]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.4702435Z [00:04:14.888]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.4703431Z [00:04:14.888]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.4704430Z [00:04:14.889]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.4705192Z [00:04:14.889]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.4705821Z [00:04:14.889]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.4706440Z [00:04:14.889]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.4707099Z [00:04:14.889]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.4707960Z [00:04:14.889]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.4708610Z [00:04:14.889]➜  #include "..." search starts here:
2025-08-20T19:18:25.4709217Z [00:04:14.889]➜  #include <...> search starts here:
2025-08-20T19:18:25.4709728Z [00:04:14.889]➜   .
2025-08-20T19:18:25.4710106Z [00:04:14.889]➜   ../lib
2025-08-20T19:18:25.4710505Z [00:04:14.889]➜   ..
2025-08-20T19:18:25.4711010Z [00:04:14.889]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.4711597Z [00:04:14.889]➜   /usr/local/include
2025-08-20T19:18:25.4712153Z [00:04:14.889]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.4712693Z [00:04:14.889]➜   /usr/include
2025-08-20T19:18:25.4713173Z [00:04:14.889]➜  End of search list.
2025-08-20T19:18:25.4713680Z [00:04:14.889]➜   (in-process)
2025-08-20T19:18:25.4725891Z [00:04:14.889]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o glthread/thread.o -x c glthread/thread.c
2025-08-20T19:18:25.4736854Z [00:04:14.890]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.4753668Z [00:04:14.890]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.4754824Z [00:04:14.890]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.4755556Z [00:04:14.890]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.4756235Z [00:04:14.890]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.4756923Z [00:04:14.890]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.4758008Z [00:04:14.890]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.4758773Z [00:04:14.890]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.4759465Z [00:04:14.890]➜  #include "..." search starts here:
2025-08-20T19:18:25.4760132Z [00:04:14.890]➜  #include <...> search starts here:
2025-08-20T19:18:25.4760708Z [00:04:14.890]➜   .
2025-08-20T19:18:25.4761131Z [00:04:14.890]➜   ../lib
2025-08-20T19:18:25.4761564Z [00:04:14.890]➜   ..
2025-08-20T19:18:25.4762103Z [00:04:14.890]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.4762712Z [00:04:14.890]➜   /usr/local/include
2025-08-20T19:18:25.4763504Z [00:04:14.890]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.4764103Z [00:04:14.890]➜   /usr/include
2025-08-20T19:18:25.4764611Z [00:04:14.890]➜  End of search list.
2025-08-20T19:18:25.4913285Z [00:04:14.913]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.4917635Z [00:04:14.913]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.4919549Z [00:04:14.913]➜  Thread model: posix
2025-08-20T19:18:25.4922230Z [00:04:14.913]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.4928752Z [00:04:14.914]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.4943600Z [00:04:14.914]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.4944342Z [00:04:14.914]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.4944879Z [00:04:14.914]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.4945392Z [00:04:14.914]➜   (in-process)
2025-08-20T19:18:25.4956683Z [00:04:14.914]➜   "/usr/lib/llvm-19/bin/clang" -cc1 -triple x86_64-pc-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=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests -v -v -fcoverage-compilation-dir=/tmp/tmp.v1mYRSoJdQ/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/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-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 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o unistr/u32-set.o -x c unistr/u32-set.c
2025-08-20T19:18:25.4967685Z [00:04:14.914]➜  clang -cc1 version 19.1.7 based upon LLVM 19.1.7 default target x86_64-pc-linux-gnu
2025-08-20T19:18:25.4968941Z [00:04:14.915]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-20T19:18:25.4969929Z [00:04:14.915]➜  ignoring nonexistent directory "/include"
2025-08-20T19:18:25.4970553Z [00:04:14.915]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.4971154Z [00:04:14.915]➜  ignoring duplicate directory "."
2025-08-20T19:18:25.4971768Z [00:04:14.915]➜  ignoring duplicate directory "./.."
2025-08-20T19:18:25.4972387Z [00:04:14.915]➜  ignoring duplicate directory "../lib"
2025-08-20T19:18:25.4973015Z [00:04:14.915]➜  ignoring duplicate directory "./../lib"
2025-08-20T19:18:25.4973570Z [00:04:14.915]➜  #include "..." search starts here:
2025-08-20T19:18:25.4974227Z [00:04:14.915]➜  #include <...> search starts here:
2025-08-20T19:18:25.4974675Z [00:04:14.915]➜   .
2025-08-20T19:18:25.4974997Z [00:04:14.915]➜   ../lib
2025-08-20T19:18:25.4975348Z [00:04:14.915]➜   ..
2025-08-20T19:18:25.4975786Z [00:04:14.915]➜   /usr/lib/llvm-19/lib/clang/19/include
2025-08-20T19:18:25.4976297Z [00:04:14.915]➜   /usr/local/include
2025-08-20T19:18:25.4976805Z [00:04:14.915]➜   /usr/include/x86_64-linux-gnu
2025-08-20T19:18:25.4977456Z [00:04:14.915]➜   /usr/include
2025-08-20T19:18:25.4977904Z [00:04:14.915]➜  End of search list.
2025-08-20T19:18:25.5252676Z [00:04:14.947]➜    AR       libtests.a
2025-08-20T19:18:25.5682010Z [00:04:14.990]➜    CCLD     bench-crc
2025-08-20T19:18:25.5682613Z [00:04:14.990]➜    CCLD     bench-sha1
2025-08-20T19:18:25.5738311Z [00:04:14.994]➜    CCLD     bench-md5
2025-08-20T19:18:25.5738938Z [00:04:14.994]➜    CCLD     bench-sha224
2025-08-20T19:18:25.5769357Z [00:04:14.999]➜    CCLD     bench-sha256
2025-08-20T19:18:25.5887741Z [00:04:15.010]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.5888796Z [00:04:15.010]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.5889511Z [00:04:15.010]➜  Thread model: posix
2025-08-20T19:18:25.5890742Z [00:04:15.010]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.5891989Z [00:04:15.010]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.5893140Z [00:04:15.010]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.5894077Z [00:04:15.010]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.5895993Z [00:04:15.010]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.5908961Z [00:04:15.012]➜   "/usr/bin/mold" --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -static -pie --no-dynamic-linker -z text -o bench-crc /lib/x86_64-linux-gnu/rcrt1.o /lib/x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/14 -L/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=x86-64 -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/x86_64-linux-gnu/14/crtendS.o /lib/x86_64-linux-gnu/crtn.o
2025-08-20T19:18:25.5923387Z [00:04:15.014]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.5931396Z [00:04:15.015]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.5939150Z [00:04:15.015]➜  Thread model: posix
2025-08-20T19:18:25.5944674Z [00:04:15.016]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.5947870Z [00:04:15.016]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.5953465Z [00:04:15.016]➜  Thread model: posix
2025-08-20T19:18:25.5954062Z [00:04:15.016]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.5955443Z [00:04:15.016]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.5956860Z [00:04:15.016]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.5958088Z [00:04:15.016]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.5959361Z [00:04:15.016]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.5962646Z [00:04:15.017]➜   "/usr/bin/mold" --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -static -pie --no-dynamic-linker -z text -o bench-md5 /lib/x86_64-linux-gnu/rcrt1.o /lib/x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/14 -L/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 Debian clang version 19.1.7 (3+b2)-L/usr/lib/x86_64-linux-gnu
2025-08-20T19:18:25.5965598Z [00:04:15.017]➜   Target: -L/usr/lib/../lib64x86_64-pc-linux-gnu 
2025-08-20T19:18:25.5966597Z [00:04:15.017]➜  -L/libThread model:  posix-L/usr/lib
2025-08-20T19:18:25.5967794Z [00:04:15.017]➜   InstalledDir: -plugin/usr/lib/llvm-19/bin 
2025-08-20T19:18:25.5973587Z [00:04:15.017]➜  /usr/lib/llvm-19/bin/../lib/LLVMgold.so Found candidate GCC installation: -plugin-opt=mcpu=x86-64/usr/lib/gcc/x86_64-linux-gnu/14 
2025-08-20T19:18:25.5975080Z [00:04:15.017]➜  -plugin-opt=O2 Selected GCC installation: --Bstatic/usr/lib/gcc/x86_64-linux-gnu/14 
2025-08-20T19:18:25.5976232Z [00:04:15.017]➜  --build-id=noneCandidate multilib:  .--no-dynamic-linker; @--no-fatal-warningsm64 
2025-08-20T19:18:25.5977527Z [00:04:15.017]➜  --staticSelected multilib:  .--stats; @--strip-allm64 
2025-08-20T19:18:25.5979765Z [00:04:15.017]➜  -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/x86_64-linux-gnu/14/crtendS.o /lib/x86_64-linux-gnu/crtn.o
2025-08-20T19:18:25.5998605Z [00:04:15.021]➜   "/usr/bin/mold" --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -static -pie --no-dynamic-linker -z text -o bench-sha1 /lib/x86_64-linux-gnu/rcrt1.o /lib/x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/14 -L/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=x86-64 -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/x86_64-linux-gnu/14/crtendS.o /lib/x86_64-linux-gnu/crtn.o
2025-08-20T19:18:25.6004975Z [00:04:15.021]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.6005786Z [00:04:15.021]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.6006679Z [00:04:15.021]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.6007537Z [00:04:15.021]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.6008060Z [00:04:15.021]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.6014067Z [00:04:15.021]➜   "/usr/bin/mold" --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -static -pie --no-dynamic-linker -z text -o bench-sha224 /lib/x86_64-linux-gnu/rcrt1.o /lib/x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/14 -L/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=x86-64 -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/x86_64-linux-gnu/14/crtendS.o /lib/x86_64-linux-gnu/crtn.o
2025-08-20T19:18:25.6053991Z [00:04:15.027]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.6058033Z [00:04:15.027]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.6058616Z [00:04:15.027]➜  Thread model: posix
2025-08-20T19:18:25.6059198Z [00:04:15.027]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.6060030Z [00:04:15.027]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.6064642Z [00:04:15.028]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.6069542Z [00:04:15.028]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.6070151Z [00:04:15.028]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.6076443Z [00:04:15.028]➜   "/usr/bin/mold" --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -static -pie --no-dynamic-linker -z text -o bench-sha256 /lib/x86_64-linux-gnu/rcrt1.o /lib/x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/14 -L/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=x86-64 -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/x86_64-linux-gnu/14/crtendS.o /lib/x86_64-linux-gnu/crtn.o
2025-08-20T19:18:25.7837512Z [00:04:15.205]➜        reloc_nonalloc=0
2025-08-20T19:18:25.7839189Z [00:04:15.205]➜              num_dsos=0
2025-08-20T19:18:25.7841395Z [00:04:15.205]➜       num_unique_cies=5
2025-08-20T19:18:25.7843210Z [00:04:15.205]➜               comdats=10
2025-08-20T19:18:25.7843744Z [00:04:15.205]➜    removed_comdat_mem=18
2025-08-20T19:18:25.7844265Z [00:04:15.205]➜         output_chunks=45
2025-08-20T19:18:25.7844780Z [00:04:15.205]➜              num_cies=416
2025-08-20T19:18:25.7845291Z [00:04:15.205]➜              num_objs=448
2025-08-20T19:18:25.7845796Z [00:04:15.205]➜       parsed_lto_objs=719
2025-08-20T19:18:25.7846317Z [00:04:15.205]➜        merged_strings=1100
2025-08-20T19:18:25.7846828Z [00:04:15.205]➜              num_fdes=1103
2025-08-20T19:18:25.7847533Z [00:04:15.205]➜          defined_syms=1897
2025-08-20T19:18:25.7848043Z [00:04:15.205]➜           parsed_objs=2524
2025-08-20T19:18:25.7848769Z [00:04:15.205]➜      string_fragments=2580
2025-08-20T19:18:25.7849279Z [00:04:15.205]➜        undefined_syms=4253
2025-08-20T19:18:25.7849785Z [00:04:15.205]➜        input_sections=5364
2025-08-20T19:18:25.7850295Z [00:04:15.205]➜           reloc_alloc=10922
2025-08-20T19:18:25.7850842Z [00:04:15.205]➜      regular_sections=11459
2025-08-20T19:18:25.7851368Z [00:04:15.205]➜              all_syms=29711
2025-08-20T19:18:25.7851910Z [00:04:15.205]➜     total_input_bytes=33357766
2025-08-20T19:18:25.7852515Z [00:04:15.205]➜  .rodata.cst4 estimation=1628 actual=4
2025-08-20T19:18:25.7853158Z [00:04:15.205]➜  .rodata.cst32 estimation=1628 actual=3
2025-08-20T19:18:25.7853780Z [00:04:15.205]➜  .comment estimation=1627 actual=4
2025-08-20T19:18:25.7854407Z [00:04:15.205]➜  .rodata.cst8 estimation=1642 actual=31
2025-08-20T19:18:25.7855047Z [00:04:15.205]➜  .rodata.cst16 estimation=1634 actual=16
2025-08-20T19:18:25.7855719Z [00:04:15.205]➜  .rodata.str1.1 estimation=1953 actual=576
2025-08-20T19:18:25.7856526Z [00:04:15.205]➜  rodata.cst32 estimation=1627 actual=3
2025-08-20T19:18:25.7858285Z [00:04:15.205]➜  .rodata.str1.8 estimation=1791 actual=302
2025-08-20T19:18:25.7859010Z [00:04:15.205]➜  .rodata.str1.16 estimation=1669 actual=81
2025-08-20T19:18:25.7859657Z [00:04:15.205]➜  .rodata.str4.4 estimation=1647 actual=41
2025-08-20T19:18:25.7860315Z [00:04:15.205]➜  .rodata.str1.32 estimation=1636 actual=21
2025-08-20T19:18:25.7860951Z [00:04:15.205]➜  .rodata.str4.8 estimation=1634 actual=16
2025-08-20T19:18:25.7861576Z [00:04:15.205]➜  .rodata.cst2 estimation=1627 actual=2
2025-08-20T19:18:25.7999041Z [00:04:15.221]➜    CCLD     bench-sha384
2025-08-20T19:18:25.8398522Z [00:04:15.261]➜        reloc_nonalloc=0
2025-08-20T19:18:25.8416184Z [00:04:15.261]➜              num_dsos=0
2025-08-20T19:18:25.8416780Z [00:04:15.261]➜       num_unique_cies=5
2025-08-20T19:18:25.8417528Z [00:04:15.261]➜               comdats=7
2025-08-20T19:18:25.8418062Z [00:04:15.261]➜    removed_comdat_mem=12
2025-08-20T19:18:25.8418635Z [00:04:15.261]➜         output_chunks=46
2025-08-20T19:18:25.8419157Z [00:04:15.261]➜              num_cies=416
2025-08-20T19:18:25.8419687Z [00:04:15.261]➜              num_objs=449
2025-08-20T19:18:25.8420221Z [00:04:15.261]➜       parsed_lto_objs=718
2025-08-20T19:18:25.8420938Z [00:04:15.261]➜        merged_strings=1077
2025-08-20T19:18:25.8421487Z [00:04:15.261]➜              num_fdes=1116
2025-08-20T19:18:25.8422014Z [00:04:15.261]➜          defined_syms=1858
2025-08-20T19:18:25.8422563Z [00:04:15.261]➜      string_fragments=2551
2025-08-20T19:18:25.8423103Z [00:04:15.261]➜           parsed_objs=3538
2025-08-20T19:18:25.8423625Z [00:04:15.261]➜        undefined_syms=4246
2025-08-20T19:18:25.8424139Z [00:04:15.261]➜        input_sections=5353
2025-08-20T19:18:25.8424671Z [00:04:15.261]➜           reloc_alloc=10546
2025-08-20T19:18:25.8425227Z [00:04:15.261]➜      regular_sections=17623
2025-08-20T19:18:25.8425919Z [00:04:15.261]➜              all_syms=77609
2025-08-20T19:18:25.8426485Z [00:04:15.261]➜     total_input_bytes=68323006
2025-08-20T19:18:25.8427115Z [00:04:15.261]➜  .rodata.str1.1 estimation=1953 actual=575
2025-08-20T19:18:25.8428059Z [00:04:15.261]➜  .rodata.str1.8 estimation=1791 actual=302
2025-08-20T19:18:25.8428710Z [00:04:15.261]➜  .rodata.cst4 estimation=1628 actual=4
2025-08-20T19:18:25.8429340Z [00:04:15.261]➜  .comment estimation=1627 actual=4
2025-08-20T19:18:25.8429971Z [00:04:15.261]➜  .rodata.cst16 estimation=1634 actual=16
2025-08-20T19:18:25.8430634Z [00:04:15.261]➜  .rodata.cst8 estimation=1630 actual=9
2025-08-20T19:18:25.8431286Z [00:04:15.261]➜  .rodata.str1.16 estimation=1669 actual=81
2025-08-20T19:18:25.8431937Z [00:04:15.261]➜  .rodata.str1.32 estimation=1636 actual=21
2025-08-20T19:18:25.8432578Z [00:04:15.261]➜  .rodata.cst2 estimation=1627 actual=2
2025-08-20T19:18:25.8433233Z [00:04:15.261]➜  .rodata.str4.4 estimation=1647 actual=41
2025-08-20T19:18:25.8433893Z [00:04:15.261]➜  .rodata.str4.8 estimation=1634 actual=16
2025-08-20T19:18:25.8434696Z [00:04:15.261]➜  .rodata.cst32 estimation=1628 actual=3
2025-08-20T19:18:25.8435339Z [00:04:15.261]➜  rodata.cst32 estimation=1627 actual=3
2025-08-20T19:18:25.8555142Z [00:04:15.277]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.8558468Z [00:04:15.277]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.8559053Z [00:04:15.277]➜  Thread model: posix
2025-08-20T19:18:25.8559615Z [00:04:15.277]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.8560367Z [00:04:15.277]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.8561288Z [00:04:15.277]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.8564623Z [00:04:15.277]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.8565234Z [00:04:15.277]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.8588784Z [00:04:15.280]➜   "/usr/bin/mold" --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -static -pie --no-dynamic-linker -z text -o bench-sha384 /lib/x86_64-linux-gnu/rcrt1.o /lib/x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/14 -L/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=x86-64 -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/x86_64-linux-gnu/14/crtendS.o /lib/x86_64-linux-gnu/crtn.o
2025-08-20T19:18:25.8596110Z [00:04:15.280]➜    CCLD     bench-sha512
2025-08-20T19:18:25.8909254Z [00:04:15.312]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:25.8910272Z [00:04:15.312]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:25.8914682Z [00:04:15.312]➜  Thread model: posix
2025-08-20T19:18:25.8915653Z [00:04:15.312]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:25.8916817Z [00:04:15.313]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.8918134Z [00:04:15.313]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:25.8926209Z [00:04:15.314]➜  Candidate multilib: .;@m64
2025-08-20T19:18:25.8930584Z [00:04:15.314]➜  Selected multilib: .;@m64
2025-08-20T19:18:25.8936944Z [00:04:15.314]➜   "/usr/bin/mold" --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -static -pie --no-dynamic-linker -z text -o bench-sha512 /lib/x86_64-linux-gnu/rcrt1.o /lib/x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/14 -L/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=x86-64 -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/x86_64-linux-gnu/14/crtendS.o /lib/x86_64-linux-gnu/crtn.o
2025-08-20T19:18:26.0993044Z [00:04:15.521]➜        reloc_nonalloc=0
2025-08-20T19:18:26.0997434Z [00:04:15.521]➜              num_dsos=0
2025-08-20T19:18:26.1004355Z [00:04:15.521]➜       num_unique_cies=5
2025-08-20T19:18:26.1004913Z [00:04:15.521]➜               comdats=7
2025-08-20T19:18:26.1005438Z [00:04:15.521]➜    removed_comdat_mem=12
2025-08-20T19:18:26.1005983Z [00:04:15.521]➜         output_chunks=45
2025-08-20T19:18:26.1006516Z [00:04:15.521]➜              num_cies=410
2025-08-20T19:18:26.1007045Z [00:04:15.521]➜              num_objs=443
2025-08-20T19:18:26.1007795Z [00:04:15.521]➜       parsed_lto_objs=718
2025-08-20T19:18:26.1008596Z [00:04:15.521]➜        merged_strings=1078
2025-08-20T19:18:26.1009157Z [00:04:15.521]➜              num_fdes=1092
2025-08-20T19:18:26.1009692Z [00:04:15.521]➜          defined_syms=1849
2025-08-20T19:18:26.1010231Z [00:04:15.521]➜      string_fragments=2553
2025-08-20T19:18:26.1010764Z [00:04:15.521]➜           parsed_objs=3538
2025-08-20T19:18:26.1011308Z [00:04:15.521]➜        undefined_syms=4205
2025-08-20T19:18:26.1011852Z [00:04:15.521]➜        input_sections=5280
2025-08-20T19:18:26.1012393Z [00:04:15.521]➜           reloc_alloc=10524
2025-08-20T19:18:26.1012952Z [00:04:15.521]➜      regular_sections=17626
2025-08-20T19:18:26.1013520Z [00:04:15.521]➜              all_syms=77615
2025-08-20T19:18:26.1014079Z [00:04:15.521]➜     total_input_bytes=68328702
2025-08-20T19:18:26.1014703Z [00:04:15.521]➜  .rodata.cst32 estimation=1628 actual=3
2025-08-20T19:18:26.1015335Z [00:04:15.521]➜  .rodata.cst4 estimation=1628 actual=5
2025-08-20T19:18:26.1015978Z [00:04:15.521]➜  rodata.cst32 estimation=1627 actual=3
2025-08-20T19:18:26.1016754Z [00:04:15.521]➜  .comment estimation=1627 actual=4
2025-08-20T19:18:26.1027953Z [00:04:15.521]➜  .rodata.cst16 estimation=1634 actual=17
2025-08-20T19:18:26.1028680Z [00:04:15.521]➜  .rodata.str1.1 estimation=1952 actual=574
2025-08-20T19:18:26.1029366Z [00:04:15.521]➜  .rodata.cst8 estimation=1630 actual=9
2025-08-20T19:18:26.1030062Z [00:04:15.521]➜  .rodata.str1.8 estimation=1791 actual=302
2025-08-20T19:18:26.1030751Z [00:04:15.521]➜  .rodata.str1.16 estimation=1669 actual=81
2025-08-20T19:18:26.1031420Z [00:04:15.521]➜  .rodata.str1.32 estimation=1636 actual=21
2025-08-20T19:18:26.1032071Z [00:04:15.521]➜  .rodata.cst2 estimation=1627 actual=2
2025-08-20T19:18:26.1032725Z [00:04:15.521]➜  .rodata.str4.4 estimation=1647 actual=41
2025-08-20T19:18:26.1033407Z [00:04:15.521]➜  .rodata.str4.8 estimation=1634 actual=16
2025-08-20T19:18:26.1277913Z [00:04:15.549]➜    CCLD     current-locale
2025-08-20T19:18:26.1741819Z [00:04:15.595]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:26.1742613Z [00:04:15.595]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:26.1743159Z [00:04:15.595]➜  Thread model: posix
2025-08-20T19:18:26.1743706Z [00:04:15.595]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:26.1744530Z [00:04:15.595]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:26.1745661Z [00:04:15.596]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:26.1746433Z [00:04:15.596]➜  Candidate multilib: .;@m64
2025-08-20T19:18:26.1746989Z [00:04:15.596]➜  Selected multilib: .;@m64
2025-08-20T19:18:26.1761410Z [00:04:15.597]➜   "/usr/bin/mold" --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -static -pie --no-dynamic-linker -z text -o current-locale /lib/x86_64-linux-gnu/rcrt1.o /lib/x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/14 -L/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=x86-64 -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/x86_64-linux-gnu/14/crtendS.o /lib/x86_64-linux-gnu/crtn.o
2025-08-20T19:18:26.3323402Z [00:04:15.754]➜        reloc_nonalloc=0
2025-08-20T19:18:26.3349332Z [00:04:15.754]➜              num_dsos=0
2025-08-20T19:18:26.3349918Z [00:04:15.754]➜       num_unique_cies=5
2025-08-20T19:18:26.3350429Z [00:04:15.754]➜               comdats=7
2025-08-20T19:18:26.3350953Z [00:04:15.754]➜    removed_comdat_mem=12
2025-08-20T19:18:26.3351501Z [00:04:15.754]➜         output_chunks=45
2025-08-20T19:18:26.3352036Z [00:04:15.754]➜              num_cies=405
2025-08-20T19:18:26.3352583Z [00:04:15.754]➜              num_objs=438
2025-08-20T19:18:26.3353338Z [00:04:15.754]➜       parsed_lto_objs=718
2025-08-20T19:18:26.3353887Z [00:04:15.754]➜        merged_strings=1082
2025-08-20T19:18:26.3354425Z [00:04:15.754]➜              num_fdes=1086
2025-08-20T19:18:26.3354947Z [00:04:15.754]➜          defined_syms=1848
2025-08-20T19:18:26.3355459Z [00:04:15.754]➜           parsed_objs=2524
2025-08-20T19:18:26.3355994Z [00:04:15.754]➜      string_fragments=2559
2025-08-20T19:18:26.3356531Z [00:04:15.754]➜        undefined_syms=4182
2025-08-20T19:18:26.3357063Z [00:04:15.754]➜        input_sections=5220
2025-08-20T19:18:26.3357805Z [00:04:15.754]➜           reloc_alloc=10523
2025-08-20T19:18:26.3358339Z [00:04:15.754]➜      regular_sections=11451
2025-08-20T19:18:26.3358870Z [00:04:15.754]➜              all_syms=29680
2025-08-20T19:18:26.3359429Z [00:04:15.754]➜     total_input_bytes=33334934
2025-08-20T19:18:26.3360067Z [00:04:15.754]➜  .rodata.cst4 estimation=1628 actual=4
2025-08-20T19:18:26.3360709Z [00:04:15.754]➜  .comment estimation=1627 actual=4
2025-08-20T19:18:26.3361483Z [00:04:15.754]➜  .rodata.cst8 estimation=1630 actual=8
2025-08-20T19:18:26.3362174Z [00:04:15.754]➜  .rodata.cst16 estimation=1632 actual=12
2025-08-20T19:18:26.3362854Z [00:04:15.754]➜  .rodata.str1.1 estimation=1957 actual=585
2025-08-20T19:18:26.3363510Z [00:04:15.754]➜  .rodata.str1.8 estimation=1791 actual=302
2025-08-20T19:18:26.3364159Z [00:04:15.754]➜  .rodata.str1.16 estimation=1669 actual=81
2025-08-20T19:18:26.3364830Z [00:04:15.754]➜  .rodata.str1.32 estimation=1636 actual=21
2025-08-20T19:18:26.3365477Z [00:04:15.754]➜  .rodata.cst2 estimation=1627 actual=2
2025-08-20T19:18:26.3366118Z [00:04:15.754]➜  .rodata.str4.4 estimation=1647 actual=41
2025-08-20T19:18:26.3366759Z [00:04:15.754]➜  .rodata.str4.8 estimation=1634 actual=16
2025-08-20T19:18:26.3367616Z [00:04:15.754]➜  .rodata.cst32 estimation=1628 actual=3
2025-08-20T19:18:26.3368280Z [00:04:15.754]➜  rodata.cst32 estimation=1627 actual=3
2025-08-20T19:18:26.3537371Z [00:04:15.775]➜    CCLD     test-localcharset
2025-08-20T19:18:26.3973985Z [00:04:15.819]➜  Debian clang version 19.1.7 (3+b2)
2025-08-20T19:18:26.3975225Z [00:04:15.819]➜  Target: x86_64-pc-linux-gnu
2025-08-20T19:18:26.3977486Z [00:04:15.819]➜  Thread model: posix
2025-08-20T19:18:26.3978458Z [00:04:15.819]➜  InstalledDir: /usr/lib/llvm-19/bin
2025-08-20T19:18:26.3981592Z [00:04:15.819]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:26.3982568Z [00:04:15.819]➜  Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
2025-08-20T19:18:26.3983273Z [00:04:15.819]➜  Candidate multilib: .;@m64
2025-08-20T19:18:26.3983822Z [00:04:15.819]➜  Selected multilib: .;@m64
2025-08-20T19:18:26.3989910Z [00:04:15.820]➜   "/usr/bin/mold" --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -static -pie --no-dynamic-linker -z text -o test-localcharset /lib/x86_64-linux-gnu/rcrt1.o /lib/x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/14/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/14 -L/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/lib -L/usr/lib -plugin /usr/lib/llvm-19/bin/../lib/LLVMgold.so -plugin-opt=mcpu=x86-64 -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/x86_64-linux-gnu/14/crtendS.o /lib/x86_64-linux-gnu/crtn.o
2025-08-20T19:18:26.4995285Z [00:04:15.921]➜        reloc_nonalloc=0
2025-08-20T19:18:26.5009573Z [00:04:15.921]➜              num_dsos=0
2025-08-20T19:18:26.5010131Z [00:04:15.921]➜       num_unique_cies=5
2025-08-20T19:18:26.5010670Z [00:04:15.921]➜               comdats=7
2025-08-20T19:18:26.5011194Z [00:04:15.921]➜    removed_comdat_mem=12
2025-08-20T19:18:26.5011751Z [00:04:15.921]➜         output_chunks=45
2025-08-20T19:18:26.5012263Z [00:04:15.921]➜              num_cies=410
2025-08-20T19:18:26.5012996Z [00:04:15.921]➜              num_objs=443
2025-08-20T19:18:26.5013512Z [00:04:15.921]➜       parsed_lto_objs=718
2025-08-20T19:18:26.5014039Z [00:04:15.921]➜        merged_strings=1077
2025-08-20T19:18:26.5014571Z [00:04:15.921]➜              num_fdes=1092
2025-08-20T19:18:26.5015112Z [00:04:15.921]➜          defined_syms=1849
2025-08-20T19:18:26.5015670Z [00:04:15.921]➜      string_fragments=2553
2025-08-20T19:18:26.5016207Z [00:04:15.921]➜           parsed_objs=3538
2025-08-20T19:18:26.5016739Z [00:04:15.921]➜        undefined_syms=4205
2025-08-20T19:18:26.5017493Z [00:04:15.921]➜        input_sections=5279
2025-08-20T19:18:26.5018107Z [00:04:15.921]➜           reloc_alloc=10524
2025-08-20T19:18:26.5018678Z [00:04:15.921]➜      regular_sections=17625
2025-08-20T19:18:26.5028788Z [00:04:15.921]➜              all_syms=77615
2025-08-20T19:18:26.5029553Z [00:04:15.921]➜     total_input_bytes=68335030
2025-08-20T19:18:26.5030148Z [00:04:15.921]➜  .rodata.cst4 estimation=1628 actual=4
2025-08-20T19:18:26.5030938Z [00:04:15.921]➜  .rodata.cst32 estimation=1628 actual=3
2025-08-20T19:18:26.5031536Z [00:04:15.921]➜  .comment estimation=1627 actual=4
2025-08-20T19:18:26.5032132Z [00:04:15.921]➜  .rodata.cst8 estimation=1630 actual=9
2025-08-20T19:18:26.5032724Z [00:04:15.921]➜  rodata.cst32 estimation=1627 actual=3
2025-08-20T19:18:26.5033341Z [00:04:15.921]➜  .rodata.cst16 estimation=1634 actual=17
2025-08-20T19:18:26.5033965Z [00:04:15.921]➜  .rodata.str1.1 estimation=1952 actual=574
2025-08-20T19:18:26.5034596Z [00:04:15.921]➜  .rodata.str1.8 estimation=1791 actual=302
2025-08-20T19:18:26.5035210Z [00:04:15.921]➜  .rodata.str1.16 estimation=1669 actual=81
2025-08-20T19:18:26.5035822Z [00:04:15.921]➜  .rodata.str4.4 estimation=1647 actual=41
2025-08-20T19:18:26.5036419Z [00:04:15.921]➜  .rodata.cst2 estimation=1627 actual=2
2025-08-20T19:18:26.5037024Z [00:04:15.921]➜  .rodata.str1.32 estimation=1636 actual=21
2025-08-20T19:18:26.5037850Z [00:04:15.921]➜  .rodata.str4.8 estimation=1634 actual=16
2025-08-20T19:18:26.5487528Z [00:04:15.970]➜        reloc_nonalloc=0
2025-08-20T19:18:26.5488527Z [00:04:15.970]➜              num_dsos=0
2025-08-20T19:18:26.5489117Z [00:04:15.970]➜       num_unique_cies=5
2025-08-20T19:18:26.5491606Z [00:04:15.970]➜               comdats=7
2025-08-20T19:18:26.5492222Z [00:04:15.970]➜    removed_comdat_mem=12
2025-08-20T19:18:26.5492696Z [00:04:15.970]➜         output_chunks=45
2025-08-20T19:18:26.5493146Z [00:04:15.970]➜              num_cies=410
2025-08-20T19:18:26.5493594Z [00:04:15.970]➜              num_objs=443
2025-08-20T19:18:26.5494063Z [00:04:15.970]➜       parsed_lto_objs=718
2025-08-20T19:18:26.5494554Z [00:04:15.970]➜        merged_strings=1077
2025-08-20T19:18:26.5495040Z [00:04:15.970]➜              num_fdes=1092
2025-08-20T19:18:26.5495530Z [00:04:15.970]➜          defined_syms=1849
2025-08-20T19:18:26.5496021Z [00:04:15.970]➜      string_fragments=2553
2025-08-20T19:18:26.5496639Z [00:04:15.970]➜           parsed_objs=3538
2025-08-20T19:18:26.5497318Z [00:04:15.970]➜        undefined_syms=4205
2025-08-20T19:18:26.5497836Z [00:04:15.970]➜        input_sections=5279
2025-08-20T19:18:26.5498347Z [00:04:15.970]➜           reloc_alloc=10524
2025-08-20T19:18:26.5498860Z [00:04:15.970]➜      regular_sections=17625
2025-08-20T19:18:26.5499369Z [00:04:15.970]➜              all_syms=77615
2025-08-20T19:18:26.5499905Z [00:04:15.970]➜     total_input_bytes=68335030
2025-08-20T19:18:26.5500502Z [00:04:15.970]➜  .rodata.cst32 estimation=1628 actual=3
2025-08-20T19:18:26.5501119Z [00:04:15.970]➜  rodata.cst32 estimation=1627 actual=3
2025-08-20T19:18:26.5501676Z [00:04:15.970]➜  .rodata.cst16 estimation=1634 actual=17
2025-08-20T19:18:26.5502278Z [00:04:15.970]➜  .rodata.str1.1 estimation=1952 actual=574
2025-08-20T19:18:26.5502885Z [00:04:15.970]➜  .rodata.str1.8 estimation=1791 actual=302
2025-08-20T19:18:26.5503485Z [00:04:15.970]➜  .rodata.str1.16 estimation=1669 actual=81
2025-08-20T19:18:26.5504093Z [00:04:15.970]➜  .rodata.cst4 estimation=1628 actual=4
2025-08-20T19:18:26.5504812Z [00:04:15.970]➜  .rodata.cst2 estimation=1627 actual=2
2025-08-20T19:18:26.5505414Z [00:04:15.970]➜  .rodata.str1.32 estimation=1636 actual=21
2025-08-20T19:18:26.5505998Z [00:04:15.970]➜  .comment estimation=1627 actual=4
2025-08-20T19:18:26.5506566Z [00:04:15.970]➜  .rodata.cst8 estimation=1630 actual=9
2025-08-20T19:18:26.5507318Z [00:04:15.970]➜  .rodata.str4.4 estimation=1647 actual=41
2025-08-20T19:18:26.5507945Z [00:04:15.970]➜  .rodata.str4.8 estimation=1634 actual=16
2025-08-20T19:18:26.5523404Z [00:04:15.973]➜        reloc_nonalloc=0
2025-08-20T19:18:26.5528746Z [00:04:15.973]➜              num_dsos=0
2025-08-20T19:18:26.5529247Z [00:04:15.973]➜       num_unique_cies=5
2025-08-20T19:18:26.5529733Z [00:04:15.973]➜               comdats=7
2025-08-20T19:18:26.5530219Z [00:04:15.973]➜    removed_comdat_mem=12
2025-08-20T19:18:26.5530723Z [00:04:15.973]➜         output_chunks=45
2025-08-20T19:18:26.5532337Z [00:04:15.973]➜              num_cies=407
2025-08-20T19:18:26.5533990Z [00:04:15.973]➜              num_objs=450
2025-08-20T19:18:26.5535525Z [00:04:15.973]➜       parsed_lto_objs=718
2025-08-20T19:18:26.5536145Z [00:04:15.973]➜        merged_strings=1067
2025-08-20T19:18:26.5536746Z [00:04:15.973]➜              num_fdes=1088
2025-08-20T19:18:26.5537506Z [00:04:15.973]➜          defined_syms=1836
2025-08-20T19:18:26.5538241Z [00:04:15.973]➜           parsed_objs=2524
2025-08-20T19:18:26.5538851Z [00:04:15.973]➜      string_fragments=2546
2025-08-20T19:18:26.5539445Z [00:04:15.973]➜        undefined_syms=4242
2025-08-20T19:18:26.5541025Z [00:04:15.973]➜        input_sections=5345
2025-08-20T19:18:26.5541555Z [00:04:15.973]➜           reloc_alloc=10529
2025-08-20T19:18:26.5542067Z [00:04:15.973]➜      regular_sections=11450
2025-08-20T19:18:26.5542570Z [00:04:15.973]➜              all_syms=29662
2025-08-20T19:18:26.5543065Z [00:04:15.973]➜     total_input_bytes=33330762
2025-08-20T19:18:26.5543627Z [00:04:15.973]➜  .rodata.cst4 estimation=1628 actual=4
2025-08-20T19:18:26.5544206Z [00:04:15.973]➜  .comment estimation=1627 actual=4
2025-08-20T19:18:26.5544766Z [00:04:15.973]➜  .rodata.cst8 estimation=1630 actual=8
2025-08-20T19:18:26.5545394Z [00:04:15.973]➜  .rodata.cst16 estimation=1632 actual=12
2025-08-20T19:18:26.5546008Z [00:04:15.973]➜  .rodata.str1.1 estimation=1948 actual=570
2025-08-20T19:18:26.5546773Z [00:04:15.973]➜  .rodata.str1.8 estimation=1791 actual=302
2025-08-20T19:18:26.5550433Z [00:04:15.973]➜  .rodata.str1.16 estimation=1669 actual=81
2025-08-20T19:18:26.5551082Z [00:04:15.973]➜  .rodata.str1.32 estimation=1636 actual=21
2025-08-20T19:18:26.5551691Z [00:04:15.973]➜  .rodata.cst2 estimation=1627 actual=2
2025-08-20T19:18:26.5552304Z [00:04:15.973]➜  .rodata.str4.4 estimation=1647 actual=41
2025-08-20T19:18:26.5552897Z [00:04:15.973]➜  .rodata.str4.8 estimation=1634 actual=16
2025-08-20T19:18:26.5553459Z [00:04:15.973]➜  .rodata.cst32 estimation=1628 actual=3
2025-08-20T19:18:26.5554178Z [00:04:15.973]➜  rodata.cst32 estimation=1627 actual=3
2025-08-20T19:18:26.7971211Z [00:04:16.219]➜        reloc_nonalloc=0
2025-08-20T19:18:26.7972308Z [00:04:16.219]➜              num_dsos=0
2025-08-20T19:18:26.7972820Z [00:04:16.219]➜       num_unique_cies=5
2025-08-20T19:18:26.7973265Z [00:04:16.219]➜               comdats=7
2025-08-20T19:18:26.7973718Z [00:04:16.219]➜    removed_comdat_mem=12
2025-08-20T19:18:26.7974195Z [00:04:16.219]➜         output_chunks=45
2025-08-20T19:18:26.7974648Z [00:04:16.219]➜              num_cies=410
2025-08-20T19:18:26.7975119Z [00:04:16.219]➜              num_objs=443
2025-08-20T19:18:26.7975624Z [00:04:16.219]➜       parsed_lto_objs=718
2025-08-20T19:18:26.7976132Z [00:04:16.219]➜        merged_strings=1075
2025-08-20T19:18:26.7976591Z [00:04:16.219]➜              num_fdes=1092
2025-08-20T19:18:26.7977056Z [00:04:16.219]➜          defined_syms=1847
2025-08-20T19:18:26.7977764Z [00:04:16.219]➜      string_fragments=2551
2025-08-20T19:18:26.7978277Z [00:04:16.219]➜           parsed_objs=3538
2025-08-20T19:18:26.7978980Z [00:04:16.219]➜        undefined_syms=4205
2025-08-20T19:18:26.7979499Z [00:04:16.219]➜        input_sections=5279
2025-08-20T19:18:26.7980004Z [00:04:16.219]➜           reloc_alloc=10523
2025-08-20T19:18:26.7980539Z [00:04:16.219]➜      regular_sections=17625
2025-08-20T19:18:26.7981041Z [00:04:16.219]➜              all_syms=77613
2025-08-20T19:18:26.7981574Z [00:04:16.219]➜     total_input_bytes=68340078
2025-08-20T19:18:26.7982168Z [00:04:16.219]➜  .rodata.cst4 estimation=1628 actual=4
2025-08-20T19:18:26.7982798Z [00:04:16.219]➜  .rodata.cst32 estimation=1628 actual=3
2025-08-20T19:18:26.7983395Z [00:04:16.219]➜  rodata.cst32 estimation=1627 actual=3
2025-08-20T19:18:26.7984005Z [00:04:16.219]➜  .rodata.cst16 estimation=1633 actual=15
2025-08-20T19:18:26.7984595Z [00:04:16.219]➜  .comment estimation=1627 actual=4
2025-08-20T19:18:26.7985174Z [00:04:16.219]➜  .rodata.cst8 estimation=1630 actual=9
2025-08-20T19:18:26.7985816Z [00:04:16.219]➜  .rodata.str1.1 estimation=1952 actual=574
2025-08-20T19:18:26.7986604Z [00:04:16.219]➜  .rodata.str1.8 estimation=1791 actual=302
2025-08-20T19:18:26.7987533Z [00:04:16.219]➜  .rodata.str1.16 estimation=1669 actual=81
2025-08-20T19:18:26.7988159Z [00:04:16.219]➜  .rodata.str1.32 estimation=1636 actual=21
2025-08-20T19:18:26.7988769Z [00:04:16.219]➜  .rodata.cst2 estimation=1627 actual=2
2025-08-20T19:18:26.7989501Z [00:04:16.219]➜  .rodata.str4.4 estimation=1647 actual=41
2025-08-20T19:18:26.7990130Z [00:04:16.219]➜  .rodata.str4.8 estimation=1634 actual=16
2025-08-20T19:18:26.8539059Z [00:04:16.275]➜        reloc_nonalloc=0
2025-08-20T19:18:26.8540161Z [00:04:16.275]➜              num_dsos=0
2025-08-20T19:18:26.8540682Z [00:04:16.275]➜       num_unique_cies=5
2025-08-20T19:18:26.8541182Z [00:04:16.275]➜               comdats=7
2025-08-20T19:18:26.8541669Z [00:04:16.275]➜    removed_comdat_mem=12
2025-08-20T19:18:26.8542173Z [00:04:16.275]➜         output_chunks=45
2025-08-20T19:18:26.8542697Z [00:04:16.275]➜              num_cies=410
2025-08-20T19:18:26.8543180Z [00:04:16.275]➜              num_objs=443
2025-08-20T19:18:26.8543691Z [00:04:16.275]➜       parsed_lto_objs=718
2025-08-20T19:18:26.8544192Z [00:04:16.275]➜        merged_strings=1075
2025-08-20T19:18:26.8544689Z [00:04:16.276]➜              num_fdes=1092
2025-08-20T19:18:26.8545196Z [00:04:16.276]➜          defined_syms=1847
2025-08-20T19:18:26.8545711Z [00:04:16.276]➜      string_fragments=2551
2025-08-20T19:18:26.8546199Z [00:04:16.276]➜           parsed_objs=3538
2025-08-20T19:18:26.8546587Z [00:04:16.276]➜        undefined_syms=4205
2025-08-20T19:18:26.8546894Z [00:04:16.276]➜        input_sections=5279
2025-08-20T19:18:26.8547386Z [00:04:16.276]➜           reloc_alloc=10523
2025-08-20T19:18:26.8547699Z [00:04:16.276]➜      regular_sections=17625
2025-08-20T19:18:26.8547992Z [00:04:16.276]➜              all_syms=77613
2025-08-20T19:18:26.8548284Z [00:04:16.276]➜     total_input_bytes=68340078
2025-08-20T19:18:26.8548785Z [00:04:16.276]➜  .rodata.str1.1 estimation=1952 actual=574
2025-08-20T19:18:26.8549173Z [00:04:16.276]➜  .rodata.str1.8 estimation=1791 actual=302
2025-08-20T19:18:26.8549529Z [00:04:16.276]➜  .rodata.str1.16 estimation=1669 actual=81
2025-08-20T19:18:26.8549874Z [00:04:16.276]➜  .rodata.cst32 estimation=1628 actual=3
2025-08-20T19:18:26.8550219Z [00:04:16.276]➜  .rodata.cst16 estimation=1633 actual=15
2025-08-20T19:18:26.8550566Z [00:04:16.276]➜  rodata.cst32 estimation=1627 actual=3
2025-08-20T19:18:26.8550909Z [00:04:16.276]➜  .rodata.cst4 estimation=1628 actual=4
2025-08-20T19:18:26.8551238Z [00:04:16.276]➜  .comment estimation=1627 actual=4
2025-08-20T19:18:26.8551567Z [00:04:16.276]➜  .rodata.cst8 estimation=1630 actual=9
2025-08-20T19:18:26.8551905Z [00:04:16.276]➜  .rodata.str1.32 estimation=1636 actual=21
2025-08-20T19:18:26.8552254Z [00:04:16.276]➜  .rodata.str4.4 estimation=1647 actual=41
2025-08-20T19:18:26.8552585Z [00:04:16.276]➜  .rodata.cst2 estimation=1627 actual=2
2025-08-20T19:18:26.8552923Z [00:04:16.276]➜  .rodata.str4.8 estimation=1634 actual=16
2025-08-20T19:18:26.8587025Z [00:04:16.280]➜  make[4]: Leaving directory '/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests'
2025-08-20T19:18:26.8596647Z [00:04:16.281]➜  make[3]: Leaving directory '/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests'
2025-08-20T19:18:26.8603227Z [00:04:16.282]➜  make[2]: Leaving directory '/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests'
2025-08-20T19:18:26.8610885Z [00:04:16.283]➜  make[1]: *** [Makefile:23203: all-recursive] Error 1
2025-08-20T19:18:26.8611738Z [00:04:16.283]➜  make[1]: Leaving directory '/tmp/tmp.v1mYRSoJdQ/coreutils-9.7'
2025-08-20T19:18:26.8617873Z [00:04:16.283]➜  make: *** [Makefile:9194: all] Error 2
2025-08-20T19:18:26.8635349Z [00:04:16.285]➜  + find ./src -maxdepth 1 -type f -iname '*coreutils*' -exec file -i '{}' ';'
2025-08-20T19:18:26.8638966Z [00:04:16.285]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T19:18:26.8639740Z [00:04:16.285]➜  + cut -d: -f1
2025-08-20T19:18:26.8640179Z [00:04:16.285]➜  + xargs realpath
2025-08-20T19:18:26.8644853Z [00:04:16.286]➜  + xargs -I '{}' readelf -p .comment '{}'
2025-08-20T19:18:26.8998831Z [00:04:16.322]➜  realpath: missing operand
2025-08-20T19:18:26.8999267Z [00:04:16.322]➜  Try 'realpath --help' for more information.
2025-08-20T19:18:26.9007365Z [00:04:16.322]➜  + find ./src -maxdepth 1 -type f -iname '*coreutils*' -exec file -i '{}' ';'
2025-08-20T19:18:26.9015512Z [00:04:16.323]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T19:18:26.9016383Z [00:04:16.323]➜  + cut -d: -f1
2025-08-20T19:18:26.9024386Z [00:04:16.324]➜  + xargs realpath
2025-08-20T19:18:26.9025322Z [00:04:16.324]➜  + xargs -I '{}' cp -fv '{}' /build-bins/
2025-08-20T19:18:26.9338236Z [00:04:16.355]➜  realpath: missing operand
2025-08-20T19:18:26.9338997Z [00:04:16.356]➜  Try 'realpath --help' for more information.
2025-08-20T19:18:27.0876885Z [00:04:16.509]➜  '/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/COPYING' -> '/build-bins/LICENSE'
2025-08-20T19:18:27.1109596Z [00:04:16.533]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T19:18:27.1138610Z [00:04:16.536]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T19:18:27.1144378Z [00:04:16.536]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T19:18:27.1317735Z [00:04:16.553]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T19:18:27.1348899Z [00:04:16.557]➜  
2025-08-20T19:18:27.1358646Z [00:04:16.558]➜  /build-bins/LICENSE
2025-08-20T19:18:27.1379337Z [00:04:16.560]➜  + file /build-bins/LICENSE
2025-08-20T19:18:27.1464658Z [00:04:16.568]➜  /build-bins/LICENSE: ASCII text
2025-08-20T19:18:27.1475048Z [00:04:16.569]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T19:18:27.1492189Z [00:04:16.571]➜  /build-bins/LICENSE:         35149 Bytes
2025-08-20T19:18:27.1494894Z [00:04:16.571]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T19:18:27.1503988Z [00:04:16.572]➜  35K	2025-08-20 19:18:27.086476114 +0000	/build-bins/LICENSE
2025-08-20T19:18:27.1505180Z [00:04:16.572]➜  + popd
2025-08-20T19:18:27.1955028Z [00:04:16.617]➜  + docker cp debian-builder-unstable:/build-bins/. /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T19:18:27.2127682Z [00:04:16.634]➜  + '[' -s /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T19:18:27.2129180Z [00:04:16.634]➜  + cp -fv /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T19:18:27.2146054Z [00:04:16.636]➜  '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T19:18:27.2152194Z [00:04:16.637]➜  + find /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T19:18:27.2154561Z [00:04:16.637]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T19:18:27.2159668Z [00:04:16.638]➜  + cut -d: -f1
2025-08-20T19:18:27.2163639Z [00:04:16.638]➜  + xargs realpath --no-symlinks
2025-08-20T19:18:27.2180120Z [00:04:16.639]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR
2025-08-20T19:18:27.3310008Z [00:04:16.753]➜  realpath: missing operand
2025-08-20T19:18:27.3310887Z [00:04:16.753]➜  Try 'realpath --help' for more information.
2025-08-20T19:18:27.3322141Z [00:04:16.754]➜  
2025-08-20T19:18:27.7066522Z [00:04:17.128]➜  
2025-08-20T19:18:27.7172288Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-4f0992.o' from root:root to runner:runner
2025-08-20T19:18:27.7174292Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-18ade1.o' from root:root to runner:runner
2025-08-20T19:18:27.7176282Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-2adba6.o' from root:root to runner:runner
2025-08-20T19:18:27.7178530Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-0b6c92.o' from root:root to runner:runner
2025-08-20T19:18:27.7180584Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-dfd9ad.o' from root:root to runner:runner
2025-08-20T19:18:27.7181776Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-012655.o' from root:root to runner:runner
2025-08-20T19:18:27.7183038Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-c4eae1.o' from root:root to runner:runner
2025-08-20T19:18:27.7185013Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f2a480.o' from root:root to runner:runner
2025-08-20T19:18:27.7187376Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-277691.o' from root:root to runner:runner
2025-08-20T19:18:27.7189474Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-94ce37.o' from root:root to runner:runner
2025-08-20T19:18:27.7191322Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-ecdf25.o' from root:root to runner:runner
2025-08-20T19:18:27.7192747Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-5887ea.o' from root:root to runner:runner
2025-08-20T19:18:27.7194745Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-cab7a1.o' from root:root to runner:runner
2025-08-20T19:18:27.7196670Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-8ce442.o' from root:root to runner:runner
2025-08-20T19:18:27.7198226Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-bb6a6a.o' from root:root to runner:runner
2025-08-20T19:18:27.7200176Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-132f06.o' from root:root to runner:runner
2025-08-20T19:18:27.7202141Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-47e583.o' from root:root to runner:runner
2025-08-20T19:18:27.7203887Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f6820e.o' from root:root to runner:runner
2025-08-20T19:18:27.7206132Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-ecac95.o' from root:root to runner:runner
2025-08-20T19:18:27.7208553Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-21d02c.o' from root:root to runner:runner
2025-08-20T19:18:27.7210476Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-84fdb4.o' from root:root to runner:runner
2025-08-20T19:18:27.7212474Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-a9a18c.o' from root:root to runner:runner
2025-08-20T19:18:27.7214414Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-ec9702.o' from root:root to runner:runner
2025-08-20T19:18:27.7215817Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f4f5bc.o' from root:root to runner:runner
2025-08-20T19:18:27.7217802Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-2d8b98.o' from root:root to runner:runner
2025-08-20T19:18:27.7219766Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-68bae4.o' from root:root to runner:runner
2025-08-20T19:18:27.7221408Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e785a8.o' from root:root to runner:runner
2025-08-20T19:18:27.7222468Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-cf0ba2.o' from root:root to runner:runner
2025-08-20T19:18:27.7224633Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-c4ee2b.o' from root:root to runner:runner
2025-08-20T19:18:27.7226589Z [00:04:17.139]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-6e7e00.o' from root:root to runner:runner
2025-08-20T19:18:27.7228226Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-475758.o' from root:root to runner:runner
2025-08-20T19:18:27.7230117Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-1f97b7.o' from root:root to runner:runner
2025-08-20T19:18:27.7232100Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-7d7a9e.o' from root:root to runner:runner
2025-08-20T19:18:27.7233889Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-54ae53.o' from root:root to runner:runner
2025-08-20T19:18:27.7235513Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-3dad65.o' from root:root to runner:runner
2025-08-20T19:18:27.7238923Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-ad5765.o' from root:root to runner:runner
2025-08-20T19:18:27.7240248Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e8c2b8.o' from root:root to runner:runner
2025-08-20T19:18:27.7241823Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-b606c7.o' from root:root to runner:runner
2025-08-20T19:18:27.7243782Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-527ce4.o' from root:root to runner:runner
2025-08-20T19:18:27.7245894Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-13b943.o' from root:root to runner:runner
2025-08-20T19:18:27.7247445Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-4ebadb.o' from root:root to runner:runner
2025-08-20T19:18:27.7249475Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-fd25f8.o' from root:root to runner:runner
2025-08-20T19:18:27.7251395Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-c0730a.o' from root:root to runner:runner
2025-08-20T19:18:27.7252800Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e6a321.o' from root:root to runner:runner
2025-08-20T19:18:27.7254749Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-056fb5.o' from root:root to runner:runner
2025-08-20T19:18:27.7256686Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-fe9daf.o' from root:root to runner:runner
2025-08-20T19:18:27.7258477Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f2dc04.o' from root:root to runner:runner
2025-08-20T19:18:27.7260473Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-867917.o' from root:root to runner:runner
2025-08-20T19:18:27.7262391Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-2e2ef9.o' from root:root to runner:runner
2025-08-20T19:18:27.7263881Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-4c576e.o' from root:root to runner:runner
2025-08-20T19:18:27.7265016Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-ec04d7.o' from root:root to runner:runner
2025-08-20T19:18:27.7266052Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-1992a2.o' from root:root to runner:runner
2025-08-20T19:18:27.7267692Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-5c71bf.o' from root:root to runner:runner
2025-08-20T19:18:27.7269666Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-39ccb2.o' from root:root to runner:runner
2025-08-20T19:18:27.7270820Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e316be.o' from root:root to runner:runner
2025-08-20T19:18:27.7271878Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-638132.o' from root:root to runner:runner
2025-08-20T19:18:27.7273148Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-30c72a.o' from root:root to runner:runner
2025-08-20T19:18:27.7275139Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e7affb.o' from root:root to runner:runner
2025-08-20T19:18:27.7276393Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils.tgz' from root:root to runner:runner
2025-08-20T19:18:27.7277803Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/Makefile.am' from root:root to runner:runner
2025-08-20T19:18:27.7279569Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/.prev-version' from root:root to runner:runner
2025-08-20T19:18:27.7281855Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/.version' from root:root to runner:runner
2025-08-20T19:18:27.7283063Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/configure' from root:root to runner:runner
2025-08-20T19:18:27.7284257Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/THANKS.in' from root:root to runner:runner
2025-08-20T19:18:27.7286615Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/.vg-suppressions' from root:root to runner:runner
2025-08-20T19:18:27.7288375Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/dist-check.mk' from root:root to runner:runner
2025-08-20T19:18:27.7289700Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tty.1' from root:root to runner:runner
2025-08-20T19:18:27.7291542Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tac.x' from root:root to runner:runner
2025-08-20T19:18:27.7293552Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/nproc.x' from root:root to runner:runner
2025-08-20T19:18:27.7294776Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/shuf.x' from root:root to runner:runner
2025-08-20T19:18:27.7296085Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mkdir.x' from root:root to runner:runner
2025-08-20T19:18:27.7298356Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/fmt.x' from root:root to runner:runner
2025-08-20T19:18:27.7300084Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/uniq.1' from root:root to runner:runner
2025-08-20T19:18:27.7301295Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/basenc.x' from root:root to runner:runner
2025-08-20T19:18:27.7302975Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/yes.x' from root:root to runner:runner
2025-08-20T19:18:27.7305092Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chown.1' from root:root to runner:runner
2025-08-20T19:18:27.7306315Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/date.1' from root:root to runner:runner
2025-08-20T19:18:27.7307727Z [00:04:17.140]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/wc.x' from root:root to runner:runner
2025-08-20T19:18:27.7309795Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/comm.1' from root:root to runner:runner
2025-08-20T19:18:27.7311674Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha1sum.x' from root:root to runner:runner
2025-08-20T19:18:27.7312957Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/pinky.1' from root:root to runner:runner
2025-08-20T19:18:27.7314551Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/base64.x' from root:root to runner:runner
2025-08-20T19:18:27.7316780Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mktemp.1' from root:root to runner:runner
2025-08-20T19:18:27.7318228Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/comm.x' from root:root to runner:runner
2025-08-20T19:18:27.7319462Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha512sum.1' from root:root to runner:runner
2025-08-20T19:18:27.7321457Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tsort.x' from root:root to runner:runner
2025-08-20T19:18:27.7323300Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mkfifo.1' from root:root to runner:runner
2025-08-20T19:18:27.7324523Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/split.x' from root:root to runner:runner
2025-08-20T19:18:27.7325825Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/kill.x' from root:root to runner:runner
2025-08-20T19:18:27.7328489Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dircolors.1' from root:root to runner:runner
2025-08-20T19:18:27.7329874Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sort.x' from root:root to runner:runner
2025-08-20T19:18:27.7331115Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/who.x' from root:root to runner:runner
2025-08-20T19:18:27.7333190Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chown.x' from root:root to runner:runner
2025-08-20T19:18:27.7335019Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/install.1' from root:root to runner:runner
2025-08-20T19:18:27.7336260Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/false.x' from root:root to runner:runner
2025-08-20T19:18:27.7337925Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/rm.x' from root:root to runner:runner
2025-08-20T19:18:27.7340200Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/vdir.1' from root:root to runner:runner
2025-08-20T19:18:27.7341424Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mktemp.x' from root:root to runner:runner
2025-08-20T19:18:27.7342719Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/df.1' from root:root to runner:runner
2025-08-20T19:18:27.7344705Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tr.x' from root:root to runner:runner
2025-08-20T19:18:27.7346510Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/true.1' from root:root to runner:runner
2025-08-20T19:18:27.7347941Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chmod.x' from root:root to runner:runner
2025-08-20T19:18:27.7349294Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/unexpand.1' from root:root to runner:runner
2025-08-20T19:18:27.7351675Z [00:04:17.141]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/base32.x' from root:root to runner:runner
2025-08-20T19:18:27.7353073Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/cut.x' from root:root to runner:runner
2025-08-20T19:18:27.7354284Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/shuf.1' from root:root to runner:runner
2025-08-20T19:18:27.7356299Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/cksum.1' from root:root to runner:runner
2025-08-20T19:18:27.7358239Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/cp.x' from root:root to runner:runner
2025-08-20T19:18:27.7359559Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/whoami.1' from root:root to runner:runner
2025-08-20T19:18:27.7361116Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/help2man' from root:root to runner:runner
2025-08-20T19:18:27.7363413Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chcon.x' from root:root to runner:runner
2025-08-20T19:18:27.7364644Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/numfmt.1' from root:root to runner:runner
2025-08-20T19:18:27.7365856Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/stty.x' from root:root to runner:runner
2025-08-20T19:18:27.7368139Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/timeout.1' from root:root to runner:runner
2025-08-20T19:18:27.7369848Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/cut.1' from root:root to runner:runner
2025-08-20T19:18:27.7371057Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/ptx.x' from root:root to runner:runner
2025-08-20T19:18:27.7372447Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/numfmt.x' from root:root to runner:runner
2025-08-20T19:18:27.7374833Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/runcon.1' from root:root to runner:runner
2025-08-20T19:18:27.7376133Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/yes.1' from root:root to runner:runner
2025-08-20T19:18:27.7377590Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/rm.1' from root:root to runner:runner
2025-08-20T19:18:27.7379601Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sleep.1' from root:root to runner:runner
2025-08-20T19:18:27.7381319Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/unlink.x' from root:root to runner:runner
2025-08-20T19:18:27.7382539Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/fmt.1' from root:root to runner:runner
2025-08-20T19:18:27.7383850Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha224sum.1' from root:root to runner:runner
2025-08-20T19:18:27.7385987Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/false.1' from root:root to runner:runner
2025-08-20T19:18:27.7387857Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/expr.1' from root:root to runner:runner
2025-08-20T19:18:27.7389070Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/true.x' from root:root to runner:runner
2025-08-20T19:18:27.7390604Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/basenc.1' from root:root to runner:runner
2025-08-20T19:18:27.7392974Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/whoami.x' from root:root to runner:runner
2025-08-20T19:18:27.7394273Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/uname.1' from root:root to runner:runner
2025-08-20T19:18:27.7395502Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dirname.x' from root:root to runner:runner
2025-08-20T19:18:27.7397509Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mkdir.1' from root:root to runner:runner
2025-08-20T19:18:27.7399640Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sleep.x' from root:root to runner:runner
2025-08-20T19:18:27.7400866Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/seq.x' from root:root to runner:runner
2025-08-20T19:18:27.7402202Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/pathchk.x' from root:root to runner:runner
2025-08-20T19:18:27.7404372Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/date.x' from root:root to runner:runner
2025-08-20T19:18:27.7405749Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dummy-man' from root:root to runner:runner
2025-08-20T19:18:27.7407023Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/nproc.1' from root:root to runner:runner
2025-08-20T19:18:27.7408343Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/link.x' from root:root to runner:runner
2025-08-20T19:18:27.7410303Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/nohup.1' from root:root to runner:runner
2025-08-20T19:18:27.7412112Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sum.1' from root:root to runner:runner
2025-08-20T19:18:27.7413320Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/ln.1' from root:root to runner:runner
2025-08-20T19:18:27.7414596Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dd.x' from root:root to runner:runner
2025-08-20T19:18:27.7416947Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha1sum.1' from root:root to runner:runner
2025-08-20T19:18:27.7418582Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/printf.1' from root:root to runner:runner
2025-08-20T19:18:27.7419819Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha256sum.x' from root:root to runner:runner
2025-08-20T19:18:27.7421353Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chgrp.x' from root:root to runner:runner
2025-08-20T19:18:27.7423656Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/expr.x' from root:root to runner:runner
2025-08-20T19:18:27.7424897Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/df.x' from root:root to runner:runner
2025-08-20T19:18:27.7426095Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tail.x' from root:root to runner:runner
2025-08-20T19:18:27.7428317Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/wc.1' from root:root to runner:runner
2025-08-20T19:18:27.7430073Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/fold.x' from root:root to runner:runner
2025-08-20T19:18:27.7431304Z [00:04:17.142]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/stat.x' from root:root to runner:runner
2025-08-20T19:18:27.7433117Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/pr.1' from root:root to runner:runner
2025-08-20T19:18:27.7434956Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tac.1' from root:root to runner:runner
2025-08-20T19:18:27.7436283Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/paste.x' from root:root to runner:runner
2025-08-20T19:18:27.7437811Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha256sum.1' from root:root to runner:runner
2025-08-20T19:18:27.7440137Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sync.1' from root:root to runner:runner
2025-08-20T19:18:27.7441639Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/kill.1' from root:root to runner:runner
2025-08-20T19:18:27.7442870Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/realpath.1' from root:root to runner:runner
2025-08-20T19:18:27.7444620Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tty.x' from root:root to runner:runner
2025-08-20T19:18:27.7446650Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tee.1' from root:root to runner:runner
2025-08-20T19:18:27.7448170Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tail.1' from root:root to runner:runner
2025-08-20T19:18:27.7449792Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/od.1' from root:root to runner:runner
2025-08-20T19:18:27.7451823Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/test.x' from root:root to runner:runner
2025-08-20T19:18:27.7453141Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/link.1' from root:root to runner:runner
2025-08-20T19:18:27.7454339Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/du.x' from root:root to runner:runner
2025-08-20T19:18:27.7456453Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/rmdir.x' from root:root to runner:runner
2025-08-20T19:18:27.7458270Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/ptx.1' from root:root to runner:runner
2025-08-20T19:18:27.7459471Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sum.x' from root:root to runner:runner
2025-08-20T19:18:27.7461048Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/install.x' from root:root to runner:runner
2025-08-20T19:18:27.7463363Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/basename.1' from root:root to runner:runner
2025-08-20T19:18:27.7464593Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/env.1' from root:root to runner:runner
2025-08-20T19:18:27.7465790Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/head.x' from root:root to runner:runner
2025-08-20T19:18:27.7468326Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/pathchk.1' from root:root to runner:runner
2025-08-20T19:18:27.7469887Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mv.x' from root:root to runner:runner
2025-08-20T19:18:27.7471084Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/od.x' from root:root to runner:runner
2025-08-20T19:18:27.7472513Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/expand.1' from root:root to runner:runner
2025-08-20T19:18:27.7474818Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/printenv.x' from root:root to runner:runner
2025-08-20T19:18:27.7476092Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha224sum.x' from root:root to runner:runner
2025-08-20T19:18:27.7477546Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dir.1' from root:root to runner:runner
2025-08-20T19:18:27.7479555Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/truncate.x' from root:root to runner:runner
2025-08-20T19:18:27.7481551Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/printf.x' from root:root to runner:runner
2025-08-20T19:18:27.7482797Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/echo.1' from root:root to runner:runner
2025-08-20T19:18:27.7484535Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha512sum.x' from root:root to runner:runner
2025-08-20T19:18:27.7486845Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dircolors.x' from root:root to runner:runner
2025-08-20T19:18:27.7488323Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mkfifo.x' from root:root to runner:runner
2025-08-20T19:18:27.7489536Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dir.x' from root:root to runner:runner
2025-08-20T19:18:27.7491312Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/local.mk' from root:root to runner:runner
2025-08-20T19:18:27.7493370Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/hostid.1' from root:root to runner:runner
2025-08-20T19:18:27.7494584Z [00:04:17.143]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/ln.x' from root:root to runner:runner
2025-08-20T19:18:27.7495771Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/cp.1' from root:root to runner:runner
2025-08-20T19:18:27.7497912Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/readlink.x' from root:root to runner:runner
2025-08-20T19:18:27.7499817Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/pwd.1' from root:root to runner:runner
2025-08-20T19:18:27.7501065Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/realpath.x' from root:root to runner:runner
2025-08-20T19:18:27.7502531Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/fold.1' from root:root to runner:runner
2025-08-20T19:18:27.7504760Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chroot.1' from root:root to runner:runner
2025-08-20T19:18:27.7506005Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha384sum.x' from root:root to runner:runner
2025-08-20T19:18:27.7507554Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/runcon.x' from root:root to runner:runner
2025-08-20T19:18:27.7509619Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/uptime.x' from root:root to runner:runner
2025-08-20T19:18:27.7511484Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dirname.1' from root:root to runner:runner
2025-08-20T19:18:27.7512718Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/pwd.x' from root:root to runner:runner
2025-08-20T19:18:27.7514311Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/nl.1' from root:root to runner:runner
2025-08-20T19:18:27.7516437Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/logname.x' from root:root to runner:runner
2025-08-20T19:18:27.7517807Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/base32.1' from root:root to runner:runner
2025-08-20T19:18:27.7519028Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/expand.x' from root:root to runner:runner
2025-08-20T19:18:27.7521273Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/uname.x' from root:root to runner:runner
2025-08-20T19:18:27.7522789Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/who.1' from root:root to runner:runner
2025-08-20T19:18:27.7524091Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/join.1' from root:root to runner:runner
2025-08-20T19:18:27.7525901Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chgrp.1' from root:root to runner:runner
2025-08-20T19:18:27.7528050Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/uptime.1' from root:root to runner:runner
2025-08-20T19:18:27.7529269Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/cat.1' from root:root to runner:runner
2025-08-20T19:18:27.7530601Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/users.x' from root:root to runner:runner
2025-08-20T19:18:27.7532980Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/nice.1' from root:root to runner:runner
2025-08-20T19:18:27.7534583Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/readlink.1' from root:root to runner:runner
2025-08-20T19:18:27.7535808Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/touch.x' from root:root to runner:runner
2025-08-20T19:18:27.7537918Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/shred.x' from root:root to runner:runner
2025-08-20T19:18:27.7539760Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/split.1' from root:root to runner:runner
2025-08-20T19:18:27.7541009Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/unlink.1' from root:root to runner:runner
2025-08-20T19:18:27.7542315Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/test.1' from root:root to runner:runner
2025-08-20T19:18:27.7544644Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/b2sum.x' from root:root to runner:runner
2025-08-20T19:18:27.7546077Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tee.x' from root:root to runner:runner
2025-08-20T19:18:27.7547635Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/arch.x' from root:root to runner:runner
2025-08-20T19:18:27.7549573Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/hostname.x' from root:root to runner:runner
2025-08-20T19:18:27.7551432Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/factor.x' from root:root to runner:runner
2025-08-20T19:18:27.7552661Z [00:04:17.144]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/b2sum.1' from root:root to runner:runner
2025-08-20T19:18:27.7553861Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/arch.1' from root:root to runner:runner
2025-08-20T19:18:27.7555716Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dd.1' from root:root to runner:runner
2025-08-20T19:18:27.7557852Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/coreutils.x' from root:root to runner:runner
2025-08-20T19:18:27.7559084Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/ls.x' from root:root to runner:runner
2025-08-20T19:18:27.7560399Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/pr.x' from root:root to runner:runner
2025-08-20T19:18:27.7562669Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/groups.x' from root:root to runner:runner
2025-08-20T19:18:27.7564073Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/unexpand.x' from root:root to runner:runner
2025-08-20T19:18:27.7565320Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/stdbuf.1' from root:root to runner:runner
2025-08-20T19:18:27.7567488Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/touch.1' from root:root to runner:runner
2025-08-20T19:18:27.7569348Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/factor.1' from root:root to runner:runner
2025-08-20T19:18:27.7570590Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/timeout.x' from root:root to runner:runner
2025-08-20T19:18:27.7571985Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/shred.1' from root:root to runner:runner
2025-08-20T19:18:27.7574402Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mv.1' from root:root to runner:runner
2025-08-20T19:18:27.7575668Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/csplit.x' from root:root to runner:runner
2025-08-20T19:18:27.7576885Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sync.x' from root:root to runner:runner
2025-08-20T19:18:27.7579423Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha384sum.1' from root:root to runner:runner
2025-08-20T19:18:27.7580877Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/md5sum.1' from root:root to runner:runner
2025-08-20T19:18:27.7582096Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/rmdir.1' from root:root to runner:runner
2025-08-20T19:18:27.7583895Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/nl.x' from root:root to runner:runner
2025-08-20T19:18:27.7585818Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/printenv.1' from root:root to runner:runner
2025-08-20T19:18:27.7587356Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/csplit.1' from root:root to runner:runner
2025-08-20T19:18:27.7589055Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/stat.1' from root:root to runner:runner
2025-08-20T19:18:27.7591176Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/nice.x' from root:root to runner:runner
2025-08-20T19:18:27.7592401Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/paste.1' from root:root to runner:runner
2025-08-20T19:18:27.7593605Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/cat.x' from root:root to runner:runner
2025-08-20T19:18:27.7595740Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/basename.x' from root:root to runner:runner
2025-08-20T19:18:27.7597554Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/groups.1' from root:root to runner:runner
2025-08-20T19:18:27.7598777Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/cksum.x' from root:root to runner:runner
2025-08-20T19:18:27.7600022Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/base64.1' from root:root to runner:runner
2025-08-20T19:18:27.7602366Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/join.x' from root:root to runner:runner
2025-08-20T19:18:27.7603799Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/users.1' from root:root to runner:runner
2025-08-20T19:18:27.7605109Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/nohup.x' from root:root to runner:runner
2025-08-20T19:18:27.7607407Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mknod.x' from root:root to runner:runner
2025-08-20T19:18:27.7609116Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mknod.1' from root:root to runner:runner
2025-08-20T19:18:27.7610435Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/ls.1' from root:root to runner:runner
2025-08-20T19:18:27.7611853Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/logname.1' from root:root to runner:runner
2025-08-20T19:18:27.7614201Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/echo.x' from root:root to runner:runner
2025-08-20T19:18:27.7615472Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sort.1' from root:root to runner:runner
2025-08-20T19:18:27.7616674Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/id.1' from root:root to runner:runner
2025-08-20T19:18:27.7618876Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/uniq.x' from root:root to runner:runner
2025-08-20T19:18:27.7620642Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/id.x' from root:root to runner:runner
2025-08-20T19:18:27.7621858Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/vdir.x' from root:root to runner:runner
2025-08-20T19:18:27.7623062Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/pinky.x' from root:root to runner:runner
2025-08-20T19:18:27.7624293Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/coreutils.1' from root:root to runner:runner
2025-08-20T19:18:27.7625598Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/du.1' from root:root to runner:runner
2025-08-20T19:18:27.7627600Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chmod.1' from root:root to runner:runner
2025-08-20T19:18:27.7629536Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chroot.x' from root:root to runner:runner
2025-08-20T19:18:27.7630758Z [00:04:17.145]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/stdbuf.x' from root:root to runner:runner
2025-08-20T19:18:27.7632119Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tr.1' from root:root to runner:runner
2025-08-20T19:18:27.7634469Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chcon.1' from root:root to runner:runner
2025-08-20T19:18:27.7635947Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/hostname.1' from root:root to runner:runner
2025-08-20T19:18:27.7637400Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/md5sum.x' from root:root to runner:runner
2025-08-20T19:18:27.7639109Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/env.x' from root:root to runner:runner
2025-08-20T19:18:27.7641287Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/seq.1' from root:root to runner:runner
2025-08-20T19:18:27.7642522Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/hostid.x' from root:root to runner:runner
2025-08-20T19:18:27.7644216Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tsort.1' from root:root to runner:runner
2025-08-20T19:18:27.7646249Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/head.1' from root:root to runner:runner
2025-08-20T19:18:27.7647593Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/truncate.1' from root:root to runner:runner
2025-08-20T19:18:27.7648831Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/stty.1' from root:root to runner:runner
2025-08-20T19:18:27.7651047Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man' from root:root to runner:runner
2025-08-20T19:18:27.7652780Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/README-install' from root:root to runner:runner
2025-08-20T19:18:27.7654030Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/ChangeLog' from root:root to runner:runner
2025-08-20T19:18:27.7655832Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/gitlog-to-changelog' from root:root to runner:runner
2025-08-20T19:18:27.7658351Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/install-sh' from root:root to runner:runner
2025-08-20T19:18:27.7659687Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/config.rpath' from root:root to runner:runner
2025-08-20T19:18:27.7661276Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/depcomp' from root:root to runner:runner
2025-08-20T19:18:27.7663706Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/do-release-commit-and-tag' from root:root to runner:runner
2025-08-20T19:18:27.7665083Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/texinfo.tex' from root:root to runner:runner
2025-08-20T19:18:27.7666856Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/gen-lists-of-programs.sh' from root:root to runner:runner
2025-08-20T19:18:27.7669351Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/update-copyright' from root:root to runner:runner
2025-08-20T19:18:27.7670664Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/ylwrap' from root:root to runner:runner
2025-08-20T19:18:27.7672208Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/gen-single-binary.sh' from root:root to runner:runner
2025-08-20T19:18:27.7674639Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/gnu-web-doc-update' from root:root to runner:runner
2025-08-20T19:18:27.7675979Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/config.guess' from root:root to runner:runner
2025-08-20T19:18:27.7677602Z [00:04:17.146]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/missing' from root:root to runner:runner
2025-08-20T19:18:27.7680069Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/announce-gen' from root:root to runner:runner
2025-08-20T19:18:27.7681497Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/mdate-sh' from root:root to runner:runner
2025-08-20T19:18:27.7682859Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/gnupload' from root:root to runner:runner
2025-08-20T19:18:27.7685032Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/gendocs.sh' from root:root to runner:runner
2025-08-20T19:18:27.7686665Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/vc-list-files' from root:root to runner:runner
2025-08-20T19:18:27.7688086Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/test-driver' from root:root to runner:runner
2025-08-20T19:18:27.7690170Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/config.sub' from root:root to runner:runner
2025-08-20T19:18:27.7692008Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/compile' from root:root to runner:runner
2025-08-20T19:18:27.7693303Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/git-version-gen' from root:root to runner:runner
2025-08-20T19:18:27.7695211Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/useless-if-before-free' from root:root to runner:runner
2025-08-20T19:18:27.7697494Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux' from root:root to runner:runner
2025-08-20T19:18:27.7698778Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/tests/test-fadvise.c' from root:root to runner:runner
2025-08-20T19:18:27.7700302Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/tests/test-rand-isaac.c' from root:root to runner:runner
2025-08-20T19:18:27.7702703Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/tests' from root:root to runner:runner
2025-08-20T19:18:27.7703941Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/local.mk' from root:root to runner:runner
2025-08-20T19:18:27.7705314Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/strnumcmp' from root:root to runner:runner
2025-08-20T19:18:27.7707893Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/rename-tests.diff' from root:root to runner:runner
2025-08-20T19:18:27.7709549Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/targetdir' from root:root to runner:runner
2025-08-20T19:18:27.7710850Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/fadvise-tests' from root:root to runner:runner
2025-08-20T19:18:27.7713085Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/randint' from root:root to runner:runner
2025-08-20T19:18:27.7714924Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/link-tests.diff' from root:root to runner:runner
2025-08-20T19:18:27.7716246Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/root-dev-ino' from root:root to runner:runner
2025-08-20T19:18:27.7718729Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/randread' from root:root to runner:runner
2025-08-20T19:18:27.7720346Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/smack' from root:root to runner:runner
2025-08-20T19:18:27.7721743Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/randread-tests' from root:root to runner:runner
2025-08-20T19:18:27.7723044Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/heap' from root:root to runner:runner
2025-08-20T19:18:27.7724435Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/randperm' from root:root to runner:runner
2025-08-20T19:18:27.7726843Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/xdectoint' from root:root to runner:runner
2025-08-20T19:18:27.7728456Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/buffer-lcm' from root:root to runner:runner
2025-08-20T19:18:27.7730063Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/fadvise' from root:root to runner:runner
2025-08-20T19:18:27.7732481Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/dtimespec-bound' from root:root to runner:runner
2025-08-20T19:18:27.7733789Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/xfts' from root:root to runner:runner
2025-08-20T19:18:27.7735100Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/cl-strtold' from root:root to runner:runner
2025-08-20T19:18:27.7737828Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/skipchars' from root:root to runner:runner
2025-08-20T19:18:27.7739171Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/cl-strtod' from root:root to runner:runner
2025-08-20T19:18:27.7740459Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/fd-reopen' from root:root to runner:runner
2025-08-20T19:18:27.7742759Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules' from root:root to runner:runner
2025-08-20T19:18:27.7744383Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/heap.h' from root:root to runner:runner
2025-08-20T19:18:27.7745771Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/root-dev-ino.c' from root:root to runner:runner
2025-08-20T19:18:27.7748029Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/fadvise.c' from root:root to runner:runner
2025-08-20T19:18:27.7749778Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/randread.h' from root:root to runner:runner
2025-08-20T19:18:27.7751027Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/randint.h' from root:root to runner:runner
2025-08-20T19:18:27.7752768Z [00:04:17.147]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/randperm.h' from root:root to runner:runner
2025-08-20T19:18:27.7754947Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/smack.h' from root:root to runner:runner
2025-08-20T19:18:27.7756219Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/xdectoimax.c' from root:root to runner:runner
2025-08-20T19:18:27.7758183Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/fadvise.h' from root:root to runner:runner
2025-08-20T19:18:27.7760131Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/targetdir.c' from root:root to runner:runner
2025-08-20T19:18:27.7761409Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/xdectoint.c' from root:root to runner:runner
2025-08-20T19:18:27.7763207Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/randread.c' from root:root to runner:runner
2025-08-20T19:18:27.7765336Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/cl-strtold.c' from root:root to runner:runner
2025-08-20T19:18:27.7766616Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/buffer-lcm.c' from root:root to runner:runner
2025-08-20T19:18:27.7768583Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/skipchars.h' from root:root to runner:runner
2025-08-20T19:18:27.7770836Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/randint.c' from root:root to runner:runner
2025-08-20T19:18:27.7772118Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/randperm.c' from root:root to runner:runner
2025-08-20T19:18:27.7773859Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/xfts.c' from root:root to runner:runner
2025-08-20T19:18:27.7775972Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/xdectoumax.c' from root:root to runner:runner
2025-08-20T19:18:27.7777373Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/xdectoint.h' from root:root to runner:runner
2025-08-20T19:18:27.7778865Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/strnumcmp-in.h' from root:root to runner:runner
2025-08-20T19:18:27.7781348Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/fd-reopen.c' from root:root to runner:runner
2025-08-20T19:18:27.7782664Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/cl-strtod.h' from root:root to runner:runner
2025-08-20T19:18:27.7783902Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/xfts.h' from root:root to runner:runner
2025-08-20T19:18:27.7786406Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/heap.c' from root:root to runner:runner
2025-08-20T19:18:27.7788013Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/dtimespec-bound.c' from root:root to runner:runner
2025-08-20T19:18:27.7789365Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/cl-strtod.c' from root:root to runner:runner
2025-08-20T19:18:27.7791832Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/buffer-lcm.h' from root:root to runner:runner
2025-08-20T19:18:27.7793155Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/skipchars.c' from root:root to runner:runner
2025-08-20T19:18:27.7794427Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/targetdir.h' from root:root to runner:runner
2025-08-20T19:18:27.7796947Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/strnumcmp.c' from root:root to runner:runner
2025-08-20T19:18:27.7798515Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/strintcmp.c' from root:root to runner:runner
2025-08-20T19:18:27.7799798Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/root-dev-ino.h' from root:root to runner:runner
2025-08-20T19:18:27.7802110Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/dtimespec-bound.h' from root:root to runner:runner
2025-08-20T19:18:27.7803859Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/strnumcmp.h' from root:root to runner:runner
2025-08-20T19:18:27.7805133Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/rand-isaac.h' from root:root to runner:runner
2025-08-20T19:18:27.7807313Z [00:04:17.148]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/rand-isaac.c' from root:root to runner:runner
2025-08-20T19:18:27.7809119Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/fd-reopen.h' from root:root to runner:runner
2025-08-20T19:18:27.7810453Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib' from root:root to runner:runner
2025-08-20T19:18:27.7812099Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl' from root:root to runner:runner
2025-08-20T19:18:27.7814244Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mgetgroups.m4' from root:root to runner:runner
2025-08-20T19:18:27.7815504Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/obstack.m4' from root:root to runner:runner
2025-08-20T19:18:27.7816926Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ssize_t.m4' from root:root to runner:runner
2025-08-20T19:18:27.7819475Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pathmax.m4' from root:root to runner:runner
2025-08-20T19:18:27.7821116Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getlocalename_l.m4' from root:root to runner:runner
2025-08-20T19:18:27.7822376Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/remove.m4' from root:root to runner:runner
2025-08-20T19:18:27.7824363Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbslen.m4' from root:root to runner:runner
2025-08-20T19:18:27.7826326Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strtoull.m4' from root:root to runner:runner
2025-08-20T19:18:27.7827815Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stdint_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.7829508Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unicodeio.m4' from root:root to runner:runner
2025-08-20T19:18:27.7831706Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/filenamecat.m4' from root:root to runner:runner
2025-08-20T19:18:27.7832967Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/readlinkat.m4' from root:root to runner:runner
2025-08-20T19:18:27.7834513Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/malloc.m4' from root:root to runner:runner
2025-08-20T19:18:27.7836767Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ungetc.m4' from root:root to runner:runner
2025-08-20T19:18:27.7838141Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/multiarch.m4' from root:root to runner:runner
2025-08-20T19:18:27.7839429Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lchmod.m4' from root:root to runner:runner
2025-08-20T19:18:27.7841751Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stat-time.m4' from root:root to runner:runner
2025-08-20T19:18:27.7843171Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/readutmp.m4' from root:root to runner:runner
2025-08-20T19:18:27.7844422Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/secure_getenv.m4' from root:root to runner:runner
2025-08-20T19:18:27.7846623Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/msvc-inval.m4' from root:root to runner:runner
2025-08-20T19:18:27.7848383Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/servent.m4' from root:root to runner:runner
2025-08-20T19:18:27.7849761Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/selinux-selinux-h.m4' from root:root to runner:runner
2025-08-20T19:18:27.7851043Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbswidth.m4' from root:root to runner:runner
2025-08-20T19:18:27.7852330Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getcwd.m4' from root:root to runner:runner
2025-08-20T19:18:27.7853561Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/renameat.m4' from root:root to runner:runner
2025-08-20T19:18:27.7854895Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/math_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.7857465Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread_rwlock_rdlock.m4' from root:root to runner:runner
2025-08-20T19:18:27.7858941Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/double-slash-root.m4' from root:root to runner:runner
2025-08-20T19:18:27.7860218Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strerror_r.m4' from root:root to runner:runner
2025-08-20T19:18:27.7862503Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/posix_memalign.m4' from root:root to runner:runner
2025-08-20T19:18:27.7864148Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/version-etc.m4' from root:root to runner:runner
2025-08-20T19:18:27.7865494Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/iswxdigit.m4' from root:root to runner:runner
2025-08-20T19:18:27.7867487Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ldexp.m4' from root:root to runner:runner
2025-08-20T19:18:27.7869523Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lstat.m4' from root:root to runner:runner
2025-08-20T19:18:27.7870761Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/memcoll.m4' from root:root to runner:runner
2025-08-20T19:18:27.7872223Z [00:04:17.149]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/dirfd.m4' from root:root to runner:runner
2025-08-20T19:18:27.7874678Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strerrorname_np.m4' from root:root to runner:runner
2025-08-20T19:18:27.7876003Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getpagesize.m4' from root:root to runner:runner
2025-08-20T19:18:27.7877558Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/host-cpu-c-abi.m4' from root:root to runner:runner
2025-08-20T19:18:27.7891623Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/write.m4' from root:root to runner:runner
2025-08-20T19:18:27.7893061Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/read.m4' from root:root to runner:runner
2025-08-20T19:18:27.7895190Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/freadptr.m4' from root:root to runner:runner
2025-08-20T19:18:27.7896531Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pipe.m4' from root:root to runner:runner
2025-08-20T19:18:27.7898016Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lib-prefix.m4' from root:root to runner:runner
2025-08-20T19:18:27.7899483Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fclose.m4' from root:root to runner:runner
2025-08-20T19:18:27.7901428Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/musl.m4' from root:root to runner:runner
2025-08-20T19:18:27.7902660Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stdbit_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.7903893Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbsinit.m4' from root:root to runner:runner
2025-08-20T19:18:27.7905126Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gl-openssl.m4' from root:root to runner:runner
2025-08-20T19:18:27.7907623Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mmap-anon.m4' from root:root to runner:runner
2025-08-20T19:18:27.7908883Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/uname.m4' from root:root to runner:runner
2025-08-20T19:18:27.7910111Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/inttostr.m4' from root:root to runner:runner
2025-08-20T19:18:27.7911950Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/settime.m4' from root:root to runner:runner
2025-08-20T19:18:27.7913738Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/readlink.m4' from root:root to runner:runner
2025-08-20T19:18:27.7915004Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/chdir-long.m4' from root:root to runner:runner
2025-08-20T19:18:27.7916413Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unlink.m4' from root:root to runner:runner
2025-08-20T19:18:27.7918663Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/largefile.m4' from root:root to runner:runner
2025-08-20T19:18:27.7919912Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/utimens.m4' from root:root to runner:runner
2025-08-20T19:18:27.7921142Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/symlinkat.m4' from root:root to runner:runner
2025-08-20T19:18:27.7923044Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stpcpy.m4' from root:root to runner:runner
2025-08-20T19:18:27.7924684Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/reallocarray.m4' from root:root to runner:runner
2025-08-20T19:18:27.7925927Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/same.m4' from root:root to runner:runner
2025-08-20T19:18:27.7927309Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/memrchr.m4' from root:root to runner:runner
2025-08-20T19:18:27.7929418Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/iswpunct.m4' from root:root to runner:runner
2025-08-20T19:18:27.7930672Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stat.m4' from root:root to runner:runner
2025-08-20T19:18:27.7931898Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/iswctype.m4' from root:root to runner:runner
2025-08-20T19:18:27.7933233Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/float_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.7935213Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/chmod.m4' from root:root to runner:runner
2025-08-20T19:18:27.7936542Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mkfifo.m4' from root:root to runner:runner
2025-08-20T19:18:27.7938007Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fchownat.m4' from root:root to runner:runner
2025-08-20T19:18:27.7940080Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/vasprintf.m4' from root:root to runner:runner
2025-08-20T19:18:27.7941349Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/inttypes.m4' from root:root to runner:runner
2025-08-20T19:18:27.7942566Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/quote.m4' from root:root to runner:runner
2025-08-20T19:18:27.7944014Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/utime_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.7945949Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mkdir.m4' from root:root to runner:runner
2025-08-20T19:18:27.7947289Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/locale-fr.m4' from root:root to runner:runner
2025-08-20T19:18:27.7948521Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getopt.m4' from root:root to runner:runner
2025-08-20T19:18:27.7950175Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/d-type.m4' from root:root to runner:runner
2025-08-20T19:18:27.7951958Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/faccessat.m4' from root:root to runner:runner
2025-08-20T19:18:27.7953243Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/link.m4' from root:root to runner:runner
2025-08-20T19:18:27.7954456Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/d-ino.m4' from root:root to runner:runner
2025-08-20T19:18:27.7956405Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fcntl.m4' from root:root to runner:runner
2025-08-20T19:18:27.7958124Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sockets.m4' from root:root to runner:runner
2025-08-20T19:18:27.7959390Z [00:04:17.150]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/nstrftime.m4' from root:root to runner:runner
2025-08-20T19:18:27.7960811Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/dup.m4' from root:root to runner:runner
2025-08-20T19:18:27.7962783Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strtold.m4' from root:root to runner:runner
2025-08-20T19:18:27.7964024Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mkostemp.m4' from root:root to runner:runner
2025-08-20T19:18:27.7965274Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lib-ld.m4' from root:root to runner:runner
2025-08-20T19:18:27.7967294Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/autobuild.m4' from root:root to runner:runner
2025-08-20T19:18:27.7968851Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbrtoc32.m4' from root:root to runner:runner
2025-08-20T19:18:27.7970102Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/arpa_inet_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.7971342Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/00gnulib.m4' from root:root to runner:runner
2025-08-20T19:18:27.7973610Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/read-file.m4' from root:root to runner:runner
2025-08-20T19:18:27.7974890Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/tm_gmtoff.m4' from root:root to runner:runner
2025-08-20T19:18:27.7976125Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/windows-rc.m4' from root:root to runner:runner
2025-08-20T19:18:27.7977969Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/c32rtomb.m4' from root:root to runner:runner
2025-08-20T19:18:27.7979720Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/clock_time.m4' from root:root to runner:runner
2025-08-20T19:18:27.7980965Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unictype_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.7982279Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/nullptr.m4' from root:root to runner:runner
2025-08-20T19:18:27.7983886Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/build-cc.m4' from root:root to runner:runner
2025-08-20T19:18:27.7985651Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unlinkat.m4' from root:root to runner:runner
2025-08-20T19:18:27.7987005Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread-cond.m4' from root:root to runner:runner
2025-08-20T19:18:27.7988757Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/write-any-file.m4' from root:root to runner:runner
2025-08-20T19:18:27.7990683Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/snan.m4' from root:root to runner:runner
2025-08-20T19:18:27.7991917Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/timer_time.m4' from root:root to runner:runner
2025-08-20T19:18:27.7993162Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/socketlib.m4' from root:root to runner:runner
2025-08-20T19:18:27.7994407Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/xalloc.m4' from root:root to runner:runner
2025-08-20T19:18:27.7995644Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_types_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.7997627Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mountlist.m4' from root:root to runner:runner
2025-08-20T19:18:27.7999112Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/putenv.m4' from root:root to runner:runner
2025-08-20T19:18:27.8000443Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/extensions-aix.m4' from root:root to runner:runner
2025-08-20T19:18:27.8001854Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/errno_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8003857Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getndelim2.m4' from root:root to runner:runner
2025-08-20T19:18:27.8005118Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/include_next.m4' from root:root to runner:runner
2025-08-20T19:18:27.8006386Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_resource_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8008510Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getgroups.m4' from root:root to runner:runner
2025-08-20T19:18:27.8010044Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/timespec.m4' from root:root to runner:runner
2025-08-20T19:18:27.8011294Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/time_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8012531Z [00:04:17.151]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/nl_langinfo.m4' from root:root to runner:runner
2025-08-20T19:18:27.8014671Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/absolute-header.m4' from root:root to runner:runner
2025-08-20T19:18:27.8016048Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/select.m4' from root:root to runner:runner
2025-08-20T19:18:27.8017478Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/prereq.m4' from root:root to runner:runner
2025-08-20T19:18:27.8019374Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unlocked-io.m4' from root:root to runner:runner
2025-08-20T19:18:27.8020824Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/freadahead.m4' from root:root to runner:runner
2025-08-20T19:18:27.8022080Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/open-slash.m4' from root:root to runner:runner
2025-08-20T19:18:27.8023341Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getprogname.m4' from root:root to runner:runner
2025-08-20T19:18:27.8025516Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/xattr.m4' from root:root to runner:runner
2025-08-20T19:18:27.8026782Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_cdefs_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8028310Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_socket_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8030390Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fdopen.m4' from root:root to runner:runner
2025-08-20T19:18:27.8031820Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sha256.m4' from root:root to runner:runner
2025-08-20T19:18:27.8033037Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ioctl.m4' from root:root to runner:runner
2025-08-20T19:18:27.8034267Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/realloc.m4' from root:root to runner:runner
2025-08-20T19:18:27.8036343Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getdtablesize.m4' from root:root to runner:runner
2025-08-20T19:18:27.8037891Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/access.m4' from root:root to runner:runner
2025-08-20T19:18:27.8039226Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mempcpy.m4' from root:root to runner:runner
2025-08-20T19:18:27.8041278Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/nproc.m4' from root:root to runner:runner
2025-08-20T19:18:27.8042550Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/dup2.m4' from root:root to runner:runner
2025-08-20T19:18:27.8043797Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lib-ignore.m4' from root:root to runner:runner
2025-08-20T19:18:27.8045512Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/exponentf.m4' from root:root to runner:runner
2025-08-20T19:18:27.8047464Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fcntl-o.m4' from root:root to runner:runner
2025-08-20T19:18:27.8048728Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/netinet_in_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8049969Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/__inline.m4' from root:root to runner:runner
2025-08-20T19:18:27.8052105Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/msvc-nothrow.m4' from root:root to runner:runner
2025-08-20T19:18:27.8053381Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fdopendir.m4' from root:root to runner:runner
2025-08-20T19:18:27.8054618Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stdio_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8056529Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getcwd-abort-bug.m4' from root:root to runner:runner
2025-08-20T19:18:27.8058292Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/isblank.m4' from root:root to runner:runner
2025-08-20T19:18:27.8059710Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/link-follow.m4' from root:root to runner:runner
2025-08-20T19:18:27.8061029Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/physmem.m4' from root:root to runner:runner
2025-08-20T19:18:27.8063048Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gettext.m4' from root:root to runner:runner
2025-08-20T19:18:27.8064307Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sigaction.m4' from root:root to runner:runner
2025-08-20T19:18:27.8065551Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strtoumax.m4' from root:root to runner:runner
2025-08-20T19:18:27.8067657Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/jm-macros.m4' from root:root to runner:runner
2025-08-20T19:18:27.8069184Z [00:04:17.152]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fcntl_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8070435Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/xnanosleep.m4' from root:root to runner:runner
2025-08-20T19:18:27.8071761Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/vasnprintf.m4' from root:root to runner:runner
2025-08-20T19:18:27.8073866Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/visibility.m4' from root:root to runner:runner
2025-08-20T19:18:27.8075168Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getcwd-path-max.m4' from root:root to runner:runner
2025-08-20T19:18:27.8076434Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/progtest.m4' from root:root to runner:runner
2025-08-20T19:18:27.8078623Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pipe2.m4' from root:root to runner:runner
2025-08-20T19:18:27.8079919Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/tempname.m4' from root:root to runner:runner
2025-08-20T19:18:27.8081180Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/inet_pton.m4' from root:root to runner:runner
2025-08-20T19:18:27.8082602Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/thread.m4' from root:root to runner:runner
2025-08-20T19:18:27.8084506Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/parse-datetime.m4' from root:root to runner:runner
2025-08-20T19:18:27.8085770Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/xsize.m4' from root:root to runner:runner
2025-08-20T19:18:27.8086997Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wctomb.m4' from root:root to runner:runner
2025-08-20T19:18:27.8089419Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gettimeofday.m4' from root:root to runner:runner
2025-08-20T19:18:27.8090777Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sched_yield.m4' from root:root to runner:runner
2025-08-20T19:18:27.8092018Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stdarg.m4' from root:root to runner:runner
2025-08-20T19:18:27.8093541Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/netdb_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8095325Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/host-os.m4' from root:root to runner:runner
2025-08-20T19:18:27.8096585Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stat-size.m4' from root:root to runner:runner
2025-08-20T19:18:27.8098142Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_stat_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8100293Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gnulib-i18n.m4' from root:root to runner:runner
2025-08-20T19:18:27.8101576Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getugroups.m4' from root:root to runner:runner
2025-08-20T19:18:27.8102909Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/htonl.m4' from root:root to runner:runner
2025-08-20T19:18:27.8104705Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/isnanf.m4' from root:root to runner:runner
2025-08-20T19:18:27.8106242Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/malloca.m4' from root:root to runner:runner
2025-08-20T19:18:27.8107622Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/usleep.m4' from root:root to runner:runner
2025-08-20T19:18:27.8108873Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/libgmp.m4' from root:root to runner:runner
2025-08-20T19:18:27.8110903Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/openat.m4' from root:root to runner:runner
2025-08-20T19:18:27.8112134Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wctob.m4' from root:root to runner:runner
2025-08-20T19:18:27.8113366Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/configmake.m4' from root:root to runner:runner
2025-08-20T19:18:27.8114939Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/signalblocking.m4' from root:root to runner:runner
2025-08-20T19:18:27.8116781Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ftello.m4' from root:root to runner:runner
2025-08-20T19:18:27.8118331Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/userspec.m4' from root:root to runner:runner
2025-08-20T19:18:27.8119577Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/modechange.m4' from root:root to runner:runner
2025-08-20T19:18:27.8121678Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/config-h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8122951Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/utimes.m4' from root:root to runner:runner
2025-08-20T19:18:27.8124192Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gettime.m4' from root:root to runner:runner
2025-08-20T19:18:27.8125747Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/tzset.m4' from root:root to runner:runner
2025-08-20T19:18:27.8127828Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/xvasprintf.m4' from root:root to runner:runner
2025-08-20T19:18:27.8129070Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sha1.m4' from root:root to runner:runner
2025-08-20T19:18:27.8130291Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sockpfaf.m4' from root:root to runner:runner
2025-08-20T19:18:27.8132478Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/longlong.m4' from root:root to runner:runner
2025-08-20T19:18:27.8133788Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_utsname_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8135035Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sha512.m4' from root:root to runner:runner
2025-08-20T19:18:27.8136277Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/open-cloexec.m4' from root:root to runner:runner
2025-08-20T19:18:27.8138579Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/exponentd.m4' from root:root to runner:runner
2025-08-20T19:18:27.8139864Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/uchar_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8141104Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_wait_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8142724Z [00:04:17.153]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/localename.m4' from root:root to runner:runner
2025-08-20T19:18:27.8144505Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/md5.m4' from root:root to runner:runner
2025-08-20T19:18:27.8145924Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ctype_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8147532Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/save-cwd.m4' from root:root to runner:runner
2025-08-20T19:18:27.8149742Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/memset_explicit.m4' from root:root to runner:runner
2025-08-20T19:18:27.8151039Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/freading.m4' from root:root to runner:runner
2025-08-20T19:18:27.8152292Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fstypename.m4' from root:root to runner:runner
2025-08-20T19:18:27.8154058Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mpsort.m4' from root:root to runner:runner
2025-08-20T19:18:27.8155748Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/explicit_bzero.m4' from root:root to runner:runner
2025-08-20T19:18:27.8157004Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/isnand.m4' from root:root to runner:runner
2025-08-20T19:18:27.8158448Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/hostent.m4' from root:root to runner:runner
2025-08-20T19:18:27.8160609Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread-thread.m4' from root:root to runner:runner
2025-08-20T19:18:27.8161983Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/setlocale_null.m4' from root:root to runner:runner
2025-08-20T19:18:27.8163233Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fchdir.m4' from root:root to runner:runner
2025-08-20T19:18:27.8164692Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/socklen.m4' from root:root to runner:runner
2025-08-20T19:18:27.8166529Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/idcache.m4' from root:root to runner:runner
2025-08-20T19:18:27.8168052Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gnulib-common.m4' from root:root to runner:runner
2025-08-20T19:18:27.8169307Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/regex.m4' from root:root to runner:runner
2025-08-20T19:18:27.8171305Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lseek.m4' from root:root to runner:runner
2025-08-20T19:18:27.8172606Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/printf.m4' from root:root to runner:runner
2025-08-20T19:18:27.8173843Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/check-decl.m4' from root:root to runner:runner
2025-08-20T19:18:27.8175387Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strtod.m4' from root:root to runner:runner
2025-08-20T19:18:27.8177557Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/close.m4' from root:root to runner:runner
2025-08-20T19:18:27.8178813Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/i-ring.m4' from root:root to runner:runner
2025-08-20T19:18:27.8180060Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/nanosleep.m4' from root:root to runner:runner
2025-08-20T19:18:27.8181959Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/alloca.m4' from root:root to runner:runner
2025-08-20T19:18:27.8183417Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/isnanl.m4' from root:root to runner:runner
2025-08-20T19:18:27.8184725Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/termios_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8185976Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/memcasecmp.m4' from root:root to runner:runner
2025-08-20T19:18:27.8188264Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/base32.m4' from root:root to runner:runner
2025-08-20T19:18:27.8189626Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/isatty.m4' from root:root to runner:runner
2025-08-20T19:18:27.8190859Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/posixver.m4' from root:root to runner:runner
2025-08-20T19:18:27.8192092Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbtowc.m4' from root:root to runner:runner
2025-08-20T19:18:27.8194272Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/random_r.m4' from root:root to runner:runner
2025-08-20T19:18:27.8195543Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread-once.m4' from root:root to runner:runner
2025-08-20T19:18:27.8196817Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unistd-safer.m4' from root:root to runner:runner
2025-08-20T19:18:27.8198318Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/inttypes_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8200480Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/localcharset.m4' from root:root to runner:runner
2025-08-20T19:18:27.8201788Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/selinux-context-h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8203055Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/uninorm_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8204460Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/euidaccess.m4' from root:root to runner:runner
2025-08-20T19:18:27.8205711Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/quotearg.m4' from root:root to runner:runner
2025-08-20T19:18:27.8206938Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/signbit.m4' from root:root to runner:runner
2025-08-20T19:18:27.8208449Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread-spin.m4' from root:root to runner:runner
2025-08-20T19:18:27.8209723Z [00:04:17.154]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/group-member.m4' from root:root to runner:runner
2025-08-20T19:18:27.8211504Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/savedir.m4' from root:root to runner:runner
2025-08-20T19:18:27.8213282Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/nan-mips.m4' from root:root to runner:runner
2025-08-20T19:18:27.8214528Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ftruncate.m4' from root:root to runner:runner
2025-08-20T19:18:27.8215763Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/nocrash.m4' from root:root to runner:runner
2025-08-20T19:18:27.8217977Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wctype_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8219434Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/nls.m4' from root:root to runner:runner
2025-08-20T19:18:27.8220670Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getrusage.m4' from root:root to runner:runner
2025-08-20T19:18:27.8221919Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_select_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8223389Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbrlen.m4' from root:root to runner:runner
2025-08-20T19:18:27.8225342Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/limits-h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8226594Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unicase_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8228041Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fdatasync.m4' from root:root to runner:runner
2025-08-20T19:18:27.8229976Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/freopen.m4' from root:root to runner:runner
2025-08-20T19:18:27.8231551Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/locale-tr.m4' from root:root to runner:runner
2025-08-20T19:18:27.8232851Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/memchr.m4' from root:root to runner:runner
2025-08-20T19:18:27.8234085Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/iswblank.m4' from root:root to runner:runner
2025-08-20T19:18:27.8236105Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sched_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8237690Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/snprintf.m4' from root:root to runner:runner
2025-08-20T19:18:27.8238944Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fstat.m4' from root:root to runner:runner
2025-08-20T19:18:27.8240296Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/selinux-label-h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8242512Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_time_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8243770Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/yesno.m4' from root:root to runner:runner
2025-08-20T19:18:27.8244989Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strstr.m4' from root:root to runner:runner
2025-08-20T19:18:27.8246334Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/filemode.m4' from root:root to runner:runner
2025-08-20T19:18:27.8248675Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/extern-inline.m4' from root:root to runner:runner
2025-08-20T19:18:27.8249964Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/readdir.m4' from root:root to runner:runner
2025-08-20T19:18:27.8251216Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/rawmemchr.m4' from root:root to runner:runner
2025-08-20T19:18:27.8252734Z [00:04:17.155]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mode_t.m4' from root:root to runner:runner
2025-08-20T19:18:27.8254653Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/error.m4' from root:root to runner:runner
2025-08-20T19:18:27.8255887Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/random.m4' from root:root to runner:runner
2025-08-20T19:18:27.8257125Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fpending.m4' from root:root to runner:runner
2025-08-20T19:18:27.8259230Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/base64.m4' from root:root to runner:runner
2025-08-20T19:18:27.8260897Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mkancesdirs.m4' from root:root to runner:runner
2025-08-20T19:18:27.8262158Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbrtowc.m4' from root:root to runner:runner
2025-08-20T19:18:27.8263390Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/string_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8265519Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/flexmember.m4' from root:root to runner:runner
2025-08-20T19:18:27.8266795Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/setlocale.m4' from root:root to runner:runner
2025-08-20T19:18:27.8268159Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/isapipe.m4' from root:root to runner:runner
2025-08-20T19:18:27.8269469Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/perror.m4' from root:root to runner:runner
2025-08-20T19:18:27.8271527Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wctype.m4' from root:root to runner:runner
2025-08-20T19:18:27.8272863Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mkstemp.m4' from root:root to runner:runner
2025-08-20T19:18:27.8274171Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/copy-file-range.m4' from root:root to runner:runner
2025-08-20T19:18:27.8275745Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/timegm.m4' from root:root to runner:runner
2025-08-20T19:18:27.8277834Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/open.m4' from root:root to runner:runner
2025-08-20T19:18:27.8279086Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getdelim.m4' from root:root to runner:runner
2025-08-20T19:18:27.8280336Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/extensions.m4' from root:root to runner:runner
2025-08-20T19:18:27.8282399Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/yield.m4' from root:root to runner:runner
2025-08-20T19:18:27.8284105Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/endian_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8285331Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/utime.m4' from root:root to runner:runner
2025-08-20T19:18:27.8286553Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pselect.m4' from root:root to runner:runner
2025-08-20T19:18:27.8288574Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbstate_t.m4' from root:root to runner:runner
2025-08-20T19:18:27.8290189Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strerror.m4' from root:root to runner:runner
2025-08-20T19:18:27.8291476Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fsync.m4' from root:root to runner:runner
2025-08-20T19:18:27.8292704Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/warnings.m4' from root:root to runner:runner
2025-08-20T19:18:27.8294855Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/freadseek.m4' from root:root to runner:runner
2025-08-20T19:18:27.8296127Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/assert.m4' from root:root to runner:runner
2025-08-20T19:18:27.8297653Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/intl-thread-locale.m4' from root:root to runner:runner
2025-08-20T19:18:27.8299008Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/once.m4' from root:root to runner:runner
2025-08-20T19:18:27.8301196Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fts.m4' from root:root to runner:runner
2025-08-20T19:18:27.8302453Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_random_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8303784Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unlinkdir.m4' from root:root to runner:runner
2025-08-20T19:18:27.8305226Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getrandom.m4' from root:root to runner:runner
2025-08-20T19:18:27.8307324Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/futimens.m4' from root:root to runner:runner
2025-08-20T19:18:27.8308607Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/off64_t.m4' from root:root to runner:runner
2025-08-20T19:18:27.8309852Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/langinfo_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8311566Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread_sigmask.m4' from root:root to runner:runner
2025-08-20T19:18:27.8313384Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mkdir-p.m4' from root:root to runner:runner
2025-08-20T19:18:27.8314614Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/rmdir.m4' from root:root to runner:runner
2025-08-20T19:18:27.8315841Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fflush.m4' from root:root to runner:runner
2025-08-20T19:18:27.8318071Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lib-link.m4' from root:root to runner:runner
2025-08-20T19:18:27.8319439Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fsusage.m4' from root:root to runner:runner
2025-08-20T19:18:27.8320674Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/opendir.m4' from root:root to runner:runner
2025-08-20T19:18:27.8321896Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/qsort_r.m4' from root:root to runner:runner
2025-08-20T19:18:27.8324021Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_uio_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8325271Z [00:04:17.156]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/inline.m4' from root:root to runner:runner
2025-08-20T19:18:27.8326491Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/crc.m4' from root:root to runner:runner
2025-08-20T19:18:27.8328044Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/bison.m4' from root:root to runner:runner
2025-08-20T19:18:27.8330164Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/intlmacosx.m4' from root:root to runner:runner
2025-08-20T19:18:27.8331437Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fcntl-safer.m4' from root:root to runner:runner
2025-08-20T19:18:27.8332781Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/closedir.m4' from root:root to runner:runner
2025-08-20T19:18:27.8334803Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sleep.m4' from root:root to runner:runner
2025-08-20T19:18:27.8336057Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getloadavg.m4' from root:root to runner:runner
2025-08-20T19:18:27.8337527Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/readtokens.m4' from root:root to runner:runner
2025-08-20T19:18:27.8338773Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getlogin.m4' from root:root to runner:runner
2025-08-20T19:18:27.8341041Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/include-exclude-prog.m4' from root:root to runner:runner
2025-08-20T19:18:27.8342333Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stdint.m4' from root:root to runner:runner
2025-08-20T19:18:27.8343560Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wcwidth.m4' from root:root to runner:runner
2025-08-20T19:18:27.8344926Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/byteswap.m4' from root:root to runner:runner
2025-08-20T19:18:27.8347090Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/calloc.m4' from root:root to runner:runner
2025-08-20T19:18:27.8348861Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fnmatch.m4' from root:root to runner:runner
2025-08-20T19:18:27.8350100Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/time_rz.m4' from root:root to runner:runner
2025-08-20T19:18:27.8351900Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread_mutex_timedlock.m4' from root:root to runner:runner
2025-08-20T19:18:27.8353567Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/rpmatch.m4' from root:root to runner:runner
2025-08-20T19:18:27.8354832Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getaddrinfo.m4' from root:root to runner:runner
2025-08-20T19:18:27.8356074Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/frexp.m4' from root:root to runner:runner
2025-08-20T19:18:27.8358325Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mknod.m4' from root:root to runner:runner
2025-08-20T19:18:27.8359692Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/iconv_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8360938Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gnulib-comp.m4' from root:root to runner:runner
2025-08-20T19:18:27.8362294Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/xstrtod.m4' from root:root to runner:runner
2025-08-20T19:18:27.8364464Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_ioctl_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8365733Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/backupfile.m4' from root:root to runner:runner
2025-08-20T19:18:27.8366971Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/systemd.m4' from root:root to runner:runner
2025-08-20T19:18:27.8368679Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/signal_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8370726Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fseterr.m4' from root:root to runner:runner
2025-08-20T19:18:27.8372016Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/canonicalize.m4' from root:root to runner:runner
2025-08-20T19:18:27.8373312Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/vasprintf-posix.m4' from root:root to runner:runner
2025-08-20T19:18:27.8374949Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/time_r.m4' from root:root to runner:runner
2025-08-20T19:18:27.8376829Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fileblocks.m4' from root:root to runner:runner
2025-08-20T19:18:27.8378312Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lock.m4' from root:root to runner:runner
2025-08-20T19:18:27.8379512Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/po.m4' from root:root to runner:runner
2025-08-20T19:18:27.8381253Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mkdirat.m4' from root:root to runner:runner
2025-08-20T19:18:27.8382959Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/savewd.m4' from root:root to runner:runner
2025-08-20T19:18:27.8384196Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/assert_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8385509Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/dirent_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8387784Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/builtin-expect.m4' from root:root to runner:runner
2025-08-20T19:18:27.8389067Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gethrxtime.m4' from root:root to runner:runner
2025-08-20T19:18:27.8390318Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/posix-shell.m4' from root:root to runner:runner
2025-08-20T19:18:27.8391897Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sm3.m4' from root:root to runner:runner
2025-08-20T19:18:27.8393825Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8395059Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fpieee.m4' from root:root to runner:runner
2025-08-20T19:18:27.8396281Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wmemchr.m4' from root:root to runner:runner
2025-08-20T19:18:27.8397780Z [00:04:17.157]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/jm-winsz1.m4' from root:root to runner:runner
2025-08-20T19:18:27.8400012Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wmempcpy.m4' from root:root to runner:runner
2025-08-20T19:18:27.8401280Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/locale-en.m4' from root:root to runner:runner
2025-08-20T19:18:27.8402534Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/rewinddir.m4' from root:root to runner:runner
2025-08-20T19:18:27.8404068Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/atoll.m4' from root:root to runner:runner
2025-08-20T19:18:27.8405913Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ldexpl.m4' from root:root to runner:runner
2025-08-20T19:18:27.8407384Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/safe-write.m4' from root:root to runner:runner
2025-08-20T19:18:27.8408654Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbsrtowcs.m4' from root:root to runner:runner
2025-08-20T19:18:27.8410568Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/c-bool.m4' from root:root to runner:runner
2025-08-20T19:18:27.8412053Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread-rwlock.m4' from root:root to runner:runner
2025-08-20T19:18:27.8413328Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wcrtomb.m4' from root:root to runner:runner
2025-08-20T19:18:27.8414638Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fpurge.m4' from root:root to runner:runner
2025-08-20T19:18:27.8416478Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/minmax.m4' from root:root to runner:runner
2025-08-20T19:18:27.8418259Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/size_max.m4' from root:root to runner:runner
2025-08-20T19:18:27.8419502Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mkfifoat.m4' from root:root to runner:runner
2025-08-20T19:18:27.8420952Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/locale-zh.m4' from root:root to runner:runner
2025-08-20T19:18:27.8423021Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/printf-frexpl.m4' from root:root to runner:runner
2025-08-20T19:18:27.8424302Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/localeconv.m4' from root:root to runner:runner
2025-08-20T19:18:27.8425538Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/error_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8427025Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/iconv_open.m4' from root:root to runner:runner
2025-08-20T19:18:27.8429261Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strftime-fixes.m4' from root:root to runner:runner
2025-08-20T19:18:27.8430552Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread-mutex.m4' from root:root to runner:runner
2025-08-20T19:18:27.8431801Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stdlib_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8433040Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/environ.m4' from root:root to runner:runner
2025-08-20T19:18:27.8434355Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/human.m4' from root:root to runner:runner
2025-08-20T19:18:27.8436461Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lcmessage.m4' from root:root to runner:runner
2025-08-20T19:18:27.8437937Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stat-prog.m4' from root:root to runner:runner
2025-08-20T19:18:27.8439175Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/xstrtol.m4' from root:root to runner:runner
2025-08-20T19:18:27.8440825Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/cycle-check.m4' from root:root to runner:runner
2025-08-20T19:18:27.8442557Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/zzgnulib.m4' from root:root to runner:runner
2025-08-20T19:18:27.8443877Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strsignal.m4' from root:root to runner:runner
2025-08-20T19:18:27.8445122Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/inet_ntop.m4' from root:root to runner:runner
2025-08-20T19:18:27.8447312Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/alignalloc.m4' from root:root to runner:runner
2025-08-20T19:18:27.8448682Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/intmax_t.m4' from root:root to runner:runner
2025-08-20T19:18:27.8449928Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/crc-x86_64.m4' from root:root to runner:runner
2025-08-20T19:18:27.8451406Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/time.m4' from root:root to runner:runner
2025-08-20T19:18:27.8453145Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/btowc.m4' from root:root to runner:runner
2025-08-20T19:18:27.8454364Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strtoll.m4' from root:root to runner:runner
2025-08-20T19:18:27.8455698Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gethostname.m4' from root:root to runner:runner
2025-08-20T19:18:27.8457991Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/rename.m4' from root:root to runner:runner
2025-08-20T19:18:27.8459253Z [00:04:17.158]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lchown.m4' from root:root to runner:runner
2025-08-20T19:18:27.8460476Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/exponentl.m4' from root:root to runner:runner
2025-08-20T19:18:27.8461965Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/perl.m4' from root:root to runner:runner
2025-08-20T19:18:27.8463858Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/printf-frexp.m4' from root:root to runner:runner
2025-08-20T19:18:27.8465103Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/free.m4' from root:root to runner:runner
2025-08-20T19:18:27.8466316Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/tmpfile.m4' from root:root to runner:runner
2025-08-20T19:18:27.8468501Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/frexpl.m4' from root:root to runner:runner
2025-08-20T19:18:27.8469795Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/codeset.m4' from root:root to runner:runner
2025-08-20T19:18:27.8471023Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wint_t.m4' from root:root to runner:runner
2025-08-20T19:18:27.8472525Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/priv-set.m4' from root:root to runner:runner
2025-08-20T19:18:27.8474421Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stddef_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8475683Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/iswdigit.m4' from root:root to runner:runner
2025-08-20T19:18:27.8477014Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/raise.m4' from root:root to runner:runner
2025-08-20T19:18:27.8478967Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/af_alg.m4' from root:root to runner:runner
2025-08-20T19:18:27.8480620Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wchar_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8481851Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/symlink.m4' from root:root to runner:runner
2025-08-20T19:18:27.8483089Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/setenv.m4' from root:root to runner:runner
2025-08-20T19:18:27.8485267Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/jm-winsz2.m4' from root:root to runner:runner
2025-08-20T19:18:27.8486542Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/utimecmp.m4' from root:root to runner:runner
2025-08-20T19:18:27.8487956Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/libunistring-base.m4' from root:root to runner:runner
2025-08-20T19:18:27.8489824Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/locale-ja.m4' from root:root to runner:runner
2025-08-20T19:18:27.8491427Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getline.m4' from root:root to runner:runner
2025-08-20T19:18:27.8492671Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mktime.m4' from root:root to runner:runner
2025-08-20T19:18:27.8494003Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/xgetcwd.m4' from root:root to runner:runner
2025-08-20T19:18:27.8495992Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/build-to-host.m4' from root:root to runner:runner
2025-08-20T19:18:27.8497377Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fnmatch_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8498658Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/tls.m4' from root:root to runner:runner
2025-08-20T19:18:27.8500613Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/tmpdir.m4' from root:root to runner:runner
2025-08-20T19:18:27.8502063Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/locale_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8503303Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/iconv.m4' from root:root to runner:runner
2025-08-20T19:18:27.8504551Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sig2str.m4' from root:root to runner:runner
2025-08-20T19:18:27.8506688Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fchmodat.m4' from root:root to runner:runner
2025-08-20T19:18:27.8508222Z [00:04:17.159]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ftell.m4' from root:root to runner:runner
2025-08-20T19:18:27.8509444Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fstatat.m4' from root:root to runner:runner
2025-08-20T19:18:27.8511256Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strdup.m4' from root:root to runner:runner
2025-08-20T19:18:27.8512815Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/linkat.m4' from root:root to runner:runner
2025-08-20T19:18:27.8514150Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/threadlib.m4' from root:root to runner:runner
2025-08-20T19:18:27.8515461Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/chown.m4' from root:root to runner:runner
2025-08-20T19:18:27.8517671Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fseeko.m4' from root:root to runner:runner
2025-08-20T19:18:27.8518941Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unistd_h.m4' from root:root to runner:runner
2025-08-20T19:18:27.8520273Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fopen.m4' from root:root to runner:runner
2025-08-20T19:18:27.8522255Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/cu-progs.m4' from root:root to runner:runner
2025-08-20T19:18:27.8523625Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strtoimax.m4' from root:root to runner:runner
2025-08-20T19:18:27.8524869Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/c-strtod.m4' from root:root to runner:runner
2025-08-20T19:18:27.8526266Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fseek.m4' from root:root to runner:runner
2025-08-20T19:18:27.8528413Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/canon-host.m4' from root:root to runner:runner
2025-08-20T19:18:27.8529777Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/posixtm.m4' from root:root to runner:runner
2025-08-20T19:18:27.8531030Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stdalign.m4' from root:root to runner:runner
2025-08-20T19:18:27.8532842Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strnlen.m4' from root:root to runner:runner
2025-08-20T19:18:27.8534395Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/manywarnings.m4' from root:root to runner:runner
2025-08-20T19:18:27.8535774Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unlink-busy.m4' from root:root to runner:runner
2025-08-20T19:18:27.8537343Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/semaphore.m4' from root:root to runner:runner
2025-08-20T19:18:27.8539278Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/creat.m4' from root:root to runner:runner
2025-08-20T19:18:27.8540505Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/acl.m4' from root:root to runner:runner
2025-08-20T19:18:27.8541726Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/off_t.m4' from root:root to runner:runner
2025-08-20T19:18:27.8543801Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/utimensat.m4' from root:root to runner:runner
2025-08-20T19:18:27.8545133Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/safe-read.m4' from root:root to runner:runner
2025-08-20T19:18:27.8546333Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4' from root:root to runner:runner
2025-08-20T19:18:27.8547927Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/ABOUT-NLS' from root:root to runner:runner
2025-08-20T19:18:27.8549855Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/cfg.mk' from root:root to runner:runner
2025-08-20T19:18:27.8551069Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/kk.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8552269Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/cs.po' from root:root to runner:runner
2025-08-20T19:18:27.8553958Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/insert-header.sin' from root:root to runner:runner
2025-08-20T19:18:27.8555568Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ia.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8556790Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/eu.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8558350Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/zh_CN.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8560430Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ca.po' from root:root to runner:runner
2025-08-20T19:18:27.8561685Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/coreutils.pot' from root:root to runner:runner
2025-08-20T19:18:27.8562908Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ka.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8564199Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/lg.po' from root:root to runner:runner
2025-08-20T19:18:27.8566347Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/bg.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8567688Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/be.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8568904Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ro.po' from root:root to runner:runner
2025-08-20T19:18:27.8570373Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/Makefile.in.in' from root:root to runner:runner
2025-08-20T19:18:27.8572304Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/it.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8573512Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/hu.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8574709Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ko.po' from root:root to runner:runner
2025-08-20T19:18:27.8576082Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/eu.po' from root:root to runner:runner
2025-08-20T19:18:27.8578602Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/sk.po' from root:root to runner:runner
2025-08-20T19:18:27.8579867Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ca.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8581083Z [00:04:17.160]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/hr.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8582873Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ga.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8584731Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/pl.po' from root:root to runner:runner
2025-08-20T19:18:27.8585940Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/af.po' from root:root to runner:runner
2025-08-20T19:18:27.8587344Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/uk.po' from root:root to runner:runner
2025-08-20T19:18:27.8589683Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ms.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8591024Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/Makevars' from root:root to runner:runner
2025-08-20T19:18:27.8592236Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/gl.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8594374Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/remove-potcdate.sin' from root:root to runner:runner
2025-08-20T19:18:27.8596047Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/pt_BR.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8597492Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/tr.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8599068Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/id.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8601132Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ia.po' from root:root to runner:runner
2025-08-20T19:18:27.8602435Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/be.po' from root:root to runner:runner
2025-08-20T19:18:27.8603627Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ka.po' from root:root to runner:runner
2025-08-20T19:18:27.8605627Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ja.po' from root:root to runner:runner
2025-08-20T19:18:27.8607772Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/cs.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8609074Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/sv.po' from root:root to runner:runner
2025-08-20T19:18:27.8611348Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/vi.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8612998Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/es.po' from root:root to runner:runner
2025-08-20T19:18:27.8614302Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/fi.po' from root:root to runner:runner
2025-08-20T19:18:27.8616576Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/lt.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8618135Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/hr.po' from root:root to runner:runner
2025-08-20T19:18:27.8619587Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/pt_BR.po' from root:root to runner:runner
2025-08-20T19:18:27.8622010Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/da.po' from root:root to runner:runner
2025-08-20T19:18:27.8623312Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/af.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8624788Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/de.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8627301Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ru.po' from root:root to runner:runner
2025-08-20T19:18:27.8628556Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ms.po' from root:root to runner:runner
2025-08-20T19:18:27.8630070Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/de.po' from root:root to runner:runner
2025-08-20T19:18:27.8632340Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/id.po' from root:root to runner:runner
2025-08-20T19:18:27.8633585Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/gl.po' from root:root to runner:runner
2025-08-20T19:18:27.8635451Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/fr.po' from root:root to runner:runner
2025-08-20T19:18:27.8637742Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/fr.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8638976Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/pt.po' from root:root to runner:runner
2025-08-20T19:18:27.8641011Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/pt.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8642811Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/zh_CN.po' from root:root to runner:runner
2025-08-20T19:18:27.8644128Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ro.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8646446Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/nb.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8648178Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ko.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8649412Z [00:04:17.161]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/da.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8651743Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/Makefile' from root:root to runner:runner
2025-08-20T19:18:27.8653264Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/es.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8654687Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/nl.po' from root:root to runner:runner
2025-08-20T19:18:27.8656654Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/tr.po' from root:root to runner:runner
2025-08-20T19:18:27.8658606Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/el.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8660007Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/stamp-po' from root:root to runner:runner
2025-08-20T19:18:27.8662176Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/vi.po' from root:root to runner:runner
2025-08-20T19:18:27.8664057Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/bg.po' from root:root to runner:runner
2025-08-20T19:18:27.8665268Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/nl.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8666474Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/LINGUAS' from root:root to runner:runner
2025-08-20T19:18:27.8668911Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/lt.po' from root:root to runner:runner
2025-08-20T19:18:27.8670547Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/eo.po' from root:root to runner:runner
2025-08-20T19:18:27.8671782Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/quot.sed' from root:root to runner:runner
2025-08-20T19:18:27.8673003Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/sk.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8674239Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/nb.po' from root:root to runner:runner
2025-08-20T19:18:27.8676642Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/boldquot.sed' from root:root to runner:runner
2025-08-20T19:18:27.8678537Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ga.po' from root:root to runner:runner
2025-08-20T19:18:27.8679788Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ta.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8681002Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ta.po' from root:root to runner:runner
2025-08-20T19:18:27.8682208Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/lg.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8683437Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/POTFILES' from root:root to runner:runner
2025-08-20T19:18:27.8684648Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/kk.po' from root:root to runner:runner
2025-08-20T19:18:27.8685847Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/sv.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8687075Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/POTFILES.in' from root:root to runner:runner
2025-08-20T19:18:27.8688603Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/Rules-quot' from root:root to runner:runner
2025-08-20T19:18:27.8689934Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/zh_TW.po' from root:root to runner:runner
2025-08-20T19:18:27.8691139Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/el.po' from root:root to runner:runner
2025-08-20T19:18:27.8692338Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/pl.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8693540Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/fi.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8694744Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/hu.po' from root:root to runner:runner
2025-08-20T19:18:27.8696037Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/Makefile.in' from root:root to runner:runner
2025-08-20T19:18:27.8697472Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/uk.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8698691Z [00:04:17.162]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/sl.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8699951Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/en@boldquot.header' from root:root to runner:runner
2025-08-20T19:18:27.8701288Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/sr.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8702554Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/it.po' from root:root to runner:runner
2025-08-20T19:18:27.8703773Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/zh_TW.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8704982Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/et.po' from root:root to runner:runner
2025-08-20T19:18:27.8706214Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/en@quot.header' from root:root to runner:runner
2025-08-20T19:18:27.8707685Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/sl.po' from root:root to runner:runner
2025-08-20T19:18:27.8708903Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/eo.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8710106Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/et.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8711310Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ru.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8712510Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/sr.po' from root:root to runner:runner
2025-08-20T19:18:27.8713803Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ja.gmo' from root:root to runner:runner
2025-08-20T19:18:27.8714991Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po' from root:root to runner:runner
2025-08-20T19:18:27.8716183Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/aclocal.m4' from root:root to runner:runner
2025-08-20T19:18:27.8717610Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/thanks-gen' from root:root to runner:runner
2025-08-20T19:18:27.8718925Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/d-slashdot.sh' from root:root to runner:runner
2025-08-20T19:18:27.8720397Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/install-C-selinux.sh' from root:root to runner:runner
2025-08-20T19:18:27.8721809Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/install-Z-selinux.sh' from root:root to runner:runner
2025-08-20T19:18:27.8723193Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/create-leading.sh' from root:root to runner:runner
2025-08-20T19:18:27.8724554Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/install-C.sh' from root:root to runner:runner
2025-08-20T19:18:27.8725992Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/install-C-root.sh' from root:root to runner:runner
2025-08-20T19:18:27.8727710Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/strip-program.sh' from root:root to runner:runner
2025-08-20T19:18:27.8729080Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/basic-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.8730393Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/trap.sh' from root:root to runner:runner
2025-08-20T19:18:27.8731674Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install' from root:root to runner:runner
2025-08-20T19:18:27.8732961Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/date/date-sec.sh' from root:root to runner:runner
2025-08-20T19:18:27.8734264Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/date/date-tz.sh' from root:root to runner:runner
2025-08-20T19:18:27.8735617Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/date/date-next-dow.pl' from root:root to runner:runner
2025-08-20T19:18:27.8736954Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/date/date-debug.sh' from root:root to runner:runner
2025-08-20T19:18:27.8738475Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/date/date.pl' from root:root to runner:runner
2025-08-20T19:18:27.8739729Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/date' from root:root to runner:runner
2025-08-20T19:18:27.8740990Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/fmt/long-line.sh' from root:root to runner:runner
2025-08-20T19:18:27.8742295Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/fmt/goal-option.sh' from root:root to runner:runner
2025-08-20T19:18:27.8743680Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/fmt/non-space.sh' from root:root to runner:runner
2025-08-20T19:18:27.8745023Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/fmt/base.pl' from root:root to runner:runner
2025-08-20T19:18:27.8746269Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/fmt' from root:root to runner:runner
2025-08-20T19:18:27.8747638Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/df-symlink.sh' from root:root to runner:runner
2025-08-20T19:18:27.8749035Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/df-output.sh' from root:root to runner:runner
2025-08-20T19:18:27.8750503Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/no-mtab-status.sh' from root:root to runner:runner
2025-08-20T19:18:27.8751902Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/header.sh' from root:root to runner:runner
2025-08-20T19:18:27.8753235Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/over-mount-device.sh' from root:root to runner:runner
2025-08-20T19:18:27.8754774Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/unreadable.sh' from root:root to runner:runner
2025-08-20T19:18:27.8756121Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/total-unprocessed.sh' from root:root to runner:runner
2025-08-20T19:18:27.8757725Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/df-P.sh' from root:root to runner:runner
2025-08-20T19:18:27.8759032Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/total-verify.sh' from root:root to runner:runner
2025-08-20T19:18:27.8760376Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/problematic-chars.sh' from root:root to runner:runner
2025-08-20T19:18:27.8761738Z [00:04:17.163]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/skip-duplicates.sh' from root:root to runner:runner
2025-08-20T19:18:27.8763078Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/skip-rootfs.sh' from root:root to runner:runner
2025-08-20T19:18:27.8764332Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df' from root:root to runner:runner
2025-08-20T19:18:27.8765586Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/basenc/base64.pl' from root:root to runner:runner
2025-08-20T19:18:27.8767740Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/basenc/basenc.pl' from root:root to runner:runner
2025-08-20T19:18:27.8769553Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/basenc' from root:root to runner:runner
2025-08-20T19:18:27.8770961Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chgrp/default-no-deref.sh' from root:root to runner:runner
2025-08-20T19:18:27.8772311Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chgrp/recurse.sh' from root:root to runner:runner
2025-08-20T19:18:27.8773601Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chgrp/from.sh' from root:root to runner:runner
2025-08-20T19:18:27.8774886Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chgrp/basic.sh' from root:root to runner:runner
2025-08-20T19:18:27.8776189Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chgrp/posix-H.sh' from root:root to runner:runner
2025-08-20T19:18:27.8777769Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chgrp/no-x.sh' from root:root to runner:runner
2025-08-20T19:18:27.8779066Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chgrp/deref.sh' from root:root to runner:runner
2025-08-20T19:18:27.8780315Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chgrp' from root:root to runner:runner
2025-08-20T19:18:27.8781603Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/printf/printf-hex.sh' from root:root to runner:runner
2025-08-20T19:18:27.8783072Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/printf/printf-indexed.sh' from root:root to runner:runner
2025-08-20T19:18:27.8784450Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/printf/printf-surprise.sh' from root:root to runner:runner
2025-08-20T19:18:27.8785786Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/printf/printf.sh' from root:root to runner:runner
2025-08-20T19:18:27.8787103Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/printf/printf-mb.sh' from root:root to runner:runner
2025-08-20T19:18:27.8788563Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/printf/printf-cov.pl' from root:root to runner:runner
2025-08-20T19:18:27.8789919Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/printf/printf-quote.sh' from root:root to runner:runner
2025-08-20T19:18:27.8791206Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/printf' from root:root to runner:runner
2025-08-20T19:18:27.8792522Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stat/stat-nanoseconds.sh' from root:root to runner:runner
2025-08-20T19:18:27.8793857Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stat/stat-fmt.sh' from root:root to runner:runner
2025-08-20T19:18:27.8795320Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stat/stat-birthtime.sh' from root:root to runner:runner
2025-08-20T19:18:27.8796658Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stat/stat-mount.sh' from root:root to runner:runner
2025-08-20T19:18:27.8798199Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stat/stat-hyphen.sh' from root:root to runner:runner
2025-08-20T19:18:27.8799517Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stat/stat-slash.sh' from root:root to runner:runner
2025-08-20T19:18:27.8800844Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stat/stat-printf.pl' from root:root to runner:runner
2025-08-20T19:18:27.8802192Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stat' from root:root to runner:runner
2025-08-20T19:18:27.8803466Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/seek-data-capable' from root:root to runner:runner
2025-08-20T19:18:27.8804761Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/tail-c.sh' from root:root to runner:runner
2025-08-20T19:18:27.8806072Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/inotify-race.sh' from root:root to runner:runner
2025-08-20T19:18:27.8807766Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/F-vs-rename.sh' from root:root to runner:runner
2025-08-20T19:18:27.8809075Z [00:04:17.164]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/wait.sh' from root:root to runner:runner
2025-08-20T19:18:27.8810372Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/F-vs-missing.sh' from root:root to runner:runner
2025-08-20T19:18:27.8828957Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/proc-ksyms.sh' from root:root to runner:runner
2025-08-20T19:18:27.8830355Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/start-middle.sh' from root:root to runner:runner
2025-08-20T19:18:27.8831772Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/inotify-dir-recreate.sh' from root:root to runner:runner
2025-08-20T19:18:27.8833147Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/tail-sysfs.sh' from root:root to runner:runner
2025-08-20T19:18:27.8835336Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/inotify-only-regular.sh' from root:root to runner:runner
2025-08-20T19:18:27.8837329Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/inotify-rotate-resources.sh' from root:root to runner:runner
2025-08-20T19:18:27.8838929Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/flush-initial.sh' from root:root to runner:runner
2025-08-20T19:18:27.8840284Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/inotify-rotate.sh' from root:root to runner:runner
2025-08-20T19:18:27.8841631Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/overlay-headers.sh' from root:root to runner:runner
2025-08-20T19:18:27.8842297Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/big-4gb.sh' from root:root to runner:runner
2025-08-20T19:18:27.8842971Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/symlink.sh' from root:root to runner:runner
2025-08-20T19:18:27.8843712Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/F-headers.sh' from root:root to runner:runner
2025-08-20T19:18:27.8844424Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/inotify-hash-abuse.sh' from root:root to runner:runner
2025-08-20T19:18:27.8845119Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/follow-name.sh' from root:root to runner:runner
2025-08-20T19:18:27.8845774Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/pid.sh' from root:root to runner:runner
2025-08-20T19:18:27.8846505Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/truncate.sh' from root:root to runner:runner
2025-08-20T19:18:27.8847454Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/descriptor-vs-rename.sh' from root:root to runner:runner
2025-08-20T19:18:27.8848195Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/follow-stdin.sh' from root:root to runner:runner
2025-08-20T19:18:27.8848867Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/pipe-f.sh' from root:root to runner:runner
2025-08-20T19:18:27.8849550Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/pid-pipe.sh' from root:root to runner:runner
2025-08-20T19:18:27.8850243Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/inotify-race2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8850889Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/tail.pl' from root:root to runner:runner
2025-08-20T19:18:27.8851559Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/assert-2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8852328Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/end-of-device.sh' from root:root to runner:runner
2025-08-20T19:18:27.8853072Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/append-only.sh' from root:root to runner:runner
2025-08-20T19:18:27.8853736Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/tail-n0f.sh' from root:root to runner:runner
2025-08-20T19:18:27.8854404Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/pipe-f2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8855126Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/inotify-hash-abuse2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8855795Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/retry.sh' from root:root to runner:runner
2025-08-20T19:18:27.8856559Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/assert.sh' from root:root to runner:runner
2025-08-20T19:18:27.8857298Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail' from root:root to runner:runner
2025-08-20T19:18:27.8857981Z [00:04:17.165]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ptx/ptx-overrun.sh' from root:root to runner:runner
2025-08-20T19:18:27.8858626Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ptx/ptx.pl' from root:root to runner:runner
2025-08-20T19:18:27.8859321Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ptx' from root:root to runner:runner
2025-08-20T19:18:27.8860017Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/expr/expr-multibyte.pl' from root:root to runner:runner
2025-08-20T19:18:27.8860670Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/expr/expr.pl' from root:root to runner:runner
2025-08-20T19:18:27.8861289Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/expr' from root:root to runner:runner
2025-08-20T19:18:27.8861991Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/cp-mv-enotsup-xattr.sh' from root:root to runner:runner
2025-08-20T19:18:27.8862683Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/link-no-deref.sh' from root:root to runner:runner
2025-08-20T19:18:27.8863352Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/attr-existing.sh' from root:root to runner:runner
2025-08-20T19:18:27.8864017Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/cp-parents.sh' from root:root to runner:runner
2025-08-20T19:18:27.8864660Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/abuse.sh' from root:root to runner:runner
2025-08-20T19:18:27.8865454Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/dir-rm-dest.sh' from root:root to runner:runner
2025-08-20T19:18:27.8866127Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/into-self.sh' from root:root to runner:runner
2025-08-20T19:18:27.8866836Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/preserve-slink-time.sh' from root:root to runner:runner
2025-08-20T19:18:27.8867620Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/slink-2-slink.sh' from root:root to runner:runner
2025-08-20T19:18:27.8868305Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/thru-dangling.sh' from root:root to runner:runner
2025-08-20T19:18:27.8869045Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/src-base-dot.sh' from root:root to runner:runner
2025-08-20T19:18:27.8869724Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/file-perm-race.sh' from root:root to runner:runner
2025-08-20T19:18:27.8870393Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/capability.sh' from root:root to runner:runner
2025-08-20T19:18:27.8871072Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/symlink-slash.sh' from root:root to runner:runner
2025-08-20T19:18:27.8871797Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/sparse-2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8872498Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/existing-perm-dir.sh' from root:root to runner:runner
2025-08-20T19:18:27.8873184Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/parent-perm.sh' from root:root to runner:runner
2025-08-20T19:18:27.8873850Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/r-vs-symlink.sh' from root:root to runner:runner
2025-08-20T19:18:27.8874575Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/keep-directory-symlink.sh' from root:root to runner:runner
2025-08-20T19:18:27.8875275Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/nfs-removal-race.sh' from root:root to runner:runner
2025-08-20T19:18:27.8875973Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/existing-perm-race.sh' from root:root to runner:runner
2025-08-20T19:18:27.8876656Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/preserve-mode.sh' from root:root to runner:runner
2025-08-20T19:18:27.8877564Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/cp-deref.sh' from root:root to runner:runner
2025-08-20T19:18:27.8878284Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/link.sh' from root:root to runner:runner
2025-08-20T19:18:27.8878959Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/sparse-perf.sh' from root:root to runner:runner
2025-08-20T19:18:27.8879637Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/backup-is-src.sh' from root:root to runner:runner
2025-08-20T19:18:27.8880319Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/no-deref-link3.sh' from root:root to runner:runner
2025-08-20T19:18:27.8880973Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/sparse.sh' from root:root to runner:runner
2025-08-20T19:18:27.8881709Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/deref-slink.sh' from root:root to runner:runner
2025-08-20T19:18:27.8882365Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/backup-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.8883061Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/cross-dev-symlink.sh' from root:root to runner:runner
2025-08-20T19:18:27.8883956Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/link-deref.sh' from root:root to runner:runner
2025-08-20T19:18:27.8884711Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/perm.sh' from root:root to runner:runner
2025-08-20T19:18:27.8885384Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/cp-mv-backup.sh' from root:root to runner:runner
2025-08-20T19:18:27.8886065Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/proc-zero-len.sh' from root:root to runner:runner
2025-08-20T19:18:27.8886746Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/preserve-gid.sh' from root:root to runner:runner
2025-08-20T19:18:27.8887621Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/cp-i.sh' from root:root to runner:runner
2025-08-20T19:18:27.8888360Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/no-ctx.sh' from root:root to runner:runner
2025-08-20T19:18:27.8889252Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/same-file.sh' from root:root to runner:runner
2025-08-20T19:18:27.8889945Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/dir-slash.sh' from root:root to runner:runner
2025-08-20T19:18:27.8890657Z [00:04:17.166]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/sparse-to-pipe.sh' from root:root to runner:runner
2025-08-20T19:18:27.8891595Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/no-deref-link1.sh' from root:root to runner:runner
2025-08-20T19:18:27.8892307Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/sparse-extents.sh' from root:root to runner:runner
2025-08-20T19:18:27.8892997Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/special-bits.sh' from root:root to runner:runner
2025-08-20T19:18:27.8893672Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/fail-perm.sh' from root:root to runner:runner
2025-08-20T19:18:27.8894350Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/link-symlink.sh' from root:root to runner:runner
2025-08-20T19:18:27.8895069Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/copy-FMR.sh' from root:root to runner:runner
2025-08-20T19:18:27.8895753Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/preserve-link.sh' from root:root to runner:runner
2025-08-20T19:18:27.8896401Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/debug.sh' from root:root to runner:runner
2025-08-20T19:18:27.8897092Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/sparse-extents-2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8897940Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/acl.sh' from root:root to runner:runner
2025-08-20T19:18:27.8898613Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/cp-a-selinux.sh' from root:root to runner:runner
2025-08-20T19:18:27.8899286Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/dir-vs-file.sh' from root:root to runner:runner
2025-08-20T19:18:27.8899963Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/reflink-auto.sh' from root:root to runner:runner
2025-08-20T19:18:27.8900638Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/reflink-perm.sh' from root:root to runner:runner
2025-08-20T19:18:27.8901860Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/preserve-2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8902804Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/no-deref-link2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8903736Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/backup-dir.sh' from root:root to runner:runner
2025-08-20T19:18:27.8904400Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/cp-HL.sh' from root:root to runner:runner
2025-08-20T19:18:27.8905224Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/link-heap.sh' from root:root to runner:runner
2025-08-20T19:18:27.8905916Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/link-preserve.sh' from root:root to runner:runner
2025-08-20T19:18:27.8906594Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/special-f.sh' from root:root to runner:runner
2025-08-20T19:18:27.8907415Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/proc-short-read.sh' from root:root to runner:runner
2025-08-20T19:18:27.8908155Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/parent-perm-race.sh' from root:root to runner:runner
2025-08-20T19:18:27.8908785Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp' from root:root to runner:runner
2025-08-20T19:18:27.8909537Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/nproc/nproc-avail.sh' from root:root to runner:runner
2025-08-20T19:18:27.8910248Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/nproc/nproc-positive.sh' from root:root to runner:runner
2025-08-20T19:18:27.8910946Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/nproc/nproc-override.sh' from root:root to runner:runner
2025-08-20T19:18:27.8911647Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/nproc' from root:root to runner:runner
2025-08-20T19:18:27.8912339Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/groups/groups-dash.sh' from root:root to runner:runner
2025-08-20T19:18:27.8913041Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/groups/groups-version.sh' from root:root to runner:runner
2025-08-20T19:18:27.8913770Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/groups/groups-process-all.sh' from root:root to runner:runner
2025-08-20T19:18:27.8914416Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/groups' from root:root to runner:runner
2025-08-20T19:18:27.8915072Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/direct.sh' from root:root to runner:runner
2025-08-20T19:18:27.8915741Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/skip-seek2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8916398Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/unblock.pl' from root:root to runner:runner
2025-08-20T19:18:27.8917062Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/not-rewound.sh' from root:root to runner:runner
2025-08-20T19:18:27.8918138Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/reblock.sh' from root:root to runner:runner
2025-08-20T19:18:27.8918838Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/no-allocate.sh' from root:root to runner:runner
2025-08-20T19:18:27.8919573Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/skip-seek-past-dev.sh' from root:root to runner:runner
2025-08-20T19:18:27.8920231Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/stderr.sh' from root:root to runner:runner
2025-08-20T19:18:27.8920918Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/nocache_fail.sh' from root:root to runner:runner
2025-08-20T19:18:27.8921576Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/sparse.sh' from root:root to runner:runner
2025-08-20T19:18:27.8922277Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/misc.sh' from root:root to runner:runner
2025-08-20T19:18:27.8922992Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/skip-seek-past-file.sh' from root:root to runner:runner
2025-08-20T19:18:27.8923644Z [00:04:17.167]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/nocache.sh' from root:root to runner:runner
2025-08-20T19:18:27.8924362Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/bytes.sh' from root:root to runner:runner
2025-08-20T19:18:27.8925041Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/unblock-sync.sh' from root:root to runner:runner
2025-08-20T19:18:27.8925710Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/skip-seek.pl' from root:root to runner:runner
2025-08-20T19:18:27.8926380Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/nocache_eof.sh' from root:root to runner:runner
2025-08-20T19:18:27.8927030Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/ascii.sh' from root:root to runner:runner
2025-08-20T19:18:27.8928040Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/stats.sh' from root:root to runner:runner
2025-08-20T19:18:27.8928683Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd' from root:root to runner:runner
2025-08-20T19:18:27.8929347Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/lang-default' from root:root to runner:runner
2025-08-20T19:18:27.8929996Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/v-slash.sh' from root:root to runner:runner
2025-08-20T19:18:27.8930757Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/read-only.sh' from root:root to runner:runner
2025-08-20T19:18:27.8931429Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/ignorable.sh' from root:root to runner:runner
2025-08-20T19:18:27.8932076Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/d-2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8932725Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/f-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.8933362Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/r-3.sh' from root:root to runner:runner
2025-08-20T19:18:27.8934025Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/i-never.sh' from root:root to runner:runner
2025-08-20T19:18:27.8934714Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/rm5.sh' from root:root to runner:runner
2025-08-20T19:18:27.8935442Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/rm-readdir-fail.sh' from root:root to runner:runner
2025-08-20T19:18:27.8936087Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/deep-2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8936785Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/d-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.8937611Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/r-root.sh' from root:root to runner:runner
2025-08-20T19:18:27.8938287Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/ext3-perf.sh' from root:root to runner:runner
2025-08-20T19:18:27.8938922Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/d-3.sh' from root:root to runner:runner
2025-08-20T19:18:27.8939554Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/r-4.sh' from root:root to runner:runner
2025-08-20T19:18:27.8940273Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/ir-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.8940943Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/empty-inacc.sh' from root:root to runner:runner
2025-08-20T19:18:27.8941614Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/unreadable.pl' from root:root to runner:runner
2025-08-20T19:18:27.8942298Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/one-file-system.sh' from root:root to runner:runner
2025-08-20T19:18:27.8943036Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/inaccessible.sh' from root:root to runner:runner
2025-08-20T19:18:27.8943755Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/empty-immutable-skip.sh' from root:root to runner:runner
2025-08-20T19:18:27.8944425Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/fail-eperm.xpl' from root:root to runner:runner
2025-08-20T19:18:27.8945116Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/dangling-symlink.sh' from root:root to runner:runner
2025-08-20T19:18:27.8945767Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/unread3.sh' from root:root to runner:runner
2025-08-20T19:18:27.8946452Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/fail-2eperm.sh' from root:root to runner:runner
2025-08-20T19:18:27.8947255Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/rm4.sh' from root:root to runner:runner
2025-08-20T19:18:27.8947905Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/rm2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8948539Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/i-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.8949242Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/interactive-once.sh' from root:root to runner:runner
2025-08-20T19:18:27.8949981Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/readdir-bug.sh' from root:root to runner:runner
2025-08-20T19:18:27.8950625Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/rm1.sh' from root:root to runner:runner
2025-08-20T19:18:27.8951254Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/r-2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8952154Z [00:04:17.168]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/fail-eacces.sh' from root:root to runner:runner
2025-08-20T19:18:27.8952856Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/dot-rel.sh' from root:root to runner:runner
2025-08-20T19:18:27.8953594Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/deep-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.8954262Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/no-give-up.sh' from root:root to runner:runner
2025-08-20T19:18:27.8954895Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/r-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.8955586Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/one-file-system2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8956379Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/sunos-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.8957419Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/cycle.sh' from root:root to runner:runner
2025-08-20T19:18:27.8958195Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/many-dir-entries-vs-OOM.sh' from root:root to runner:runner
2025-08-20T19:18:27.8958928Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/interactive-always.sh' from root:root to runner:runner
2025-08-20T19:18:27.8959621Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/dir-nonrecur.sh' from root:root to runner:runner
2025-08-20T19:18:27.8960355Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/hash.sh' from root:root to runner:runner
2025-08-20T19:18:27.8961015Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/isatty.sh' from root:root to runner:runner
2025-08-20T19:18:27.8961662Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/i-no-r.sh' from root:root to runner:runner
2025-08-20T19:18:27.8962321Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/unread2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8963052Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/dir-no-w.sh' from root:root to runner:runner
2025-08-20T19:18:27.8963732Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/empty-name.pl' from root:root to runner:runner
2025-08-20T19:18:27.8964368Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/rm3.sh' from root:root to runner:runner
2025-08-20T19:18:27.8964987Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm' from root:root to runner:runner
2025-08-20T19:18:27.8965685Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/uniq/uniq-collate.sh' from root:root to runner:runner
2025-08-20T19:18:27.8966414Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/uniq/uniq-perf.sh' from root:root to runner:runner
2025-08-20T19:18:27.8967093Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/uniq/uniq.pl' from root:root to runner:runner
2025-08-20T19:18:27.8967984Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/uniq' from root:root to runner:runner
2025-08-20T19:18:27.8968795Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/od/od.pl' from root:root to runner:runner
2025-08-20T19:18:27.8970181Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/od/od-endian.sh' from root:root to runner:runner
2025-08-20T19:18:27.8971078Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/od/od-N.sh' from root:root to runner:runner
2025-08-20T19:18:27.8971765Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/od/od-x8.sh' from root:root to runner:runner
2025-08-20T19:18:27.8972412Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/od/od-j.sh' from root:root to runner:runner
2025-08-20T19:18:27.8973103Z [00:04:17.169]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/od/od-multiple-t.sh' from root:root to runner:runner
2025-08-20T19:18:27.8973786Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/od/od-float.sh' from root:root to runner:runner
2025-08-20T19:18:27.8974486Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/od' from root:root to runner:runner
2025-08-20T19:18:27.8975156Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/into-self.sh' from root:root to runner:runner
2025-08-20T19:18:27.8975793Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/i-5.sh' from root:root to runner:runner
2025-08-20T19:18:27.8976549Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/hardlink-case.sh' from root:root to runner:runner
2025-08-20T19:18:27.8977375Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/no-target-dir.sh' from root:root to runner:runner
2025-08-20T19:18:27.8978034Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/hard-3.sh' from root:root to runner:runner
2025-08-20T19:18:27.8978669Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/i-1.pl' from root:root to runner:runner
2025-08-20T19:18:27.8979339Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/into-self-4.sh' from root:root to runner:runner
2025-08-20T19:18:27.8980080Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/no-copy.sh' from root:root to runner:runner
2025-08-20T19:18:27.8980766Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/part-hardlink.sh' from root:root to runner:runner
2025-08-20T19:18:27.8981420Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/leak-fd.sh' from root:root to runner:runner
2025-08-20T19:18:27.8982065Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/diag.sh' from root:root to runner:runner
2025-08-20T19:18:27.8982781Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/atomic.sh' from root:root to runner:runner
2025-08-20T19:18:27.8983418Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/i-2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8984071Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/force.sh' from root:root to runner:runner
2025-08-20T19:18:27.8984760Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/sticky-to-xpart.sh' from root:root to runner:runner
2025-08-20T19:18:27.8985427Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/dup-source.sh' from root:root to runner:runner
2025-08-20T19:18:27.8986104Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/part-fail.sh' from root:root to runner:runner
2025-08-20T19:18:27.8986837Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/backup-is-src.sh' from root:root to runner:runner
2025-08-20T19:18:27.8987716Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/symlink-onto-hardlink-to-self.sh' from root:root to runner:runner
2025-08-20T19:18:27.8988399Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/part-symlink.sh' from root:root to runner:runner
2025-08-20T19:18:27.8989144Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/mv-special-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.8989785Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/i-4.sh' from root:root to runner:runner
2025-08-20T19:18:27.8990437Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/perm-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.8991103Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/into-self-3.sh' from root:root to runner:runner
2025-08-20T19:18:27.8991774Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/into-self-2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8992500Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/dir-file.sh' from root:root to runner:runner
2025-08-20T19:18:27.8993152Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/update.sh' from root:root to runner:runner
2025-08-20T19:18:27.8993805Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/atomic2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8994524Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/symlink-onto-hardlink.sh' from root:root to runner:runner
2025-08-20T19:18:27.8995277Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/partition-perm.sh' from root:root to runner:runner
2025-08-20T19:18:27.8995917Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/i-3.sh' from root:root to runner:runner
2025-08-20T19:18:27.8996572Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/hard-4.sh' from root:root to runner:runner
2025-08-20T19:18:27.8997337Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/dir2dir.sh' from root:root to runner:runner
2025-08-20T19:18:27.8998105Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/i-link-no.sh' from root:root to runner:runner
2025-08-20T19:18:27.8998767Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/hard-2.sh' from root:root to runner:runner
2025-08-20T19:18:27.8999478Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/acl.sh' from root:root to runner:runner
2025-08-20T19:18:27.9000156Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/hard-link-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.9000792Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/mv-n.sh' from root:root to runner:runner
2025-08-20T19:18:27.9001467Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/mv-exchange.sh' from root:root to runner:runner
2025-08-20T19:18:27.9002197Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/to-symlink.sh' from root:root to runner:runner
2025-08-20T19:18:27.9002901Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/trailing-slash.sh' from root:root to runner:runner
2025-08-20T19:18:27.9003565Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/backup-dir.sh' from root:root to runner:runner
2025-08-20T19:18:27.9004231Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/part-rename.sh' from root:root to runner:runner
2025-08-20T19:18:27.9004903Z [00:04:17.170]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/childproof.sh' from root:root to runner:runner
2025-08-20T19:18:27.9005574Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv' from root:root to runner:runner
2025-08-20T19:18:27.9006224Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/wc/wc-proc.sh' from root:root to runner:runner
2025-08-20T19:18:27.9006904Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/wc/wc-files0-from.pl' from root:root to runner:runner
2025-08-20T19:18:27.9007838Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/wc/wc-files0.sh' from root:root to runner:runner
2025-08-20T19:18:27.9008594Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/wc/wc-total.sh' from root:root to runner:runner
2025-08-20T19:18:27.9009246Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/wc/wc.pl' from root:root to runner:runner
2025-08-20T19:18:27.9009912Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/wc/wc-parallel.sh' from root:root to runner:runner
2025-08-20T19:18:27.9010564Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/wc/wc-nbsp.sh' from root:root to runner:runner
2025-08-20T19:18:27.9011179Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/wc' from root:root to runner:runner
2025-08-20T19:18:27.9011878Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/seq/seq-long-double.sh' from root:root to runner:runner
2025-08-20T19:18:27.9012611Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/seq/seq-locale.sh' from root:root to runner:runner
2025-08-20T19:18:27.9013304Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/seq/seq-extra-number.sh' from root:root to runner:runner
2025-08-20T19:18:27.9013988Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/seq/seq-io-errors.sh' from root:root to runner:runner
2025-08-20T19:18:27.9014722Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/seq/seq-epipe.sh' from root:root to runner:runner
2025-08-20T19:18:27.9015409Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/seq/seq-precision.sh' from root:root to runner:runner
2025-08-20T19:18:27.9016043Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/seq/seq.pl' from root:root to runner:runner
2025-08-20T19:18:27.9016662Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/seq' from root:root to runner:runner
2025-08-20T19:18:27.9017454Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tr/tr-case-class.sh' from root:root to runner:runner
2025-08-20T19:18:27.9018166Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tr/tr.pl' from root:root to runner:runner
2025-08-20T19:18:27.9018827Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tr' from root:root to runner:runner
2025-08-20T19:18:27.9019684Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tty/tty-eof.pl' from root:root to runner:runner
2025-08-20T19:18:27.9020355Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tty/tty.sh' from root:root to runner:runner
2025-08-20T19:18:27.9021065Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tty' from root:root to runner:runner
2025-08-20T19:18:27.9021750Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/filter.sh' from root:root to runner:runner
2025-08-20T19:18:27.9022466Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/additional-suffix.sh' from root:root to runner:runner
2025-08-20T19:18:27.9023156Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/guard-input.sh' from root:root to runner:runner
2025-08-20T19:18:27.9024008Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/b-chunk.sh' from root:root to runner:runner
2025-08-20T19:18:27.9024723Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/line-bytes.sh' from root:root to runner:runner
2025-08-20T19:18:27.9025496Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/l-chunk-root.sh' from root:root to runner:runner
2025-08-20T19:18:27.9026162Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/lines.sh' from root:root to runner:runner
2025-08-20T19:18:27.9026832Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/l-chunk.sh' from root:root to runner:runner
2025-08-20T19:18:27.9027718Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/suffix-length.sh' from root:root to runner:runner
2025-08-20T19:18:27.9028405Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/numeric.sh' from root:root to runner:runner
2025-08-20T19:18:27.9029091Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/record-sep.sh' from root:root to runner:runner
2025-08-20T19:18:27.9029815Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/suffix-auto-length.sh' from root:root to runner:runner
2025-08-20T19:18:27.9030482Z [00:04:17.171]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/r-chunk.sh' from root:root to runner:runner
2025-08-20T19:18:27.9031220Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/fail.sh' from root:root to runner:runner
2025-08-20T19:18:27.9031854Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split' from root:root to runner:runner
2025-08-20T19:18:27.9032505Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/join/join.pl' from root:root to runner:runner
2025-08-20T19:18:27.9033185Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/join/join-utf8.sh' from root:root to runner:runner
2025-08-20T19:18:27.9033869Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/join' from root:root to runner:runner
2025-08-20T19:18:27.9034559Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pwd/pwd-option.sh' from root:root to runner:runner
2025-08-20T19:18:27.9035227Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pwd/pwd-long.sh' from root:root to runner:runner
2025-08-20T19:18:27.9036183Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pwd' from root:root to runner:runner
2025-08-20T19:18:27.9037002Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/shred/shred-passes.sh' from root:root to runner:runner
2025-08-20T19:18:27.9038528Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/shred/shred-exact.sh' from root:root to runner:runner
2025-08-20T19:18:27.9040049Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/shred/shred-remove.sh' from root:root to runner:runner
2025-08-20T19:18:27.9041424Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/shred/shred-size.sh' from root:root to runner:runner
2025-08-20T19:18:27.9042656Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/shred' from root:root to runner:runner
2025-08-20T19:18:27.9044093Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/factor/factor.pl' from root:root to runner:runner
2025-08-20T19:18:27.9045420Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/factor/create-test.sh' from root:root to runner:runner
2025-08-20T19:18:27.9046636Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/factor/run.sh' from root:root to runner:runner
2025-08-20T19:18:27.9047622Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/factor/factor-parallel.sh' from root:root to runner:runner
2025-08-20T19:18:27.9048284Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/factor' from root:root to runner:runner
2025-08-20T19:18:27.9049127Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/p-thru-slink.sh' from root:root to runner:runner
2025-08-20T19:18:27.9049821Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/parents.sh' from root:root to runner:runner
2025-08-20T19:18:27.9050469Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/p-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.9051148Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/special-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.9051863Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/p-3.sh' from root:root to runner:runner
2025-08-20T19:18:27.9052558Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/smack-root.sh' from root:root to runner:runner
2025-08-20T19:18:27.9053225Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/p-v.sh' from root:root to runner:runner
2025-08-20T19:18:27.9053881Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/p-2.sh' from root:root to runner:runner
2025-08-20T19:18:27.9054535Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/perm.sh' from root:root to runner:runner
2025-08-20T19:18:27.9055297Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/writable-under-readonly.sh' from root:root to runner:runner
2025-08-20T19:18:27.9056056Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/p-slashdot.sh' from root:root to runner:runner
2025-08-20T19:18:27.9056758Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/smack-no-root.sh' from root:root to runner:runner
2025-08-20T19:18:27.9057601Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/p-acl.sh' from root:root to runner:runner
2025-08-20T19:18:27.9058363Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/selinux.sh' from root:root to runner:runner
2025-08-20T19:18:27.9059039Z [00:04:17.172]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/t-slash.sh' from root:root to runner:runner
2025-08-20T19:18:27.9059724Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/restorecon.sh' from root:root to runner:runner
2025-08-20T19:18:27.9060356Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir' from root:root to runner:runner
2025-08-20T19:18:27.9061056Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/filefrag-extent-compare' from root:root to runner:runner
2025-08-20T19:18:27.9061826Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/env/env-null.sh' from root:root to runner:runner
2025-08-20T19:18:27.9062518Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/env/env-S-script.sh' from root:root to runner:runner
2025-08-20T19:18:27.9063217Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/env/env-signal-handler.sh' from root:root to runner:runner
2025-08-20T19:18:27.9063860Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/env/env.sh' from root:root to runner:runner
2025-08-20T19:18:27.9064569Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/env/env-S.pl' from root:root to runner:runner
2025-08-20T19:18:27.9065196Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/env' from root:root to runner:runner
2025-08-20T19:18:27.9065863Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/deref-args.sh' from root:root to runner:runner
2025-08-20T19:18:27.9066526Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/long-sloop.sh' from root:root to runner:runner
2025-08-20T19:18:27.9067458Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/move-dir-while-traversing.sh' from root:root to runner:runner
2025-08-20T19:18:27.9068149Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/restore-wd.sh' from root:root to runner:runner
2025-08-20T19:18:27.9068889Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/hard-link.sh' from root:root to runner:runner
2025-08-20T19:18:27.9069544Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/no-deref.sh' from root:root to runner:runner
2025-08-20T19:18:27.9070195Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/inodes.sh' from root:root to runner:runner
2025-08-20T19:18:27.9070896Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/inaccessible-cwd.sh' from root:root to runner:runner
2025-08-20T19:18:27.9071614Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/fd-leak.sh' from root:root to runner:runner
2025-08-20T19:18:27.9072252Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/8gb.sh' from root:root to runner:runner
2025-08-20T19:18:27.9072899Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/slash.sh' from root:root to runner:runner
2025-08-20T19:18:27.9073584Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/one-file-system.sh' from root:root to runner:runner
2025-08-20T19:18:27.9074266Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/files0-from.pl' from root:root to runner:runner
2025-08-20T19:18:27.9074985Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/two-args.sh' from root:root to runner:runner
2025-08-20T19:18:27.9075633Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/bigtime.sh' from root:root to runner:runner
2025-08-20T19:18:27.9076292Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/apparent.sh' from root:root to runner:runner
2025-08-20T19:18:27.9077056Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/bind-mount-dir-cycle.sh' from root:root to runner:runner
2025-08-20T19:18:27.9078009Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/long-from-unreadable.sh' from root:root to runner:runner
2025-08-20T19:18:27.9078675Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/exclude.sh' from root:root to runner:runner
2025-08-20T19:18:27.9079314Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/2g.sh' from root:root to runner:runner
2025-08-20T19:18:27.9079957Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/basic.sh' from root:root to runner:runner
2025-08-20T19:18:27.9080631Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/max-depth.sh' from root:root to runner:runner
2025-08-20T19:18:27.9081375Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/inacc-dir.sh' from root:root to runner:runner
2025-08-20T19:18:27.9082060Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/inacc-dest.sh' from root:root to runner:runner
2025-08-20T19:18:27.9082752Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/trailing-slash.sh' from root:root to runner:runner
2025-08-20T19:18:27.9083410Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/threshold.sh' from root:root to runner:runner
2025-08-20T19:18:27.9084205Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/bind-mount-dir-cycle-v2.sh' from root:root to runner:runner
2025-08-20T19:18:27.9084851Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/no-x.sh' from root:root to runner:runner
2025-08-20T19:18:27.9085542Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/files0-from-dir.sh' from root:root to runner:runner
2025-08-20T19:18:27.9086184Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/deref.sh' from root:root to runner:runner
2025-08-20T19:18:27.9086810Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du' from root:root to runner:runner
2025-08-20T19:18:27.9087724Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/birthtime.sh' from root:root to runner:runner
2025-08-20T19:18:27.9088403Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/hex-option.sh' from root:root to runner:runner
2025-08-20T19:18:27.9089072Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/group-dirs.sh' from root:root to runner:runner
2025-08-20T19:18:27.9089717Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/dangle.sh' from root:root to runner:runner
2025-08-20T19:18:27.9090468Z [00:04:17.173]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/zero-option.sh' from root:root to runner:runner
2025-08-20T19:18:27.9091116Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/rt-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.9091784Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/block-size.sh' from root:root to runner:runner
2025-08-20T19:18:27.9092478Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/getxattr-speedup.sh' from root:root to runner:runner
2025-08-20T19:18:27.9093155Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/capability.sh' from root:root to runner:runner
2025-08-20T19:18:27.9093806Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/ls-misc.pl' from root:root to runner:runner
2025-08-20T19:18:27.9094548Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/symlink-slash.sh' from root:root to runner:runner
2025-08-20T19:18:27.9095238Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/stat-vs-dirent.sh' from root:root to runner:runner
2025-08-20T19:18:27.9095919Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/multihardlink.sh' from root:root to runner:runner
2025-08-20T19:18:27.9096800Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/nameless-uid.sh' from root:root to runner:runner
2025-08-20T19:18:27.9097622Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/a-option.sh' from root:root to runner:runner
2025-08-20T19:18:27.9098295Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/recursive.sh' from root:root to runner:runner
2025-08-20T19:18:27.9098954Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/slink-acl.sh' from root:root to runner:runner
2025-08-20T19:18:27.9099646Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/symlink-quote.sh' from root:root to runner:runner
2025-08-20T19:18:27.9100378Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/color-ext.sh' from root:root to runner:runner
2025-08-20T19:18:27.9101072Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/stat-free-color.sh' from root:root to runner:runner
2025-08-20T19:18:27.9101740Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/color-term.sh' from root:root to runner:runner
2025-08-20T19:18:27.9102391Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/w-option.sh' from root:root to runner:runner
2025-08-20T19:18:27.9103115Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/x-option.sh' from root:root to runner:runner
2025-08-20T19:18:27.9103818Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/stat-free-symlinks.sh' from root:root to runner:runner
2025-08-20T19:18:27.9104485Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/color-norm.sh' from root:root to runner:runner
2025-08-20T19:18:27.9105178Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/sort-width-option.sh' from root:root to runner:runner
2025-08-20T19:18:27.9106236Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/abmon-align.sh' from root:root to runner:runner
2025-08-20T19:18:27.9107036Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/ls-time.sh' from root:root to runner:runner
2025-08-20T19:18:27.9108667Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/classify.sh' from root:root to runner:runner
2025-08-20T19:18:27.9110054Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/symlink-loop.sh' from root:root to runner:runner
2025-08-20T19:18:27.9111483Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/readdir-mountpoint-inode.sh' from root:root to runner:runner
2025-08-20T19:18:27.9113021Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/color-clear-to-eol.sh' from root:root to runner:runner
2025-08-20T19:18:27.9114389Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/selinux-segfault.sh' from root:root to runner:runner
2025-08-20T19:18:27.9115676Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/quote-align.sh' from root:root to runner:runner
2025-08-20T19:18:27.9116631Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/follow-slink.sh' from root:root to runner:runner
2025-08-20T19:18:27.9117730Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/root-rel-symlink-color.sh' from root:root to runner:runner
2025-08-20T19:18:27.9118577Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/inode.sh' from root:root to runner:runner
2025-08-20T19:18:27.9119247Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/no-arg.sh' from root:root to runner:runner
2025-08-20T19:18:27.9119919Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/no-cap.sh' from root:root to runner:runner
2025-08-20T19:18:27.9120608Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/stat-dtype.sh' from root:root to runner:runner
2025-08-20T19:18:27.9121346Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/dired.sh' from root:root to runner:runner
2025-08-20T19:18:27.9121990Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/acl.sh' from root:root to runner:runner
2025-08-20T19:18:27.9122647Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/infloop.sh' from root:root to runner:runner
2025-08-20T19:18:27.9123311Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/hyperlink.sh' from root:root to runner:runner
2025-08-20T19:18:27.9123974Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/selinux.sh' from root:root to runner:runner
2025-08-20T19:18:27.9124648Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/stat-failed.sh' from root:root to runner:runner
2025-08-20T19:18:27.9125381Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/size-align.sh' from root:root to runner:runner
2025-08-20T19:18:27.9126087Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/removed-directory.sh' from root:root to runner:runner
2025-08-20T19:18:27.9126751Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/file-type.sh' from root:root to runner:runner
2025-08-20T19:18:27.9127708Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/time-style-diag.sh' from root:root to runner:runner
2025-08-20T19:18:27.9128411Z [00:04:17.174]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/color-dtype-dir.sh' from root:root to runner:runner
2025-08-20T19:18:27.9129076Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/m-option.sh' from root:root to runner:runner
2025-08-20T19:18:27.9129686Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls' from root:root to runner:runner
2025-08-20T19:18:27.9130378Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chcon/chcon-fail.sh' from root:root to runner:runner
2025-08-20T19:18:27.9131124Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chcon/chcon.sh' from root:root to runner:runner
2025-08-20T19:18:27.9131757Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chcon' from root:root to runner:runner
2025-08-20T19:18:27.9132437Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sha224sum.pl' from root:root to runner:runner
2025-08-20T19:18:27.9133127Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/md5sum-newline.pl' from root:root to runner:runner
2025-08-20T19:18:27.9133868Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sha256sum.pl' from root:root to runner:runner
2025-08-20T19:18:27.9134596Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/cksum-raw.sh' from root:root to runner:runner
2025-08-20T19:18:27.9135293Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sha1sum-vec.pl' from root:root to runner:runner
2025-08-20T19:18:27.9135967Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sha384sum.pl' from root:root to runner:runner
2025-08-20T19:18:27.9136649Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sha512sum.pl' from root:root to runner:runner
2025-08-20T19:18:27.9137519Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/cksum-a.sh' from root:root to runner:runner
2025-08-20T19:18:27.9138206Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sum-sysv.sh' from root:root to runner:runner
2025-08-20T19:18:27.9138871Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sm3sum.pl' from root:root to runner:runner
2025-08-20T19:18:27.9139527Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/b2sum.sh' from root:root to runner:runner
2025-08-20T19:18:27.9140300Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/md5sum-bsd.sh' from root:root to runner:runner
2025-08-20T19:18:27.9140950Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sum.pl' from root:root to runner:runner
2025-08-20T19:18:27.9141613Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/md5sum.pl' from root:root to runner:runner
2025-08-20T19:18:27.9142325Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/md5sum-parallel.sh' from root:root to runner:runner
2025-08-20T19:18:27.9143024Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/cksum-base64.pl' from root:root to runner:runner
2025-08-20T19:18:27.9143754Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sha1sum.pl' from root:root to runner:runner
2025-08-20T19:18:27.9145015Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/cksum-c.sh' from root:root to runner:runner
2025-08-20T19:18:27.9145678Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/cksum.sh' from root:root to runner:runner
2025-08-20T19:18:27.9146300Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum' from root:root to runner:runner
2025-08-20T19:18:27.9147023Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/id/smack.sh' from root:root to runner:runner
2025-08-20T19:18:27.9147953Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/id/uid.sh' from root:root to runner:runner
2025-08-20T19:18:27.9148663Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/id/gnu-zero-uids.sh' from root:root to runner:runner
2025-08-20T19:18:27.9149320Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/id/setgid.sh' from root:root to runner:runner
2025-08-20T19:18:27.9149986Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/id/context.sh' from root:root to runner:runner
2025-08-20T19:18:27.9150661Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/id/no-context.sh' from root:root to runner:runner
2025-08-20T19:18:27.9151307Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/id/zero.sh' from root:root to runner:runner
2025-08-20T19:18:27.9151919Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/id' from root:root to runner:runner
2025-08-20T19:18:27.9152565Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/GNUmakefile' from root:root to runner:runner
2025-08-20T19:18:27.9153365Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chroot/chroot-credentials.sh' from root:root to runner:runner
2025-08-20T19:18:27.9154063Z [00:04:17.175]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chroot/chroot-fail.sh' from root:root to runner:runner
2025-08-20T19:18:27.9154695Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chroot' from root:root to runner:runner
2025-08-20T19:18:27.9155362Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ln/hard-to-sym.sh' from root:root to runner:runner
2025-08-20T19:18:27.9156003Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ln/sf-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.9156726Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ln/target-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.9157721Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ln/slash-decorated-nonexistent-dest.sh' from root:root to runner:runner
2025-08-20T19:18:27.9158604Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ln/relative.sh' from root:root to runner:runner
2025-08-20T19:18:27.9159280Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ln/backup-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.9160013Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ln/misc.sh' from root:root to runner:runner
2025-08-20T19:18:27.9160686Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ln/hard-backup.sh' from root:root to runner:runner
2025-08-20T19:18:27.9161357Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ln' from root:root to runner:runner
2025-08-20T19:18:27.9161992Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/local.mk' from root:root to runner:runner
2025-08-20T19:18:27.9162633Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tac/tac.pl' from root:root to runner:runner
2025-08-20T19:18:27.9163502Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tac/tac-2-nonseekable.sh' from root:root to runner:runner
2025-08-20T19:18:27.9164200Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tac/tac-continue.sh' from root:root to runner:runner
2025-08-20T19:18:27.9164821Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tac' from root:root to runner:runner
2025-08-20T19:18:27.9165469Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sample-test' from root:root to runner:runner
2025-08-20T19:18:27.9166154Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/timeout/timeout.sh' from root:root to runner:runner
2025-08-20T19:18:27.9166980Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/timeout/timeout-group.sh' from root:root to runner:runner
2025-08-20T19:18:27.9167941Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/timeout/timeout-large-parameters.sh' from root:root to runner:runner
2025-08-20T19:18:27.9168673Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/timeout/timeout-parameters.sh' from root:root to runner:runner
2025-08-20T19:18:27.9169385Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/timeout/timeout-blocked.pl' from root:root to runner:runner
2025-08-20T19:18:27.9170102Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/timeout' from root:root to runner:runner
2025-08-20T19:18:27.9170811Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/csplit/csplit-io-err.sh' from root:root to runner:runner
2025-08-20T19:18:27.9171479Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/csplit/csplit.sh' from root:root to runner:runner
2025-08-20T19:18:27.9172167Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/csplit/csplit-1000.sh' from root:root to runner:runner
2025-08-20T19:18:27.9172984Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/csplit/csplit-suppress-matched.pl' from root:root to runner:runner
2025-08-20T19:18:27.9173679Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/csplit/csplit-heap.sh' from root:root to runner:runner
2025-08-20T19:18:27.9174365Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/csplit' from root:root to runner:runner
2025-08-20T19:18:27.9175204Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-float.sh' from root:root to runner:runner
2025-08-20T19:18:27.9176148Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-u-FMR.sh' from root:root to runner:runner
2025-08-20T19:18:27.9177677Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-rand.sh' from root:root to runner:runner
2025-08-20T19:18:27.9179076Z [00:04:17.176]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-unique.sh' from root:root to runner:runner
2025-08-20T19:18:27.9180389Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort.pl' from root:root to runner:runner
2025-08-20T19:18:27.9181734Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-continue.sh' from root:root to runner:runner
2025-08-20T19:18:27.9183113Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-version.sh' from root:root to runner:runner
2025-08-20T19:18:27.9184421Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-month.sh' from root:root to runner:runner
2025-08-20T19:18:27.9185777Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-merge-fdlimit.sh' from root:root to runner:runner
2025-08-20T19:18:27.9186702Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-discrim.sh' from root:root to runner:runner
2025-08-20T19:18:27.9187649Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-compress-proc.sh' from root:root to runner:runner
2025-08-20T19:18:27.9188577Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-unique-segv.sh' from root:root to runner:runner
2025-08-20T19:18:27.9189315Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-NaN-infloop.sh' from root:root to runner:runner
2025-08-20T19:18:27.9190027Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-exit-early.sh' from root:root to runner:runner
2025-08-20T19:18:27.9190705Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-merge.pl' from root:root to runner:runner
2025-08-20T19:18:27.9191419Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-debug-keys.sh' from root:root to runner:runner
2025-08-20T19:18:27.9192199Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-benchmark-random.sh' from root:root to runner:runner
2025-08-20T19:18:27.9192892Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-compress.sh' from root:root to runner:runner
2025-08-20T19:18:27.9193602Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-spinlock-abuse.sh' from root:root to runner:runner
2025-08-20T19:18:27.9194314Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-compress-hang.sh' from root:root to runner:runner
2025-08-20T19:18:27.9195093Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-h-thousands-sep.sh' from root:root to runner:runner
2025-08-20T19:18:27.9195813Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-stale-thread-mem.sh' from root:root to runner:runner
2025-08-20T19:18:27.9196508Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-debug-warn.sh' from root:root to runner:runner
2025-08-20T19:18:27.9197380Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-files0-from.pl' from root:root to runner:runner
2025-08-20T19:18:27.9198036Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort' from root:root to runner:runner
2025-08-20T19:18:27.9198687Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/d_type-check' from root:root to runner:runner
2025-08-20T19:18:27.9199395Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/runcon/runcon-compute.sh' from root:root to runner:runner
2025-08-20T19:18:27.9200111Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/runcon/runcon-no-reorder.sh' from root:root to runner:runner
2025-08-20T19:18:27.9200826Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/runcon' from root:root to runner:runner
2025-08-20T19:18:27.9201555Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/other-fs-tmpdir' from root:root to runner:runner
2025-08-20T19:18:27.9202221Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cat/cat-proc.sh' from root:root to runner:runner
2025-08-20T19:18:27.9202887Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cat/cat-self.sh' from root:root to runner:runner
2025-08-20T19:18:27.9203532Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cat/cat-E.sh' from root:root to runner:runner
2025-08-20T19:18:27.9204204Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cat/cat-buf.sh' from root:root to runner:runner
2025-08-20T19:18:27.9204877Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cat' from root:root to runner:runner
2025-08-20T19:18:27.9205532Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/shuf/shuf.sh' from root:root to runner:runner
2025-08-20T19:18:27.9206220Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/shuf/shuf-reservoir.sh' from root:root to runner:runner
2025-08-20T19:18:27.9206854Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/shuf' from root:root to runner:runner
2025-08-20T19:18:27.9207783Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tFFt-bl' from root:root to runner:runner
2025-08-20T19:18:27.9208432Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3f-FF' from root:root to runner:runner
2025-08-20T19:18:27.9209088Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3b2l17-FF' from root:root to runner:runner
2025-08-20T19:18:27.9209733Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b3l24f-lm' from root:root to runner:runner
2025-08-20T19:18:27.9210373Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/t-t' from root:root to runner:runner
2025-08-20T19:18:27.9211044Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tn2e5o3-t_tab' from root:root to runner:runner
2025-08-20T19:18:27.9211690Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tFnFt' from root:root to runner:runner
2025-08-20T19:18:27.9212342Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ml24f-t-0F' from root:root to runner:runner
2025-08-20T19:18:27.9212993Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+8l20-FF' from root:root to runner:runner
2025-08-20T19:18:27.9213801Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/2s_f-t_notab' from root:root to runner:runner
2025-08-20T19:18:27.9214453Z [00:04:17.177]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/l24f-t' from root:root to runner:runner
2025-08-20T19:18:27.9215121Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tne8o3-t_tab' from root:root to runner:runner
2025-08-20T19:18:27.9215741Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tn' from root:root to runner:runner
2025-08-20T19:18:27.9216379Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3-0F' from root:root to runner:runner
2025-08-20T19:18:27.9217054Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nSml24-t-t-FF' from root:root to runner:runner
2025-08-20T19:18:27.9217956Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b3f-0FF' from root:root to runner:runner
2025-08-20T19:18:27.9218603Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tt-FF' from root:root to runner:runner
2025-08-20T19:18:27.9219253Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b3l15f-t' from root:root to runner:runner
2025-08-20T19:18:27.9219978Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W35a3l24f-lm' from root:root to runner:runner
2025-08-20T19:18:27.9220633Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/loli' from root:root to runner:runner
2025-08-20T19:18:27.9221316Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W35Jml24f-lmlo' from root:root to runner:runner
2025-08-20T19:18:27.9221960Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a3l15f-t' from root:root to runner:runner
2025-08-20T19:18:27.9222601Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/l24-FF' from root:root to runner:runner
2025-08-20T19:18:27.9223260Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tne8-t_tab' from root:root to runner:runner
2025-08-20T19:18:27.9223933Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W35b3l24f-lm' from root:root to runner:runner
2025-08-20T19:18:27.9224576Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nl24f-bl' from root:root to runner:runner
2025-08-20T19:18:27.9225233Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3ml24-t-FF' from root:root to runner:runner
2025-08-20T19:18:27.9225938Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a3l15-t' from root:root to runner:runner
2025-08-20T19:18:27.9226671Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tn2e8o3-t_tab' from root:root to runner:runner
2025-08-20T19:18:27.9227608Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b2l17-FF' from root:root to runner:runner
2025-08-20T19:18:27.9228436Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/2sw60f-t_notab' from root:root to runner:runner
2025-08-20T19:18:27.9229094Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W28l24f-ll' from root:root to runner:runner
2025-08-20T19:18:27.9229739Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ta3-FF' from root:root to runner:runner
2025-08-20T19:18:27.9230492Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W35Jb3l24f-lm' from root:root to runner:runner
2025-08-20T19:18:27.9231140Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3l24f-t' from root:root to runner:runner
2025-08-20T19:18:27.9231810Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3a3Snl24f-tn' from root:root to runner:runner
2025-08-20T19:18:27.9232454Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/4-7l24-FF' from root:root to runner:runner
2025-08-20T19:18:27.9233190Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3b3Snl24f-tn' from root:root to runner:runner
2025-08-20T19:18:27.9233829Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tt-t' from root:root to runner:runner
2025-08-20T19:18:27.9234492Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/Jml24f-lm-lo' from root:root to runner:runner
2025-08-20T19:18:27.9235154Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W72Jl24f-ll' from root:root to runner:runner
2025-08-20T19:18:27.9235795Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b3f-0F' from root:root to runner:runner
2025-08-20T19:18:27.9236434Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b3-0F' from root:root to runner:runner
2025-08-20T19:18:27.9237088Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ml24f-lm-lo' from root:root to runner:runner
2025-08-20T19:18:27.9237987Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W35Ja3l24f-lm' from root:root to runner:runner
2025-08-20T19:18:27.9238621Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/l24-t' from root:root to runner:runner
2025-08-20T19:18:27.9239402Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3l24-t' from root:root to runner:runner
2025-08-20T19:18:27.9240076Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nSml24-bl-FF' from root:root to runner:runner
2025-08-20T19:18:27.9240745Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3mSl24f-bl-tn' from root:root to runner:runner
2025-08-20T19:18:27.9241393Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a2l15-FF' from root:root to runner:runner
2025-08-20T19:18:27.9242056Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tn_2e8-t_tab' from root:root to runner:runner
2025-08-20T19:18:27.9242716Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+3l24f-bl' from root:root to runner:runner
2025-08-20T19:18:27.9243432Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3a3Sl24f-tn' from root:root to runner:runner
2025-08-20T19:18:27.9244082Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b2l15-FF' from root:root to runner:runner
2025-08-20T19:18:27.9244744Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nN1+3l24f-bl' from root:root to runner:runner
2025-08-20T19:18:27.9245834Z [00:04:17.178]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3b3f-0FF' from root:root to runner:runner
2025-08-20T19:18:27.9246656Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+2l24f-0FF' from root:root to runner:runner
2025-08-20T19:18:27.9248166Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3-5l24f-t' from root:root to runner:runner
2025-08-20T19:18:27.9249474Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tt-0FF' from root:root to runner:runner
2025-08-20T19:18:27.9250808Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nSml20-bl-FF' from root:root to runner:runner
2025-08-20T19:18:27.9252171Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nSml24-t-tFFFF' from root:root to runner:runner
2025-08-20T19:18:27.9253493Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3mSnl24fbltn' from root:root to runner:runner
2025-08-20T19:18:27.9254724Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a3f-0FF' from root:root to runner:runner
2025-08-20T19:18:27.9255897Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/t-FF' from root:root to runner:runner
2025-08-20T19:18:27.9256709Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ta3-0FF' from root:root to runner:runner
2025-08-20T19:18:27.9257734Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nSml20-t-tFFFF' from root:root to runner:runner
2025-08-20T19:18:27.9258440Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+6b3l13f-FF' from root:root to runner:runner
2025-08-20T19:18:27.9259105Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/pr-tests.pl' from root:root to runner:runner
2025-08-20T19:18:27.9259752Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a2l17-FF' from root:root to runner:runner
2025-08-20T19:18:27.9260420Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+6a2l17-FF' from root:root to runner:runner
2025-08-20T19:18:27.9261140Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3a3f-0F' from root:root to runner:runner
2025-08-20T19:18:27.9261804Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3b3l24f-tn' from root:root to runner:runner
2025-08-20T19:18:27.9262439Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a3f-0F' from root:root to runner:runner
2025-08-20T19:18:27.9263172Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3ml24f-bl-tn' from root:root to runner:runner
2025-08-20T19:18:27.9263848Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W35ml24f-lm-lo' from root:root to runner:runner
2025-08-20T19:18:27.9264490Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3b3f-FF' from root:root to runner:runner
2025-08-20T19:18:27.9265155Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+4b2l17f-0FF' from root:root to runner:runner
2025-08-20T19:18:27.9265802Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/Jb3l24f-lm' from root:root to runner:runner
2025-08-20T19:18:27.9266484Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nJml24f-lmlmlo' from root:root to runner:runner
2025-08-20T19:18:27.9267128Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ttb3-0FF' from root:root to runner:runner
2025-08-20T19:18:27.9267988Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ml24-t-FF' from root:root to runner:runner
2025-08-20T19:18:27.9268624Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/t-0FF' from root:root to runner:runner
2025-08-20T19:18:27.9269341Z [00:04:17.179]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tb3-FF' from root:root to runner:runner
2025-08-20T19:18:27.9270043Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3ml24f-t' from root:root to runner:runner
2025-08-20T19:18:27.9270685Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/t-bl' from root:root to runner:runner
2025-08-20T19:18:27.9271316Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tt-bl' from root:root to runner:runner
2025-08-20T19:18:27.9271977Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3b3Sl24f-tn' from root:root to runner:runner
2025-08-20T19:18:27.9272626Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/t_notab' from root:root to runner:runner
2025-08-20T19:18:27.9273342Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/FF' from root:root to runner:runner
2025-08-20T19:18:27.9273978Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/0FnFt' from root:root to runner:runner
2025-08-20T19:18:27.9274612Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3ml24-t' from root:root to runner:runner
2025-08-20T19:18:27.9275241Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tFFt' from root:root to runner:runner
2025-08-20T19:18:27.9275962Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ml24f-t' from root:root to runner:runner
2025-08-20T19:18:27.9276611Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ml24f-0F' from root:root to runner:runner
2025-08-20T19:18:27.9277825Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+7l24-FF' from root:root to runner:runner
2025-08-20T19:18:27.9278679Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tFFt-ll' from root:root to runner:runner
2025-08-20T19:18:27.9279332Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b3f-FF' from root:root to runner:runner
2025-08-20T19:18:27.9279993Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W27l24f-ll' from root:root to runner:runner
2025-08-20T19:18:27.9280633Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/t_tab' from root:root to runner:runner
2025-08-20T19:18:27.9281256Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/0F' from root:root to runner:runner
2025-08-20T19:18:27.9281930Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nJml24f-lmlolm' from root:root to runner:runner
2025-08-20T19:18:27.9282671Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3a2l17-FF' from root:root to runner:runner
2025-08-20T19:18:27.9283400Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/2-S_f-t_notab' from root:root to runner:runner
2025-08-20T19:18:27.9284036Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/4l24-FF' from root:root to runner:runner
2025-08-20T19:18:27.9284682Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3b3l15f-t' from root:root to runner:runner
2025-08-20T19:18:27.9285354Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+3ml20f-bl-FF' from root:root to runner:runner
2025-08-20T19:18:27.9286011Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3ml24-FF' from root:root to runner:runner
2025-08-20T19:18:27.9286705Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/0FnFnt' from root:root to runner:runner
2025-08-20T19:18:27.9287606Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/0Ft' from root:root to runner:runner
2025-08-20T19:18:27.9288294Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/2s_w60f-t_nota' from root:root to runner:runner
2025-08-20T19:18:27.9289011Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/0FFnt' from root:root to runner:runner
2025-08-20T19:18:27.9289675Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nN15l24f-bl' from root:root to runner:runner
2025-08-20T19:18:27.9290342Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/2w60f-t_notab' from root:root to runner:runner
2025-08-20T19:18:27.9290983Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tb3-0FF' from root:root to runner:runner
2025-08-20T19:18:27.9291614Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/0FF' from root:root to runner:runner
2025-08-20T19:18:27.9292250Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/FnFn' from root:root to runner:runner
2025-08-20T19:18:27.9292913Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tn2e8-t_tab' from root:root to runner:runner
2025-08-20T19:18:27.9293565Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a3l24f-lm' from root:root to runner:runner
2025-08-20T19:18:27.9294238Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+3ml24f-bl-tn' from root:root to runner:runner
2025-08-20T19:18:27.9294943Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tta3-FF' from root:root to runner:runner
2025-08-20T19:18:27.9295654Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tta3-0FF' from root:root to runner:runner
2025-08-20T19:18:27.9296312Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3a3l24f-tn' from root:root to runner:runner
2025-08-20T19:18:27.9296974Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tn_2e8S-t_tab' from root:root to runner:runner
2025-08-20T19:18:27.9298043Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b3l15-t' from root:root to runner:runner
2025-08-20T19:18:27.9298716Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3a3l15f-t' from root:root to runner:runner
2025-08-20T19:18:27.9299366Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3a3l15-t' from root:root to runner:runner
2025-08-20T19:18:27.9300077Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3-FF' from root:root to runner:runner
2025-08-20T19:18:27.9300716Z [00:04:17.180]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a3-0F' from root:root to runner:runner
2025-08-20T19:18:27.9301359Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/t_tab_' from root:root to runner:runner
2025-08-20T19:18:27.9302100Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+5-8b3l17f-FF' from root:root to runner:runner
2025-08-20T19:18:27.9302740Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/0Fnt' from root:root to runner:runner
2025-08-20T19:18:27.9303376Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/FFtn' from root:root to runner:runner
2025-08-20T19:18:27.9304047Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+5a3l13f-0FF' from root:root to runner:runner
2025-08-20T19:18:27.9304702Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+3l24f-0FF' from root:root to runner:runner
2025-08-20T19:18:27.9305361Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a3f-FF' from root:root to runner:runner
2025-08-20T19:18:27.9306021Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W-72l24f-ll' from root:root to runner:runner
2025-08-20T19:18:27.9306683Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W26l24f-ll' from root:root to runner:runner
2025-08-20T19:18:27.9307616Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+2-5l24f-0FF' from root:root to runner:runner
2025-08-20T19:18:27.9308402Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tFFn' from root:root to runner:runner
2025-08-20T19:18:27.9309116Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/2f-t_notab' from root:root to runner:runner
2025-08-20T19:18:27.9309774Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/2sf-t_notab' from root:root to runner:runner
2025-08-20T19:18:27.9310406Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/FFn' from root:root to runner:runner
2025-08-20T19:18:27.9311044Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ttb3-FF' from root:root to runner:runner
2025-08-20T19:18:27.9311733Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+3ml24f-tn-bl' from root:root to runner:runner
2025-08-20T19:18:27.9312422Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3f-0F' from root:root to runner:runner
2025-08-20T19:18:27.9313064Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3b3f-0F' from root:root to runner:runner
2025-08-20T19:18:27.9313707Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ml20-FF-t' from root:root to runner:runner
2025-08-20T19:18:27.9314428Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W20l24f-ll' from root:root to runner:runner
2025-08-20T19:18:27.9315443Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+4-8a2l17-FF' from root:root to runner:runner
2025-08-20T19:18:27.9316179Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/0FFt' from root:root to runner:runner
2025-08-20T19:18:27.9317682Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nSml20-t-t-FF' from root:root to runner:runner
2025-08-20T19:18:27.9318993Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tFFt-lm' from root:root to runner:runner
2025-08-20T19:18:27.9320430Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ml24-t' from root:root to runner:runner
2025-08-20T19:18:27.9321741Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/Ja3l24f-lm' from root:root to runner:runner
2025-08-20T19:18:27.9323048Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/2-Sf-t_notab' from root:root to runner:runner
2025-08-20T19:18:27.9324276Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ml24-FF' from root:root to runner:runner
2025-08-20T19:18:27.9325601Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3b3l15-t' from root:root to runner:runner
2025-08-20T19:18:27.9326326Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/w72l24f-ll' from root:root to runner:runner
2025-08-20T19:18:27.9327009Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+2l24f-bl' from root:root to runner:runner
2025-08-20T19:18:27.9327989Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+3-7l24-FF' from root:root to runner:runner
2025-08-20T19:18:27.9328693Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3Jml24f-lm-lo' from root:root to runner:runner
2025-08-20T19:18:27.9329318Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr' from root:root to runner:runner
2025-08-20T19:18:27.9330072Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/nice/nice-fail.sh' from root:root to runner:runner
2025-08-20T19:18:27.9330727Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/nice/nice.sh' from root:root to runner:runner
2025-08-20T19:18:27.9331343Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/nice' from root:root to runner:runner
2025-08-20T19:18:27.9332005Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rmdir/ignore.sh' from root:root to runner:runner
2025-08-20T19:18:27.9332751Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rmdir/fail-perm.sh' from root:root to runner:runner
2025-08-20T19:18:27.9333420Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rmdir/t-slash.sh' from root:root to runner:runner
2025-08-20T19:18:27.9334119Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rmdir/symlink-errors.sh' from root:root to runner:runner
2025-08-20T19:18:27.9334738Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rmdir' from root:root to runner:runner
2025-08-20T19:18:27.9335504Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-owned-by-other.sh' from root:root to runner:runner
2025-08-20T19:18:27.9336307Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-fail-diag.sh' from root:root to runner:runner
2025-08-20T19:18:27.9337031Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-dir-fail.sh' from root:root to runner:runner
2025-08-20T19:18:27.9338028Z [00:04:17.181]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-dangling-symlink.sh' from root:root to runner:runner
2025-08-20T19:18:27.9338826Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-fifo.sh' from root:root to runner:runner
2025-08-20T19:18:27.9339558Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-overflow.sh' from root:root to runner:runner
2025-08-20T19:18:27.9340290Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-relative.sh' from root:root to runner:runner
2025-08-20T19:18:27.9341054Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-no-create-missing.sh' from root:root to runner:runner
2025-08-20T19:18:27.9341800Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-parameters.sh' from root:root to runner:runner
2025-08-20T19:18:27.9342448Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate' from root:root to runner:runner
2025-08-20T19:18:27.9343160Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/envvar-check' from root:root to runner:runner
2025-08-20T19:18:27.9343819Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/Coreutils.pm' from root:root to runner:runner
2025-08-20T19:18:27.9344507Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stty/stty-pairs.sh' from root:root to runner:runner
2025-08-20T19:18:27.9345256Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stty/stty-invalid.sh' from root:root to runner:runner
2025-08-20T19:18:27.9345900Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stty/stty.sh' from root:root to runner:runner
2025-08-20T19:18:27.9346589Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stty/stty-row-col.sh' from root:root to runner:runner
2025-08-20T19:18:27.9347384Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stty' from root:root to runner:runner
2025-08-20T19:18:27.9348028Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/init.sh' from root:root to runner:runner
2025-08-20T19:18:27.9348786Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/dirname.pl' from root:root to runner:runner
2025-08-20T19:18:27.9349444Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/sleep.sh' from root:root to runner:runner
2025-08-20T19:18:27.9350097Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/nohup.sh' from root:root to runner:runner
2025-08-20T19:18:27.9350746Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/paste.pl' from root:root to runner:runner
2025-08-20T19:18:27.9351455Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/arch.sh' from root:root to runner:runner
2025-08-20T19:18:27.9352122Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/expand.pl' from root:root to runner:runner
2025-08-20T19:18:27.9352787Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/mktemp.pl' from root:root to runner:runner
2025-08-20T19:18:27.9353461Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/basename.pl' from root:root to runner:runner
2025-08-20T19:18:27.9354152Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/usage_vs_getopt.sh' from root:root to runner:runner
2025-08-20T19:18:27.9354845Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/read-errors.sh' from root:root to runner:runner
2025-08-20T19:18:27.9355544Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/nl.sh' from root:root to runner:runner
2025-08-20T19:18:27.9356196Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/fold.pl' from root:root to runner:runner
2025-08-20T19:18:27.9356887Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/close-stdout.sh' from root:root to runner:runner
2025-08-20T19:18:27.9357828Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/xattr.sh' from root:root to runner:runner
2025-08-20T19:18:27.9358634Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/false-status.sh' from root:root to runner:runner
2025-08-20T19:18:27.9359312Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/pathchk.sh' from root:root to runner:runner
2025-08-20T19:18:27.9359963Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/yes.sh' from root:root to runner:runner
2025-08-20T19:18:27.9360625Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/xstrtol.pl' from root:root to runner:runner
2025-08-20T19:18:27.9361284Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/echo.sh' from root:root to runner:runner
2025-08-20T19:18:27.9362001Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/mknod.sh' from root:root to runner:runner
2025-08-20T19:18:27.9362651Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/sync.sh' from root:root to runner:runner
2025-08-20T19:18:27.9363317Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/printenv.sh' from root:root to runner:runner
2025-08-20T19:18:27.9363993Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/time-style.sh' from root:root to runner:runner
2025-08-20T19:18:27.9364719Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/selinux.sh' from root:root to runner:runner
2025-08-20T19:18:27.9365404Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/dircolors.pl' from root:root to runner:runner
2025-08-20T19:18:27.9366057Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/comm.pl' from root:root to runner:runner
2025-08-20T19:18:27.9366721Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/unexpand.pl' from root:root to runner:runner
2025-08-20T19:18:27.9367782Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/stdbuf.sh' from root:root to runner:runner
2025-08-20T19:18:27.9368481Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/numfmt.pl' from root:root to runner:runner
2025-08-20T19:18:27.9369243Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/coreutils.sh' from root:root to runner:runner
2025-08-20T19:18:27.9369895Z [00:04:17.182]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/kill.sh' from root:root to runner:runner
2025-08-20T19:18:27.9370554Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/tsort.pl' from root:root to runner:runner
2025-08-20T19:18:27.9371289Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/realpath.sh' from root:root to runner:runner
2025-08-20T19:18:27.9371943Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/tee.sh' from root:root to runner:runner
2025-08-20T19:18:27.9372632Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/write-errors.sh' from root:root to runner:runner
2025-08-20T19:18:27.9373314Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/invalid-opt.pl' from root:root to runner:runner
2025-08-20T19:18:27.9373945Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc' from root:root to runner:runner
2025-08-20T19:18:27.9374690Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cut/cut-huge-range.sh' from root:root to runner:runner
2025-08-20T19:18:27.9375340Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cut/cut.pl' from root:root to runner:runner
2025-08-20T19:18:27.9375956Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cut' from root:root to runner:runner
2025-08-20T19:18:27.9376619Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/test/test-N.sh' from root:root to runner:runner
2025-08-20T19:18:27.9377663Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/test/test-diag.pl' from root:root to runner:runner
2025-08-20T19:18:27.9378377Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/test/test.pl' from root:root to runner:runner
2025-08-20T19:18:27.9379013Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/test' from root:root to runner:runner
2025-08-20T19:18:27.9379713Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/thru-dangling.sh' from root:root to runner:runner
2025-08-20T19:18:27.9380382Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/umask-x.sh' from root:root to runner:runner
2025-08-20T19:18:27.9381056Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/silent.sh' from root:root to runner:runner
2025-08-20T19:18:27.9381797Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/symlinks.sh' from root:root to runner:runner
2025-08-20T19:18:27.9382464Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/setgid.sh' from root:root to runner:runner
2025-08-20T19:18:27.9383128Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/equals.sh' from root:root to runner:runner
2025-08-20T19:18:27.9383881Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/inaccessible.sh' from root:root to runner:runner
2025-08-20T19:18:27.9384924Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/c-option.sh' from root:root to runner:runner
2025-08-20T19:18:27.9385724Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/ignore-symlink.sh' from root:root to runner:runner
2025-08-20T19:18:27.9387063Z [00:04:17.183]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/usage.sh' from root:root to runner:runner
2025-08-20T19:18:27.9388566Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/octal.sh' from root:root to runner:runner
2025-08-20T19:18:27.9390050Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/equal-x.sh' from root:root to runner:runner
2025-08-20T19:18:27.9391371Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/no-x.sh' from root:root to runner:runner
2025-08-20T19:18:27.9392604Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod' from root:root to runner:runner
2025-08-20T19:18:27.9393854Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/head/head.pl' from root:root to runner:runner
2025-08-20T19:18:27.9395249Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/head/head-c.sh' from root:root to runner:runner
2025-08-20T19:18:27.9395985Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/head/head-pos.sh' from root:root to runner:runner
2025-08-20T19:18:27.9396727Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/head/head-write-error.sh' from root:root to runner:runner
2025-08-20T19:18:27.9397734Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/head/head-elide-tail.pl' from root:root to runner:runner
2025-08-20T19:18:27.9398382Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/head' from root:root to runner:runner
2025-08-20T19:18:27.9399075Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/readlink/can-m.sh' from root:root to runner:runner
2025-08-20T19:18:27.9399881Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/readlink/readlink-root.sh' from root:root to runner:runner
2025-08-20T19:18:27.9400610Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/readlink/readlink-fp-loop.sh' from root:root to runner:runner
2025-08-20T19:18:27.9401279Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/readlink/rl-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.9402013Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/readlink/can-f.sh' from root:root to runner:runner
2025-08-20T19:18:27.9402691Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/readlink/can-e.sh' from root:root to runner:runner
2025-08-20T19:18:27.9403360Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/readlink/multi.sh' from root:root to runner:runner
2025-08-20T19:18:27.9404001Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/readlink' from root:root to runner:runner
2025-08-20T19:18:27.9404636Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/no-perl' from root:root to runner:runner
2025-08-20T19:18:27.9405420Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/help/help-version-getopt.sh' from root:root to runner:runner
2025-08-20T19:18:27.9406118Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/help/help-version.sh' from root:root to runner:runner
2025-08-20T19:18:27.9406734Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/help' from root:root to runner:runner
2025-08-20T19:18:27.9407765Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/CuSkip.pm' from root:root to runner:runner
2025-08-20T19:18:27.9409038Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/CuTmpdir.pm' from root:root to runner:runner
2025-08-20T19:18:27.9410200Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/no-create-missing.sh' from root:root to runner:runner
2025-08-20T19:18:27.9411236Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/read-only.sh' from root:root to runner:runner
2025-08-20T19:18:27.9412180Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/not-owner.sh' from root:root to runner:runner
2025-08-20T19:18:27.9413132Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/dir-1.sh' from root:root to runner:runner
2025-08-20T19:18:27.9414125Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/empty-file.sh' from root:root to runner:runner
2025-08-20T19:18:27.9415333Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/fifo.sh' from root:root to runner:runner
2025-08-20T19:18:27.9416159Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/obsolescent.sh' from root:root to runner:runner
2025-08-20T19:18:27.9416884Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/dangling-symlink.sh' from root:root to runner:runner
2025-08-20T19:18:27.9417880Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/relative.sh' from root:root to runner:runner
2025-08-20T19:18:27.9418580Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/60-seconds.sh' from root:root to runner:runner
2025-08-20T19:18:27.9419277Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/no-dereference.sh' from root:root to runner:runner
2025-08-20T19:18:27.9419981Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/trailing-slash.sh' from root:root to runner:runner
2025-08-20T19:18:27.9420658Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/no-rights.sh' from root:root to runner:runner
2025-08-20T19:18:27.9421481Z [00:04:17.184]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/now-owned-by-other.sh' from root:root to runner:runner
2025-08-20T19:18:27.9422166Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/fail-diag.sh' from root:root to runner:runner
2025-08-20T19:18:27.9422794Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch' from root:root to runner:runner
2025-08-20T19:18:27.9423472Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chown/separator.sh' from root:root to runner:runner
2025-08-20T19:18:27.9424245Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chown/preserve-root.sh' from root:root to runner:runner
2025-08-20T19:18:27.9424911Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chown/basic.sh' from root:root to runner:runner
2025-08-20T19:18:27.9425573Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chown/deref.sh' from root:root to runner:runner
2025-08-20T19:18:27.9426201Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chown' from root:root to runner:runner
2025-08-20T19:18:27.9426809Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests' from root:root to runner:runner
2025-08-20T19:18:27.9427954Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tac_a-temp-stream.o' from root:root to runner:runner
2025-08-20T19:18:27.9428713Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uname-uname.c' from root:root to runner:runner
2025-08-20T19:18:27.9429385Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_pr.a' from root:root to runner:runner
2025-08-20T19:18:27.9430014Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/statx.h' from root:root to runner:runner
2025-08-20T19:18:27.9430664Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sha512sum' from root:root to runner:runner
2025-08-20T19:18:27.9431441Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_nice_a-nice.o' from root:root to runner:runner
2025-08-20T19:18:27.9432059Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/kill' from root:root to runner:runner
2025-08-20T19:18:27.9432690Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/numfmt.c' from root:root to runner:runner
2025-08-20T19:18:27.9433364Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/find-mount-point.c' from root:root to runner:runner
2025-08-20T19:18:27.9434089Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_runcon_a-runcon.o' from root:root to runner:runner
2025-08-20T19:18:27.9434856Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_join_a-join.o' from root:root to runner:runner
2025-08-20T19:18:27.9435588Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_dir_a-coreutils-dir.o' from root:root to runner:runner
2025-08-20T19:18:27.9436282Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha256sum.a' from root:root to runner:runner
2025-08-20T19:18:27.9437026Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tty_a-tty.o' from root:root to runner:runner
2025-08-20T19:18:27.9437958Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_paste_a-paste.o' from root:root to runner:runner
2025-08-20T19:18:27.9438608Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/readlink.c' from root:root to runner:runner
2025-08-20T19:18:27.9439346Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_realpath_a-realpath.o' from root:root to runner:runner
2025-08-20T19:18:27.9439959Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/date' from root:root to runner:runner
2025-08-20T19:18:27.9440589Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/false' from root:root to runner:runner
2025-08-20T19:18:27.9441358Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_df_a-df.o' from root:root to runner:runner
2025-08-20T19:18:27.9441991Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/copy.c' from root:root to runner:runner
2025-08-20T19:18:27.9442620Z [00:04:17.185]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sleep.c' from root:root to runner:runner
2025-08-20T19:18:27.9443250Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/selinux.h' from root:root to runner:runner
2025-08-20T19:18:27.9443950Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/remove.h' from root:root to runner:runner
2025-08-20T19:18:27.9444583Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:27.9445225Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dircolors.h' from root:root to runner:runner
2025-08-20T19:18:27.9445833Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/who' from root:root to runner:runner
2025-08-20T19:18:27.9446462Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/logname' from root:root to runner:runner
2025-08-20T19:18:27.9447424Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_env_a-operand2sig.o' from root:root to runner:runner
2025-08-20T19:18:27.9448082Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/test.c' from root:root to runner:runner
2025-08-20T19:18:27.9448780Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha1sum.a' from root:root to runner:runner
2025-08-20T19:18:27.9449398Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/shred.c' from root:root to runner:runner
2025-08-20T19:18:27.9450162Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_logname.a' from root:root to runner:runner
2025-08-20T19:18:27.9450828Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/version.o' from root:root to runner:runner
2025-08-20T19:18:27.9451452Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/false.c' from root:root to runner:runner
2025-08-20T19:18:27.9452063Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/fmt' from root:root to runner:runner
2025-08-20T19:18:27.9452776Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_b2sum_a-digest.o' from root:root to runner:runner
2025-08-20T19:18:27.9453406Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/users' from root:root to runner:runner
2025-08-20T19:18:27.9454079Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uptime' from root:root to runner:runner
2025-08-20T19:18:27.9454690Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/df' from root:root to runner:runner
2025-08-20T19:18:27.9455400Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chroot_a-chroot.o' from root:root to runner:runner
2025-08-20T19:18:27.9456126Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:27.9457418Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/libsinglebin_b2sum_a-b2sum.o' from root:root to runner:runner
2025-08-20T19:18:27.9458489Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/blake2-impl.h' from root:root to runner:runner
2025-08-20T19:18:27.9460020Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/libsinglebin_cksum_a-blake2b-ref.o' from root:root to runner:runner
2025-08-20T19:18:27.9461342Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/b2sum.c' from root:root to runner:runner
2025-08-20T19:18:27.9462921Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/.deps/cksum-blake2b-ref.Po' from root:root to runner:runner
2025-08-20T19:18:27.9464280Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:27.9465682Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/.deps/b2sum-blake2b-ref.Po' from root:root to runner:runner
2025-08-20T19:18:27.9467352Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/.deps/libsinglebin_b2sum_a-blake2b-ref.Po' from root:root to runner:runner
2025-08-20T19:18:27.9468328Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/.deps/libsinglebin_cksum_a-blake2b-ref.Po' from root:root to runner:runner
2025-08-20T19:18:27.9469106Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/.deps/libsinglebin_b2sum_a-b2sum.Po' from root:root to runner:runner
2025-08-20T19:18:27.9469815Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/.deps/b2sum-b2sum.Po' from root:root to runner:runner
2025-08-20T19:18:27.9470513Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/.deps/cksum-b2sum.Po' from root:root to runner:runner
2025-08-20T19:18:27.9471275Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/.deps/libsinglebin_cksum_a-b2sum.Po' from root:root to runner:runner
2025-08-20T19:18:27.9471996Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/.deps' from root:root to runner:runner
2025-08-20T19:18:27.9472652Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/b2sum.h' from root:root to runner:runner
2025-08-20T19:18:27.9473439Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/libsinglebin_b2sum_a-blake2b-ref.o' from root:root to runner:runner
2025-08-20T19:18:27.9474095Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/blake2.h' from root:root to runner:runner
2025-08-20T19:18:27.9474904Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/libsinglebin_cksum_a-b2sum.o' from root:root to runner:runner
2025-08-20T19:18:27.9475583Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/blake2b-ref.c' from root:root to runner:runner
2025-08-20T19:18:27.9476206Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2' from root:root to runner:runner
2025-08-20T19:18:27.9476936Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_printenv_a-printenv.o' from root:root to runner:runner
2025-08-20T19:18:27.9478012Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_rmdir_a-prog-fprintf.o' from root:root to runner:runner
2025-08-20T19:18:27.9478722Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_hostid.a' from root:root to runner:runner
2025-08-20T19:18:27.9479373Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libcksum_avx2.a' from root:root to runner:runner
2025-08-20T19:18:27.9479998Z [00:04:17.186]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/link.c' from root:root to runner:runner
2025-08-20T19:18:27.9480793Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_date_a-show-date.o' from root:root to runner:runner
2025-08-20T19:18:27.9481531Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ginstall_a-install.o' from root:root to runner:runner
2025-08-20T19:18:27.9482270Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_vdir_a-coreutils-vdir.o' from root:root to runner:runner
2025-08-20T19:18:27.9482896Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/split.c' from root:root to runner:runner
2025-08-20T19:18:27.9483505Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/wc.c' from root:root to runner:runner
2025-08-20T19:18:27.9484161Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/octhexdigits.h' from root:root to runner:runner
2025-08-20T19:18:27.9484900Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mknod.a' from root:root to runner:runner
2025-08-20T19:18:27.9485520Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/basenc' from root:root to runner:runner
2025-08-20T19:18:27.9486142Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/base32' from root:root to runner:runner
2025-08-20T19:18:27.9486822Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_runcon.a' from root:root to runner:runner
2025-08-20T19:18:27.9487782Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_shred_a-shred.o' from root:root to runner:runner
2025-08-20T19:18:27.9488529Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_df_a-find-mount-point.o' from root:root to runner:runner
2025-08-20T19:18:27.9489196Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tr.a' from root:root to runner:runner
2025-08-20T19:18:27.9489922Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chown_a-chown-core.o' from root:root to runner:runner
2025-08-20T19:18:27.9490659Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chgrp' from root:root to runner:runner
2025-08-20T19:18:27.9491290Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/digest.c' from root:root to runner:runner
2025-08-20T19:18:27.9491928Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/force-link.c' from root:root to runner:runner
2025-08-20T19:18:27.9492542Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sleep' from root:root to runner:runner
2025-08-20T19:18:27.9493264Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_rm.a' from root:root to runner:runner
2025-08-20T19:18:27.9493902Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/factor.c' from root:root to runner:runner
2025-08-20T19:18:27.9494594Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_env_a-env.o' from root:root to runner:runner
2025-08-20T19:18:27.9495282Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_printenv.a' from root:root to runner:runner
2025-08-20T19:18:27.9495892Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/true' from root:root to runner:runner
2025-08-20T19:18:27.9496557Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_od.a' from root:root to runner:runner
2025-08-20T19:18:27.9497439Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/printf' from root:root to runner:runner
2025-08-20T19:18:27.9498187Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tty.c' from root:root to runner:runner
2025-08-20T19:18:27.9498813Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/stat' from root:root to runner:runner
2025-08-20T19:18:27.9499535Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha1sum_a-digest.o' from root:root to runner:runner
2025-08-20T19:18:27.9500332Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sleep_a-sleep.o' from root:root to runner:runner
2025-08-20T19:18:27.9501029Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_date_a-date.o' from root:root to runner:runner
2025-08-20T19:18:27.9501710Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_users.a' from root:root to runner:runner
2025-08-20T19:18:27.9502350Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/getlimits.c' from root:root to runner:runner
2025-08-20T19:18:27.9502963Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tail' from root:root to runner:runner
2025-08-20T19:18:27.9503720Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha384sum.a' from root:root to runner:runner
2025-08-20T19:18:27.9504449Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_hostname_a-hostname.o' from root:root to runner:runner
2025-08-20T19:18:27.9505065Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tsort' from root:root to runner:runner
2025-08-20T19:18:27.9505779Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mkfifo_a-selinux.o' from root:root to runner:runner
2025-08-20T19:18:27.9506530Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ginstall.a' from root:root to runner:runner
2025-08-20T19:18:27.9507507Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_unexpand_a-unexpand.o' from root:root to runner:runner
2025-08-20T19:18:27.9508336Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sha384sum' from root:root to runner:runner
2025-08-20T19:18:27.9509043Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_uniq_a-uniq.o' from root:root to runner:runner
2025-08-20T19:18:27.9509682Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mknod' from root:root to runner:runner
2025-08-20T19:18:27.9510378Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chgrp.a' from root:root to runner:runner
2025-08-20T19:18:27.9511086Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/shuf.c' from root:root to runner:runner
2025-08-20T19:18:27.9511730Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cp-hash.h' from root:root to runner:runner
2025-08-20T19:18:27.9512337Z [00:04:17.187]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ptx' from root:root to runner:runner
2025-08-20T19:18:27.9513064Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/operand2sig.h' from root:root to runner:runner
2025-08-20T19:18:27.9513714Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/temp-stream.c' from root:root to runner:runner
2025-08-20T19:18:27.9514418Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mv_a-selinux.o' from root:root to runner:runner
2025-08-20T19:18:27.9515050Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/timeout.c' from root:root to runner:runner
2025-08-20T19:18:27.9515763Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mktemp_a-mktemp.o' from root:root to runner:runner
2025-08-20T19:18:27.9516454Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/printenv' from root:root to runner:runner
2025-08-20T19:18:27.9517123Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_pwd.a' from root:root to runner:runner
2025-08-20T19:18:27.9518039Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/base64' from root:root to runner:runner
2025-08-20T19:18:27.9518671Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uname.c' from root:root to runner:runner
2025-08-20T19:18:27.9519450Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mktemp.a' from root:root to runner:runner
2025-08-20T19:18:27.9520122Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/expand-common.c' from root:root to runner:runner
2025-08-20T19:18:27.9520753Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/expand.c' from root:root to runner:runner
2025-08-20T19:18:27.9521390Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/pathchk.c' from root:root to runner:runner
2025-08-20T19:18:27.9522002Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/expr' from root:root to runner:runner
2025-08-20T19:18:27.9522672Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/make-prime-list' from root:root to runner:runner
2025-08-20T19:18:27.9523406Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_link.a' from root:root to runner:runner
2025-08-20T19:18:27.9524086Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tsort.a' from root:root to runner:runner
2025-08-20T19:18:27.9524704Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uname.h' from root:root to runner:runner
2025-08-20T19:18:27.9525472Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_fold_a-fold.o' from root:root to runner:runner
2025-08-20T19:18:27.9526088Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uniq.c' from root:root to runner:runner
2025-08-20T19:18:27.9527132Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libcksum_avx2_a-cksum_avx2.o' from root:root to runner:runner
2025-08-20T19:18:27.9528208Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha384sum_a-digest.o' from root:root to runner:runner
2025-08-20T19:18:27.9529487Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sha224sum' from root:root to runner:runner
2025-08-20T19:18:27.9531114Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_realpath_a-relpath.o' from root:root to runner:runner
2025-08-20T19:18:27.9532340Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/id.c' from root:root to runner:runner
2025-08-20T19:18:27.9533737Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_link_a-link.o' from root:root to runner:runner
2025-08-20T19:18:27.9535119Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cksum_a-crctab.o' from root:root to runner:runner
2025-08-20T19:18:27.9536847Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_test_a-test.o' from root:root to runner:runner
2025-08-20T19:18:27.9537938Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tr_a-tr.o' from root:root to runner:runner
2025-08-20T19:18:27.9538829Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chgrp_a-coreutils-chgrp.o' from root:root to runner:runner
2025-08-20T19:18:27.9539579Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mknod_a-selinux.o' from root:root to runner:runner
2025-08-20T19:18:27.9540303Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_true_a-true.o' from root:root to runner:runner
2025-08-20T19:18:27.9540977Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/fs-is-local.h' from root:root to runner:runner
2025-08-20T19:18:27.9541588Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cp' from root:root to runner:runner
2025-08-20T19:18:27.9542258Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_dd.a' from root:root to runner:runner
2025-08-20T19:18:27.9542889Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/nohup.c' from root:root to runner:runner
2025-08-20T19:18:27.9543595Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/basenc.c' from root:root to runner:runner
2025-08-20T19:18:27.9544271Z [00:04:17.188]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_stty.a' from root:root to runner:runner
2025-08-20T19:18:27.9544961Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ln_a-ln.o' from root:root to runner:runner
2025-08-20T19:18:27.9545576Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/nproc' from root:root to runner:runner
2025-08-20T19:18:27.9546260Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_csplit.a' from root:root to runner:runner
2025-08-20T19:18:27.9547003Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_nice.a' from root:root to runner:runner
2025-08-20T19:18:27.9547958Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_false.a' from root:root to runner:runner
2025-08-20T19:18:27.9548647Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_b2sum.a' from root:root to runner:runner
2025-08-20T19:18:27.9549315Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_comm.a' from root:root to runner:runner
2025-08-20T19:18:27.9550070Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/coreutils_shebangs' from root:root to runner:runner
2025-08-20T19:18:27.9550767Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_md5sum.a' from root:root to runner:runner
2025-08-20T19:18:27.9551457Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mkfifo.c' from root:root to runner:runner
2025-08-20T19:18:27.9552139Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_pathchk.a' from root:root to runner:runner
2025-08-20T19:18:27.9552850Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mknod_a-mknod.o' from root:root to runner:runner
2025-08-20T19:18:27.9553528Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_dir.a' from root:root to runner:runner
2025-08-20T19:18:27.9554136Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sum' from root:root to runner:runner
2025-08-20T19:18:27.9554757Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/groups' from root:root to runner:runner
2025-08-20T19:18:27.9555362Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tee' from root:root to runner:runner
2025-08-20T19:18:27.9555984Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dd' from root:root to runner:runner
2025-08-20T19:18:27.9556747Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mv.a' from root:root to runner:runner
2025-08-20T19:18:27.9557686Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ginstall_a-force-link.o' from root:root to runner:runner
2025-08-20T19:18:27.9558356Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/coreutils-vdir.c' from root:root to runner:runner
2025-08-20T19:18:27.9558984Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sha1sum' from root:root to runner:runner
2025-08-20T19:18:27.9559686Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mv_a-copy.o' from root:root to runner:runner
2025-08-20T19:18:27.9560437Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/find-mount-point.h' from root:root to runner:runner
2025-08-20T19:18:27.9561054Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/nohup' from root:root to runner:runner
2025-08-20T19:18:27.9561680Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/basename' from root:root to runner:runner
2025-08-20T19:18:27.9562371Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/coreutils-coreutils.o' from root:root to runner:runner
2025-08-20T19:18:27.9563066Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sha256sum' from root:root to runner:runner
2025-08-20T19:18:27.9563756Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/version.c' from root:root to runner:runner
2025-08-20T19:18:27.9564413Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/single-binary.mk' from root:root to runner:runner
2025-08-20T19:18:27.9565127Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cksum_a-digest.o' from root:root to runner:runner
2025-08-20T19:18:27.9565784Z [00:04:17.189]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/temp-stream.h' from root:root to runner:runner
2025-08-20T19:18:27.9566482Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sync_a-sync.o' from root:root to runner:runner
2025-08-20T19:18:27.9567089Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/rm' from root:root to runner:runner
2025-08-20T19:18:27.9567979Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mkfifo_a-mkfifo.o' from root:root to runner:runner
2025-08-20T19:18:27.9568621Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ioblksize.h' from root:root to runner:runner
2025-08-20T19:18:27.9569370Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_yes.a' from root:root to runner:runner
2025-08-20T19:18:27.9570057Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ls_a-ls.o' from root:root to runner:runner
2025-08-20T19:18:27.9570690Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/set-fields.c' from root:root to runner:runner
2025-08-20T19:18:27.9571317Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/iopoll.c' from root:root to runner:runner
2025-08-20T19:18:27.9572049Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_arch.a' from root:root to runner:runner
2025-08-20T19:18:27.9572776Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cksum.a' from root:root to runner:runner
2025-08-20T19:18:27.9573472Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_basename.a' from root:root to runner:runner
2025-08-20T19:18:27.9574157Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cut_a-cut.o' from root:root to runner:runner
2025-08-20T19:18:27.9574829Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_rmdir.a' from root:root to runner:runner
2025-08-20T19:18:27.9575539Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chcon_a-chcon.o' from root:root to runner:runner
2025-08-20T19:18:27.9576295Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chown_a-chown.o' from root:root to runner:runner
2025-08-20T19:18:27.9576924Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/copy.h' from root:root to runner:runner
2025-08-20T19:18:27.9577732Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/nl.c' from root:root to runner:runner
2025-08-20T19:18:27.9578358Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uniq' from root:root to runner:runner
2025-08-20T19:18:27.9579083Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/getlimits.o' from root:root to runner:runner
2025-08-20T19:18:27.9579760Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/make-prime-list.o' from root:root to runner:runner
2025-08-20T19:18:27.9580448Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chroot.a' from root:root to runner:runner
2025-08-20T19:18:27.9581099Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cksum_pclmul.c' from root:root to runner:runner
2025-08-20T19:18:27.9581736Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ls-vdir.c' from root:root to runner:runner
2025-08-20T19:18:27.9582348Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/od' from root:root to runner:runner
2025-08-20T19:18:27.9582952Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mv' from root:root to runner:runner
2025-08-20T19:18:27.9583571Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mv.c' from root:root to runner:runner
2025-08-20T19:18:27.9584296Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libcksum_avx512_a-cksum_avx512.o' from root:root to runner:runner
2025-08-20T19:18:27.9585139Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_touch_a-touch.o' from root:root to runner:runner
2025-08-20T19:18:27.9585844Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ptx_a-ptx.o' from root:root to runner:runner
2025-08-20T19:18:27.9586567Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_dirname_a-dirname.o' from root:root to runner:runner
2025-08-20T19:18:27.9587405Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/wc_avx2.c' from root:root to runner:runner
2025-08-20T19:18:27.9588171Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_base32_a-basenc.o' from root:root to runner:runner
2025-08-20T19:18:27.9588841Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chown-core.h' from root:root to runner:runner
2025-08-20T19:18:27.9589555Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/version.h' from root:root to runner:runner
2025-08-20T19:18:27.9590200Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tsort.c' from root:root to runner:runner
2025-08-20T19:18:27.9590810Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ls.h' from root:root to runner:runner
2025-08-20T19:18:27.9591603Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_base64.a' from root:root to runner:runner
2025-08-20T19:18:27.9592330Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_csplit_a-csplit.o' from root:root to runner:runner
2025-08-20T19:18:27.9592934Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/wc' from root:root to runner:runner
2025-08-20T19:18:27.9593563Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libver.a' from root:root to runner:runner
2025-08-20T19:18:27.9594166Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dir' from root:root to runner:runner
2025-08-20T19:18:27.9594792Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sum.h' from root:root to runner:runner
2025-08-20T19:18:27.9595415Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cksum.h' from root:root to runner:runner
2025-08-20T19:18:27.9596387Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/hostname.c' from root:root to runner:runner
2025-08-20T19:18:27.9597276Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_stdbuf.a' from root:root to runner:runner
2025-08-20T19:18:27.9598831Z [00:04:17.190]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mkdir_a-mkdir.o' from root:root to runner:runner
2025-08-20T19:18:27.9600221Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cksum_avx2.c' from root:root to runner:runner
2025-08-20T19:18:27.9601456Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/echo.c' from root:root to runner:runner
2025-08-20T19:18:27.9602761Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/coreutils-dir.c' from root:root to runner:runner
2025-08-20T19:18:27.9603965Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/fold' from root:root to runner:runner
2025-08-20T19:18:27.9605147Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/seq' from root:root to runner:runner
2025-08-20T19:18:27.9606355Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/pr.c' from root:root to runner:runner
2025-08-20T19:18:27.9607526Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_rmdir_a-rmdir.o' from root:root to runner:runner
2025-08-20T19:18:27.9608191Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tr' from root:root to runner:runner
2025-08-20T19:18:27.9608911Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_whoami.a' from root:root to runner:runner
2025-08-20T19:18:27.9609719Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_shuf_a-shuf.o' from root:root to runner:runner
2025-08-20T19:18:27.9610395Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_stat.a' from root:root to runner:runner
2025-08-20T19:18:27.9611112Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_groups_a-groups.o' from root:root to runner:runner
2025-08-20T19:18:27.9611843Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_groups_a-group-list.o' from root:root to runner:runner
2025-08-20T19:18:27.9612466Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tty' from root:root to runner:runner
2025-08-20T19:18:27.9613091Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ginstall' from root:root to runner:runner
2025-08-20T19:18:27.9613716Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dirname' from root:root to runner:runner
2025-08-20T19:18:27.9614427Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_unlink_a-unlink.o' from root:root to runner:runner
2025-08-20T19:18:27.9615069Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/force-link.h' from root:root to runner:runner
2025-08-20T19:18:27.9615821Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/hostid.c' from root:root to runner:runner
2025-08-20T19:18:27.9616439Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/split' from root:root to runner:runner
2025-08-20T19:18:27.9617404Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_unexpand_a-expand-common.o' from root:root to runner:runner
2025-08-20T19:18:27.9618310Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sync.c' from root:root to runner:runner
2025-08-20T19:18:27.9618954Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/fold.c' from root:root to runner:runner
2025-08-20T19:18:27.9619653Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_unexpand.a' from root:root to runner:runner
2025-08-20T19:18:27.9620465Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_whoami_a-whoami.o' from root:root to runner:runner
2025-08-20T19:18:27.9621204Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_uname_a-uname-uname.o' from root:root to runner:runner
2025-08-20T19:18:27.9621874Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tee.a' from root:root to runner:runner
2025-08-20T19:18:27.9622559Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dcgen' from root:root to runner:runner
2025-08-20T19:18:27.9623231Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_true.a' from root:root to runner:runner
2025-08-20T19:18:27.9623842Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/comm' from root:root to runner:runner
2025-08-20T19:18:27.9624445Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/join' from root:root to runner:runner
2025-08-20T19:18:27.9625064Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/pwd' from root:root to runner:runner
2025-08-20T19:18:27.9625674Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/yes.c' from root:root to runner:runner
2025-08-20T19:18:27.9626359Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_wc_a-wc.o' from root:root to runner:runner
2025-08-20T19:18:27.9627087Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_kill_a-operand2sig.o' from root:root to runner:runner
2025-08-20T19:18:27.9627964Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/rmdir.c' from root:root to runner:runner
2025-08-20T19:18:27.9628846Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_hostid_a-hostid.o' from root:root to runner:runner
2025-08-20T19:18:27.9629601Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ginstall_a-cp-hash.o' from root:root to runner:runner
2025-08-20T19:18:27.9630245Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/relpath.c' from root:root to runner:runner
2025-08-20T19:18:27.9630886Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/group-list.c' from root:root to runner:runner
2025-08-20T19:18:27.9631496Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/wc.h' from root:root to runner:runner
2025-08-20T19:18:27.9632127Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/runcon.c' from root:root to runner:runner
2025-08-20T19:18:27.9632899Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_stdbuf_a-stdbuf.o' from root:root to runner:runner
2025-08-20T19:18:27.9633521Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chown.c' from root:root to runner:runner
2025-08-20T19:18:27.9634144Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chmod.c' from root:root to runner:runner
2025-08-20T19:18:27.9634878Z [00:04:17.191]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_nproc.a' from root:root to runner:runner
2025-08-20T19:18:27.9635552Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cat.a' from root:root to runner:runner
2025-08-20T19:18:27.9636235Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_timeout.a' from root:root to runner:runner
2025-08-20T19:18:27.9636873Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uname-arch.c' from root:root to runner:runner
2025-08-20T19:18:27.9637758Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cp_a-selinux.o' from root:root to runner:runner
2025-08-20T19:18:27.9638398Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sum.c' from root:root to runner:runner
2025-08-20T19:18:27.9639023Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/shred' from root:root to runner:runner
2025-08-20T19:18:27.9639661Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/coreutils.h' from root:root to runner:runner
2025-08-20T19:18:27.9640343Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_du_a-du.o' from root:root to runner:runner
2025-08-20T19:18:27.9641029Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/fs.h' from root:root to runner:runner
2025-08-20T19:18:27.9641782Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_pwd_a-pwd.o' from root:root to runner:runner
2025-08-20T19:18:27.9642486Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_comm_a-comm.o' from root:root to runner:runner
2025-08-20T19:18:27.9643087Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/[' from root:root to runner:runner
2025-08-20T19:18:27.9643710Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/factor' from root:root to runner:runner
2025-08-20T19:18:27.9644335Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mkdir' from root:root to runner:runner
2025-08-20T19:18:27.9645108Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_factor_a-factor.o' from root:root to runner:runner
2025-08-20T19:18:27.9645792Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_dd_a-dd.o' from root:root to runner:runner
2025-08-20T19:18:27.9646474Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_pr_a-pr.o' from root:root to runner:runner
2025-08-20T19:18:27.9647374Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_truncate_a-truncate.o' from root:root to runner:runner
2025-08-20T19:18:27.9648123Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chown-core.c' from root:root to runner:runner
2025-08-20T19:18:27.9648767Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chroot.c' from root:root to runner:runner
2025-08-20T19:18:27.9649415Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/extract-magic' from root:root to runner:runner
2025-08-20T19:18:27.9650114Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_nl_a-nl.o' from root:root to runner:runner
2025-08-20T19:18:27.9650809Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cp_a-cp.o' from root:root to runner:runner
2025-08-20T19:18:27.9651430Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tac.c' from root:root to runner:runner
2025-08-20T19:18:27.9652041Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/seq.c' from root:root to runner:runner
2025-08-20T19:18:27.9652655Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/env' from root:root to runner:runner
2025-08-20T19:18:27.9653257Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/du' from root:root to runner:runner
2025-08-20T19:18:27.9654053Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_echo.a' from root:root to runner:runner
2025-08-20T19:18:27.9654717Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin__.a' from root:root to runner:runner
2025-08-20T19:18:27.9655385Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cp.a' from root:root to runner:runner
2025-08-20T19:18:27.9656103Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_printf_a-printf.o' from root:root to runner:runner
2025-08-20T19:18:27.9656711Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ls' from root:root to runner:runner
2025-08-20T19:18:27.9657556Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/date.c' from root:root to runner:runner
2025-08-20T19:18:27.9658273Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chcon' from root:root to runner:runner
2025-08-20T19:18:27.9658929Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/system.h' from root:root to runner:runner
2025-08-20T19:18:27.9659715Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cksum' from root:root to runner:runner
2025-08-20T19:18:27.9660430Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/md5sum' from root:root to runner:runner
2025-08-20T19:18:27.9661040Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/id' from root:root to runner:runner
2025-08-20T19:18:27.9661759Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ginstall_a-copy.o' from root:root to runner:runner
2025-08-20T19:18:27.9662377Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/expr.c' from root:root to runner:runner
2025-08-20T19:18:27.9662995Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/iopoll.h' from root:root to runner:runner
2025-08-20T19:18:27.9663681Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_uname.a' from root:root to runner:runner
2025-08-20T19:18:27.9664396Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_expand_a-expand.o' from root:root to runner:runner
2025-08-20T19:18:27.9665088Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sum_a-sum.o' from root:root to runner:runner
2025-08-20T19:18:27.9665699Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tail.c' from root:root to runner:runner
2025-08-20T19:18:27.9666461Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_realpath.a' from root:root to runner:runner
2025-08-20T19:18:27.9667778Z [00:04:17.192]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_date.a' from root:root to runner:runner
2025-08-20T19:18:27.9668982Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/b2sum' from root:root to runner:runner
2025-08-20T19:18:27.9669689Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_fold.a' from root:root to runner:runner
2025-08-20T19:18:27.9670376Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_id_a-id.o' from root:root to runner:runner
2025-08-20T19:18:27.9671125Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha224sum_a-digest.o' from root:root to runner:runner
2025-08-20T19:18:27.9671841Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chroot' from root:root to runner:runner
2025-08-20T19:18:27.9672473Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/remove.c' from root:root to runner:runner
2025-08-20T19:18:27.9673085Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/head.c' from root:root to runner:runner
2025-08-20T19:18:27.9673800Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cksum_avx512.c' from root:root to runner:runner
2025-08-20T19:18:27.9674404Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ln' from root:root to runner:runner
2025-08-20T19:18:27.9675081Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_seq.a' from root:root to runner:runner
2025-08-20T19:18:27.9675727Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/group-list.h' from root:root to runner:runner
2025-08-20T19:18:27.9676438Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ln_a-force-link.o' from root:root to runner:runner
2025-08-20T19:18:27.9677078Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/logname.c' from root:root to runner:runner
2025-08-20T19:18:27.9677916Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cat.c' from root:root to runner:runner
2025-08-20T19:18:27.9678597Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_split.a' from root:root to runner:runner
2025-08-20T19:18:27.9679227Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dircolors' from root:root to runner:runner
2025-08-20T19:18:27.9679879Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/prog-fprintf.h' from root:root to runner:runner
2025-08-20T19:18:27.9680766Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_timeout_a-operand2sig.o' from root:root to runner:runner
2025-08-20T19:18:27.9681406Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ls-dir.c' from root:root to runner:runner
2025-08-20T19:18:27.9682087Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libwc_avx2_a-wc_avx2.o' from root:root to runner:runner
2025-08-20T19:18:27.9682785Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin___a-lbracket.o' from root:root to runner:runner
2025-08-20T19:18:27.9683471Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sleep.a' from root:root to runner:runner
2025-08-20T19:18:27.9684203Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_head.a' from root:root to runner:runner
2025-08-20T19:18:27.9684873Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_id.a' from root:root to runner:runner
2025-08-20T19:18:27.9685584Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mkdir_a-selinux.o' from root:root to runner:runner
2025-08-20T19:18:27.9686269Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_uptime.a' from root:root to runner:runner
2025-08-20T19:18:27.9687003Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_test.a' from root:root to runner:runner
2025-08-20T19:18:27.9687950Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_stat_a-find-mount-point.o' from root:root to runner:runner
2025-08-20T19:18:27.9688624Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_who.a' from root:root to runner:runner
2025-08-20T19:18:27.9689250Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/local.mk' from root:root to runner:runner
2025-08-20T19:18:27.9689971Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_nproc_a-nproc.o' from root:root to runner:runner
2025-08-20T19:18:27.9690608Z [00:04:17.193]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/relpath.h' from root:root to runner:runner
2025-08-20T19:18:27.9691238Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/install.c' from root:root to runner:runner
2025-08-20T19:18:27.9691902Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sort.a' from root:root to runner:runner
2025-08-20T19:18:27.9692711Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_readlink_a-readlink.o' from root:root to runner:runner
2025-08-20T19:18:27.9693376Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tac' from root:root to runner:runner
2025-08-20T19:18:27.9694049Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/expand-common.h' from root:root to runner:runner
2025-08-20T19:18:27.9694670Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ptx.c' from root:root to runner:runner
2025-08-20T19:18:27.9695275Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ln.c' from root:root to runner:runner
2025-08-20T19:18:27.9695901Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tee.c' from root:root to runner:runner
2025-08-20T19:18:27.9696577Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chown.a' from root:root to runner:runner
2025-08-20T19:18:27.9697588Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_base64_a-basenc.o' from root:root to runner:runner
2025-08-20T19:18:27.9698327Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libcksum_pclmul_a-cksum_pclmul.o' from root:root to runner:runner
2025-08-20T19:18:27.9699079Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ginstall_a-prog-fprintf.o' from root:root to runner:runner
2025-08-20T19:18:27.9699774Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mkdir.c' from root:root to runner:runner
2025-08-20T19:18:27.9700450Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tail.a' from root:root to runner:runner
2025-08-20T19:18:27.9701070Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/timeout' from root:root to runner:runner
2025-08-20T19:18:27.9701689Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/paste' from root:root to runner:runner
2025-08-20T19:18:27.9702314Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/join.c' from root:root to runner:runner
2025-08-20T19:18:27.9703047Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chcon.a' from root:root to runner:runner
2025-08-20T19:18:27.9703747Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chown-chgrp.c' from root:root to runner:runner
2025-08-20T19:18:27.9704479Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_uname_a-uname.o' from root:root to runner:runner
2025-08-20T19:18:27.9705104Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/pinky' from root:root to runner:runner
2025-08-20T19:18:27.9705836Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sum.a' from root:root to runner:runner
2025-08-20T19:18:27.9706605Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_split_a-temp-stream.o' from root:root to runner:runner
2025-08-20T19:18:27.9707442Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/comm.c' from root:root to runner:runner
2025-08-20T19:18:27.9708120Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tac-pipe.c' from root:root to runner:runner
2025-08-20T19:18:27.9708735Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/yes' from root:root to runner:runner
2025-08-20T19:18:27.9709376Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/realpath.c' from root:root to runner:runner
2025-08-20T19:18:27.9710184Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha512sum_a-digest.o' from root:root to runner:runner
2025-08-20T19:18:27.9710823Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cu-progs.mk' from root:root to runner:runner
2025-08-20T19:18:27.9711446Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/csplit' from root:root to runner:runner
2025-08-20T19:18:27.9712202Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ls_a-ls-ls.o' from root:root to runner:runner
2025-08-20T19:18:27.9712837Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mktemp.c' from root:root to runner:runner
2025-08-20T19:18:27.9713493Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/pinky.Po' from root:root to runner:runner
2025-08-20T19:18:27.9714224Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_stty_a-stty.Po' from root:root to runner:runner
2025-08-20T19:18:27.9714866Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/wc.Po' from root:root to runner:runner
2025-08-20T19:18:27.9715680Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libcksum_pclmul_a-cksum_pclmul.Po' from root:root to runner:runner
2025-08-20T19:18:27.9716332Z [00:04:17.194]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/chown.Po' from root:root to runner:runner
2025-08-20T19:18:27.9717041Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ln_a-ln.Po' from root:root to runner:runner
2025-08-20T19:18:27.9717949Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sum-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9718767Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_date_a-date.Po' from root:root to runner:runner
2025-08-20T19:18:27.9719462Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/temp-stream.Po' from root:root to runner:runner
2025-08-20T19:18:27.9720121Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/shuf.Po' from root:root to runner:runner
2025-08-20T19:18:27.9720901Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_env_a-operand2sig.Po' from root:root to runner:runner
2025-08-20T19:18:27.9721693Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-prog-fprintf.Po' from root:root to runner:runner
2025-08-20T19:18:27.9722444Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libcksum_avx512_a-cksum_avx512.Po' from root:root to runner:runner
2025-08-20T19:18:27.9723158Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sort.Po' from root:root to runner:runner
2025-08-20T19:18:27.9723811Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/groups.Po' from root:root to runner:runner
2025-08-20T19:18:27.9724464Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:27.9725256Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libcksum_avx2_a-cksum_avx2.Po' from root:root to runner:runner
2025-08-20T19:18:27.9726013Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_tac_a-temp-stream.Po' from root:root to runner:runner
2025-08-20T19:18:27.9726653Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/od.Po' from root:root to runner:runner
2025-08-20T19:18:27.9727626Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_chown_a-chown-chown.Po' from root:root to runner:runner
2025-08-20T19:18:27.9728399Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sha512sum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9729199Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mv_a-copy.Po' from root:root to runner:runner
2025-08-20T19:18:27.9729909Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_tr_a-tr.Po' from root:root to runner:runner
2025-08-20T19:18:27.9730540Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/du.Po' from root:root to runner:runner
2025-08-20T19:18:27.9731258Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/dirname.Po' from root:root to runner:runner
2025-08-20T19:18:27.9731948Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/md5sum-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9732713Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_basename_a-basename.Po' from root:root to runner:runner
2025-08-20T19:18:27.9733360Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/stty.Po' from root:root to runner:runner
2025-08-20T19:18:27.9734009Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/stdbuf.Po' from root:root to runner:runner
2025-08-20T19:18:27.9735120Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/b2sum-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9736114Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/fold.Po' from root:root to runner:runner
2025-08-20T19:18:27.9737754Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_chmod_a-chmod.Po' from root:root to runner:runner
2025-08-20T19:18:27.9739306Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_expand_a-expand-common.Po' from root:root to runner:runner
2025-08-20T19:18:27.9740894Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cksum_a-crctab.Po' from root:root to runner:runner
2025-08-20T19:18:27.9742435Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_dircolors_a-dircolors.Po' from root:root to runner:runner
2025-08-20T19:18:27.9743836Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_tail_a-tail.Po' from root:root to runner:runner
2025-08-20T19:18:27.9745233Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sha256sum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9746011Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/cut.Po' from root:root to runner:runner
2025-08-20T19:18:27.9746791Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/iopoll.Po' from root:root to runner:runner
2025-08-20T19:18:27.9747753Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_split_a-split.Po' from root:root to runner:runner
2025-08-20T19:18:27.9748524Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_printenv_a-printenv.Po' from root:root to runner:runner
2025-08-20T19:18:27.9749264Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_stat_a-stat.Po' from root:root to runner:runner
2025-08-20T19:18:27.9750038Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/prog-fprintf.Po' from root:root to runner:runner
2025-08-20T19:18:27.9750778Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin___a-lbracket.Po' from root:root to runner:runner
2025-08-20T19:18:27.9751432Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/relpath.Po' from root:root to runner:runner
2025-08-20T19:18:27.9752073Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/ptx.Po' from root:root to runner:runner
2025-08-20T19:18:27.9752773Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sha512sum-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9753591Z [00:04:17.195]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_realpath_a-relpath.Po' from root:root to runner:runner
2025-08-20T19:18:27.9754324Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_stdbuf_a-stdbuf.Po' from root:root to runner:runner
2025-08-20T19:18:27.9754972Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/shred.Po' from root:root to runner:runner
2025-08-20T19:18:27.9755614Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/mknod.Po' from root:root to runner:runner
2025-08-20T19:18:27.9756445Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mkdir_a-prog-fprintf.Po' from root:root to runner:runner
2025-08-20T19:18:27.9757394Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_dirname_a-dirname.Po' from root:root to runner:runner
2025-08-20T19:18:27.9758178Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_id_a-group-list.Po' from root:root to runner:runner
2025-08-20T19:18:27.9758960Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_arch_a-coreutils-arch.Po' from root:root to runner:runner
2025-08-20T19:18:27.9759785Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_printf_a-printf.Po' from root:root to runner:runner
2025-08-20T19:18:27.9760526Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_basenc_a-basenc.Po' from root:root to runner:runner
2025-08-20T19:18:27.9761165Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/pwd.Po' from root:root to runner:runner
2025-08-20T19:18:27.9761823Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/pr.Po' from root:root to runner:runner
2025-08-20T19:18:27.9762659Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_rmdir_a-prog-fprintf.Po' from root:root to runner:runner
2025-08-20T19:18:27.9763437Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_hostname_a-hostname.Po' from root:root to runner:runner
2025-08-20T19:18:27.9764175Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-copy.Po' from root:root to runner:runner
2025-08-20T19:18:27.9764904Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_base32_a-basenc.Po' from root:root to runner:runner
2025-08-20T19:18:27.9765621Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_wc_a-wc.Po' from root:root to runner:runner
2025-08-20T19:18:27.9766277Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/remove.Po' from root:root to runner:runner
2025-08-20T19:18:27.9767001Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/printenv.Po' from root:root to runner:runner
2025-08-20T19:18:27.9767854Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/ls.Po' from root:root to runner:runner
2025-08-20T19:18:27.9768514Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/users.Po' from root:root to runner:runner
2025-08-20T19:18:27.9769244Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/split.Po' from root:root to runner:runner
2025-08-20T19:18:27.9769911Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/lbracket.Po' from root:root to runner:runner
2025-08-20T19:18:27.9770622Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_df_a-df.Po' from root:root to runner:runner
2025-08-20T19:18:27.9771372Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_kill_a-operand2sig.Po' from root:root to runner:runner
2025-08-20T19:18:27.9772085Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cp_a-cp.Po' from root:root to runner:runner
2025-08-20T19:18:27.9772775Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/ln.Po' from root:root to runner:runner
2025-08-20T19:18:27.9773433Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/stat.Po' from root:root to runner:runner
2025-08-20T19:18:27.9774086Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/uptime.Po' from root:root to runner:runner
2025-08-20T19:18:27.9774743Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/expr.Po' from root:root to runner:runner
2025-08-20T19:18:27.9775538Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_chroot_a-chroot.Po' from root:root to runner:runner
2025-08-20T19:18:27.9776270Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_comm_a-comm.Po' from root:root to runner:runner
2025-08-20T19:18:27.9776915Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/nproc.Po' from root:root to runner:runner
2025-08-20T19:18:27.9777857Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mktemp_a-mktemp.Po' from root:root to runner:runner
2025-08-20T19:18:27.9778516Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/tail.Po' from root:root to runner:runner
2025-08-20T19:18:27.9779322Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_du_a-show-date.Po' from root:root to runner:runner
2025-08-20T19:18:27.9780011Z [00:04:17.196]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sha1sum-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9780640Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/cp.Po' from root:root to runner:runner
2025-08-20T19:18:27.9781380Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cksum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9782202Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_dir_a-coreutils-dir.Po' from root:root to runner:runner
2025-08-20T19:18:27.9782917Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ls_a-ls-ls.Po' from root:root to runner:runner
2025-08-20T19:18:27.9783568Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/printf.Po' from root:root to runner:runner
2025-08-20T19:18:27.9784207Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/nohup.Po' from root:root to runner:runner
2025-08-20T19:18:27.9784951Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/cksum-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9785645Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sha224sum-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9786396Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sha384sum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9787115Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mv_a-selinux.Po' from root:root to runner:runner
2025-08-20T19:18:27.9788335Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_rm_a-remove.Po' from root:root to runner:runner
2025-08-20T19:18:27.9788995Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/id.Po' from root:root to runner:runner
2025-08-20T19:18:27.9789709Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libstdbuf_so-libstdbuf.Po' from root:root to runner:runner
2025-08-20T19:18:27.9790426Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cut_a-cut.Po' from root:root to runner:runner
2025-08-20T19:18:27.9791066Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/uname.Po' from root:root to runner:runner
2025-08-20T19:18:27.9791753Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/chown-chgrp.Po' from root:root to runner:runner
2025-08-20T19:18:27.9792532Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_nice_a-nice.Po' from root:root to runner:runner
2025-08-20T19:18:27.9793292Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_numfmt_a-set-fields.Po' from root:root to runner:runner
2025-08-20T19:18:27.9794036Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-install.Po' from root:root to runner:runner
2025-08-20T19:18:27.9794799Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/find-mount-point.Po' from root:root to runner:runner
2025-08-20T19:18:27.9795482Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/cksum-cksum.Po' from root:root to runner:runner
2025-08-20T19:18:27.9796209Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_tsort_a-tsort.Po' from root:root to runner:runner
2025-08-20T19:18:27.9796962Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_readlink_a-readlink.Po' from root:root to runner:runner
2025-08-20T19:18:27.9797806Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/tee.Po' from root:root to runner:runner
2025-08-20T19:18:27.9798562Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/paste.Po' from root:root to runner:runner
2025-08-20T19:18:27.9799313Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_md5sum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9800055Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_whoami_a-whoami.Po' from root:root to runner:runner
2025-08-20T19:18:27.9800890Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ln_a-force-link.Po' from root:root to runner:runner
2025-08-20T19:18:27.9801552Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/whoami.Po' from root:root to runner:runner
2025-08-20T19:18:27.9802202Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/touch.Po' from root:root to runner:runner
2025-08-20T19:18:27.9802877Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/expand-common.Po' from root:root to runner:runner
2025-08-20T19:18:27.9803614Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sleep_a-sleep.Po' from root:root to runner:runner
2025-08-20T19:18:27.9804352Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_factor_a-factor.Po' from root:root to runner:runner
2025-08-20T19:18:27.9805061Z [00:04:17.197]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/true.Po' from root:root to runner:runner
2025-08-20T19:18:27.9806084Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/mkfifo.Po' from root:root to runner:runner
2025-08-20T19:18:27.9816643Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sha384sum-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9817773Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_nohup_a-nohup.Po' from root:root to runner:runner
2025-08-20T19:18:27.9818612Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/tr.Po' from root:root to runner:runner
2025-08-20T19:18:27.9819407Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mkfifo_a-selinux.Po' from root:root to runner:runner
2025-08-20T19:18:27.9820082Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/ls-dir.Po' from root:root to runner:runner
2025-08-20T19:18:27.9820810Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cp_a-selinux.Po' from root:root to runner:runner
2025-08-20T19:18:27.9821666Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_df_a-find-mount-point.Po' from root:root to runner:runner
2025-08-20T19:18:27.9822419Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_hostid_a-hostid.Po' from root:root to runner:runner
2025-08-20T19:18:27.9823155Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_users_a-users.Po' from root:root to runner:runner
2025-08-20T19:18:27.9823792Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/who.Po' from root:root to runner:runner
2025-08-20T19:18:27.9824569Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mv_a-mv.Po' from root:root to runner:runner
2025-08-20T19:18:27.9825360Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_unexpand_a-expand-common.Po' from root:root to runner:runner
2025-08-20T19:18:27.9826007Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/rmdir.Po' from root:root to runner:runner
2025-08-20T19:18:27.9826733Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_link_a-link.Po' from root:root to runner:runner
2025-08-20T19:18:27.9827688Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mv_a-force-link.Po' from root:root to runner:runner
2025-08-20T19:18:27.9828449Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_csplit_a-csplit.Po' from root:root to runner:runner
2025-08-20T19:18:27.9829164Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/fmt.Po' from root:root to runner:runner
2025-08-20T19:18:27.9829811Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/nl.Po' from root:root to runner:runner
2025-08-20T19:18:27.9830526Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_pwd_a-pwd.Po' from root:root to runner:runner
2025-08-20T19:18:27.9831336Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ln_a-relpath.Po' from root:root to runner:runner
2025-08-20T19:18:27.9832061Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ls_a-ls.Po' from root:root to runner:runner
2025-08-20T19:18:27.9832715Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/unlink.Po' from root:root to runner:runner
2025-08-20T19:18:27.9833412Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sha256sum-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9834094Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/uname-uname.Po' from root:root to runner:runner
2025-08-20T19:18:27.9834825Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/chown-core.Po' from root:root to runner:runner
2025-08-20T19:18:27.9835545Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sort_a-sort.Po' from root:root to runner:runner
2025-08-20T19:18:27.9836265Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_join_a-join.Po' from root:root to runner:runner
2025-08-20T19:18:27.9836976Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/version.Po' from root:root to runner:runner
2025-08-20T19:18:27.9838001Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_env_a-env.Po' from root:root to runner:runner
2025-08-20T19:18:27.9838749Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9839454Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_nl_a-nl.Po' from root:root to runner:runner
2025-08-20T19:18:27.9840184Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_touch_a-touch.Po' from root:root to runner:runner
2025-08-20T19:18:27.9840936Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_numfmt_a-numfmt.Po' from root:root to runner:runner
2025-08-20T19:18:27.9841659Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/mv.Po' from root:root to runner:runner
2025-08-20T19:18:27.9842374Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ptx_a-ptx.Po' from root:root to runner:runner
2025-08-20T19:18:27.9843101Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_uniq_a-uniq.Po' from root:root to runner:runner
2025-08-20T19:18:27.9843827Z [00:04:17.198]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/force-link.Po' from root:root to runner:runner
2025-08-20T19:18:27.9844493Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/getlimits.Po' from root:root to runner:runner
2025-08-20T19:18:27.9845226Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mknod_a-mknod.Po' from root:root to runner:runner
2025-08-20T19:18:27.9845932Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_fmt_a-fmt.Po' from root:root to runner:runner
2025-08-20T19:18:27.9846677Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_timeout_a-timeout.Po' from root:root to runner:runner
2025-08-20T19:18:27.9847632Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cp_a-copy.Po' from root:root to runner:runner
2025-08-20T19:18:27.9848351Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_dd_a-dd.Po' from root:root to runner:runner
2025-08-20T19:18:27.9848991Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/test.Po' from root:root to runner:runner
2025-08-20T19:18:27.9849722Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_chown_a-chown.Po' from root:root to runner:runner
2025-08-20T19:18:27.9850518Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_tee_a-tee.Po' from root:root to runner:runner
2025-08-20T19:18:27.9851172Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/numfmt.Po' from root:root to runner:runner
2025-08-20T19:18:27.9851918Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_logname_a-logname.Po' from root:root to runner:runner
2025-08-20T19:18:27.9852670Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_uname_a-uname-uname.Po' from root:root to runner:runner
2025-08-20T19:18:27.9853331Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/hostid.Po' from root:root to runner:runner
2025-08-20T19:18:27.9853973Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/chmod.Po' from root:root to runner:runner
2025-08-20T19:18:27.9854772Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mkfifo_a-mkfifo.Po' from root:root to runner:runner
2025-08-20T19:18:27.9855510Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_expand_a-expand.Po' from root:root to runner:runner
2025-08-20T19:18:27.9856158Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/runcon.Po' from root:root to runner:runner
2025-08-20T19:18:27.9856954Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_paste_a-paste.Po' from root:root to runner:runner
2025-08-20T19:18:27.9857884Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/ls-ls.Po' from root:root to runner:runner
2025-08-20T19:18:27.9858580Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/basenc-basenc.Po' from root:root to runner:runner
2025-08-20T19:18:27.9859332Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_split_a-temp-stream.Po' from root:root to runner:runner
2025-08-20T19:18:27.9860074Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sleep.Po' from root:root to runner:runner
2025-08-20T19:18:27.9860719Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/csplit.Po' from root:root to runner:runner
2025-08-20T19:18:27.9861384Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/set-fields.Po' from root:root to runner:runner
2025-08-20T19:18:27.9862103Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cksum_a-sum.Po' from root:root to runner:runner
2025-08-20T19:18:27.9862881Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_kill_a-kill.Po' from root:root to runner:runner
2025-08-20T19:18:27.9863632Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_date_a-show-date.Po' from root:root to runner:runner
2025-08-20T19:18:27.9864274Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/copy.Po' from root:root to runner:runner
2025-08-20T19:18:27.9864915Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/kill.Po' from root:root to runner:runner
2025-08-20T19:18:27.9865628Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_fold_a-fold.Po' from root:root to runner:runner
2025-08-20T19:18:27.9866350Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_tac_a-tac.Po' from root:root to runner:runner
2025-08-20T19:18:27.9867051Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/false.Po' from root:root to runner:runner
2025-08-20T19:18:27.9868151Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/expand.Po' from root:root to runner:runner
2025-08-20T19:18:27.9868822Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/env.Po' from root:root to runner:runner
2025-08-20T19:18:27.9869580Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/install.Po' from root:root to runner:runner
2025-08-20T19:18:27.9870297Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_du_a-du.Po' from root:root to runner:runner
2025-08-20T19:18:27.9870943Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/chcon.Po' from root:root to runner:runner
2025-08-20T19:18:27.9871578Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/dd.Po' from root:root to runner:runner
2025-08-20T19:18:27.9872296Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mv_a-remove.Po' from root:root to runner:runner
2025-08-20T19:18:27.9873044Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/chown-chown.Po' from root:root to runner:runner
2025-08-20T19:18:27.9873758Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_yes_a-yes.Po' from root:root to runner:runner
2025-08-20T19:18:27.9874472Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_seq_a-seq.Po' from root:root to runner:runner
2025-08-20T19:18:27.9875134Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/show-date.Po' from root:root to runner:runner
2025-08-20T19:18:27.9876001Z [00:04:17.199]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/echo.Po' from root:root to runner:runner
2025-08-20T19:18:27.9877031Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_tail_a-iopoll.Po' from root:root to runner:runner
2025-08-20T19:18:27.9878487Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/logname.Po' from root:root to runner:runner
2025-08-20T19:18:27.9879806Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sum-sum.Po' from root:root to runner:runner
2025-08-20T19:18:27.9881088Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/comm.Po' from root:root to runner:runner
2025-08-20T19:18:27.9882527Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sum_a-sum.Po' from root:root to runner:runner
2025-08-20T19:18:27.9884095Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_shred_a-shred.Po' from root:root to runner:runner
2025-08-20T19:18:27.9885456Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_pr_a-pr.Po' from root:root to runner:runner
2025-08-20T19:18:27.9886858Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_truncate_a-truncate.Po' from root:root to runner:runner
2025-08-20T19:18:27.9888072Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_groups_a-group-list.Po' from root:root to runner:runner
2025-08-20T19:18:27.9888773Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/selinux.Po' from root:root to runner:runner
2025-08-20T19:18:27.9889419Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/tty.Po' from root:root to runner:runner
2025-08-20T19:18:27.9890134Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_id_a-id.Po' from root:root to runner:runner
2025-08-20T19:18:27.9890788Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/mkdir.Po' from root:root to runner:runner
2025-08-20T19:18:27.9891653Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_stat_a-find-mount-point.Po' from root:root to runner:runner
2025-08-20T19:18:27.9892398Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_rmdir_a-rmdir.Po' from root:root to runner:runner
2025-08-20T19:18:27.9893038Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/rm.Po' from root:root to runner:runner
2025-08-20T19:18:27.9893681Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/join.Po' from root:root to runner:runner
2025-08-20T19:18:27.9894478Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mkdir_a-mkdir.Po' from root:root to runner:runner
2025-08-20T19:18:27.9895153Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/uname-arch.Po' from root:root to runner:runner
2025-08-20T19:18:27.9895788Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/cat.Po' from root:root to runner:runner
2025-08-20T19:18:27.9896516Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cp_a-cp-hash.Po' from root:root to runner:runner
2025-08-20T19:18:27.9897339Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/tsort.Po' from root:root to runner:runner
2025-08-20T19:18:27.9898132Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/base64-basenc.Po' from root:root to runner:runner
2025-08-20T19:18:27.9898876Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_uname_a-uname.Po' from root:root to runner:runner
2025-08-20T19:18:27.9899609Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mv_a-cp-hash.Po' from root:root to runner:runner
2025-08-20T19:18:27.9900283Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/pathchk.Po' from root:root to runner:runner
2025-08-20T19:18:27.9901027Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/mktemp.Po' from root:root to runner:runner
2025-08-20T19:18:27.9901808Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-selinux.Po' from root:root to runner:runner
2025-08-20T19:18:27.9902559Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cksum_a-cksum.Po' from root:root to runner:runner
2025-08-20T19:18:27.9903317Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sha1sum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9904029Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/nice.Po' from root:root to runner:runner
2025-08-20T19:18:27.9904775Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_echo_a-echo.Po' from root:root to runner:runner
2025-08-20T19:18:27.9905432Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/chroot.Po' from root:root to runner:runner
2025-08-20T19:18:27.9906101Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/group-list.Po' from root:root to runner:runner
2025-08-20T19:18:27.9906920Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sha224sum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9907853Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/factor.Po' from root:root to runner:runner
2025-08-20T19:18:27.9908552Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/tac.Po' from root:root to runner:runner
2025-08-20T19:18:27.9909268Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cat_a-cat.Po' from root:root to runner:runner
2025-08-20T19:18:27.9910021Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-cp-hash.Po' from root:root to runner:runner
2025-08-20T19:18:27.9910695Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/readlink.Po' from root:root to runner:runner
2025-08-20T19:18:27.9911522Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_base64_a-basenc.Po' from root:root to runner:runner
2025-08-20T19:18:27.9912298Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-force-link.Po' from root:root to runner:runner
2025-08-20T19:18:27.9913035Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mknod_a-selinux.Po' from root:root to runner:runner
2025-08-20T19:18:27.9913770Z [00:04:17.200]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/basename.Po' from root:root to runner:runner
2025-08-20T19:18:27.9914493Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_tty_a-tty.Po' from root:root to runner:runner
2025-08-20T19:18:27.9915139Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/yes.Po' from root:root to runner:runner
2025-08-20T19:18:27.9915784Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sync.Po' from root:root to runner:runner
2025-08-20T19:18:27.9916557Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_vdir_a-coreutils-vdir.Po' from root:root to runner:runner
2025-08-20T19:18:27.9917747Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_groups_a-groups.Po' from root:root to runner:runner
2025-08-20T19:18:27.9918584Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_chcon_a-chcon.Po' from root:root to runner:runner
2025-08-20T19:18:27.9919320Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_nproc_a-nproc.Po' from root:root to runner:runner
2025-08-20T19:18:27.9920131Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_tee_a-iopoll.Po' from root:root to runner:runner
2025-08-20T19:18:27.9920856Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_rm_a-rm.Po' from root:root to runner:runner
2025-08-20T19:18:27.9921575Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/hostname.Po' from root:root to runner:runner
2025-08-20T19:18:27.9922317Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libcksum_vmull_a-cksum_vmull.Po' from root:root to runner:runner
2025-08-20T19:18:27.9922978Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/dircolors.Po' from root:root to runner:runner
2025-08-20T19:18:27.9923658Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/cksum-sum.Po' from root:root to runner:runner
2025-08-20T19:18:27.9924426Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_chown_a-chown-core.Po' from root:root to runner:runner
2025-08-20T19:18:27.9925188Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_unexpand_a-unexpand.Po' from root:root to runner:runner
2025-08-20T19:18:27.9925917Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_true_a-true.Po' from root:root to runner:runner
2025-08-20T19:18:27.9926660Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/cksum-crctab.Po' from root:root to runner:runner
2025-08-20T19:18:27.9927652Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sync_a-sync.Po' from root:root to runner:runner
2025-08-20T19:18:27.9928325Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/unexpand.Po' from root:root to runner:runner
2025-08-20T19:18:27.9929000Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/operand2sig.Po' from root:root to runner:runner
2025-08-20T19:18:27.9929733Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_unlink_a-unlink.Po' from root:root to runner:runner
2025-08-20T19:18:27.9930566Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_pinky_a-pinky.Po' from root:root to runner:runner
2025-08-20T19:18:27.9931220Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/df.Po' from root:root to runner:runner
2025-08-20T19:18:27.9931960Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cp_a-force-link.Po' from root:root to runner:runner
2025-08-20T19:18:27.9932621Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/ls-vdir.Po' from root:root to runner:runner
2025-08-20T19:18:27.9933349Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/truncate.Po' from root:root to runner:runner
2025-08-20T19:18:27.9934170Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_pathchk_a-pathchk.Po' from root:root to runner:runner
2025-08-20T19:18:27.9934916Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cut_a-set-fields.Po' from root:root to runner:runner
2025-08-20T19:18:27.9935575Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/timeout.Po' from root:root to runner:runner
2025-08-20T19:18:27.9936223Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/seq.Po' from root:root to runner:runner
2025-08-20T19:18:27.9936874Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/uniq.Po' from root:root to runner:runner
2025-08-20T19:18:27.9937777Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_od_a-od.Po' from root:root to runner:runner
2025-08-20T19:18:27.9938548Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_timeout_a-operand2sig.Po' from root:root to runner:runner
2025-08-20T19:18:27.9939208Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/cp-hash.Po' from root:root to runner:runner
2025-08-20T19:18:27.9939995Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libwc_avx2_a-wc_avx2.Po' from root:root to runner:runner
2025-08-20T19:18:27.9940744Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_b2sum_a-digest.Po' from root:root to runner:runner
2025-08-20T19:18:27.9941384Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/head.Po' from root:root to runner:runner
2025-08-20T19:18:27.9942110Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_test_a-test.Po' from root:root to runner:runner
2025-08-20T19:18:27.9942802Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/base32-basenc.Po' from root:root to runner:runner
2025-08-20T19:18:27.9943592Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_who_a-who.Po' from root:root to runner:runner
2025-08-20T19:18:27.9944355Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_realpath_a-realpath.Po' from root:root to runner:runner
2025-08-20T19:18:27.9945093Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_uptime_a-uptime.Po' from root:root to runner:runner
2025-08-20T19:18:27.9945843Z [00:04:17.201]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/make-prime-list.Po' from root:root to runner:runner
2025-08-20T19:18:27.9946524Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/date.Po' from root:root to runner:runner
2025-08-20T19:18:27.9947935Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_runcon_a-runcon.Po' from root:root to runner:runner
2025-08-20T19:18:27.9949350Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_false_a-false.Po' from root:root to runner:runner
2025-08-20T19:18:27.9950708Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/realpath.Po' from root:root to runner:runner
2025-08-20T19:18:27.9952289Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_chgrp_a-coreutils-chgrp.Po' from root:root to runner:runner
2025-08-20T19:18:27.9953751Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mkdir_a-selinux.Po' from root:root to runner:runner
2025-08-20T19:18:27.9955179Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_head_a-head.Po' from root:root to runner:runner
2025-08-20T19:18:27.9956527Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_expr_a-expr.Po' from root:root to runner:runner
2025-08-20T19:18:27.9958075Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_shuf_a-shuf.Po' from root:root to runner:runner
2025-08-20T19:18:27.9958766Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/link.Po' from root:root to runner:runner
2025-08-20T19:18:27.9959482Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/coreutils-coreutils.Po' from root:root to runner:runner
2025-08-20T19:18:27.9960114Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps' from root:root to runner:runner
2025-08-20T19:18:27.9960844Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tail_a-iopoll.o' from root:root to runner:runner
2025-08-20T19:18:27.9961568Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sort' from root:root to runner:runner
2025-08-20T19:18:27.9962265Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha224sum.a' from root:root to runner:runner
2025-08-20T19:18:27.9962995Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ginstall_a-selinux.o' from root:root to runner:runner
2025-08-20T19:18:27.9963662Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_expr.a' from root:root to runner:runner
2025-08-20T19:18:27.9964361Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/numfmt' from root:root to runner:runner
2025-08-20T19:18:27.9965060Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/pathchk' from root:root to runner:runner
2025-08-20T19:18:27.9965696Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mknod.c' from root:root to runner:runner
2025-08-20T19:18:27.9966310Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/pwd.c' from root:root to runner:runner
2025-08-20T19:18:27.9967005Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_hostname.a' from root:root to runner:runner
2025-08-20T19:18:27.9968031Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mv_a-force-link.o' from root:root to runner:runner
2025-08-20T19:18:27.9968742Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_expr_a-expr.o' from root:root to runner:runner
2025-08-20T19:18:27.9969478Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chown_a-chown-chown.o' from root:root to runner:runner
2025-08-20T19:18:27.9970155Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_unlink.a' from root:root to runner:runner
2025-08-20T19:18:27.9970865Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/who.c' from root:root to runner:runner
2025-08-20T19:18:27.9971552Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_basenc.a' from root:root to runner:runner
2025-08-20T19:18:27.9972249Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_seq_a-seq.o' from root:root to runner:runner
2025-08-20T19:18:27.9972923Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_pinky.a' from root:root to runner:runner
2025-08-20T19:18:27.9973701Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_uptime_a-uptime.o' from root:root to runner:runner
2025-08-20T19:18:27.9974384Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mktemp' from root:root to runner:runner
2025-08-20T19:18:27.9975098Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_md5sum_a-digest.o' from root:root to runner:runner
2025-08-20T19:18:27.9975793Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_who_a-who.o' from root:root to runner:runner
2025-08-20T19:18:27.9976445Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/operand2sig.c' from root:root to runner:runner
2025-08-20T19:18:27.9977068Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/fmt.c' from root:root to runner:runner
2025-08-20T19:18:27.9977967Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/whoami' from root:root to runner:runner
2025-08-20T19:18:27.9978668Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tac_a-tac.o' from root:root to runner:runner
2025-08-20T19:18:27.9979349Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mkdir.a' from root:root to runner:runner
2025-08-20T19:18:27.9979962Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/true.c' from root:root to runner:runner
2025-08-20T19:18:27.9980735Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sort_a-sort.o' from root:root to runner:runner
2025-08-20T19:18:27.9981371Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/unexpand' from root:root to runner:runner
2025-08-20T19:18:27.9982003Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/unexpand.c' from root:root to runner:runner
2025-08-20T19:18:27.9982618Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ls.c' from root:root to runner:runner
2025-08-20T19:18:27.9983228Z [00:04:17.202]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/nl' from root:root to runner:runner
2025-08-20T19:18:27.9983874Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/show-date.h' from root:root to runner:runner
2025-08-20T19:18:27.9984493Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/runcon' from root:root to runner:runner
2025-08-20T19:18:27.9985169Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_paste.a' from root:root to runner:runner
2025-08-20T19:18:27.9985848Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_rm_a-rm.o' from root:root to runner:runner
2025-08-20T19:18:27.9986580Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tty.a' from root:root to runner:runner
2025-08-20T19:18:27.9987543Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_touch.a' from root:root to runner:runner
2025-08-20T19:18:27.9988202Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/kill.c' from root:root to runner:runner
2025-08-20T19:18:27.9988955Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha256sum_a-digest.o' from root:root to runner:runner
2025-08-20T19:18:27.9989581Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/expand' from root:root to runner:runner
2025-08-20T19:18:27.9990337Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_arch_a-coreutils-arch.o' from root:root to runner:runner
2025-08-20T19:18:27.9991033Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/stat.c' from root:root to runner:runner
2025-08-20T19:18:27.9991654Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cut.c' from root:root to runner:runner
2025-08-20T19:18:27.9992269Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/unlink' from root:root to runner:runner
2025-08-20T19:18:27.9993029Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cat_a-cat.o' from root:root to runner:runner
2025-08-20T19:18:27.9993699Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libcksum_avx512.a' from root:root to runner:runner
2025-08-20T19:18:27.9994329Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/users.c' from root:root to runner:runner
2025-08-20T19:18:27.9994946Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sync' from root:root to runner:runner
2025-08-20T19:18:27.9995618Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_uniq.a' from root:root to runner:runner
2025-08-20T19:18:27.9996239Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cat' from root:root to runner:runner
2025-08-20T19:18:27.9996982Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mkdir_a-prog-fprintf.o' from root:root to runner:runner
2025-08-20T19:18:27.9998044Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chown.h' from root:root to runner:runner
2025-08-20T19:18:27.9998669Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/shuf' from root:root to runner:runner
2025-08-20T19:18:27.9999434Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ls.a' from root:root to runner:runner
2025-08-20T19:18:28.0000106Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/pr' from root:root to runner:runner
2025-08-20T19:18:28.0000752Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/printenv.c' from root:root to runner:runner
2025-08-20T19:18:28.0001435Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_factor.a' from root:root to runner:runner
2025-08-20T19:18:28.0002039Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/nice' from root:root to runner:runner
2025-08-20T19:18:28.0002717Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/coreutils-chgrp.c' from root:root to runner:runner
2025-08-20T19:18:28.0003405Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/crctab.c' from root:root to runner:runner
2025-08-20T19:18:28.0004114Z [00:04:17.203]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tee_a-iopoll.o' from root:root to runner:runner
2025-08-20T19:18:28.0004736Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/pinky.c' from root:root to runner:runner
2025-08-20T19:18:28.0005361Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cksum.c' from root:root to runner:runner
2025-08-20T19:18:28.0006091Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cut.a' from root:root to runner:runner
2025-08-20T19:18:28.0006708Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/vdir' from root:root to runner:runner
2025-08-20T19:18:28.0007683Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_users_a-users.o' from root:root to runner:runner
2025-08-20T19:18:28.0008349Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/csplit.c' from root:root to runner:runner
2025-08-20T19:18:28.0008985Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/nproc.c' from root:root to runner:runner
2025-08-20T19:18:28.0009688Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mv_a-remove.o' from root:root to runner:runner
2025-08-20T19:18:28.0010366Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_join.a' from root:root to runner:runner
2025-08-20T19:18:28.0011024Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_nl.a' from root:root to runner:runner
2025-08-20T19:18:28.0011690Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_env.a' from root:root to runner:runner
2025-08-20T19:18:28.0012508Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sync.a' from root:root to runner:runner
2025-08-20T19:18:28.0013128Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dd.c' from root:root to runner:runner
2025-08-20T19:18:28.0013795Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_kill.a' from root:root to runner:runner
2025-08-20T19:18:28.0014491Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_fmt_a-fmt.o' from root:root to runner:runner
2025-08-20T19:18:28.0015199Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cksum_a-sum.o' from root:root to runner:runner
2025-08-20T19:18:28.0015844Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libstdbuf.c' from root:root to runner:runner
2025-08-20T19:18:28.0016633Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_shuf.a' from root:root to runner:runner
2025-08-20T19:18:28.0017720Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/du.c' from root:root to runner:runner
2025-08-20T19:18:28.0018847Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chmod_a-chmod.o' from root:root to runner:runner
2025-08-20T19:18:28.0020656Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_timeout_a-timeout.o' from root:root to runner:runner
2025-08-20T19:18:28.0021906Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/rmdir' from root:root to runner:runner
2025-08-20T19:18:28.0023185Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ln.a' from root:root to runner:runner
2025-08-20T19:18:28.0024396Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cp.c' from root:root to runner:runner
2025-08-20T19:18:28.0025610Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ls-ls.c' from root:root to runner:runner
2025-08-20T19:18:28.0026937Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_numfmt_a-numfmt.o' from root:root to runner:runner
2025-08-20T19:18:28.0028275Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ptx.a' from root:root to runner:runner
2025-08-20T19:18:28.0029002Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_dirname.a' from root:root to runner:runner
2025-08-20T19:18:28.0029647Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/truncate' from root:root to runner:runner
2025-08-20T19:18:28.0030477Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cp_a-force-link.o' from root:root to runner:runner
2025-08-20T19:18:28.0031181Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/selinux.c' from root:root to runner:runner
2025-08-20T19:18:28.0031798Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/env.c' from root:root to runner:runner
2025-08-20T19:18:28.0032438Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dircolors.c' from root:root to runner:runner
2025-08-20T19:18:28.0033051Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/df.c' from root:root to runner:runner
2025-08-20T19:18:28.0033757Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_rm_a-remove.o' from root:root to runner:runner
2025-08-20T19:18:28.0034492Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_shred.a' from root:root to runner:runner
2025-08-20T19:18:28.0035100Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tr.c' from root:root to runner:runner
2025-08-20T19:18:28.0035767Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_wc.a' from root:root to runner:runner
2025-08-20T19:18:28.0036523Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_stat_a-stat.o' from root:root to runner:runner
2025-08-20T19:18:28.0037138Z [00:04:17.204]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/stty' from root:root to runner:runner
2025-08-20T19:18:28.0038074Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/lbracket.c' from root:root to runner:runner
2025-08-20T19:18:28.0038831Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_expand_a-expand-common.o' from root:root to runner:runner
2025-08-20T19:18:28.0039474Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/coreutils.c' from root:root to runner:runner
2025-08-20T19:18:28.0040164Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_groups.a' from root:root to runner:runner
2025-08-20T19:18:28.0040785Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uname' from root:root to runner:runner
2025-08-20T19:18:28.0041412Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/hostid' from root:root to runner:runner
2025-08-20T19:18:28.0042119Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sum_a-digest.o' from root:root to runner:runner
2025-08-20T19:18:28.0042866Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libcksum_pclmul.a' from root:root to runner:runner
2025-08-20T19:18:28.0043642Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_id_a-group-list.o' from root:root to runner:runner
2025-08-20T19:18:28.0044347Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mv_a-cp-hash.o' from root:root to runner:runner
2025-08-20T19:18:28.0045015Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_du.a' from root:root to runner:runner
2025-08-20T19:18:28.0045709Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha512sum.a' from root:root to runner:runner
2025-08-20T19:18:28.0046327Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cut' from root:root to runner:runner
2025-08-20T19:18:28.0047000Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/test' from root:root to runner:runner
2025-08-20T19:18:28.0047910Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_readlink.a' from root:root to runner:runner
2025-08-20T19:18:28.0048616Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tail_a-tail.o' from root:root to runner:runner
2025-08-20T19:18:28.0049255Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/basename.c' from root:root to runner:runner
2025-08-20T19:18:28.0049954Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/od.c' from root:root to runner:runner
2025-08-20T19:18:28.0050676Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/echo' from root:root to runner:runner
2025-08-20T19:18:28.0051314Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/primes.h' from root:root to runner:runner
2025-08-20T19:18:28.0052015Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_head_a-head.o' from root:root to runner:runner
2025-08-20T19:18:28.0052660Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/show-date.c' from root:root to runner:runner
2025-08-20T19:18:28.0053354Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mv_a-mv.o' from root:root to runner:runner
2025-08-20T19:18:28.0053997Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/set-fields.h' from root:root to runner:runner
2025-08-20T19:18:28.0054632Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/getlimits' from root:root to runner:runner
2025-08-20T19:18:28.0055335Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_split_a-split.o' from root:root to runner:runner
2025-08-20T19:18:28.0056103Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cp-hash.c' from root:root to runner:runner
2025-08-20T19:18:28.0056806Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_stty_a-stty.o' from root:root to runner:runner
2025-08-20T19:18:28.0057695Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chmod' from root:root to runner:runner
2025-08-20T19:18:28.0058455Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_dircolors_a-dircolors.o' from root:root to runner:runner
2025-08-20T19:18:28.0059076Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/link' from root:root to runner:runner
2025-08-20T19:18:28.0059719Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/longlong.h' from root:root to runner:runner
2025-08-20T19:18:28.0060406Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/head' from root:root to runner:runner
2025-08-20T19:18:28.0061106Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cp_a-copy.o' from root:root to runner:runner
2025-08-20T19:18:28.0061792Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_dircolors.a' from root:root to runner:runner
2025-08-20T19:18:28.0062586Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_pathchk_a-pathchk.o' from root:root to runner:runner
2025-08-20T19:18:28.0063228Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libwc_avx2.a' from root:root to runner:runner
2025-08-20T19:18:28.0063860Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/realpath' from root:root to runner:runner
2025-08-20T19:18:28.0064548Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_printf.a' from root:root to runner:runner
2025-08-20T19:18:28.0065239Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_yes_a-yes.o' from root:root to runner:runner
2025-08-20T19:18:28.0065912Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/coreutils-arch.c' from root:root to runner:runner
2025-08-20T19:18:28.0066595Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_od_a-od.o' from root:root to runner:runner
2025-08-20T19:18:28.0067600Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_nohup_a-nohup.o' from root:root to runner:runner
2025-08-20T19:18:28.0068384Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/whoami.c' from root:root to runner:runner
2025-08-20T19:18:28.0069195Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/printf.c' from root:root to runner:runner
2025-08-20T19:18:28.0069866Z [00:04:17.205]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dircolors.hin' from root:root to runner:runner
2025-08-20T19:18:28.0070579Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cksum_a-cksum.o' from root:root to runner:runner
2025-08-20T19:18:28.0071207Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/readlink' from root:root to runner:runner
2025-08-20T19:18:28.0071863Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chown-chown.c' from root:root to runner:runner
2025-08-20T19:18:28.0072491Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/nice.c' from root:root to runner:runner
2025-08-20T19:18:28.0073172Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/stdbuf.c' from root:root to runner:runner
2025-08-20T19:18:28.0073795Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mkfifo' from root:root to runner:runner
2025-08-20T19:18:28.0074469Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chmod.a' from root:root to runner:runner
2025-08-20T19:18:28.0075218Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_expand.a' from root:root to runner:runner
2025-08-20T19:18:28.0075853Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chcon.c' from root:root to runner:runner
2025-08-20T19:18:28.0076486Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uptime.c' from root:root to runner:runner
2025-08-20T19:18:28.0077329Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_vdir.a' from root:root to runner:runner
2025-08-20T19:18:28.0078104Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_basename_a-basename.o' from root:root to runner:runner
2025-08-20T19:18:28.0078742Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/stty.c' from root:root to runner:runner
2025-08-20T19:18:28.0079409Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_df.a' from root:root to runner:runner
2025-08-20T19:18:28.0080063Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/prog-fprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.0080775Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_basenc_a-basenc.o' from root:root to runner:runner
2025-08-20T19:18:28.0081540Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_numfmt.a' from root:root to runner:runner
2025-08-20T19:18:28.0082243Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cksum_vmull.c' from root:root to runner:runner
2025-08-20T19:18:28.0082958Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_pinky_a-pinky.o' from root:root to runner:runner
2025-08-20T19:18:28.0083619Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tac.a' from root:root to runner:runner
2025-08-20T19:18:28.0084231Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/rm.c' from root:root to runner:runner
2025-08-20T19:18:28.0084940Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tee_a-tee.o' from root:root to runner:runner
2025-08-20T19:18:28.0085725Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_logname_a-logname.o' from root:root to runner:runner
2025-08-20T19:18:28.0086355Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sort.c' from root:root to runner:runner
2025-08-20T19:18:28.0087033Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_nohup.a' from root:root to runner:runner
2025-08-20T19:18:28.0088381Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ln_a-relpath.o' from root:root to runner:runner
2025-08-20T19:18:28.0089092Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/touch' from root:root to runner:runner
2025-08-20T19:18:28.0090286Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/truncate.c' from root:root to runner:runner
2025-08-20T19:18:28.0091529Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chown' from root:root to runner:runner
2025-08-20T19:18:28.0092786Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/touch.c' from root:root to runner:runner
2025-08-20T19:18:28.0094230Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_numfmt_a-set-fields.o' from root:root to runner:runner
2025-08-20T19:18:28.0095488Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/paste.c' from root:root to runner:runner
2025-08-20T19:18:28.0096859Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tsort_a-tsort.o' from root:root to runner:runner
2025-08-20T19:18:28.0098279Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dirname.c' from root:root to runner:runner
2025-08-20T19:18:28.0099410Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_kill_a-kill.o' from root:root to runner:runner
2025-08-20T19:18:28.0100194Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_base32.a' from root:root to runner:runner
2025-08-20T19:18:28.0100917Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_false_a-false.o' from root:root to runner:runner
2025-08-20T19:18:28.0101607Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mkfifo.a' from root:root to runner:runner
2025-08-20T19:18:28.0102289Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_fmt.a' from root:root to runner:runner
2025-08-20T19:18:28.0102934Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/groups.c' from root:root to runner:runner
2025-08-20T19:18:28.0103702Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_echo_a-echo.o' from root:root to runner:runner
2025-08-20T19:18:28.0104384Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/make-prime-list.c' from root:root to runner:runner
2025-08-20T19:18:28.0105071Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_truncate.a' from root:root to runner:runner
2025-08-20T19:18:28.0105778Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cp_a-cp-hash.o' from root:root to runner:runner
2025-08-20T19:18:28.0106556Z [00:04:17.206]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cut_a-set-fields.o' from root:root to runner:runner
2025-08-20T19:18:28.0107389Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/unlink.c' from root:root to runner:runner
2025-08-20T19:18:28.0108169Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_du_a-show-date.o' from root:root to runner:runner
2025-08-20T19:18:28.0108790Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src' from root:root to runner:runner
2025-08-20T19:18:28.0109432Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/GNUmakefile' from root:root to runner:runner
2025-08-20T19:18:28.0110126Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/AUTHORS' from root:root to runner:runner
2025-08-20T19:18:28.0110759Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/configure.ac' from root:root to runner:runner
2025-08-20T19:18:28.0111397Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/bootstrap.conf' from root:root to runner:runner
2025-08-20T19:18:28.0112013Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/Makefile' from root:root to runner:runner
2025-08-20T19:18:28.0112770Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-perror.c' from root:root to runner:runner
2025-08-20T19:18:28.0113515Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vfzprintf-posix.c' from root:root to runner:runner
2025-08-20T19:18:28.0114230Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localtime_r-mt.c' from root:root to runner:runner
2025-08-20T19:18:28.0114924Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/timespec-sub.c' from root:root to runner:runner
2025-08-20T19:18:28.0115630Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-futimens.h' from root:root to runner:runner
2025-08-20T19:18:28.0116416Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-printf-frexpl.c' from root:root to runner:runner
2025-08-20T19:18:28.0117126Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-5.sh' from root:root to runner:runner
2025-08-20T19:18:28.0118136Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-w32-3.sh' from root:root to runner:runner
2025-08-20T19:18:28.0118840Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude.c' from root:root to runner:runner
2025-08-20T19:18:28.0119626Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-openat.c' from root:root to runner:runner
2025-08-20T19:18:28.0120329Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fflush.c' from root:root to runner:runner
2025-08-20T19:18:28.0121018Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-year2038.c' from root:root to runner:runner
2025-08-20T19:18:28.0121737Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename-environ.c' from root:root to runner:runner
2025-08-20T19:18:28.0122526Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-printf-posix.h' from root:root to runner:runner
2025-08-20T19:18:28.0123213Z [00:04:17.207]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftello4.c' from root:root to runner:runner
2025-08-20T19:18:28.0123931Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-explicit_bzero.c' from root:root to runner:runner
2025-08-20T19:18:28.0124607Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-uname.c' from root:root to runner:runner
2025-08-20T19:18:28.0125337Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/locale.c' from root:root to runner:runner
2025-08-20T19:18:28.0126026Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/warn-on-use.h' from root:root to runner:runner
2025-08-20T19:18:28.0126720Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb.c' from root:root to runner:runner
2025-08-20T19:18:28.0127616Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getprogname.c' from root:root to runner:runner
2025-08-20T19:18:28.0128345Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fprintf-posix.h' from root:root to runner:runner
2025-08-20T19:18:28.0129054Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-inttostr.c' from root:root to runner:runner
2025-08-20T19:18:28.0129832Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/perror.c' from root:root to runner:runner
2025-08-20T19:18:28.0130541Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getndelim2.c' from root:root to runner:runner
2025-08-20T19:18:28.0131234Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-alignalloc.c' from root:root to runner:runner
2025-08-20T19:18:28.0132007Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-gettimeofday.c' from root:root to runner:runner
2025-08-20T19:18:28.0132695Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-rwlock1.c' from root:root to runner:runner
2025-08-20T19:18:28.0133385Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nullptr.c' from root:root to runner:runner
2025-08-20T19:18:28.0134039Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/snan.h' from root:root to runner:runner
2025-08-20T19:18:28.0134717Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-frexp.h' from root:root to runner:runner
2025-08-20T19:18:28.0135482Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-3.sh' from root:root to runner:runner
2025-08-20T19:18:28.0136139Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/sleep.c' from root:root to runner:runner
2025-08-20T19:18:28.0136807Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/random.c' from root:root to runner:runner
2025-08-20T19:18:28.0137773Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fdopendir.c' from root:root to runner:runner
2025-08-20T19:18:28.0138614Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-windows-mutex-type.c' from root:root to runner:runner
2025-08-20T19:18:28.0139315Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mkdir.h' from root:root to runner:runner
2025-08-20T19:18:28.0139971Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/qemu.h' from root:root to runner:runner
2025-08-20T19:18:28.0140672Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stdckdint-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0141379Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0142076Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseeko3.c' from root:root to runner:runner
2025-08-20T19:18:28.0142856Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-file-has-acl-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0143573Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ignore-value.c' from root:root to runner:runner
2025-08-20T19:18:28.0144251Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha512' from root:root to runner:runner
2025-08-20T19:18:28.0145024Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freadahead.sh' from root:root to runner:runner
2025-08-20T19:18:28.0145724Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/glthread/thread.o' from root:root to runner:runner
2025-08-20T19:18:28.0146423Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/glthread/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.0147115Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/glthread/thread.c' from root:root to runner:runner
2025-08-20T19:18:28.0148281Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/glthread/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.0149111Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/glthread/.deps/thread.Po' from root:root to runner:runner
2025-08-20T19:18:28.0149797Z [00:04:17.208]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/glthread/.deps' from root:root to runner:runner
2025-08-20T19:18:28.0150492Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/glthread/yield.h' from root:root to runner:runner
2025-08-20T19:18:28.0151243Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/glthread/thread.h' from root:root to runner:runner
2025-08-20T19:18:28.0151918Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/glthread' from root:root to runner:runner
2025-08-20T19:18:28.0152574Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/wctob.c' from root:root to runner:runner
2025-08-20T19:18:28.0153288Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-posix_memalign.c' from root:root to runner:runner
2025-08-20T19:18:28.0153996Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-netinet_in-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0154697Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32islower.c' from root:root to runner:runner
2025-08-20T19:18:28.0155483Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-set-mode-acl-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0156163Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/virtualbox.h' from root:root to runner:runner
2025-08-20T19:18:28.0156851Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-access.h' from root:root to runner:runner
2025-08-20T19:18:28.0157840Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale_null.c' from root:root to runner:runner
2025-08-20T19:18:28.0158649Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-closein.sh' from root:root to runner:runner
2025-08-20T19:18:28.0159328Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha256' from root:root to runner:runner
2025-08-20T19:18:28.0160384Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pipe2.c' from root:root to runner:runner
2025-08-20T19:18:28.0161328Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0162838Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/setsockopt.c' from root:root to runner:runner
2025-08-20T19:18:28.0164217Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-init.sh' from root:root to runner:runner
2025-08-20T19:18:28.0165506Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/Makefile.am' from root:root to runner:runner
2025-08-20T19:18:28.0166870Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtold.h' from root:root to runner:runner
2025-08-20T19:18:28.0168583Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-5.sh' from root:root to runner:runner
2025-08-20T19:18:28.0169828Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha384' from root:root to runner:runner
2025-08-20T19:18:28.0171118Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread-cond.c' from root:root to runner:runner
2025-08-20T19:18:28.0171836Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-assert.c' from root:root to runner:runner
2025-08-20T19:18:28.0172551Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-intprops.c' from root:root to runner:runner
2025-08-20T19:18:28.0173242Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mknod.c' from root:root to runner:runner
2025-08-20T19:18:28.0173996Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/accept.c' from root:root to runner:runner
2025-08-20T19:18:28.0174687Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/timespec-sub.o' from root:root to runner:runner
2025-08-20T19:18:28.0175391Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isspace.c' from root:root to runner:runner
2025-08-20T19:18:28.0176132Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/setlocale.c' from root:root to runner:runner
2025-08-20T19:18:28.0176829Z [00:04:17.209]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stdint-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0177738Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isupper.c' from root:root to runner:runner
2025-08-20T19:18:28.0178480Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-w32-6.sh' from root:root to runner:runner
2025-08-20T19:18:28.0179169Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-dup2.c' from root:root to runner:runner
2025-08-20T19:18:28.0179918Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/c++defs.h' from root:root to runner:runner
2025-08-20T19:18:28.0180625Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0181305Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch.c' from root:root to runner:runner
2025-08-20T19:18:28.0182021Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-set-mode-acl.sh' from root:root to runner:runner
2025-08-20T19:18:28.0182771Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-verify.sh' from root:root to runner:runner
2025-08-20T19:18:28.0183486Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-select-stdin.c' from root:root to runner:runner
2025-08-20T19:18:28.0184172Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sockets.c' from root:root to runner:runner
2025-08-20T19:18:28.0184889Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-set-mode-acl-1.sh' from root:root to runner:runner
2025-08-20T19:18:28.0185809Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mcel-3.sh' from root:root to runner:runner
2025-08-20T19:18:28.0186517Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-w32.c' from root:root to runner:runner
2025-08-20T19:18:28.0187452Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iswblank.c' from root:root to runner:runner
2025-08-20T19:18:28.0188177Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fread.c' from root:root to runner:runner
2025-08-20T19:18:28.0188888Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-1.sh' from root:root to runner:runner
2025-08-20T19:18:28.0189650Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/str_startswith.c' from root:root to runner:runner
2025-08-20T19:18:28.0190357Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-gettext-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0191059Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pathmax.c' from root:root to runner:runner
2025-08-20T19:18:28.0191766Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_utsname-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0192467Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fchownat.c' from root:root to runner:runner
2025-08-20T19:18:28.0193216Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha224.c' from root:root to runner:runner
2025-08-20T19:18:28.0193948Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread_sigmask2.c' from root:root to runner:runner
2025-08-20T19:18:28.0194618Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/c32tob.o' from root:root to runner:runner
2025-08-20T19:18:28.0195372Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unsetenv.c' from root:root to runner:runner
2025-08-20T19:18:28.0196289Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtoumax.c' from root:root to runner:runner
2025-08-20T19:18:28.0197031Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_resource-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0197934Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-md5' from root:root to runner:runner
2025-08-20T19:18:28.0198626Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbslen.sh' from root:root to runner:runner
2025-08-20T19:18:28.0199363Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench_sha1-bench-sha1.o' from root:root to runner:runner
2025-08-20T19:18:28.0200156Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-libgmp-mpz.c' from root:root to runner:runner
2025-08-20T19:18:28.0200847Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/str-two-way.h' from root:root to runner:runner
2025-08-20T19:18:28.0201516Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-read.c' from root:root to runner:runner
2025-08-20T19:18:28.0202330Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localename-w32utf8.sh' from root:root to runner:runner
2025-08-20T19:18:28.0203035Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-areadlinkat.c' from root:root to runner:runner
2025-08-20T19:18:28.0203721Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getcwd.c' from root:root to runner:runner
2025-08-20T19:18:28.0204445Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-array-mergesort.c' from root:root to runner:runner
2025-08-20T19:18:28.0205133Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbschr.c' from root:root to runner:runner
2025-08-20T19:18:28.0205899Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-areadlink.h' from root:root to runner:runner
2025-08-20T19:18:28.0206565Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/wctomb.c' from root:root to runner:runner
2025-08-20T19:18:28.0207451Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xalloc-die.c' from root:root to runner:runner
2025-08-20T19:18:28.0208218Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale-w32utf8.c' from root:root to runner:runner
2025-08-20T19:18:28.0209002Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_wait-h.h' from root:root to runner:runner
2025-08-20T19:18:28.0209691Z [00:04:17.210]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iconv.c' from root:root to runner:runner
2025-08-20T19:18:28.0210413Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-4.sh' from root:root to runner:runner
2025-08-20T19:18:28.0211107Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fopen-gnu.c' from root:root to runner:runner
2025-08-20T19:18:28.0211812Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isupper.sh' from root:root to runner:runner
2025-08-20T19:18:28.0212491Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/_Noreturn.h' from root:root to runner:runner
2025-08-20T19:18:28.0213214Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/xgetcwd.h' from root:root to runner:runner
2025-08-20T19:18:28.0213896Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-write.c' from root:root to runner:runner
2025-08-20T19:18:28.0214586Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iswdigit.sh' from root:root to runner:runner
2025-08-20T19:18:28.0215353Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/concat-filename.h' from root:root to runner:runner
2025-08-20T19:18:28.0216090Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-w32-3.sh' from root:root to runner:runner
2025-08-20T19:18:28.0216810Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-6.sh' from root:root to runner:runner
2025-08-20T19:18:28.0217749Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha256.c' from root:root to runner:runner
2025-08-20T19:18:28.0218469Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_ioctl-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0219255Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-connect.c' from root:root to runner:runner
2025-08-20T19:18:28.0219949Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtold.c' from root:root to runner:runner
2025-08-20T19:18:28.0220657Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_random-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0221363Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-canonicalize.c' from root:root to runner:runner
2025-08-20T19:18:28.0222111Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pipe.c' from root:root to runner:runner
2025-08-20T19:18:28.0222808Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-string-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0223512Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/windows-initguard.h' from root:root to runner:runner
2025-08-20T19:18:28.0224179Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/vma-iter.h' from root:root to runner:runner
2025-08-20T19:18:28.0224872Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fpurge.c' from root:root to runner:runner
2025-08-20T19:18:28.0225630Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-alignasof.c' from root:root to runner:runner
2025-08-20T19:18:28.0226334Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtod-mt.c' from root:root to runner:runner
2025-08-20T19:18:28.0227051Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-w32-4.sh' from root:root to runner:runner
2025-08-20T19:18:28.0228159Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftell2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0228957Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-rename.h' from root:root to runner:runner
2025-08-20T19:18:28.0229635Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stat.c' from root:root to runner:runner
2025-08-20T19:18:28.0230337Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-select-in.sh' from root:root to runner:runner
2025-08-20T19:18:28.0231036Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/setlocale-fixes.c' from root:root to runner:runner
2025-08-20T19:18:28.0231804Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strsignal.c' from root:root to runner:runner
2025-08-20T19:18:28.0232881Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-calloc-posix.c' from root:root to runner:runner
2025-08-20T19:18:28.0233817Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-gmtime_r.c' from root:root to runner:runner
2025-08-20T19:18:28.0235197Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/current-locale' from root:root to runner:runner
2025-08-20T19:18:28.0236797Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0238435Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-update-copyright.sh' from root:root to runner:runner
2025-08-20T19:18:28.0239805Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wctype.c' from root:root to runner:runner
2025-08-20T19:18:28.0241156Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strerror_r.c' from root:root to runner:runner
2025-08-20T19:18:28.0242457Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32ispunct.c' from root:root to runner:runner
2025-08-20T19:18:28.0243543Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-3.sh' from root:root to runner:runner
2025-08-20T19:18:28.0244360Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-base64.c' from root:root to runner:runner
2025-08-20T19:18:28.0245055Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/strerror_r.o' from root:root to runner:runner
2025-08-20T19:18:28.0245793Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sha256-stream.c' from root:root to runner:runner
2025-08-20T19:18:28.0246556Z [00:04:17.211]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/sched_yield.c' from root:root to runner:runner
2025-08-20T19:18:28.0247526Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-memchr2.c' from root:root to runner:runner
2025-08-20T19:18:28.0248256Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename-table.o' from root:root to runner:runner
2025-08-20T19:18:28.0248948Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mcel-4.sh' from root:root to runner:runner
2025-08-20T19:18:28.0249676Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-6.sh' from root:root to runner:runner
2025-08-20T19:18:28.0250466Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32.c' from root:root to runner:runner
2025-08-20T19:18:28.0251194Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xfprintf-posix.c' from root:root to runner:runner
2025-08-20T19:18:28.0251905Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread-mutex.c' from root:root to runner:runner
2025-08-20T19:18:28.0252611Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-byteswap.c' from root:root to runner:runner
2025-08-20T19:18:28.0253362Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lchmod.c' from root:root to runner:runner
2025-08-20T19:18:28.0254056Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-float-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0254730Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-yesno.c' from root:root to runner:runner
2025-08-20T19:18:28.0255407Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-chown.c' from root:root to runner:runner
2025-08-20T19:18:28.0256096Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsinit.c' from root:root to runner:runner
2025-08-20T19:18:28.0256814Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-w32-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0257775Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-5.sh' from root:root to runner:runner
2025-08-20T19:18:28.0258502Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/windows-utf8.manifest' from root:root to runner:runner
2025-08-20T19:18:28.0259222Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-8.sh' from root:root to runner:runner
2025-08-20T19:18:28.0259979Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-md5-stream.c' from root:root to runner:runner
2025-08-20T19:18:28.0260667Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename.h' from root:root to runner:runner
2025-08-20T19:18:28.0261378Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread-once2.c' from root:root to runner:runner
2025-08-20T19:18:28.0262038Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/ioctl.c' from root:root to runner:runner
2025-08-20T19:18:28.0262717Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-crc' from root:root to runner:runner
2025-08-20T19:18:28.0263466Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-btowc-1.sh' from root:root to runner:runner
2025-08-20T19:18:28.0264173Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename-table.c' from root:root to runner:runner
2025-08-20T19:18:28.0264861Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mkdirat.c' from root:root to runner:runner
2025-08-20T19:18:28.0265639Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xprintf-posix.sh' from root:root to runner:runner
2025-08-20T19:18:28.0266378Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-parse-datetime.c' from root:root to runner:runner
2025-08-20T19:18:28.0267041Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench.h' from root:root to runner:runner
2025-08-20T19:18:28.0267899Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-link.c' from root:root to runner:runner
2025-08-20T19:18:28.0268615Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0269309Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fopen.h' from root:root to runner:runner
2025-08-20T19:18:28.0270100Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strncasecmp.sh' from root:root to runner:runner
2025-08-20T19:18:28.0270791Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/zerosize-ptr.h' from root:root to runner:runner
2025-08-20T19:18:28.0271460Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/infinity.h' from root:root to runner:runner
2025-08-20T19:18:28.0272212Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fwrite.c' from root:root to runner:runner
2025-08-20T19:18:28.0272887Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftell.c' from root:root to runner:runner
2025-08-20T19:18:28.0273567Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/signed-nan.h' from root:root to runner:runner
2025-08-20T19:18:28.0274269Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftruncate.sh' from root:root to runner:runner
2025-08-20T19:18:28.0275032Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/from-glibc/tst-stdc_bit_width.c' from root:root to runner:runner
2025-08-20T19:18:28.0275829Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/from-glibc/tst-stdbit.h' from root:root to runner:runner
2025-08-20T19:18:28.0276602Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/from-glibc/tst-stdc_leading_zeros.c' from root:root to runner:runner
2025-08-20T19:18:28.0277656Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/from-glibc/support/test-driver.c' from root:root to runner:runner
2025-08-20T19:18:28.0278371Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/from-glibc/support' from root:root to runner:runner
2025-08-20T19:18:28.0279241Z [00:04:17.212]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/from-glibc/tst-stdc_trailing_zeros.c' from root:root to runner:runner
2025-08-20T19:18:28.0280150Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:28.0281000Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:28.0281888Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:28.0282589Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/from-glibc/.deps' from root:root to runner:runner
2025-08-20T19:18:28.0283323Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/from-glibc' from root:root to runner:runner
2025-08-20T19:18:28.0284033Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-openat-safer.c' from root:root to runner:runner
2025-08-20T19:18:28.0284747Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb-w32.c' from root:root to runner:runner
2025-08-20T19:18:28.0285500Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename.o' from root:root to runner:runner
2025-08-20T19:18:28.0286203Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_wait-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0286902Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-langinfo-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0288104Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localcharset.o' from root:root to runner:runner
2025-08-20T19:18:28.0288943Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtoimax.c' from root:root to runner:runner
2025-08-20T19:18:28.0289722Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lseek.c' from root:root to runner:runner
2025-08-20T19:18:28.0290451Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-w32-8.sh' from root:root to runner:runner
2025-08-20T19:18:28.0291139Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stdlib-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0291821Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-close.c' from root:root to runner:runner
2025-08-20T19:18:28.0292586Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha512.c' from root:root to runner:runner
2025-08-20T19:18:28.0293277Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lock.c' from root:root to runner:runner
2025-08-20T19:18:28.0293980Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-verify-try.c' from root:root to runner:runner
2025-08-20T19:18:28.0294669Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-largefile.c' from root:root to runner:runner
2025-08-20T19:18:28.0295397Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sha512-stream.c' from root:root to runner:runner
2025-08-20T19:18:28.0296216Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-areadlinkat-with-size.c' from root:root to runner:runner
2025-08-20T19:18:28.0296909Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtod1.sh' from root:root to runner:runner
2025-08-20T19:18:28.0297868Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/pthread-rwlock.o' from root:root to runner:runner
2025-08-20T19:18:28.0298592Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isxdigit.sh' from root:root to runner:runner
2025-08-20T19:18:28.0299374Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fpending.c' from root:root to runner:runner
2025-08-20T19:18:28.0300059Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-ctype.c' from root:root to runner:runner
2025-08-20T19:18:28.0300764Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32ispunct.sh' from root:root to runner:runner
2025-08-20T19:18:28.0301483Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-w32-5.sh' from root:root to runner:runner
2025-08-20T19:18:28.0302251Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-4.sh' from root:root to runner:runner
2025-08-20T19:18:28.0302936Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-btoc32.c' from root:root to runner:runner
2025-08-20T19:18:28.0304013Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename-unsafe.o' from root:root to runner:runner
2025-08-20T19:18:28.0304922Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtowcs-5.sh' from root:root to runner:runner
2025-08-20T19:18:28.0306427Z [00:04:17.213]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-frexpl.c' from root:root to runner:runner
2025-08-20T19:18:28.0308087Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fdutimensat.c' from root:root to runner:runner
2025-08-20T19:18:28.0309455Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32tolower.c' from root:root to runner:runner
2025-08-20T19:18:28.0310914Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale-w32utf8.sh' from root:root to runner:runner
2025-08-20T19:18:28.0312211Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/w32sock.h' from root:root to runner:runner
2025-08-20T19:18:28.0313499Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-environ.c' from root:root to runner:runner
2025-08-20T19:18:28.0314788Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getlogin.c' from root:root to runner:runner
2025-08-20T19:18:28.0315511Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-verror.sh' from root:root to runner:runner
2025-08-20T19:18:28.0316224Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-hash.c' from root:root to runner:runner
2025-08-20T19:18:28.0317014Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-areadlink.c' from root:root to runner:runner
2025-08-20T19:18:28.0317926Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/locale.o' from root:root to runner:runner
2025-08-20T19:18:28.0318640Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-filevercmp.c' from root:root to runner:runner
2025-08-20T19:18:28.0319351Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtod-mt.sh' from root:root to runner:runner
2025-08-20T19:18:28.0320039Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbschr.sh' from root:root to runner:runner
2025-08-20T19:18:28.0320821Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freading.c' from root:root to runner:runner
2025-08-20T19:18:28.0321554Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-file-has-acl-1.sh' from root:root to runner:runner
2025-08-20T19:18:28.0322270Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/atomic-int-gnulib.h' from root:root to runner:runner
2025-08-20T19:18:28.0322954Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32width.c' from root:root to runner:runner
2025-08-20T19:18:28.0323704Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-random.c' from root:root to runner:runner
2025-08-20T19:18:28.0324447Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-verify.c' from root:root to runner:runner
2025-08-20T19:18:28.0325127Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-error.sh' from root:root to runner:runner
2025-08-20T19:18:28.0325856Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/windows-timedrwlock.h' from root:root to runner:runner
2025-08-20T19:18:28.0326584Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-7.sh' from root:root to runner:runner
2025-08-20T19:18:28.0327500Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/xconcat-filename.o' from root:root to runner:runner
2025-08-20T19:18:28.0328261Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_upper.c' from root:root to runner:runner
2025-08-20T19:18:28.0329004Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_cntrl.c' from root:root to runner:runner
2025-08-20T19:18:28.0329793Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-predicate-part1.h' from root:root to runner:runner
2025-08-20T19:18:28.0330656Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-predicate-part2.h' from root:root to runner:runner
2025-08-20T19:18:28.0331407Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_alpha.c' from root:root to runner:runner
2025-08-20T19:18:28.0332145Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_blank.c' from root:root to runner:runner
2025-08-20T19:18:28.0332883Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_print.c' from root:root to runner:runner
2025-08-20T19:18:28.0333691Z [00:04:17.214]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_graph.c' from root:root to runner:runner
2025-08-20T19:18:28.0334465Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_alnum.Po' from root:root to runner:runner
2025-08-20T19:18:28.0335236Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_upper.Po' from root:root to runner:runner
2025-08-20T19:18:28.0335998Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_print.Po' from root:root to runner:runner
2025-08-20T19:18:28.0336826Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_space.Po' from root:root to runner:runner
2025-08-20T19:18:28.0337901Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_graph.Po' from root:root to runner:runner
2025-08-20T19:18:28.0338695Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_alpha.Po' from root:root to runner:runner
2025-08-20T19:18:28.0339459Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_digit.Po' from root:root to runner:runner
2025-08-20T19:18:28.0340236Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_blank.Po' from root:root to runner:runner
2025-08-20T19:18:28.0341008Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_xdigit.Po' from root:root to runner:runner
2025-08-20T19:18:28.0341769Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_cntrl.Po' from root:root to runner:runner
2025-08-20T19:18:28.0342534Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_lower.Po' from root:root to runner:runner
2025-08-20T19:18:28.0343366Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/.deps/test-ctype_punct.Po' from root:root to runner:runner
2025-08-20T19:18:28.0344063Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/.deps' from root:root to runner:runner
2025-08-20T19:18:28.0344803Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_space.c' from root:root to runner:runner
2025-08-20T19:18:28.0345545Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_digit.c' from root:root to runner:runner
2025-08-20T19:18:28.0346292Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_alnum.c' from root:root to runner:runner
2025-08-20T19:18:28.0347132Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_lower.c' from root:root to runner:runner
2025-08-20T19:18:28.0348080Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_xdigit.c' from root:root to runner:runner
2025-08-20T19:18:28.0348834Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_punct.c' from root:root to runner:runner
2025-08-20T19:18:28.0349596Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype' from root:root to runner:runner
2025-08-20T19:18:28.0350296Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-math-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0351062Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0351749Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/c-strcasestr.h' from root:root to runner:runner
2025-08-20T19:18:28.0352472Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-5.sh' from root:root to runner:runner
2025-08-20T19:18:28.0353163Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/signature.h' from root:root to runner:runner
2025-08-20T19:18:28.0353865Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isdigit.sh' from root:root to runner:runner
2025-08-20T19:18:28.0354545Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fcntl.c' from root:root to runner:runner
2025-08-20T19:18:28.0355260Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0356009Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-rmdir.h' from root:root to runner:runner
2025-08-20T19:18:28.0356704Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc.c' from root:root to runner:runner
2025-08-20T19:18:28.0357563Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stdio-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0358302Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/getlocalename_l-unsafe.c' from root:root to runner:runner
2025-08-20T19:18:28.0358994Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-remove.c' from root:root to runner:runner
2025-08-20T19:18:28.0359774Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtod1.sh' from root:root to runner:runner
2025-08-20T19:18:28.0360465Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtoll.c' from root:root to runner:runner
2025-08-20T19:18:28.0361188Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/windows-timedrwlock.c' from root:root to runner:runner
2025-08-20T19:18:28.0361888Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32tolower.sh' from root:root to runner:runner
2025-08-20T19:18:28.0362674Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-7.sh' from root:root to runner:runner
2025-08-20T19:18:28.0363427Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32iscntrl.c' from root:root to runner:runner
2025-08-20T19:18:28.0364109Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-htonl.c' from root:root to runner:runner
2025-08-20T19:18:28.0364805Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-readtokens.sh' from root:root to runner:runner
2025-08-20T19:18:28.0365511Z [00:04:17.215]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha384.c' from root:root to runner:runner
2025-08-20T19:18:28.0366191Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-bind.c' from root:root to runner:runner
2025-08-20T19:18:28.0366885Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mountlist.c' from root:root to runner:runner
2025-08-20T19:18:28.0367848Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setsockopt.c' from root:root to runner:runner
2025-08-20T19:18:28.0368563Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-gettime-res.c' from root:root to runner:runner
2025-08-20T19:18:28.0369362Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sha1-stream.c' from root:root to runner:runner
2025-08-20T19:18:28.0370054Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32.c' from root:root to runner:runner
2025-08-20T19:18:28.0370747Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtod1.c' from root:root to runner:runner
2025-08-20T19:18:28.0371450Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-hard-locale.c' from root:root to runner:runner
2025-08-20T19:18:28.0372200Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-readutmp.c' from root:root to runner:runner
2025-08-20T19:18:28.0373014Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale_null-mt-one.c' from root:root to runner:runner
2025-08-20T19:18:28.0373715Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-w32.c' from root:root to runner:runner
2025-08-20T19:18:28.0374489Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-set-mode-acl.c' from root:root to runner:runner
2025-08-20T19:18:28.0375523Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setenv.c' from root:root to runner:runner
2025-08-20T19:18:28.0376665Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/usleep.c' from root:root to runner:runner
2025-08-20T19:18:28.0378322Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fputc.c' from root:root to runner:runner
2025-08-20T19:18:28.0379767Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-select-out.sh' from root:root to runner:runner
2025-08-20T19:18:28.0381179Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-w32-7.sh' from root:root to runner:runner
2025-08-20T19:18:28.0382731Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename-table.h' from root:root to runner:runner
2025-08-20T19:18:28.0384097Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/array-mergesort.h' from root:root to runner:runner
2025-08-20T19:18:28.0385406Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-7.sh' from root:root to runner:runner
2025-08-20T19:18:28.0386448Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pselect.c' from root:root to runner:runner
2025-08-20T19:18:28.0387343Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/timespec-add.c' from root:root to runner:runner
2025-08-20T19:18:28.0388114Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-printf-posix.output' from root:root to runner:runner
2025-08-20T19:18:28.0388798Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen.c' from root:root to runner:runner
2025-08-20T19:18:28.0389544Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench_sha256-bench-sha256.o' from root:root to runner:runner
2025-08-20T19:18:28.0390215Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/gnulib.mk' from root:root to runner:runner
2025-08-20T19:18:28.0391082Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freadahead.c' from root:root to runner:runner
2025-08-20T19:18:28.0391745Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/nap.h' from root:root to runner:runner
2025-08-20T19:18:28.0392429Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtold.c' from root:root to runner:runner
2025-08-20T19:18:28.0393147Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-5.sh' from root:root to runner:runner
2025-08-20T19:18:28.0393828Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseek.c' from root:root to runner:runner
2025-08-20T19:18:28.0394610Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-w32-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0395304Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-renameatu.c' from root:root to runner:runner
2025-08-20T19:18:28.0395990Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/c-strcasestr.c' from root:root to runner:runner
2025-08-20T19:18:28.0396714Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-6.sh' from root:root to runner:runner
2025-08-20T19:18:28.0397652Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-thread_self.c' from root:root to runner:runner
2025-08-20T19:18:28.0398331Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/c32tob.c' from root:root to runner:runner
2025-08-20T19:18:28.0399025Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-futimens.c' from root:root to runner:runner
2025-08-20T19:18:28.0399714Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-symlink.c' from root:root to runner:runner
2025-08-20T19:18:28.0400422Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtold1.c' from root:root to runner:runner
2025-08-20T19:18:28.0401124Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-3.sh' from root:root to runner:runner
2025-08-20T19:18:28.0401816Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getopt_long.h' from root:root to runner:runner
2025-08-20T19:18:28.0402515Z [00:04:17.216]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isblank.c' from root:root to runner:runner
2025-08-20T19:18:28.0403279Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-isblank.c' from root:root to runner:runner
2025-08-20T19:18:28.0404425Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-euidaccess.c' from root:root to runner:runner
2025-08-20T19:18:28.0405137Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nl_langinfo-mt.c' from root:root to runner:runner
2025-08-20T19:18:28.0405813Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-isnanf.h' from root:root to runner:runner
2025-08-20T19:18:28.0406518Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-malloc-posix.c' from root:root to runner:runner
2025-08-20T19:18:28.0407459Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtold-mt.sh' from root:root to runner:runner
2025-08-20T19:18:28.0408281Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-readlink.h' from root:root to runner:runner
2025-08-20T19:18:28.0408989Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localename.c' from root:root to runner:runner
2025-08-20T19:18:28.0409665Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseek.sh' from root:root to runner:runner
2025-08-20T19:18:28.0410407Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename.c' from root:root to runner:runner
2025-08-20T19:18:28.0411090Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-isnanl.h' from root:root to runner:runner
2025-08-20T19:18:28.0411787Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-signbit.c' from root:root to runner:runner
2025-08-20T19:18:28.0412522Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench_sha512-bench-sha512.o' from root:root to runner:runner
2025-08-20T19:18:28.0413225Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-libgmp-mpq.c' from root:root to runner:runner
2025-08-20T19:18:28.0413947Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-5.sh' from root:root to runner:runner
2025-08-20T19:18:28.0414633Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-regex.c' from root:root to runner:runner
2025-08-20T19:18:28.0415362Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32_apply_type_test.c' from root:root to runner:runner
2025-08-20T19:18:28.0416051Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-utimensat.c' from root:root to runner:runner
2025-08-20T19:18:28.0416856Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-qsort_r.c' from root:root to runner:runner
2025-08-20T19:18:28.0417813Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-linkat.c' from root:root to runner:runner
2025-08-20T19:18:28.0418547Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtowcs-3.sh' from root:root to runner:runner
2025-08-20T19:18:28.0419231Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freopen.c' from root:root to runner:runner
2025-08-20T19:18:28.0419915Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fopen.c' from root:root to runner:runner
2025-08-20T19:18:28.0420679Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lchown.c' from root:root to runner:runner
2025-08-20T19:18:28.0421370Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iconv-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0422059Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftello4.sh' from root:root to runner:runner
2025-08-20T19:18:28.0422783Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vzprintf-posix.sh' from root:root to runner:runner
2025-08-20T19:18:28.0423560Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-4.sh' from root:root to runner:runner
2025-08-20T19:18:28.0424252Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/str_startswith.o' from root:root to runner:runner
2025-08-20T19:18:28.0424943Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freadptr.c' from root:root to runner:runner
2025-08-20T19:18:28.0425611Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-crc.c' from root:root to runner:runner
2025-08-20T19:18:28.0426300Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-rename.c' from root:root to runner:runner
2025-08-20T19:18:28.0427002Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale1.sh' from root:root to runner:runner
2025-08-20T19:18:28.0428175Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftello.sh' from root:root to runner:runner
2025-08-20T19:18:28.0428906Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-thread_create.c' from root:root to runner:runner
2025-08-20T19:18:28.0429721Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench_md5-bench-md5.o' from root:root to runner:runner
2025-08-20T19:18:28.0430467Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-perror.sh' from root:root to runner:runner
2025-08-20T19:18:28.0431138Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/null-ptr.h' from root:root to runner:runner
2025-08-20T19:18:28.0431858Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0432518Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/struniq.h' from root:root to runner:runner
2025-08-20T19:18:28.0433239Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-scratch-buffer.c' from root:root to runner:runner
2025-08-20T19:18:28.0434009Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-w32-4.sh' from root:root to runner:runner
2025-08-20T19:18:28.0434657Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/nan.h' from root:root to runner:runner
2025-08-20T19:18:28.0435334Z [00:04:17.217]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-chdir.c' from root:root to runner:runner
2025-08-20T19:18:28.0436096Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getcwd-lgpl.c' from root:root to runner:runner
2025-08-20T19:18:28.0436780Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/randomd.c' from root:root to runner:runner
2025-08-20T19:18:28.0437721Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bind.c' from root:root to runner:runner
2025-08-20T19:18:28.0438450Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude6.sh' from root:root to runner:runner
2025-08-20T19:18:28.0439171Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-3.sh' from root:root to runner:runner
2025-08-20T19:18:28.0439891Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale1.c' from root:root to runner:runner
2025-08-20T19:18:28.0440590Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude4.sh' from root:root to runner:runner
2025-08-20T19:18:28.0441285Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-4.sh' from root:root to runner:runner
2025-08-20T19:18:28.0441991Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtold-mt.c' from root:root to runner:runner
2025-08-20T19:18:28.0442773Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isalpha.c' from root:root to runner:runner
2025-08-20T19:18:28.0443521Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/wctomb-impl.h' from root:root to runner:runner
2025-08-20T19:18:28.0444199Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fdopen.c' from root:root to runner:runner
2025-08-20T19:18:28.0444876Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-btowc.c' from root:root to runner:runner
2025-08-20T19:18:28.0445555Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mkdir.c' from root:root to runner:runner
2025-08-20T19:18:28.0446666Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vc-list-files-cvs.sh' from root:root to runner:runner
2025-08-20T19:18:28.0447894Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbscasecmp.sh' from root:root to runner:runner
2025-08-20T19:18:28.0449272Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/randomb.c' from root:root to runner:runner
2025-08-20T19:18:28.0450636Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/vma-iter.c' from root:root to runner:runner
2025-08-20T19:18:28.0452200Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-listen.c' from root:root to runner:runner
2025-08-20T19:18:28.0453587Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-timespec.c' from root:root to runner:runner
2025-08-20T19:18:28.0454948Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getgroups.c' from root:root to runner:runner
2025-08-20T19:18:28.0456305Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mcel.c' from root:root to runner:runner
2025-08-20T19:18:28.0457770Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/strerror_r.c' from root:root to runner:runner
2025-08-20T19:18:28.0458589Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-posixtm.c' from root:root to runner:runner
2025-08-20T19:18:28.0459350Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freopen-safer.c' from root:root to runner:runner
2025-08-20T19:18:28.0460071Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sigprocmask.c' from root:root to runner:runner
2025-08-20T19:18:28.0460779Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-dirent-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0461658Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-readtokens.c' from root:root to runner:runner
2025-08-20T19:18:28.0462348Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ioctl.c' from root:root to runner:runner
2025-08-20T19:18:28.0463035Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getlogin.h' from root:root to runner:runner
2025-08-20T19:18:28.0463723Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseeko.c' from root:root to runner:runner
2025-08-20T19:18:28.0464426Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-arpa_inet-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0465229Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vc-list-files-git.sh' from root:root to runner:runner
2025-08-20T19:18:28.0465971Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/getlocalename_l-unsafe.h' from root:root to runner:runner
2025-08-20T19:18:28.0466672Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unicodeio3.sh' from root:root to runner:runner
2025-08-20T19:18:28.0467567Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-utimens.h' from root:root to runner:runner
2025-08-20T19:18:28.0468382Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fpending.sh' from root:root to runner:runner
2025-08-20T19:18:28.0469111Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vasprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.0469826Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench_crc-bench-crc.o' from root:root to runner:runner
2025-08-20T19:18:28.0470531Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-gmtime_r-mt.c' from root:root to runner:runner
2025-08-20T19:18:28.0471252Z [00:04:17.218]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localcharset' from root:root to runner:runner
2025-08-20T19:18:28.0471948Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-limits-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0472645Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-access.c' from root:root to runner:runner
2025-08-20T19:18:28.0473342Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-quotearg.h' from root:root to runner:runner
2025-08-20T19:18:28.0474118Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-inet_pton.c' from root:root to runner:runner
2025-08-20T19:18:28.0474884Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench_crc-randomb.o' from root:root to runner:runner
2025-08-20T19:18:28.0475614Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32utf8.sh' from root:root to runner:runner
2025-08-20T19:18:28.0476327Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0477048Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strcasecmp.sh' from root:root to runner:runner
2025-08-20T19:18:28.0478002Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-3.sh' from root:root to runner:runner
2025-08-20T19:18:28.0478775Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsinit.sh' from root:root to runner:runner
2025-08-20T19:18:28.0479507Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vzprintf-posix.c' from root:root to runner:runner
2025-08-20T19:18:28.0480211Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_select-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0480947Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/listen.c' from root:root to runner:runner
2025-08-20T19:18:28.0481636Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseeko3.sh' from root:root to runner:runner
2025-08-20T19:18:28.0482361Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-4.sh' from root:root to runner:runner
2025-08-20T19:18:28.0483077Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-3.sh' from root:root to runner:runner
2025-08-20T19:18:28.0483832Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench_sha224-bench-sha224.o' from root:root to runner:runner
2025-08-20T19:18:28.0484555Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stat-time.c' from root:root to runner:runner
2025-08-20T19:18:28.0485249Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb.sh' from root:root to runner:runner
2025-08-20T19:18:28.0485928Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-dirfd.c' from root:root to runner:runner
2025-08-20T19:18:28.0486702Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale-w32.c' from root:root to runner:runner
2025-08-20T19:18:28.0487688Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getopt-gnu.c' from root:root to runner:runner
2025-08-20T19:18:28.0488408Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/thread-optim.h' from root:root to runner:runner
2025-08-20T19:18:28.0489091Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-isnand.h' from root:root to runner:runner
2025-08-20T19:18:28.0489822Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/uniwidth/test-uc_width2.c' from root:root to runner:runner
2025-08-20T19:18:28.0490600Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/uniwidth/.deps/test-uc_width2.Po' from root:root to runner:runner
2025-08-20T19:18:28.0491437Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/uniwidth/.deps/test-uc_width.Po' from root:root to runner:runner
2025-08-20T19:18:28.0492131Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/uniwidth/.deps' from root:root to runner:runner
2025-08-20T19:18:28.0492876Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/uniwidth/test-uc_width.c' from root:root to runner:runner
2025-08-20T19:18:28.0493686Z [00:04:17.219]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/uniwidth/test-uc_width2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0494367Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/uniwidth' from root:root to runner:runner
2025-08-20T19:18:28.0495070Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-5.sh' from root:root to runner:runner
2025-08-20T19:18:28.0495761Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fadvise.c' from root:root to runner:runner
2025-08-20T19:18:28.0496471Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isprint.sh' from root:root to runner:runner
2025-08-20T19:18:28.0497303Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-link.h' from root:root to runner:runner
2025-08-20T19:18:28.0498100Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench_sha384-bench-sha384.o' from root:root to runner:runner
2025-08-20T19:18:28.0498811Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localcharset.c' from root:root to runner:runner
2025-08-20T19:18:28.0499500Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-di-set.c' from root:root to runner:runner
2025-08-20T19:18:28.0500317Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fflush2.c' from root:root to runner:runner
2025-08-20T19:18:28.0501012Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtod.c' from root:root to runner:runner
2025-08-20T19:18:28.0501690Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-creat.c' from root:root to runner:runner
2025-08-20T19:18:28.0502389Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nstrftime.c' from root:root to runner:runner
2025-08-20T19:18:28.0503108Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/atomic-int-posix.h' from root:root to runner:runner
2025-08-20T19:18:28.0503794Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseek2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0504552Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iswxdigit.sh' from root:root to runner:runner
2025-08-20T19:18:28.0505220Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/connect.c' from root:root to runner:runner
2025-08-20T19:18:28.0505939Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xprintf-posix.c' from root:root to runner:runner
2025-08-20T19:18:28.0506682Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lstat.h' from root:root to runner:runner
2025-08-20T19:18:28.0507578Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nstrftime-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0508322Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fopen-safer.c' from root:root to runner:runner
2025-08-20T19:18:28.0509053Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-7.sh' from root:root to runner:runner
2025-08-20T19:18:28.0509771Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strcasestr.c' from root:root to runner:runner
2025-08-20T19:18:28.0510465Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseeko4.c' from root:root to runner:runner
2025-08-20T19:18:28.0511134Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/Makefile' from root:root to runner:runner
2025-08-20T19:18:28.0511812Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lstat.c' from root:root to runner:runner
2025-08-20T19:18:28.0512569Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lchown.h' from root:root to runner:runner
2025-08-20T19:18:28.0513315Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sig2str.c' from root:root to runner:runner
2025-08-20T19:18:28.0514013Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.0514727Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-u32-cpy.c' from root:root to runner:runner
2025-08-20T19:18:28.0515450Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-u32-set.c' from root:root to runner:runner
2025-08-20T19:18:28.0516197Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-u32-strcat.c' from root:root to runner:runner
2025-08-20T19:18:28.0516957Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-pcpy.h' from root:root to runner:runner
2025-08-20T19:18:28.0518224Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-u8-uctomb.c' from root:root to runner:runner
2025-08-20T19:18:28.0519072Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/u32-set.c' from root:root to runner:runner
2025-08-20T19:18:28.0520669Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-u32-strlen.c' from root:root to runner:runner
2025-08-20T19:18:28.0522122Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.0523596Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/.deps/test-u8-uctomb.Po' from root:root to runner:runner
2025-08-20T19:18:28.0525023Z [00:04:17.220]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/.deps/u32-set.Po' from root:root to runner:runner
2025-08-20T19:18:28.0526454Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-chr.Po' from root:root to runner:runner
2025-08-20T19:18:28.0528171Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-strcat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0529321Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-set.Po' from root:root to runner:runner
2025-08-20T19:18:28.0530108Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/.deps/test-u8-mbtoucr.Po' from root:root to runner:runner
2025-08-20T19:18:28.0530875Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-strlen.Po' from root:root to runner:runner
2025-08-20T19:18:28.0531731Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-cpy.Po' from root:root to runner:runner
2025-08-20T19:18:28.0532484Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/.deps/test-u32-pcpy.Po' from root:root to runner:runner
2025-08-20T19:18:28.0533169Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/.deps' from root:root to runner:runner
2025-08-20T19:18:28.0533883Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-chr.h' from root:root to runner:runner
2025-08-20T19:18:28.0534593Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-set.h' from root:root to runner:runner
2025-08-20T19:18:28.0535374Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-strcat.h' from root:root to runner:runner
2025-08-20T19:18:28.0536107Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-u8-mbtoucr.c' from root:root to runner:runner
2025-08-20T19:18:28.0536809Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/u32-set.o' from root:root to runner:runner
2025-08-20T19:18:28.0537811Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-u32-chr.c' from root:root to runner:runner
2025-08-20T19:18:28.0538518Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/u-set.h' from root:root to runner:runner
2025-08-20T19:18:28.0539245Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-u32-pcpy.c' from root:root to runner:runner
2025-08-20T19:18:28.0539937Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-cpy.h' from root:root to runner:runner
2025-08-20T19:18:28.0540595Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr' from root:root to runner:runner
2025-08-20T19:18:28.0541371Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-filemode.c' from root:root to runner:runner
2025-08-20T19:18:28.0542089Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename-environ.o' from root:root to runner:runner
2025-08-20T19:18:28.0542754Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-tls.c' from root:root to runner:runner
2025-08-20T19:18:28.0543442Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wctype-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0544197Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbscasecmp.c' from root:root to runner:runner
2025-08-20T19:18:28.0544901Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-random-mt.c' from root:root to runner:runner
2025-08-20T19:18:28.0545610Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-1.sh' from root:root to runner:runner
2025-08-20T19:18:28.0546289Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unlink.c' from root:root to runner:runner
2025-08-20T19:18:28.0546981Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-dynarray.c' from root:root to runner:runner
2025-08-20T19:18:28.0547902Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-w32-5.sh' from root:root to runner:runner
2025-08-20T19:18:28.0548692Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-dup-safer.c' from root:root to runner:runner
2025-08-20T19:18:28.0549395Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isprint.c' from root:root to runner:runner
2025-08-20T19:18:28.0550108Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/strftime-fixes.c' from root:root to runner:runner
2025-08-20T19:18:28.0550875Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-1.sh' from root:root to runner:runner
2025-08-20T19:18:28.0551567Z [00:04:17.221]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-btowc-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0552272Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-str_endswith.c' from root:root to runner:runner
2025-08-20T19:18:28.0552953Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mkfifo.c' from root:root to runner:runner
2025-08-20T19:18:28.0553688Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-filevercmp.Po' from root:root to runner:runner
2025-08-20T19:18:28.0554463Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fflush2.Po' from root:root to runner:runner
2025-08-20T19:18:28.0555173Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ino-map.Po' from root:root to runner:runner
2025-08-20T19:18:28.0555875Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-remove.Po' from root:root to runner:runner
2025-08-20T19:18:28.0556636Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mcel.Po' from root:root to runner:runner
2025-08-20T19:18:28.0557545Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-md5-stream.Po' from root:root to runner:runner
2025-08-20T19:18:28.0558292Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-localcharset.Po' from root:root to runner:runner
2025-08-20T19:18:28.0559022Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sigprocmask.Po' from root:root to runner:runner
2025-08-20T19:18:28.0559739Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-readtokens.Po' from root:root to runner:runner
2025-08-20T19:18:28.0560469Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-localename.Po' from root:root to runner:runner
2025-08-20T19:18:28.0561336Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/getlocalename_l-unsafe.Po' from root:root to runner:runner
2025-08-20T19:18:28.0562049Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ioctl.Po' from root:root to runner:runner
2025-08-20T19:18:28.0562842Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test_xvasprintf-test-xvasprintf.Po' from root:root to runner:runner
2025-08-20T19:18:28.0563639Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32ispunct.Po' from root:root to runner:runner
2025-08-20T19:18:28.0564332Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/locale.Po' from root:root to runner:runner
2025-08-20T19:18:28.0565049Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isblank.Po' from root:root to runner:runner
2025-08-20T19:18:28.0565788Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-isnand-nolibm.Po' from root:root to runner:runner
2025-08-20T19:18:28.0566501Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pselect.Po' from root:root to runner:runner
2025-08-20T19:18:28.0567451Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/timespec-sub.Po' from root:root to runner:runner
2025-08-20T19:18:28.0568169Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-iswblank.Po' from root:root to runner:runner
2025-08-20T19:18:28.0568952Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-setlocale_null-unlocked.Po' from root:root to runner:runner
2025-08-20T19:18:28.0569721Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-link.Po' from root:root to runner:runner
2025-08-20T19:18:28.0570435Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-u64.Po' from root:root to runner:runner
2025-08-20T19:18:28.0571183Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-setlocale_null.Po' from root:root to runner:runner
2025-08-20T19:18:28.0571881Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-btowc.Po' from root:root to runner:runner
2025-08-20T19:18:28.0572589Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ftello3.Po' from root:root to runner:runner
2025-08-20T19:18:28.0573295Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-hash.Po' from root:root to runner:runner
2025-08-20T19:18:28.0574063Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fdopen.Po' from root:root to runner:runner
2025-08-20T19:18:28.0574766Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-random.Po' from root:root to runner:runner
2025-08-20T19:18:28.0575475Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-wcrtomb.Po' from root:root to runner:runner
2025-08-20T19:18:28.0576290Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbrtowc-w32utf8.Po' from root:root to runner:runner
2025-08-20T19:18:28.0577022Z [00:04:17.222]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test_tls-test-tls.Po' from root:root to runner:runner
2025-08-20T19:18:28.0578067Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/accept.Po' from root:root to runner:runner
2025-08-20T19:18:28.0578797Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getopt-gnu.Po' from root:root to runner:runner
2025-08-20T19:18:28.0579531Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-thread_self.Po' from root:root to runner:runner
2025-08-20T19:18:28.0580313Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fseeko.Po' from root:root to runner:runner
2025-08-20T19:18:28.0581027Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sockets.Po' from root:root to runner:runner
2025-08-20T19:18:28.0581736Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-signal-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0582461Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-libgmp-mpz.Po' from root:root to runner:runner
2025-08-20T19:18:28.0583272Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-scratch-buffer.Po' from root:root to runner:runner
2025-08-20T19:18:28.0583990Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-dynarray.Po' from root:root to runner:runner
2025-08-20T19:18:28.0584725Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-str_startswith.Po' from root:root to runner:runner
2025-08-20T19:18:28.0585434Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-unistd-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0586160Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-perror2.Po' from root:root to runner:runner
2025-08-20T19:18:28.0586905Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/randomb.Po' from root:root to runner:runner
2025-08-20T19:18:28.0587814Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-str_endswith.Po' from root:root to runner:runner
2025-08-20T19:18:28.0588539Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-alignasof.Po' from root:root to runner:runner
2025-08-20T19:18:28.0589697Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fseeko4.Po' from root:root to runner:runner
2025-08-20T19:18:28.0590690Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-copy-acl.Po' from root:root to runner:runner
2025-08-20T19:18:28.0592115Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-netdb-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0593512Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/vma-iter.Po' from root:root to runner:runner
2025-08-20T19:18:28.0594879Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-frexp.Po' from root:root to runner:runner
2025-08-20T19:18:28.0596433Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/sched_yield.Po' from root:root to runner:runner
2025-08-20T19:18:28.0597979Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-closein.Po' from root:root to runner:runner
2025-08-20T19:18:28.0599345Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-explicit_bzero.Po' from root:root to runner:runner
2025-08-20T19:18:28.0600409Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-stdlib-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0601247Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-lseek.Po' from root:root to runner:runner
2025-08-20T19:18:28.0602002Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-exclude.Po' from root:root to runner:runner
2025-08-20T19:18:28.0602746Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-localtime_r-mt.Po' from root:root to runner:runner
2025-08-20T19:18:28.0603458Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ftell3.Po' from root:root to runner:runner
2025-08-20T19:18:28.0604163Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-chdir.Po' from root:root to runner:runner
2025-08-20T19:18:28.0604946Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-renameatu.Po' from root:root to runner:runner
2025-08-20T19:18:28.0605687Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/windows-timedrwlock.Po' from root:root to runner:runner
2025-08-20T19:18:28.0606413Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getloadavg.Po' from root:root to runner:runner
2025-08-20T19:18:28.0607392Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-iswxdigit.Po' from root:root to runner:runner
2025-08-20T19:18:28.0608143Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbschr.Po' from root:root to runner:runner
2025-08-20T19:18:28.0608896Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-quotearg-simple.Po' from root:root to runner:runner
2025-08-20T19:18:28.0609606Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mkfifoat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0610335Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-stddef-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0611124Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-lchown.Po' from root:root to runner:runner
2025-08-20T19:18:28.0611835Z [00:04:17.223]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-perror.Po' from root:root to runner:runner
2025-08-20T19:18:28.0612547Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/timespec-add.Po' from root:root to runner:runner
2025-08-20T19:18:28.0613241Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-utime.Po' from root:root to runner:runner
2025-08-20T19:18:28.0614008Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/getrusage.Po' from root:root to runner:runner
2025-08-20T19:18:28.0614740Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-gettime-res.Po' from root:root to runner:runner
2025-08-20T19:18:28.0615477Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-printf-frexpl.Po' from root:root to runner:runner
2025-08-20T19:18:28.0616285Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-windows-timedrecmutex-type.Po' from root:root to runner:runner
2025-08-20T19:18:28.0617010Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-bool.Po' from root:root to runner:runner
2025-08-20T19:18:28.0618085Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-iswpunct.Po' from root:root to runner:runner
2025-08-20T19:18:28.0618829Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-putenv.Po' from root:root to runner:runner
2025-08-20T19:18:28.0619578Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getdtablesize.Po' from root:root to runner:runner
2025-08-20T19:18:28.0620371Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbrlen-w32.Po' from root:root to runner:runner
2025-08-20T19:18:28.0621098Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-termios-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0621806Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-openat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0622515Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-rename.Po' from root:root to runner:runner
2025-08-20T19:18:28.0623210Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-time.Po' from root:root to runner:runner
2025-08-20T19:18:28.0624041Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-setlocale-w32utf8.Po' from root:root to runner:runner
2025-08-20T19:18:28.0624766Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getgroups.Po' from root:root to runner:runner
2025-08-20T19:18:28.0625492Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-libgmp-mpq.Po' from root:root to runner:runner
2025-08-20T19:18:28.0626235Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test_lock-test-lock.Po' from root:root to runner:runner
2025-08-20T19:18:28.0627016Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32width.Po' from root:root to runner:runner
2025-08-20T19:18:28.0627974Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-lstat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0628727Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-stdckdint-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0629475Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread-once1.Po' from root:root to runner:runner
2025-08-20T19:18:28.0630201Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-stat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0630999Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-iswdigit.Po' from root:root to runner:runner
2025-08-20T19:18:28.0631738Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-printf-frexp.Po' from root:root to runner:runner
2025-08-20T19:18:28.0632446Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-memchr2.Po' from root:root to runner:runner
2025-08-20T19:18:28.0633215Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-windows-mutex-type.Po' from root:root to runner:runner
2025-08-20T19:18:28.0633996Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/str_startswith.Po' from root:root to runner:runner
2025-08-20T19:18:28.0634709Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-unlink.Po' from root:root to runner:runner
2025-08-20T19:18:28.0635442Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-canonicalize.Po' from root:root to runner:runner
2025-08-20T19:18:28.0636166Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/pthread-rwlock.Po' from root:root to runner:runner
2025-08-20T19:18:28.0636950Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-readutmp.Po' from root:root to runner:runner
2025-08-20T19:18:28.0637841Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/strerror_r.Po' from root:root to runner:runner
2025-08-20T19:18:28.0638588Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-wcrtomb-w32.Po' from root:root to runner:runner
2025-08-20T19:18:28.0639295Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-select.Po' from root:root to runner:runner
2025-08-20T19:18:28.0640088Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-signbit.Po' from root:root to runner:runner
2025-08-20T19:18:28.0640807Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fseterr.Po' from root:root to runner:runner
2025-08-20T19:18:28.0641546Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-gethostname.Po' from root:root to runner:runner
2025-08-20T19:18:28.0642253Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ftello4.Po' from root:root to runner:runner
2025-08-20T19:18:28.0642965Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fread.Po' from root:root to runner:runner
2025-08-20T19:18:28.0643745Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-intprops.Po' from root:root to runner:runner
2025-08-20T19:18:28.0644496Z [00:04:17.224]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-vzprintf-posix.Po' from root:root to runner:runner
2025-08-20T19:18:28.0645202Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fsync.Po' from root:root to runner:runner
2025-08-20T19:18:28.0645909Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fstat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0646673Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/setlocale.Po' from root:root to runner:runner
2025-08-20T19:18:28.0647765Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32tolower.Po' from root:root to runner:runner
2025-08-20T19:18:28.0648542Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-select-fd.Po' from root:root to runner:runner
2025-08-20T19:18:28.0649268Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-usleep.Po' from root:root to runner:runner
2025-08-20T19:18:28.0650062Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/perror.Po' from root:root to runner:runner
2025-08-20T19:18:28.0650833Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-localename-w32utf8.Po' from root:root to runner:runner
2025-08-20T19:18:28.0651543Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-btoc32.Po' from root:root to runner:runner
2025-08-20T19:18:28.0652269Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-rand-isaac.Po' from root:root to runner:runner
2025-08-20T19:18:28.0653048Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-areadlink.Po' from root:root to runner:runner
2025-08-20T19:18:28.0653802Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-set-mode-acl.Po' from root:root to runner:runner
2025-08-20T19:18:28.0654509Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ftello.Po' from root:root to runner:runner
2025-08-20T19:18:28.0655278Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/bench_sha512-bench-sha512.Po' from root:root to runner:runner
2025-08-20T19:18:28.0656002Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread.Po' from root:root to runner:runner
2025-08-20T19:18:28.0656749Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread-thread.Po' from root:root to runner:runner
2025-08-20T19:18:28.0657740Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ftruncate.Po' from root:root to runner:runner
2025-08-20T19:18:28.0658507Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread_sigmask1.Po' from root:root to runner:runner
2025-08-20T19:18:28.0659224Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-ctype.Po' from root:root to runner:runner
2025-08-20T19:18:28.0660469Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-verror.Po' from root:root to runner:runner
2025-08-20T19:18:28.0661587Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getrandom.Po' from root:root to runner:runner
2025-08-20T19:18:28.0662315Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32rtomb.Po' from root:root to runner:runner
2025-08-20T19:18:28.0663047Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isupper.Po' from root:root to runner:runner
2025-08-20T19:18:28.0663863Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-freopen.Po' from root:root to runner:runner
2025-08-20T19:18:28.0664641Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-areadlink-with-size.Po' from root:root to runner:runner
2025-08-20T19:18:28.0665354Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-isblank.Po' from root:root to runner:runner
2025-08-20T19:18:28.0666145Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-windows-timedmutex-type.Po' from root:root to runner:runner
2025-08-20T19:18:28.0666973Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-inet_ntop.Po' from root:root to runner:runner
2025-08-20T19:18:28.0667945Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread-rwlock.Po' from root:root to runner:runner
2025-08-20T19:18:28.0668681Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-setlocale2.Po' from root:root to runner:runner
2025-08-20T19:18:28.0669466Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-areadlinkat-with-size.Po' from root:root to runner:runner
2025-08-20T19:18:28.0670215Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/bench_md5-bench-md5.Po' from root:root to runner:runner
2025-08-20T19:18:28.0671021Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-nanosleep.Po' from root:root to runner:runner
2025-08-20T19:18:28.0671730Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fseek.Po' from root:root to runner:runner
2025-08-20T19:18:28.0672451Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbsrtowcs.Po' from root:root to runner:runner
2025-08-20T19:18:28.0673181Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sha1-buffer.Po' from root:root to runner:runner
2025-08-20T19:18:28.0673970Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getlogin.Po' from root:root to runner:runner
2025-08-20T19:18:28.0674684Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-gmtime_r.Po' from root:root to runner:runner
2025-08-20T19:18:28.0675398Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbrtowc.Po' from root:root to runner:runner
2025-08-20T19:18:28.0676152Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32_get_type_test.Po' from root:root to runner:runner
2025-08-20T19:18:28.0676945Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-arpa_inet-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0677847Z [00:04:17.225]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-di-set.Po' from root:root to runner:runner
2025-08-20T19:18:28.0678569Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-vasprintf.Po' from root:root to runner:runner
2025-08-20T19:18:28.0679260Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/creat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0680076Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sha512-stream.Po' from root:root to runner:runner
2025-08-20T19:18:28.0680805Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pathmax.Po' from root:root to runner:runner
2025-08-20T19:18:28.0681531Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-alloca-opt.Po' from root:root to runner:runner
2025-08-20T19:18:28.0682236Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fchdir.Po' from root:root to runner:runner
2025-08-20T19:18:28.0682960Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fadvise.Po' from root:root to runner:runner
2025-08-20T19:18:28.0683671Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sched-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0684472Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sha256-stream.Po' from root:root to runner:runner
2025-08-20T19:18:28.0685177Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-rmdir.Po' from root:root to runner:runner
2025-08-20T19:18:28.0685915Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sys_random-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0686695Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fdatasync.Po' from root:root to runner:runner
2025-08-20T19:18:28.0687609Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-write.Po' from root:root to runner:runner
2025-08-20T19:18:28.0688324Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fcntl.Po' from root:root to runner:runner
2025-08-20T19:18:28.0689043Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-stat-time.Po' from root:root to runner:runner
2025-08-20T19:18:28.0689866Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-setsockopt.Po' from root:root to runner:runner
2025-08-20T19:18:28.0690592Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-verify-try.Po' from root:root to runner:runner
2025-08-20T19:18:28.0691300Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fopen.Po' from root:root to runner:runner
2025-08-20T19:18:28.0692045Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-array-mergesort.Po' from root:root to runner:runner
2025-08-20T19:18:28.0692833Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strerror_r.Po' from root:root to runner:runner
2025-08-20T19:18:28.0693553Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/localename.Po' from root:root to runner:runner
2025-08-20T19:18:28.0694274Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-setlocale1.Po' from root:root to runner:runner
2025-08-20T19:18:28.0695012Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-strtold-mt.Po' from root:root to runner:runner
2025-08-20T19:18:28.0695725Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-accept.Po' from root:root to runner:runner
2025-08-20T19:18:28.0696453Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-localeconv.Po' from root:root to runner:runner
2025-08-20T19:18:28.0697392Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-read.Po' from root:root to runner:runner
2025-08-20T19:18:28.0698193Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-utime-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0698910Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-wmemchr.Po' from root:root to runner:runner
2025-08-20T19:18:28.0699716Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getndelim2.Po' from root:root to runner:runner
2025-08-20T19:18:28.0700464Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/localename-unsafe.Po' from root:root to runner:runner
2025-08-20T19:18:28.0701150Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/atoll.Po' from root:root to runner:runner
2025-08-20T19:18:28.0701867Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getdelim.Po' from root:root to runner:runner
2025-08-20T19:18:28.0702660Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/localename-table.Po' from root:root to runner:runner
2025-08-20T19:18:28.0703373Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-cloexec.Po' from root:root to runner:runner
2025-08-20T19:18:28.0704075Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-frexpl.Po' from root:root to runner:runner
2025-08-20T19:18:28.0704775Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-error.Po' from root:root to runner:runner
2025-08-20T19:18:28.0705567Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sys_select-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0706291Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-freadptr.Po' from root:root to runner:runner
2025-08-20T19:18:28.0707010Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-freadptr2.Po' from root:root to runner:runner
2025-08-20T19:18:28.0707984Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xprintf-posix.Po' from root:root to runner:runner
2025-08-20T19:18:28.0708747Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-close.Po' from root:root to runner:runner
2025-08-20T19:18:28.0709497Z [00:04:17.226]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fopen-safer.Po' from root:root to runner:runner
2025-08-20T19:18:28.0710313Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sys_socket-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0711051Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sys_utsname-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0711743Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/c32tob.Po' from root:root to runner:runner
2025-08-20T19:18:28.0712544Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getaddrinfo.Po' from root:root to runner:runner
2025-08-20T19:18:28.0713276Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-langinfo-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0713982Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-crc.Po' from root:root to runner:runner
2025-08-20T19:18:28.0714686Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getcwd.Po' from root:root to runner:runner
2025-08-20T19:18:28.0715412Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-gettext-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0716190Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-nstrftime.Po' from root:root to runner:runner
2025-08-20T19:18:28.0716912Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strtoimax.Po' from root:root to runner:runner
2025-08-20T19:18:28.0717743Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sys_types-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0718527Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-qsort_r.Po' from root:root to runner:runner
2025-08-20T19:18:28.0719243Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-verify.Po' from root:root to runner:runner
2025-08-20T19:18:28.0719961Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sameacls.Po' from root:root to runner:runner
2025-08-20T19:18:28.0720669Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-symlink.Po' from root:root to runner:runner
2025-08-20T19:18:28.0721380Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-readlink.Po' from root:root to runner:runner
2025-08-20T19:18:28.0722148Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/bench_crc-bench-crc.Po' from root:root to runner:runner
2025-08-20T19:18:28.0722914Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-memcoll.Po' from root:root to runner:runner
2025-08-20T19:18:28.0723645Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xstrtoumax.Po' from root:root to runner:runner
2025-08-20T19:18:28.0724361Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xstrtoul.Po' from root:root to runner:runner
2025-08-20T19:18:28.0725131Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbslen.Po' from root:root to runner:runner
2025-08-20T19:18:28.0725861Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isdigit.Po' from root:root to runner:runner
2025-08-20T19:18:28.0726564Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-time-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0727367Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-htonl.Po' from root:root to runner:runner
2025-08-20T19:18:28.0728078Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pipe2.Po' from root:root to runner:runner
2025-08-20T19:18:28.0729278Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-filemode.Po' from root:root to runner:runner
2025-08-20T19:18:28.0730283Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-utimens.Po' from root:root to runner:runner
2025-08-20T19:18:28.0731716Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isprint.Po' from root:root to runner:runner
2025-08-20T19:18:28.0733337Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-parse-datetime.Po' from root:root to runner:runner
2025-08-20T19:18:28.0734760Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-snprintf.Po' from root:root to runner:runner
2025-08-20T19:18:28.0736296Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-euidaccess.Po' from root:root to runner:runner
2025-08-20T19:18:28.0737789Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-dup.Po' from root:root to runner:runner
2025-08-20T19:18:28.0739105Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-argv-iter.Po' from root:root to runner:runner
2025-08-20T19:18:28.0740110Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-stdbit-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0740864Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xstrtoimax.Po' from root:root to runner:runner
2025-08-20T19:18:28.0741603Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbrtowc-w32.Po' from root:root to runner:runner
2025-08-20T19:18:28.0742382Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-windows-recmutex-type.Po' from root:root to runner:runner
2025-08-20T19:18:28.0743201Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-i-ring.Po' from root:root to runner:runner
2025-08-20T19:18:28.0743943Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sys_resource-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0744659Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strtoull.Po' from root:root to runner:runner
2025-08-20T19:18:28.0745359Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-setenv.Po' from root:root to runner:runner
2025-08-20T19:18:28.0746088Z [00:04:17.227]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-rawmemchr.Po' from root:root to runner:runner
2025-08-20T19:18:28.0746923Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-setlocale_null-mt-one.Po' from root:root to runner:runner
2025-08-20T19:18:28.0747865Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-freadahead.Po' from root:root to runner:runner
2025-08-20T19:18:28.0748595Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-symlinkat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0749404Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-calloc-posix.Po' from root:root to runner:runner
2025-08-20T19:18:28.0750131Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xstrtol.Po' from root:root to runner:runner
2025-08-20T19:18:28.0750920Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbscasecmp.Po' from root:root to runner:runner
2025-08-20T19:18:28.0751636Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-futimens.Po' from root:root to runner:runner
2025-08-20T19:18:28.0752346Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-wctype-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0753083Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sm3-buffer.Po' from root:root to runner:runner
2025-08-20T19:18:28.0753818Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-strcasecmp.Po' from root:root to runner:runner
2025-08-20T19:18:28.0754541Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-areadlinkat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0755257Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-freadseek.Po' from root:root to runner:runner
2025-08-20T19:18:28.0756032Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fnmatch.Po' from root:root to runner:runner
2025-08-20T19:18:28.0756770Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-isnanl-nolibm.Po' from root:root to runner:runner
2025-08-20T19:18:28.0757670Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-strtold1.Po' from root:root to runner:runner
2025-08-20T19:18:28.0758397Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-calloc-gnu.Po' from root:root to runner:runner
2025-08-20T19:18:28.0759113Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fpurge.Po' from root:root to runner:runner
2025-08-20T19:18:28.0759909Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getrusage.Po' from root:root to runner:runner
2025-08-20T19:18:28.0760626Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-servent.Po' from root:root to runner:runner
2025-08-20T19:18:28.0761339Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-random-mt.Po' from root:root to runner:runner
2025-08-20T19:18:28.0762101Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-assert.Po' from root:root to runner:runner
2025-08-20T19:18:28.0762815Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strtold.Po' from root:root to runner:runner
2025-08-20T19:18:28.0763574Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sleep.Po' from root:root to runner:runner
2025-08-20T19:18:28.0764309Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-realloc-posix.Po' from root:root to runner:runner
2025-08-20T19:18:28.0765013Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ftell.Po' from root:root to runner:runner
2025-08-20T19:18:28.0765747Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fopen-gnu.Po' from root:root to runner:runner
2025-08-20T19:18:28.0766458Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-isatty.Po' from root:root to runner:runner
2025-08-20T19:18:28.0767369Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fpending.Po' from root:root to runner:runner
2025-08-20T19:18:28.0768071Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/randoml.Po' from root:root to runner:runner
2025-08-20T19:18:28.0768867Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-physmem.Po' from root:root to runner:runner
2025-08-20T19:18:28.0769579Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-memrchr.Po' from root:root to runner:runner
2025-08-20T19:18:28.0770310Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isxdigit.Po' from root:root to runner:runner
2025-08-20T19:18:28.0771045Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-posix_memalign.Po' from root:root to runner:runner
2025-08-20T19:18:28.0771816Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/bench_sha256-bench-sha256.Po' from root:root to runner:runner
2025-08-20T19:18:28.0772644Z [00:04:17.228]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-version-etc.Po' from root:root to runner:runner
2025-08-20T19:18:28.0773367Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-unicodeio.Po' from root:root to runner:runner
2025-08-20T19:18:28.0774077Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-wcwidth.Po' from root:root to runner:runner
2025-08-20T19:18:28.0774846Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-unlinkat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0775568Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getline.Po' from root:root to runner:runner
2025-08-20T19:18:28.0776327Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strtoll.Po' from root:root to runner:runner
2025-08-20T19:18:28.0777043Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-year2038.Po' from root:root to runner:runner
2025-08-20T19:18:28.0778173Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-wctype.Po' from root:root to runner:runner
2025-08-20T19:18:28.0778969Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread-mutex-type.Po' from root:root to runner:runner
2025-08-20T19:18:28.0779664Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/listen.Po' from root:root to runner:runner
2025-08-20T19:18:28.0780372Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fchmodat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0781099Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-memcasecmp.Po' from root:root to runner:runner
2025-08-20T19:18:28.0781900Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-errno-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0782628Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-binary-io.Po' from root:root to runner:runner
2025-08-20T19:18:28.0783347Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xalloc-die.Po' from root:root to runner:runner
2025-08-20T19:18:28.0784435Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fchownat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0785301Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/bench_sha224-bench-sha224.Po' from root:root to runner:runner
2025-08-20T19:18:28.0786092Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-localtime_r.Po' from root:root to runner:runner
2025-08-20T19:18:28.0786808Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strnlen.Po' from root:root to runner:runner
2025-08-20T19:18:28.0787729Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/strftime-fixes.Po' from root:root to runner:runner
2025-08-20T19:18:28.0788455Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mountlist.Po' from root:root to runner:runner
2025-08-20T19:18:28.0789170Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-float-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0789960Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-wchar-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0790668Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fcntl-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0791364Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/randomd.Po' from root:root to runner:runner
2025-08-20T19:18:28.0792139Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ctype-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0792862Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sys_stat-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0793567Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/setsockopt.Po' from root:root to runner:runner
2025-08-20T19:18:28.0794245Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/sleep.Po' from root:root to runner:runner
2025-08-20T19:18:28.0794969Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-userspec.Po' from root:root to runner:runner
2025-08-20T19:18:28.0795681Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-inet_pton.Po' from root:root to runner:runner
2025-08-20T19:18:28.0796397Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-freading.Po' from root:root to runner:runner
2025-08-20T19:18:28.0797304Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32_apply_type_test.Po' from root:root to runner:runner
2025-08-20T19:18:28.0798150Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-utimensat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0798918Z [00:04:17.229]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-memchr.Po' from root:root to runner:runner
2025-08-20T19:18:28.0799628Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-listen.Po' from root:root to runner:runner
2025-08-20T19:18:28.0800482Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strsignal.Po' from root:root to runner:runner
2025-08-20T19:18:28.0801443Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-strtod1.Po' from root:root to runner:runner
2025-08-20T19:18:28.0802764Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32rtomb-w32.Po' from root:root to runner:runner
2025-08-20T19:18:28.0804263Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/socket.Po' from root:root to runner:runner
2025-08-20T19:18:28.0805734Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-lchmod.Po' from root:root to runner:runner
2025-08-20T19:18:28.0807315Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sys_wait-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0808891Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-iswctype.Po' from root:root to runner:runner
2025-08-20T19:18:28.0810302Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread_sigmask2.Po' from root:root to runner:runner
2025-08-20T19:18:28.0811507Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-endian.Po' from root:root to runner:runner
2025-08-20T19:18:28.0812245Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mkdir.Po' from root:root to runner:runner
2025-08-20T19:18:28.0812988Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sigaction.Po' from root:root to runner:runner
2025-08-20T19:18:28.0813731Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32islower.Po' from root:root to runner:runner
2025-08-20T19:18:28.0814461Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isalnum.Po' from root:root to runner:runner
2025-08-20T19:18:28.0815187Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fnmatch-w32.Po' from root:root to runner:runner
2025-08-20T19:18:28.0815892Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-math-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0816842Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-uchar-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0817778Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbsinit.Po' from root:root to runner:runner
2025-08-20T19:18:28.0818529Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/xconcat-filename.Po' from root:root to runner:runner
2025-08-20T19:18:28.0819249Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-inttostr.Po' from root:root to runner:runner
2025-08-20T19:18:28.0819982Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-md5-buffer.Po' from root:root to runner:runner
2025-08-20T19:18:28.0820806Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xfprintf-posix.Po' from root:root to runner:runner
2025-08-20T19:18:28.0821522Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-unsetenv.Po' from root:root to runner:runner
2025-08-20T19:18:28.0822246Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/bench_crc-randomb.Po' from root:root to runner:runner
2025-08-20T19:18:28.0823041Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-strtold.Po' from root:root to runner:runner
2025-08-20T19:18:28.0823766Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-access.Po' from root:root to runner:runner
2025-08-20T19:18:28.0824466Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/random_r.Po' from root:root to runner:runner
2025-08-20T19:18:28.0825200Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-isnanf-nolibm.Po' from root:root to runner:runner
2025-08-20T19:18:28.0825892Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/random.Po' from root:root to runner:runner
2025-08-20T19:18:28.0826602Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-malloca.Po' from root:root to runner:runner
2025-08-20T19:18:28.0827539Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-priv-set.Po' from root:root to runner:runner
2025-08-20T19:18:28.0828252Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fputc.Po' from root:root to runner:runner
2025-08-20T19:18:28.0828972Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-gmtime_r-mt.Po' from root:root to runner:runner
2025-08-20T19:18:28.0829844Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fdutimensat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0830565Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fnmatch-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0831303Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-reallocarray.Po' from root:root to runner:runner
2025-08-20T19:18:28.0831999Z [00:04:17.230]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-raise.Po' from root:root to runner:runner
2025-08-20T19:18:28.0832702Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/connect.Po' from root:root to runner:runner
2025-08-20T19:18:28.0833513Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-vasprintf-posix.Po' from root:root to runner:runner
2025-08-20T19:18:28.0834277Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/bench_sha384-bench-sha384.Po' from root:root to runner:runner
2025-08-20T19:18:28.0834979Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-regex.Po' from root:root to runner:runner
2025-08-20T19:18:28.0835740Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-free.Po' from root:root to runner:runner
2025-08-20T19:18:28.0836522Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-setlocale_null-mt-all.Po' from root:root to runner:runner
2025-08-20T19:18:28.0837428Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-nl_langinfo2.Po' from root:root to runner:runner
2025-08-20T19:18:28.0838146Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/wctomb.Po' from root:root to runner:runner
2025-08-20T19:18:28.0838836Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/wctob.Po' from root:root to runner:runner
2025-08-20T19:18:28.0839590Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-memset_explicit.Po' from root:root to runner:runner
2025-08-20T19:18:28.0840326Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sha1-stream.Po' from root:root to runner:runner
2025-08-20T19:18:28.0841050Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-inttypes-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0841761Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-iconv-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0842613Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strtold1.Po' from root:root to runner:runner
2025-08-20T19:18:28.0843373Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-vfzprintf-posix.Po' from root:root to runner:runner
2025-08-20T19:18:28.0844077Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fgetc.Po' from root:root to runner:runner
2025-08-20T19:18:28.0844794Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fdopendir.Po' from root:root to runner:runner
2025-08-20T19:18:28.0845504Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-chmod.Po' from root:root to runner:runner
2025-08-20T19:18:28.0846301Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-hard-locale.Po' from root:root to runner:runner
2025-08-20T19:18:28.0847008Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-chown.Po' from root:root to runner:runner
2025-08-20T19:18:28.0847911Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-bind.Po' from root:root to runner:runner
2025-08-20T19:18:28.0848650Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/concat-filename.Po' from root:root to runner:runner
2025-08-20T19:18:28.0849477Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/bench_sha1-bench-sha1.Po' from root:root to runner:runner
2025-08-20T19:18:28.0850191Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fwrite.Po' from root:root to runner:runner
2025-08-20T19:18:28.0850921Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbsrtoc32s.Po' from root:root to runner:runner
2025-08-20T19:18:28.0851648Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isspace.Po' from root:root to runner:runner
2025-08-20T19:18:28.0852378Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-argmatch.Po' from root:root to runner:runner
2025-08-20T19:18:28.0853093Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-renameat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0853803Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strtod1.Po' from root:root to runner:runner
2025-08-20T19:18:28.0854508Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sig2str.Po' from root:root to runner:runner
2025-08-20T19:18:28.0874395Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fflush.Po' from root:root to runner:runner
2025-08-20T19:18:28.0875296Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-connect.Po' from root:root to runner:runner
2025-08-20T19:18:28.0876052Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-alignof.Po' from root:root to runner:runner
2025-08-20T19:18:28.0876773Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mkdirat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0877699Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strtoumax.Po' from root:root to runner:runner
2025-08-20T19:18:28.0878497Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/c32rtomb.Po' from root:root to runner:runner
2025-08-20T19:18:28.0879246Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ignore-value.Po' from root:root to runner:runner
2025-08-20T19:18:28.0880005Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getopt-posix.Po' from root:root to runner:runner
2025-08-20T19:18:28.0880744Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-malloc-gnu.Po' from root:root to runner:runner
2025-08-20T19:18:28.0881536Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-bitrotate.Po' from root:root to runner:runner
2025-08-20T19:18:28.0882278Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-gettimeofday.Po' from root:root to runner:runner
2025-08-20T19:18:28.0883005Z [00:04:17.231]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fcntl-safer.Po' from root:root to runner:runner
2025-08-20T19:18:28.0883711Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-timespec.Po' from root:root to runner:runner
2025-08-20T19:18:28.0884498Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-localcharset-w32utf8.Po' from root:root to runner:runner
2025-08-20T19:18:28.0885216Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-string-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0885952Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-select-stdin.Po' from root:root to runner:runner
2025-08-20T19:18:28.0886664Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mknod.Po' from root:root to runner:runner
2025-08-20T19:18:28.0887692Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-locale-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0888480Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-nl_langinfo1.Po' from root:root to runner:runner
2025-08-20T19:18:28.0889195Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-once.Po' from root:root to runner:runner
2025-08-20T19:18:28.0889932Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-filenamecat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0890650Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-nullptr.Po' from root:root to runner:runner
2025-08-20T19:18:28.0891442Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-strtod-mt.Po' from root:root to runner:runner
2025-08-20T19:18:28.0892172Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbrtoc32-w32.Po' from root:root to runner:runner
2025-08-20T19:18:28.0892882Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fclose.Po' from root:root to runner:runner
2025-08-20T19:18:28.0893569Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/bind.Po' from root:root to runner:runner
2025-08-20T19:18:28.0894346Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/c-strcasestr.Po' from root:root to runner:runner
2025-08-20T19:18:28.0895075Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32iscntrl.Po' from root:root to runner:runner
2025-08-20T19:18:28.0895804Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-vasnprintf.Po' from root:root to runner:runner
2025-08-20T19:18:28.0896524Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-faccessat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0897524Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/localename-environ.Po' from root:root to runner:runner
2025-08-20T19:18:28.0898244Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/xgetcwd.Po' from root:root to runner:runner
2025-08-20T19:18:28.0898954Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-environ.Po' from root:root to runner:runner
2025-08-20T19:18:28.0899666Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xstrtod.Po' from root:root to runner:runner
2025-08-20T19:18:28.0900458Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbrlen.Po' from root:root to runner:runner
2025-08-20T19:18:28.0901223Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-rwlock1.Po' from root:root to runner:runner
2025-08-20T19:18:28.0901923Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-dup2.Po' from root:root to runner:runner
2025-08-20T19:18:28.0902642Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-readlinkat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0903365Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-largefile.Po' from root:root to runner:runner
2025-08-20T19:18:28.0904081Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sys_uio-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0904847Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strtod.Po' from root:root to runner:runner
2025-08-20T19:18:28.0905564Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strerror.Po' from root:root to runner:runner
2025-08-20T19:18:28.0906275Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-read-file.Po' from root:root to runner:runner
2025-08-20T19:18:28.0907051Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-dirfd.Po' from root:root to runner:runner
2025-08-20T19:18:28.0908142Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-strncasecmp.Po' from root:root to runner:runner
2025-08-20T19:18:28.0908841Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/usleep.Po' from root:root to runner:runner
2025-08-20T19:18:28.0909571Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-malloc-posix.Po' from root:root to runner:runner
2025-08-20T19:18:28.0910319Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-nl_langinfo-mt.Po' from root:root to runner:runner
2025-08-20T19:18:28.0911033Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-yesno.Po' from root:root to runner:runner
2025-08-20T19:18:28.0911733Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-iconv.Po' from root:root to runner:runner
2025-08-20T19:18:28.0912449Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-dirent-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0913252Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sys_time-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0914048Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-openat-safer.Po' from root:root to runner:runner
2025-08-20T19:18:28.0914743Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-open.Po' from root:root to runner:runner
2025-08-20T19:18:28.0915444Z [00:04:17.232]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-creat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0916163Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isalpha.Po' from root:root to runner:runner
2025-08-20T19:18:28.0916910Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-strcasestr.Po' from root:root to runner:runner
2025-08-20T19:18:28.0918038Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbrtoc32.Po' from root:root to runner:runner
2025-08-20T19:18:28.0918795Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-stdint-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0919505Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-base32.Po' from root:root to runner:runner
2025-08-20T19:18:28.0920277Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pipe.Po' from root:root to runner:runner
2025-08-20T19:18:28.0921019Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-setlocale-w32.Po' from root:root to runner:runner
2025-08-20T19:18:28.0921747Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-freopen-safer.Po' from root:root to runner:runner
2025-08-20T19:18:28.0922460Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fseeko3.Po' from root:root to runner:runner
2025-08-20T19:18:28.0923165Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mkfifo.Po' from root:root to runner:runner
2025-08-20T19:18:28.0923902Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getprogname.Po' from root:root to runner:runner
2025-08-20T19:18:28.0924619Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-byteswap.Po' from root:root to runner:runner
2025-08-20T19:18:28.0925328Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xstrtold.Po' from root:root to runner:runner
2025-08-20T19:18:28.0926090Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/tmpfile.Po' from root:root to runner:runner
2025-08-20T19:18:28.0926852Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-stdio-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0927699Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-dup-safer.Po' from root:root to runner:runner
2025-08-20T19:18:28.0928384Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/ioctl.Po' from root:root to runner:runner
2025-08-20T19:18:28.0929102Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-limits-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0929839Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isgraph.Po' from root:root to runner:runner
2025-08-20T19:18:28.0930638Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/setlocale-fixes.Po' from root:root to runner:runner
2025-08-20T19:18:28.0931351Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-dirname.Po' from root:root to runner:runner
2025-08-20T19:18:28.0932053Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fstatat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0932842Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-alignalloc.Po' from root:root to runner:runner
2025-08-20T19:18:28.0933585Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread-mutex.Po' from root:root to runner:runner
2025-08-20T19:18:28.0934316Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-thread_create.Po' from root:root to runner:runner
2025-08-20T19:18:28.0935016Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-linkat.Po' from root:root to runner:runner
2025-08-20T19:18:28.0935759Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-netinet_in-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0936497Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-file-has-acl.Po' from root:root to runner:runner
2025-08-20T19:18:28.0937427Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread-cond.Po' from root:root to runner:runner
2025-08-20T19:18:28.0938178Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getcwd-lgpl.Po' from root:root to runner:runner
2025-08-20T19:18:28.0938961Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-base64.Po' from root:root to runner:runner
2025-08-20T19:18:28.0939731Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-uname.Po' from root:root to runner:runner
2025-08-20T19:18:28.0940446Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-random_r.Po' from root:root to runner:runner
2025-08-20T19:18:28.0941547Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-strtod.Po' from root:root to runner:runner
2025-08-20T19:18:28.0942399Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-posixtm.Po' from root:root to runner:runner
2025-08-20T19:18:28.0943861Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sys_ioctl-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.0945464Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread-once2.Po' from root:root to runner:runner
2025-08-20T19:18:28.0946749Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps' from root:root to runner:runner
2025-08-20T19:18:28.0948325Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-3.sh' from root:root to runner:runner
2025-08-20T19:18:28.0949797Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftell3.c' from root:root to runner:runner
2025-08-20T19:18:28.0951077Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mcel-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0952331Z [00:04:17.233]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-utime.c' from root:root to runner:runner
2025-08-20T19:18:28.0953080Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtod.c' from root:root to runner:runner
2025-08-20T19:18:28.0953805Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtold1.sh' from root:root to runner:runner
2025-08-20T19:18:28.0954617Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freadseek.sh' from root:root to runner:runner
2025-08-20T19:18:28.0955301Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-once.c' from root:root to runner:runner
2025-08-20T19:18:28.0955989Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-snprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.0956644Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/creat.c' from root:root to runner:runner
2025-08-20T19:18:28.0957643Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sm3-buffer.c' from root:root to runner:runner
2025-08-20T19:18:28.0958420Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread-rwlock.c' from root:root to runner:runner
2025-08-20T19:18:28.0959142Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-reallocarray.c' from root:root to runner:runner
2025-08-20T19:18:28.0959804Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/ioctl.o' from root:root to runner:runner
2025-08-20T19:18:28.0960495Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtod1.c' from root:root to runner:runner
2025-08-20T19:18:28.0961210Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtowcs-1.sh' from root:root to runner:runner
2025-08-20T19:18:28.0961949Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-free.c' from root:root to runner:runner
2025-08-20T19:18:28.0962660Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32islower.sh' from root:root to runner:runner
2025-08-20T19:18:28.0963350Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fclose.c' from root:root to runner:runner
2025-08-20T19:18:28.0964112Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-binary-io.c' from root:root to runner:runner
2025-08-20T19:18:28.0964833Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-utimens-common.h' from root:root to runner:runner
2025-08-20T19:18:28.0965529Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isalnum.sh' from root:root to runner:runner
2025-08-20T19:18:28.0966226Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-btoc32-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0966925Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freadptr.sh' from root:root to runner:runner
2025-08-20T19:18:28.0967893Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread-thread.c' from root:root to runner:runner
2025-08-20T19:18:28.0968619Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-isnanl-nolibm.c' from root:root to runner:runner
2025-08-20T19:18:28.0969297Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-isatty.c' from root:root to runner:runner
2025-08-20T19:18:28.0970077Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isalpha.sh' from root:root to runner:runner
2025-08-20T19:18:28.0970779Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_uio-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0971488Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-version-etc.c' from root:root to runner:runner
2025-08-20T19:18:28.0972172Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtoul.c' from root:root to runner:runner
2025-08-20T19:18:28.0972862Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freadseek.c' from root:root to runner:runner
2025-08-20T19:18:28.0973545Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/random_r.c' from root:root to runner:runner
2025-08-20T19:18:28.0974295Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-termios-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0974997Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-memcasecmp.c' from root:root to runner:runner
2025-08-20T19:18:28.0975679Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseterr.c' from root:root to runner:runner
2025-08-20T19:18:28.0976485Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nl_langinfo2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0977364Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/timespec-add.o' from root:root to runner:runner
2025-08-20T19:18:28.0978249Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-1.sh' from root:root to runner:runner
2025-08-20T19:18:28.0978956Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtowcs.c' from root:root to runner:runner
2025-08-20T19:18:28.0979670Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isspace.sh' from root:root to runner:runner
2025-08-20T19:18:28.0980467Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-md5-buffer.c' from root:root to runner:runner
2025-08-20T19:18:28.0981155Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-accept.c' from root:root to runner:runner
2025-08-20T19:18:28.0981841Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftello3.c' from root:root to runner:runner
2025-08-20T19:18:28.0982518Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/c-strcasestr.o' from root:root to runner:runner
2025-08-20T19:18:28.0983267Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread.c' from root:root to runner:runner
2025-08-20T19:18:28.0983947Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-md5.c' from root:root to runner:runner
2025-08-20T19:18:28.0984656Z [00:04:17.234]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtowcs-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.0985346Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-binary-io.sh' from root:root to runner:runner
2025-08-20T19:18:28.0986075Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-quotearg-simple.c' from root:root to runner:runner
2025-08-20T19:18:28.0986769Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-readlink.c' from root:root to runner:runner
2025-08-20T19:18:28.0987705Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-1.sh' from root:root to runner:runner
2025-08-20T19:18:28.0988430Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getloadavg.c' from root:root to runner:runner
2025-08-20T19:18:28.0989125Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-4.sh' from root:root to runner:runner
2025-08-20T19:18:28.0989889Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/concat-filename.c' from root:root to runner:runner
2025-08-20T19:18:28.0990578Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-errno-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0991262Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-netdb-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0991938Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-open.h' from root:root to runner:runner
2025-08-20T19:18:28.0992623Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fstatat.c' from root:root to runner:runner
2025-08-20T19:18:28.0993369Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-time-h.c' from root:root to runner:runner
2025-08-20T19:18:28.0994055Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-argmatch.c' from root:root to runner:runner
2025-08-20T19:18:28.0994765Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-version-etc.sh' from root:root to runner:runner
2025-08-20T19:18:28.0995471Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nl_langinfo1.sh' from root:root to runner:runner
2025-08-20T19:18:28.0996223Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-physmem.c' from root:root to runner:runner
2025-08-20T19:18:28.0996913Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcwidth.c' from root:root to runner:runner
2025-08-20T19:18:28.0997784Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-memrchr.c' from root:root to runner:runner
2025-08-20T19:18:28.0998478Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-select.h' from root:root to runner:runner
2025-08-20T19:18:28.0999179Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/pthread-rwlock.c' from root:root to runner:runner
2025-08-20T19:18:28.0999931Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/getrusage.c' from root:root to runner:runner
2025-08-20T19:18:28.1000610Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtol.c' from root:root to runner:runner
2025-08-20T19:18:28.1001312Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-select-fd.c' from root:root to runner:runner
2025-08-20T19:18:28.1001995Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-base32.c' from root:root to runner:runner
2025-08-20T19:18:28.1002757Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude2.sh' from root:root to runner:runner
2025-08-20T19:18:28.1003471Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-file-has-acl.sh' from root:root to runner:runner
2025-08-20T19:18:28.1004158Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-servent.c' from root:root to runner:runner
2025-08-20T19:18:28.1004839Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-i-ring.c' from root:root to runner:runner
2025-08-20T19:18:28.1005531Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtod.c' from root:root to runner:runner
2025-08-20T19:18:28.1006301Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale2.c' from root:root to runner:runner
2025-08-20T19:18:28.1006984Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtoull.c' from root:root to runner:runner
2025-08-20T19:18:28.1007960Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude8.sh' from root:root to runner:runner
2025-08-20T19:18:28.1008862Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale_null-unlocked.c' from root:root to runner:runner
2025-08-20T19:18:28.1009606Z [00:04:17.235]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getdtablesize.c' from root:root to runner:runner
2025-08-20T19:18:28.1010323Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32.c' from root:root to runner:runner
2025-08-20T19:18:28.1011249Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-windows-timedmutex-type.c' from root:root to runner:runner
2025-08-20T19:18:28.1011943Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mcel-1.sh' from root:root to runner:runner
2025-08-20T19:18:28.1012901Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude3.sh' from root:root to runner:runner
2025-08-20T19:18:28.1013843Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fchdir.c' from root:root to runner:runner
2025-08-20T19:18:28.1015231Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-dirname.c' from root:root to runner:runner
2025-08-20T19:18:28.1016654Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unicodeio1.sh' from root:root to runner:runner
2025-08-20T19:18:28.1018420Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/getlocalename_l-unsafe.o' from root:root to runner:runner
2025-08-20T19:18:28.1019863Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-filenamecat.c' from root:root to runner:runner
2025-08-20T19:18:28.1021222Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-userspec.c' from root:root to runner:runner
2025-08-20T19:18:28.1022554Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-4.sh' from root:root to runner:runner
2025-08-20T19:18:28.1023847Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtoumax.c' from root:root to runner:runner
2025-08-20T19:18:28.1024681Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-btowc-3.sh' from root:root to runner:runner
2025-08-20T19:18:28.1025390Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-open.c' from root:root to runner:runner
2025-08-20T19:18:28.1026087Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getline.c' from root:root to runner:runner
2025-08-20T19:18:28.1026777Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtold.c' from root:root to runner:runner
2025-08-20T19:18:28.1027827Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-crc.c' from root:root to runner:runner
2025-08-20T19:18:28.1028607Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.1029303Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftell.sh' from root:root to runner:runner
2025-08-20T19:18:28.1030018Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-w32-8.sh' from root:root to runner:runner
2025-08-20T19:18:28.1030699Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/c32rtomb.c' from root:root to runner:runner
2025-08-20T19:18:28.1031370Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/vma-iter.o' from root:root to runner:runner
2025-08-20T19:18:28.1032120Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-endian.c' from root:root to runner:runner
2025-08-20T19:18:28.1032786Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/xgetcwd.o' from root:root to runner:runner
2025-08-20T19:18:28.1033480Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unlinkat.c' from root:root to runner:runner
2025-08-20T19:18:28.1034234Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stddef-h.c' from root:root to runner:runner
2025-08-20T19:18:28.1034956Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strncasecmp.c' from root:root to runner:runner
2025-08-20T19:18:28.1035675Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-8.sh' from root:root to runner:runner
2025-08-20T19:18:28.1036396Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-memset_explicit.c' from root:root to runner:runner
2025-08-20T19:18:28.1037101Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isdigit.c' from root:root to runner:runner
2025-08-20T19:18:28.1038103Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fgetc.c' from root:root to runner:runner
2025-08-20T19:18:28.1038829Z [00:04:17.236]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-4.sh' from root:root to runner:runner
2025-08-20T19:18:28.1039541Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtowcs-4.sh' from root:root to runner:runner
2025-08-20T19:18:28.1040301Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-random_r.c' from root:root to runner:runner
2025-08-20T19:18:28.1041006Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wmemchr.c' from root:root to runner:runner
2025-08-20T19:18:28.1041710Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isblank.sh' from root:root to runner:runner
2025-08-20T19:18:28.1042408Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nstrftime.h' from root:root to runner:runner
2025-08-20T19:18:28.1043108Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_types-h.c' from root:root to runner:runner
2025-08-20T19:18:28.1043814Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-read-file.c' from root:root to runner:runner
2025-08-20T19:18:28.1044568Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.1045289Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-8.sh' from root:root to runner:runner
2025-08-20T19:18:28.1046020Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-8.sh' from root:root to runner:runner
2025-08-20T19:18:28.1046797Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-w32-6.sh' from root:root to runner:runner
2025-08-20T19:18:28.1047774Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-memcoll.c' from root:root to runner:runner
2025-08-20T19:18:28.1048516Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-w32-7.sh' from root:root to runner:runner
2025-08-20T19:18:28.1049203Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-rmdir.c' from root:root to runner:runner
2025-08-20T19:18:28.1049896Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-alignof.c' from root:root to runner:runner
2025-08-20T19:18:28.1050686Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_stat-h.c' from root:root to runner:runner
2025-08-20T19:18:28.1051384Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nanosleep.c' from root:root to runner:runner
2025-08-20T19:18:28.1052055Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stat.h' from root:root to runner:runner
2025-08-20T19:18:28.1052751Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iswxdigit.c' from root:root to runner:runner
2025-08-20T19:18:28.1053507Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtold1.c' from root:root to runner:runner
2025-08-20T19:18:28.1054187Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha1' from root:root to runner:runner
2025-08-20T19:18:28.1054916Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32_get_type_test.c' from root:root to runner:runner
2025-08-20T19:18:28.1055630Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-6.sh' from root:root to runner:runner
2025-08-20T19:18:28.1056328Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-signal-h.c' from root:root to runner:runner
2025-08-20T19:18:28.1057014Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb.c' from root:root to runner:runner
2025-08-20T19:18:28.1058180Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-chmod.c' from root:root to runner:runner
2025-08-20T19:18:28.1058898Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtold1.sh' from root:root to runner:runner
2025-08-20T19:18:28.1059585Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha224' from root:root to runner:runner
2025-08-20T19:18:28.1060404Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localename-w32utf8.c' from root:root to runner:runner
2025-08-20T19:18:28.1061097Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha1.c' from root:root to runner:runner
2025-08-20T19:18:28.1061801Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localeconv.c' from root:root to runner:runner
2025-08-20T19:18:28.1062485Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-cloexec.c' from root:root to runner:runner
2025-08-20T19:18:28.1063203Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-5.sh' from root:root to runner:runner
2025-08-20T19:18:28.1063960Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sigaction.c' from root:root to runner:runner
2025-08-20T19:18:28.1064673Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-file-has-acl.c' from root:root to runner:runner
2025-08-20T19:18:28.1065361Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-argv-iter.c' from root:root to runner:runner
2025-08-20T19:18:28.1066111Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-utimens.c' from root:root to runner:runner
2025-08-20T19:18:28.1066840Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/setlocale-fixes.h' from root:root to runner:runner
2025-08-20T19:18:28.1067737Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-priv-set.c' from root:root to runner:runner
2025-08-20T19:18:28.1068437Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-copy-acl.c' from root:root to runner:runner
2025-08-20T19:18:28.1069116Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/signed-snan.h' from root:root to runner:runner
2025-08-20T19:18:28.1069824Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude5.sh' from root:root to runner:runner
2025-08-20T19:18:28.1070626Z [00:04:17.237]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vfzprintf-posix.sh' from root:root to runner:runner
2025-08-20T19:18:28.1071332Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vasnprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.1072043Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-isnanf-nolibm.c' from root:root to runner:runner
2025-08-20T19:18:28.1072797Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/arg-nonnull.h' from root:root to runner:runner
2025-08-20T19:18:28.1073498Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/xconcat-filename.c' from root:root to runner:runner
2025-08-20T19:18:28.1074172Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/xgetcwd.c' from root:root to runner:runner
2025-08-20T19:18:28.1074876Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_socket-h.c' from root:root to runner:runner
2025-08-20T19:18:28.1075632Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localcharset-w32utf8.sh' from root:root to runner:runner
2025-08-20T19:18:28.1076400Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-rand-isaac.c' from root:root to runner:runner
2025-08-20T19:18:28.1077066Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/init.sh' from root:root to runner:runner
2025-08-20T19:18:28.1078016Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fstat.c' from root:root to runner:runner
2025-08-20T19:18:28.1078716Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getrandom.c' from root:root to runner:runner
2025-08-20T19:18:28.1079495Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strerror.c' from root:root to runner:runner
2025-08-20T19:18:28.1080200Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-renameat.c' from root:root to runner:runner
2025-08-20T19:18:28.1080887Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseeko4.sh' from root:root to runner:runner
2025-08-20T19:18:28.1081593Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtoimax.sh' from root:root to runner:runner
2025-08-20T19:18:28.1082264Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/libtests.a' from root:root to runner:runner
2025-08-20T19:18:28.1082961Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mcel-5.sh' from root:root to runner:runner
2025-08-20T19:18:28.1083840Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/Makefile.in' from root:root to runner:runner
2025-08-20T19:18:28.1084804Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mkfifo.h' from root:root to runner:runner
2025-08-20T19:18:28.1086049Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isxdigit.c' from root:root to runner:runner
2025-08-20T19:18:28.1087785Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unicodeio.c' from root:root to runner:runner
2025-08-20T19:18:28.1089171Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-locale-h.c' from root:root to runner:runner
2025-08-20T19:18:28.1090466Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/socket.c' from root:root to runner:runner
2025-08-20T19:18:28.1091799Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-usleep.c' from root:root to runner:runner
2025-08-20T19:18:28.1093034Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/tmpfile.c' from root:root to runner:runner
2025-08-20T19:18:28.1094417Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lutimens.h' from root:root to runner:runner
2025-08-20T19:18:28.1095391Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iswpunct.c' from root:root to runner:runner
2025-08-20T19:18:28.1096124Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread_sigmask1.c' from root:root to runner:runner
2025-08-20T19:18:28.1096791Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-dup.c' from root:root to runner:runner
2025-08-20T19:18:28.1097905Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isgraph.sh' from root:root to runner:runner
2025-08-20T19:18:28.1098662Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-3.sh' from root:root to runner:runner
2025-08-20T19:18:28.1099344Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fsync.c' from root:root to runner:runner
2025-08-20T19:18:28.1100052Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtoumax.sh' from root:root to runner:runner
2025-08-20T19:18:28.1100841Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-windows-timedrecmutex-type.c' from root:root to runner:runner
2025-08-20T19:18:28.1101609Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freadptr2.c' from root:root to runner:runner
2025-08-20T19:18:28.1102310Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sha1-buffer.c' from root:root to runner:runner
2025-08-20T19:18:28.1103012Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isalnum.c' from root:root to runner:runner
2025-08-20T19:18:28.1103692Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-memchr.c' from root:root to runner:runner
2025-08-20T19:18:28.1104433Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-raise.c' from root:root to runner:runner
2025-08-20T19:18:28.1105117Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/minus-zero.h' from root:root to runner:runner
2025-08-20T19:18:28.1105805Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fchmodat.c' from root:root to runner:runner
2025-08-20T19:18:28.1106491Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mkfifoat.c' from root:root to runner:runner
2025-08-20T19:18:28.1107446Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iswctype.c' from root:root to runner:runner
2025-08-20T19:18:28.1108194Z [00:04:17.238]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtoc32s.c' from root:root to runner:runner
2025-08-20T19:18:28.1108859Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/macros.h' from root:root to runner:runner
2025-08-20T19:18:28.1109565Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xalloc-die.sh' from root:root to runner:runner
2025-08-20T19:18:28.1110353Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nstrftime-1.sh' from root:root to runner:runner
2025-08-20T19:18:28.1111059Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-inet_ntop.c' from root:root to runner:runner
2025-08-20T19:18:28.1111766Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-copy-acl-1.sh' from root:root to runner:runner
2025-08-20T19:18:28.1112461Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sameacls.c' from root:root to runner:runner
2025-08-20T19:18:28.1113133Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-time.c' from root:root to runner:runner
2025-08-20T19:18:28.1113902Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale_null-mt-all.c' from root:root to runner:runner
2025-08-20T19:18:28.1114734Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/randoml.c' from root:root to runner:runner
2025-08-20T19:18:28.1115432Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-symlinkat.c' from root:root to runner:runner
2025-08-20T19:18:28.1116174Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vasprintf-posix.c' from root:root to runner:runner
2025-08-20T19:18:28.1116931Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-symlink.h' from root:root to runner:runner
2025-08-20T19:18:28.1117920Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-faccessat.c' from root:root to runner:runner
2025-08-20T19:18:28.1118627Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unistd-h.c' from root:root to runner:runner
2025-08-20T19:18:28.1119309Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseeko.sh' from root:root to runner:runner
2025-08-20T19:18:28.1119977Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/atoll.c' from root:root to runner:runner
2025-08-20T19:18:28.1120777Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-inttypes-h.c' from root:root to runner:runner
2025-08-20T19:18:28.1121464Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtod.h' from root:root to runner:runner
2025-08-20T19:18:28.1122160Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localtime_r.c' from root:root to runner:runner
2025-08-20T19:18:28.1122855Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fdatasync.c' from root:root to runner:runner
2025-08-20T19:18:28.1123637Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-calloc-gnu.c' from root:root to runner:runner
2025-08-20T19:18:28.1124326Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getcwd.sh' from root:root to runner:runner
2025-08-20T19:18:28.1125030Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-gethostname.c' from root:root to runner:runner
2025-08-20T19:18:28.1125738Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename-unsafe.c' from root:root to runner:runner
2025-08-20T19:18:28.1126431Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-yesno.sh' from root:root to runner:runner
2025-08-20T19:18:28.1127133Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb.sh' from root:root to runner:runner
2025-08-20T19:18:28.1128352Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-4.sh' from root:root to runner:runner
2025-08-20T19:18:28.1129048Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getopt.h' from root:root to runner:runner
2025-08-20T19:18:28.1129736Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lseek.sh' from root:root to runner:runner
2025-08-20T19:18:28.1130515Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getopt-main.h' from root:root to runner:runner
2025-08-20T19:18:28.1131202Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ctype-h.c' from root:root to runner:runner
2025-08-20T19:18:28.1131907Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getaddrinfo.c' from root:root to runner:runner
2025-08-20T19:18:28.1132590Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftello.c' from root:root to runner:runner
2025-08-20T19:18:28.1133293Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getrusage.c' from root:root to runner:runner
2025-08-20T19:18:28.1134051Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-btoc32-3.sh' from root:root to runner:runner
2025-08-20T19:18:28.1134796Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread-mutex-type.c' from root:root to runner:runner
2025-08-20T19:18:28.1135498Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isgraph.c' from root:root to runner:runner
2025-08-20T19:18:28.1136237Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wchar-h.c' from root:root to runner:runner
2025-08-20T19:18:28.1136931Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-chown.h' from root:root to runner:runner
2025-08-20T19:18:28.1137889Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fflush2.sh' from root:root to runner:runner
2025-08-20T19:18:28.1138596Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-uchar-h.c' from root:root to runner:runner
2025-08-20T19:18:28.1139288Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude1.sh' from root:root to runner:runner
2025-08-20T19:18:28.1139983Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-putenv.c' from root:root to runner:runner
2025-08-20T19:18:28.1140754Z [00:04:17.239]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-btoc32-1.sh' from root:root to runner:runner
2025-08-20T19:18:28.1141451Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/windows-utf8.rc' from root:root to runner:runner
2025-08-20T19:18:28.1142140Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftello2.sh' from root:root to runner:runner
2025-08-20T19:18:28.1142903Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb-w32.c' from root:root to runner:runner
2025-08-20T19:18:28.1143658Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localcharset-w32utf8.c' from root:root to runner:runner
2025-08-20T19:18:28.1144345Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stdbit-h.c' from root:root to runner:runner
2025-08-20T19:18:28.1145028Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-select.c' from root:root to runner:runner
2025-08-20T19:18:28.1145708Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-closein.c' from root:root to runner:runner
2025-08-20T19:18:28.1146446Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-u64.c' from root:root to runner:runner
2025-08-20T19:18:28.1147310Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-bitrotate.c' from root:root to runner:runner
2025-08-20T19:18:28.1148015Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbslen.c' from root:root to runner:runner
2025-08-20T19:18:28.1148722Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freadptr2.sh' from root:root to runner:runner
2025-08-20T19:18:28.1149521Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-isnand-nolibm.c' from root:root to runner:runner
2025-08-20T19:18:28.1150285Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-areadlink-with-size.c' from root:root to runner:runner
2025-08-20T19:18:28.1150969Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-malloca.c' from root:root to runner:runner
2025-08-20T19:18:28.1151694Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-3.sh' from root:root to runner:runner
2025-08-20T19:18:28.1152400Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nl_langinfo2.c' from root:root to runner:runner
2025-08-20T19:18:28.1153107Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtoimax.c' from root:root to runner:runner
2025-08-20T19:18:28.1153865Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-malloc-gnu.c' from root:root to runner:runner
2025-08-20T19:18:28.1154560Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-rawmemchr.c' from root:root to runner:runner
2025-08-20T19:18:28.1155263Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-copy-acl.sh' from root:root to runner:runner
2025-08-20T19:18:28.1156402Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseeko2.sh' from root:root to runner:runner
2025-08-20T19:18:28.1157725Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-perror2.c' from root:root to runner:runner
2025-08-20T19:18:28.1159113Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getdelim.c' from root:root to runner:runner
2025-08-20T19:18:28.1160506Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nl_langinfo1.c' from root:root to runner:runner
2025-08-20T19:18:28.1161832Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-digest.h' from root:root to runner:runner
2025-08-20T19:18:28.1163310Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sched-h.c' from root:root to runner:runner
2025-08-20T19:18:28.1164602Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-bool.c' from root:root to runner:runner
2025-08-20T19:18:28.1165864Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_time-h.c' from root:root to runner:runner
2025-08-20T19:18:28.1166799Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-realloc-posix.c' from root:root to runner:runner
2025-08-20T19:18:28.1167823Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-digest.h' from root:root to runner:runner
2025-08-20T19:18:28.1168668Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-windows-recmutex-type.c' from root:root to runner:runner
2025-08-20T19:18:28.1169396Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fcntl-safer.c' from root:root to runner:runner
2025-08-20T19:18:28.1170112Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-alloca-opt.c' from root:root to runner:runner
2025-08-20T19:18:28.1170840Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftruncate.c' from root:root to runner:runner
2025-08-20T19:18:28.1171537Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sleep.c' from root:root to runner:runner
2025-08-20T19:18:28.1172230Z [00:04:17.240]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fcntl-h.c' from root:root to runner:runner
2025-08-20T19:18:28.1172940Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-str_startswith.c' from root:root to runner:runner
2025-08-20T19:18:28.1173625Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-frexp.c' from root:root to runner:runner
2025-08-20T19:18:28.1174384Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-readlinkat.c' from root:root to runner:runner
2025-08-20T19:18:28.1175086Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iswpunct.sh' from root:root to runner:runner
2025-08-20T19:18:28.1175769Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iswdigit.c' from root:root to runner:runner
2025-08-20T19:18:28.1176489Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread-once1.c' from root:root to runner:runner
2025-08-20T19:18:28.1177457Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-printf-frexp.c' from root:root to runner:runner
2025-08-20T19:18:28.1178161Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-verror.c' from root:root to runner:runner
2025-08-20T19:18:28.1178861Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xvasprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.1179548Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtol.sh' from root:root to runner:runner
2025-08-20T19:18:28.1180353Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-5.sh' from root:root to runner:runner
2025-08-20T19:18:28.1181167Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unicase/test-mapping-part2.h' from root:root to runner:runner
2025-08-20T19:18:28.1181935Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unicase/.deps/test-uc_tolower.Po' from root:root to runner:runner
2025-08-20T19:18:28.1182615Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unicase/.deps' from root:root to runner:runner
2025-08-20T19:18:28.1183349Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unicase/test-uc_tolower.c' from root:root to runner:runner
2025-08-20T19:18:28.1184106Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unicase/test-mapping-part1.h' from root:root to runner:runner
2025-08-20T19:18:28.1184768Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unicase' from root:root to runner:runner
2025-08-20T19:18:28.1185496Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32utf8.c' from root:root to runner:runner
2025-08-20T19:18:28.1186202Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getopt-posix.c' from root:root to runner:runner
2025-08-20T19:18:28.1186973Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unicodeio2.sh' from root:root to runner:runner
2025-08-20T19:18:28.1187871Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/concat-filename.o' from root:root to runner:runner
2025-08-20T19:18:28.1188564Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-utime-h.c' from root:root to runner:runner
2025-08-20T19:18:28.1189255Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude7.sh' from root:root to runner:runner
2025-08-20T19:18:28.1189951Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strnlen.c' from root:root to runner:runner
2025-08-20T19:18:28.1190721Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unlink.h' from root:root to runner:runner
2025-08-20T19:18:28.1191419Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-copy-acl-2.sh' from root:root to runner:runner
2025-08-20T19:18:28.1192099Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-error.c' from root:root to runner:runner
2025-08-20T19:18:28.1192901Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32iscntrl.sh' from root:root to runner:runner
2025-08-20T19:18:28.1193601Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ino-map.c' from root:root to runner:runner
2025-08-20T19:18:28.1194357Z [00:04:17.241]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strcasecmp.c' from root:root to runner:runner
2025-08-20T19:18:28.1194996Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests' from root:root to runner:runner
2025-08-20T19:18:28.1195605Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/maint.mk' from root:root to runner:runner
2025-08-20T19:18:28.1196250Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/stamp-vti' from root:root to runner:runner
2025-08-20T19:18:28.1196910Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/coreutils.info' from root:root to runner:runner
2025-08-20T19:18:28.1197746Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/perm.texi' from root:root to runner:runner
2025-08-20T19:18:28.1198386Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/local.mk' from root:root to runner:runner
2025-08-20T19:18:28.1199023Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/version.texi' from root:root to runner:runner
2025-08-20T19:18:28.1199765Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/constants.texi' from root:root to runner:runner
2025-08-20T19:18:28.1200414Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/coreutils.texi' from root:root to runner:runner
2025-08-20T19:18:28.1201042Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/fdl.texi' from root:root to runner:runner
2025-08-20T19:18:28.1201704Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/sort-version.texi' from root:root to runner:runner
2025-08-20T19:18:28.1202384Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/parse-datetime.texi' from root:root to runner:runner
2025-08-20T19:18:28.1203053Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc' from root:root to runner:runner
2025-08-20T19:18:28.1203658Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/THANKS' from root:root to runner:runner
2025-08-20T19:18:28.1204282Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/config.log' from root:root to runner:runner
2025-08-20T19:18:28.1204877Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/NEWS' from root:root to runner:runner
2025-08-20T19:18:28.1205566Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/THANKStt.in' from root:root to runner:runner
2025-08-20T19:18:28.1206179Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/init.cfg' from root:root to runner:runner
2025-08-20T19:18:28.1206866Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/config.status' from root:root to runner:runner
2025-08-20T19:18:28.1207945Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/THANKS-to-translators' from root:root to runner:runner
2025-08-20T19:18:28.1208621Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/Makefile.in' from root:root to runner:runner
2025-08-20T19:18:28.1209325Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/COPYING' from root:root to runner:runner
2025-08-20T19:18:28.1209979Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/.tarball-version' from root:root to runner:runner
2025-08-20T19:18:28.1210577Z [00:04:17.242]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/TODO' from root:root to runner:runner
2025-08-20T19:18:28.1211181Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/.mailmap' from root:root to runner:runner
2025-08-20T19:18:28.1211806Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/itold.c' from root:root to runner:runner
2025-08-20T19:18:28.1212465Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/printf-frexp.h' from root:root to runner:runner
2025-08-20T19:18:28.1213086Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/same.c' from root:root to runner:runner
2025-08-20T19:18:28.1213716Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freading.c' from root:root to runner:runner
2025-08-20T19:18:28.1214359Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys-limits.h' from root:root to runner:runner
2025-08-20T19:18:28.1215109Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sig2str.o' from root:root to runner:runner
2025-08-20T19:18:28.1215802Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freading.h' from root:root to runner:runner
2025-08-20T19:18:28.1216422Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hash.c' from root:root to runner:runner
2025-08-20T19:18:28.1217050Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/posixver.c' from root:root to runner:runner
2025-08-20T19:18:28.1217924Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-strcase.h' from root:root to runner:runner
2025-08-20T19:18:28.1218651Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-randperm.o' from root:root to runner:runner
2025-08-20T19:18:28.1219399Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/eloop-threshold.h' from root:root to runner:runner
2025-08-20T19:18:28.1220033Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strtoul.c' from root:root to runner:runner
2025-08-20T19:18:28.1220669Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha256.c' from root:root to runner:runner
2025-08-20T19:18:28.1221298Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hash-pjw.c' from root:root to runner:runner
2025-08-20T19:18:28.1222017Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getpagesize.c' from root:root to runner:runner
2025-08-20T19:18:28.1222699Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stat-macros.h' from root:root to runner:runner
2025-08-20T19:18:28.1223345Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/safe-read.h' from root:root to runner:runner
2025-08-20T19:18:28.1223986Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isblank.c' from root:root to runner:runner
2025-08-20T19:18:28.1224623Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/full-read.h' from root:root to runner:runner
2025-08-20T19:18:28.1225284Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-strncasecmp.c' from root:root to runner:runner
2025-08-20T19:18:28.1225915Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/closeout.h' from root:root to runner:runner
2025-08-20T19:18:28.1226763Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stat-size.h' from root:root to runner:runner
2025-08-20T19:18:28.1227833Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-chdir-long.o' from root:root to runner:runner
2025-08-20T19:18:28.1229227Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/warn-on-use.h' from root:root to runner:runner
2025-08-20T19:18:28.1230607Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readlink.c' from root:root to runner:runner
2025-08-20T19:18:28.1231901Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xgethostname.c' from root:root to runner:runner
2025-08-20T19:18:28.1233113Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xtime.c' from root:root to runner:runner
2025-08-20T19:18:28.1234353Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mempcpy.c' from root:root to runner:runner
2025-08-20T19:18:28.1235573Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mini-gmp.c' from root:root to runner:runner
2025-08-20T19:18:28.1236874Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isxdigit.c' from root:root to runner:runner
2025-08-20T19:18:28.1238434Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/setlocale_null-unlocked.c' from root:root to runner:runner
2025-08-20T19:18:28.1239427Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stat-time.c' from root:root to runner:runner
2025-08-20T19:18:28.1240225Z [00:04:17.243]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/file-set.c' from root:root to runner:runner
2025-08-20T19:18:28.1240948Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xmalloc.o' from root:root to runner:runner
2025-08-20T19:18:28.1241597Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/rename.c' from root:root to runner:runner
2025-08-20T19:18:28.1242240Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/alignalloc.c' from root:root to runner:runner
2025-08-20T19:18:28.1242861Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/tmpdir.h' from root:root to runner:runner
2025-08-20T19:18:28.1243580Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-vsnzprintf.o' from root:root to runner:runner
2025-08-20T19:18:28.1244211Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getline.c' from root:root to runner:runner
2025-08-20T19:18:28.1244912Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-asnprintf.o' from root:root to runner:runner
2025-08-20T19:18:28.1245548Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_stat.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1246238Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strstr.c' from root:root to runner:runner
2025-08-20T19:18:28.1246946Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/reallocarray.c' from root:root to runner:runner
2025-08-20T19:18:28.1247900Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-root-dev-ino.o' from root:root to runner:runner
2025-08-20T19:18:28.1248550Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gethrxtime.h' from root:root to runner:runner
2025-08-20T19:18:28.1249175Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mpsort.c' from root:root to runner:runner
2025-08-20T19:18:28.1249821Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readutmp.c' from root:root to runner:runner
2025-08-20T19:18:28.1250540Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pathmax.h' from root:root to runner:runner
2025-08-20T19:18:28.1251175Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkdirat.c' from root:root to runner:runner
2025-08-20T19:18:28.1251798Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.1252502Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-set-acl.o' from root:root to runner:runner
2025-08-20T19:18:28.1253201Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gettime.c' from root:root to runner:runner
2025-08-20T19:18:28.1253840Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wchar.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1254461Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freopen.c' from root:root to runner:runner
2025-08-20T19:18:28.1255086Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/savewd.h' from root:root to runner:runner
2025-08-20T19:18:28.1255749Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtol-error.h' from root:root to runner:runner
2025-08-20T19:18:28.1256400Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/version-etc.c' from root:root to runner:runner
2025-08-20T19:18:28.1257108Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-timedrecmutex.c' from root:root to runner:runner
2025-08-20T19:18:28.1257954Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fflush.c' from root:root to runner:runner
2025-08-20T19:18:28.1258616Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkdir-p.h' from root:root to runner:runner
2025-08-20T19:18:28.1259317Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/md5.h' from root:root to runner:runner
2025-08-20T19:18:28.1260048Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.1260702Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/once.c' from root:root to runner:runner
2025-08-20T19:18:28.1261348Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/tls.c' from root:root to runner:runner
2025-08-20T19:18:28.1262070Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/libcoreutils_a-once.o' from root:root to runner:runner
2025-08-20T19:18:28.1262727Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/tls.h' from root:root to runner:runner
2025-08-20T19:18:28.1263436Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/lock.c' from root:root to runner:runner
2025-08-20T19:18:28.1264088Z [00:04:17.244]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/once.h' from root:root to runner:runner
2025-08-20T19:18:28.1264781Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.1265586Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/.deps/libcoreutils_a-lock.Po' from root:root to runner:runner
2025-08-20T19:18:28.1266337Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/.deps/libcoreutils_a-once.Po' from root:root to runner:runner
2025-08-20T19:18:28.1267100Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/.deps/libcoreutils_a-threadlib.Po' from root:root to runner:runner
2025-08-20T19:18:28.1268231Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/.deps/libcoreutils_a-tls.Po' from root:root to runner:runner
2025-08-20T19:18:28.1268899Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/.deps' from root:root to runner:runner
2025-08-20T19:18:28.1269645Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/libcoreutils_a-threadlib.o' from root:root to runner:runner
2025-08-20T19:18:28.1270303Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/lock.h' from root:root to runner:runner
2025-08-20T19:18:28.1271026Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/libcoreutils_a-tls.o' from root:root to runner:runner
2025-08-20T19:18:28.1271744Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/libcoreutils_a-lock.o' from root:root to runner:runner
2025-08-20T19:18:28.1272567Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/threadlib.c' from root:root to runner:runner
2025-08-20T19:18:28.1273204Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread' from root:root to runner:runner
2025-08-20T19:18:28.1273913Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-hash-triple.o' from root:root to runner:runner
2025-08-20T19:18:28.1274535Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/cdefs.h' from root:root to runner:runner
2025-08-20T19:18:28.1275181Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/utimecmp.h' from root:root to runner:runner
2025-08-20T19:18:28.1275850Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/propername-lite.c' from root:root to runner:runner
2025-08-20T19:18:28.1276635Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbsrtowcs-state.o' from root:root to runner:runner
2025-08-20T19:18:28.1277440Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistd.h' from root:root to runner:runner
2025-08-20T19:18:28.1278101Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/langinfo.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1278821Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/vaszprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.1279529Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-priv-set.o' from root:root to runner:runner
2025-08-20T19:18:28.1280157Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freadptr.c' from root:root to runner:runner
2025-08-20T19:18:28.1280805Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/localcharset.h' from root:root to runner:runner
2025-08-20T19:18:28.1281522Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-close-stream.o' from root:root to runner:runner
2025-08-20T19:18:28.1282154Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xmemcoll.h' from root:root to runner:runner
2025-08-20T19:18:28.1282807Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fprintftime.h' from root:root to runner:runner
2025-08-20T19:18:28.1283426Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mktime.c' from root:root to runner:runner
2025-08-20T19:18:28.1284057Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/argmatch.c' from root:root to runner:runner
2025-08-20T19:18:28.1284763Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/inttypes.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1285446Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sched.h' from root:root to runner:runner
2025-08-20T19:18:28.1286057Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/link.c' from root:root to runner:runner
2025-08-20T19:18:28.1286696Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gethrxtime.c' from root:root to runner:runner
2025-08-20T19:18:28.1287596Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xgetcwd.o' from root:root to runner:runner
2025-08-20T19:18:28.1288302Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xsize.o' from root:root to runner:runner
2025-08-20T19:18:28.1289010Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ldtoastr.c' from root:root to runner:runner
2025-08-20T19:18:28.1289627Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mcel.c' from root:root to runner:runner
2025-08-20T19:18:28.1290296Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-recmutex.c' from root:root to runner:runner
2025-08-20T19:18:28.1290992Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/argv-iter.c' from root:root to runner:runner
2025-08-20T19:18:28.1291612Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/heap.h' from root:root to runner:runner
2025-08-20T19:18:28.1292239Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/float.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1292880Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/vasnprintf.h' from root:root to runner:runner
2025-08-20T19:18:28.1293501Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ctype.h' from root:root to runner:runner
2025-08-20T19:18:28.1294199Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-vzprintf.o' from root:root to runner:runner
2025-08-20T19:18:28.1294825Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/free.c' from root:root to runner:runner
2025-08-20T19:18:28.1295472Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pthread-once.c' from root:root to runner:runner
2025-08-20T19:18:28.1296105Z [00:04:17.245]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fstatat.c' from root:root to runner:runner
2025-08-20T19:18:28.1296747Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/root-dev-ino.c' from root:root to runner:runner
2025-08-20T19:18:28.1297783Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wctype.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1298437Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c++defs.h' from root:root to runner:runner
2025-08-20T19:18:28.1299432Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fadvise.c' from root:root to runner:runner
2025-08-20T19:18:28.1300271Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/asprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.1301786Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-areadlink-with-size.o' from root:root to runner:runner
2025-08-20T19:18:28.1303043Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/time.c' from root:root to runner:runner
2025-08-20T19:18:28.1304417Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/binary-io.c' from root:root to runner:runner
2025-08-20T19:18:28.1305679Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/math.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1307045Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-memcasecmp.o' from root:root to runner:runner
2025-08-20T19:18:28.1308664Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-nanosleep.o' from root:root to runner:runner
2025-08-20T19:18:28.1309874Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xdectoumax.o' from root:root to runner:runner
2025-08-20T19:18:28.1310549Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtol.c' from root:root to runner:runner
2025-08-20T19:18:28.1311181Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/af_alg.h' from root:root to runner:runner
2025-08-20T19:18:28.1311893Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-randread.o' from root:root to runner:runner
2025-08-20T19:18:28.1312536Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memchr2.c' from root:root to runner:runner
2025-08-20T19:18:28.1313163Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xsize.h' from root:root to runner:runner
2025-08-20T19:18:28.1313809Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readtokens.c' from root:root to runner:runner
2025-08-20T19:18:28.1314438Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/errno.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1315177Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getndelim2.h' from root:root to runner:runner
2025-08-20T19:18:28.1315878Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdlib.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1316518Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pthread.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1317452Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-crc-x86_64-pclmul.o' from root:root to runner:runner
2025-08-20T19:18:28.1318099Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/randread.h' from root:root to runner:runner
2025-08-20T19:18:28.1318793Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbrtowc-impl-utf8.h' from root:root to runner:runner
2025-08-20T19:18:28.1319516Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fprintftime.c' from root:root to runner:runner
2025-08-20T19:18:28.1320209Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fflush.o' from root:root to runner:runner
2025-08-20T19:18:28.1320843Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/chdir-long.c' from root:root to runner:runner
2025-08-20T19:18:28.1321552Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/cycle-check.c' from root:root to runner:runner
2025-08-20T19:18:28.1322254Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-qcopy-acl.o' from root:root to runner:runner
2025-08-20T19:18:28.1322900Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mgetgroups.h' from root:root to runner:runner
2025-08-20T19:18:28.1323580Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fopen.o' from root:root to runner:runner
2025-08-20T19:18:28.1324210Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/exclude.c' from root:root to runner:runner
2025-08-20T19:18:28.1324861Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xreadlink.h' from root:root to runner:runner
2025-08-20T19:18:28.1325563Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-gethrxtime.o' from root:root to runner:runner
2025-08-20T19:18:28.1326193Z [00:04:17.246]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ino-map.h' from root:root to runner:runner
2025-08-20T19:18:28.1326823Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicodeio.c' from root:root to runner:runner
2025-08-20T19:18:28.1327788Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1328501Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/bitrotate.c' from root:root to runner:runner
2025-08-20T19:18:28.1329204Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-timespec.o' from root:root to runner:runner
2025-08-20T19:18:28.1329833Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/randint.h' from root:root to runner:runner
2025-08-20T19:18:28.1330513Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fcntl.o' from root:root to runner:runner
2025-08-20T19:18:28.1331157Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strtoull.c' from root:root to runner:runner
2025-08-20T19:18:28.1331857Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/str-two-way.h' from root:root to runner:runner
2025-08-20T19:18:28.1332497Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/root-uid.h' from root:root to runner:runner
2025-08-20T19:18:28.1333203Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-openat-proc.o' from root:root to runner:runner
2025-08-20T19:18:28.1333845Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getrandom.c' from root:root to runner:runner
2025-08-20T19:18:28.1334546Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xnanosleep.c' from root:root to runner:runner
2025-08-20T19:18:28.1335182Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.1335862Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-di-set.o' from root:root to runner:runner
2025-08-20T19:18:28.1336490Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uninorm.h' from root:root to runner:runner
2025-08-20T19:18:28.1337400Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mkstemp-safer.o' from root:root to runner:runner
2025-08-20T19:18:28.1338118Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-safe-read.o' from root:root to runner:runner
2025-08-20T19:18:28.1338826Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-modechange.o' from root:root to runner:runner
2025-08-20T19:18:28.1339441Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/read.c' from root:root to runner:runner
2025-08-20T19:18:28.1340113Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/rawmemchr.valgrind' from root:root to runner:runner
2025-08-20T19:18:28.1340876Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/tmpdir.c' from root:root to runner:runner
2025-08-20T19:18:28.1341502Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hash.h' from root:root to runner:runner
2025-08-20T19:18:28.1342136Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistd.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1342792Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdckdint.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1343440Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/safe-write.c' from root:root to runner:runner
2025-08-20T19:18:28.1344062Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/human.c' from root:root to runner:runner
2025-08-20T19:18:28.1344795Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-osf.gperf' from root:root to runner:runner
2025-08-20T19:18:28.1345436Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pipe-safer.c' from root:root to runner:runner
2025-08-20T19:18:28.1346101Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pthread_sigmask.c' from root:root to runner:runner
2025-08-20T19:18:28.1346800Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mgetgroups.c' from root:root to runner:runner
2025-08-20T19:18:28.1347756Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isupper.c' from root:root to runner:runner
2025-08-20T19:18:28.1348547Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-creat-safer.o' from root:root to runner:runner
2025-08-20T19:18:28.1349185Z [00:04:17.247]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xvasprintf.h' from root:root to runner:runner
2025-08-20T19:18:28.1349840Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isnanf-nolibm.h' from root:root to runner:runner
2025-08-20T19:18:28.1350620Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fclose.o' from root:root to runner:runner
2025-08-20T19:18:28.1351282Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/setlocale_null.c' from root:root to runner:runner
2025-08-20T19:18:28.1351938Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-hpux.h' from root:root to runner:runner
2025-08-20T19:18:28.1352647Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-backup-find.o' from root:root to runner:runner
2025-08-20T19:18:28.1353357Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdc_bit_width.c' from root:root to runner:runner
2025-08-20T19:18:28.1353997Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/randperm.h' from root:root to runner:runner
2025-08-20T19:18:28.1354618Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/di-set.h' from root:root to runner:runner
2025-08-20T19:18:28.1355259Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/linebuffer.h' from root:root to runner:runner
2025-08-20T19:18:28.1355897Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/nl_langinfo.c' from root:root to runner:runner
2025-08-20T19:18:28.1356544Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/_Noreturn.h' from root:root to runner:runner
2025-08-20T19:18:28.1357436Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/signbitl.c' from root:root to runner:runner
2025-08-20T19:18:28.1358283Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uname.c' from root:root to runner:runner
2025-08-20T19:18:28.1358990Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sm3.o' from root:root to runner:runner
2025-08-20T19:18:28.1359700Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xgetcwd.h' from root:root to runner:runner
2025-08-20T19:18:28.1360332Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/open.c' from root:root to runner:runner
2025-08-20T19:18:28.1360962Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/error.c' from root:root to runner:runner
2025-08-20T19:18:28.1361621Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkstemp-safer.c' from root:root to runner:runner
2025-08-20T19:18:28.1362251Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdio--.h' from root:root to runner:runner
2025-08-20T19:18:28.1362977Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-acl-internal.o' from root:root to runner:runner
2025-08-20T19:18:28.1363700Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtoimax.c' from root:root to runner:runner
2025-08-20T19:18:28.1364334Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fchmodat.c' from root:root to runner:runner
2025-08-20T19:18:28.1364992Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/regex_internal.h' from root:root to runner:runner
2025-08-20T19:18:28.1365629Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/msvc-inval.c' from root:root to runner:runner
2025-08-20T19:18:28.1366395Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-bitrotate.o' from root:root to runner:runner
2025-08-20T19:18:28.1367036Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32iscntrl.c' from root:root to runner:runner
2025-08-20T19:18:28.1368037Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-unicodeio.o' from root:root to runner:runner
2025-08-20T19:18:28.1368711Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-irix.h' from root:root to runner:runner
2025-08-20T19:18:28.1369724Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/canonicalize.c' from root:root to runner:runner
2025-08-20T19:18:28.1370666Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-umaxtostr.o' from root:root to runner:runner
2025-08-20T19:18:28.1371960Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtoumax.c' from root:root to runner:runner
2025-08-20T19:18:28.1373317Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-initguard.h' from root:root to runner:runner
2025-08-20T19:18:28.1374558Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xsize.c' from root:root to runner:runner
2025-08-20T19:18:28.1376093Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-hash-pjw.o' from root:root to runner:runner
2025-08-20T19:18:28.1377535Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/assert.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1378730Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stat-w32.h' from root:root to runner:runner
2025-08-20T19:18:28.1380050Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-vaszprintf.o' from root:root to runner:runner
2025-08-20T19:18:28.1380791Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/smack.h' from root:root to runner:runner
2025-08-20T19:18:28.1381542Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirfd.c' from root:root to runner:runner
2025-08-20T19:18:28.1382299Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-write-any-file.o' from root:root to runner:runner
2025-08-20T19:18:28.1382964Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freadahead.c' from root:root to runner:runner
2025-08-20T19:18:28.1383611Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/utimensat.c' from root:root to runner:runner
2025-08-20T19:18:28.1385054Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/aszprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.1385695Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/set-acl.c' from root:root to runner:runner
2025-08-20T19:18:28.1386336Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xdectoimax.c' from root:root to runner:runner
2025-08-20T19:18:28.1386964Z [00:04:17.248]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stpcpy.c' from root:root to runner:runner
2025-08-20T19:18:28.1387828Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/byteswap.c' from root:root to runner:runner
2025-08-20T19:18:28.1388498Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fd-safer-flag.c' from root:root to runner:runner
2025-08-20T19:18:28.1389277Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fd-safer.o' from root:root to runner:runner
2025-08-20T19:18:28.1390006Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-dirchownmod.o' from root:root to runner:runner
2025-08-20T19:18:28.1390659Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdio-impl.h' from root:root to runner:runner
2025-08-20T19:18:28.1391384Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/backup-find.c' from root:root to runner:runner
2025-08-20T19:18:28.1392084Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-utimens.o' from root:root to runner:runner
2025-08-20T19:18:28.1392720Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/size_max.h' from root:root to runner:runner
2025-08-20T19:18:28.1393347Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/physmem.c' from root:root to runner:runner
2025-08-20T19:18:28.1393982Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdio.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1394682Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirent.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1395318Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/siglist.h' from root:root to runner:runner
2025-08-20T19:18:28.1395956Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/exitfail.h' from root:root to runner:runner
2025-08-20T19:18:28.1396591Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/configmake.h' from root:root to runner:runner
2025-08-20T19:18:28.1397571Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/read-file.c' from root:root to runner:runner
2025-08-20T19:18:28.1398277Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memcasecmp.c' from root:root to runner:runner
2025-08-20T19:18:28.1398942Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xbinary-io.h' from root:root to runner:runner
2025-08-20T19:18:28.1399574Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fadvise.h' from root:root to runner:runner
2025-08-20T19:18:28.1400235Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-zos.h' from root:root to runner:runner
2025-08-20T19:18:28.1400947Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-freadahead.o' from root:root to runner:runner
2025-08-20T19:18:28.1401648Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/alignof.h' from root:root to runner:runner
2025-08-20T19:18:28.1402377Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-posix_memalign.o' from root:root to runner:runner
2025-08-20T19:18:28.1403017Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xgetgroups.c' from root:root to runner:runner
2025-08-20T19:18:28.1403649Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/savedir.h' from root:root to runner:runner
2025-08-20T19:18:28.1404371Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/closein.c' from root:root to runner:runner
2025-08-20T19:18:28.1405033Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/basename-lgpl.c' from root:root to runner:runner
2025-08-20T19:18:28.1405792Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-areadlinkat-with-size.o' from root:root to runner:runner
2025-08-20T19:18:28.1406487Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbszero.o' from root:root to runner:runner
2025-08-20T19:18:28.1407123Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-strtod.c' from root:root to runner:runner
2025-08-20T19:18:28.1408126Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fadvise.o' from root:root to runner:runner
2025-08-20T19:18:28.1408799Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/calloc.c' from root:root to runner:runner
2025-08-20T19:18:28.1409504Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xdectoimax.o' from root:root to runner:runner
2025-08-20T19:18:28.1410305Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-propername-lite.o' from root:root to runner:runner
2025-08-20T19:18:28.1410941Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/base32.c' from root:root to runner:runner
2025-08-20T19:18:28.1411577Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/regcomp.c' from root:root to runner:runner
2025-08-20T19:18:28.1412209Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iswctype.c' from root:root to runner:runner
2025-08-20T19:18:28.1412947Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32_apply_type_test.o' from root:root to runner:runner
2025-08-20T19:18:28.1413582Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/inttostr.c' from root:root to runner:runner
2025-08-20T19:18:28.1414295Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getprogname.c' from root:root to runner:runner
2025-08-20T19:18:28.1414968Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/version-etc-fsf.c' from root:root to runner:runner
2025-08-20T19:18:28.1415591Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ftoastr.c' from root:root to runner:runner
2025-08-20T19:18:28.1416228Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/targetdir.c' from root:root to runner:runner
2025-08-20T19:18:28.1416939Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/msvc-nothrow.h' from root:root to runner:runner
2025-08-20T19:18:28.1417756Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/time_rz.c' from root:root to runner:runner
2025-08-20T19:18:28.1418392Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/utimecmp.c' from root:root to runner:runner
2025-08-20T19:18:28.1419032Z [00:04:17.249]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/filevercmp.h' from root:root to runner:runner
2025-08-20T19:18:28.1419738Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-unlinkdir.o' from root:root to runner:runner
2025-08-20T19:18:28.1420467Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/printf-args.h' from root:root to runner:runner
2025-08-20T19:18:28.1421181Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-version-etc.o' from root:root to runner:runner
2025-08-20T19:18:28.1421808Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/chmodat.c' from root:root to runner:runner
2025-08-20T19:18:28.1422451Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/random.h' from root:root to runner:runner
2025-08-20T19:18:28.1423146Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/stat.h' from root:root to runner:runner
2025-08-20T19:18:28.1423791Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/socket.h' from root:root to runner:runner
2025-08-20T19:18:28.1424423Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/select.h' from root:root to runner:runner
2025-08-20T19:18:28.1425068Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/wait.h' from root:root to runner:runner
2025-08-20T19:18:28.1425704Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/types.h' from root:root to runner:runner
2025-08-20T19:18:28.1426367Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/resource.h' from root:root to runner:runner
2025-08-20T19:18:28.1427062Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/utsname.h' from root:root to runner:runner
2025-08-20T19:18:28.1428002Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/ioctl.h' from root:root to runner:runner
2025-08-20T19:18:28.1428659Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/uio.h' from root:root to runner:runner
2025-08-20T19:18:28.1429388Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/time.h' from root:root to runner:runner
2025-08-20T19:18:28.1430014Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys' from root:root to runner:runner
2025-08-20T19:18:28.1430715Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-time_rz.o' from root:root to runner:runner
2025-08-20T19:18:28.1431344Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkfifo.c' from root:root to runner:runner
2025-08-20T19:18:28.1431966Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirent.h' from root:root to runner:runner
2025-08-20T19:18:28.1432759Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-parse-datetime.o' from root:root to runner:runner
2025-08-20T19:18:28.1433479Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-printf-parse.o' from root:root to runner:runner
2025-08-20T19:18:28.1434164Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-timedmutex.h' from root:root to runner:runner
2025-08-20T19:18:28.1434873Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32iscntrl.o' from root:root to runner:runner
2025-08-20T19:18:28.1435574Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xreadlink.c' from root:root to runner:runner
2025-08-20T19:18:28.1436233Z [00:04:17.250]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hard-locale.c' from root:root to runner:runner
2025-08-20T19:18:28.1436880Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gai_strerror.c' from root:root to runner:runner
2025-08-20T19:18:28.1437985Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mini-mpq-gnulib.c' from root:root to runner:runner
2025-08-20T19:18:28.1438702Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-memcoll.o' from root:root to runner:runner
2025-08-20T19:18:28.1439371Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uinttostr.c' from root:root to runner:runner
2025-08-20T19:18:28.1440103Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/localename.h' from root:root to runner:runner
2025-08-20T19:18:28.1441127Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/alignalloc.h' from root:root to runner:runner
2025-08-20T19:18:28.1441902Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32tolower.c' from root:root to runner:runner
2025-08-20T19:18:28.1443151Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/lseek.c' from root:root to runner:runner
2025-08-20T19:18:28.1444613Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gettimeofday.c' from root:root to runner:runner
2025-08-20T19:18:28.1445924Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isnanl-nolibm.h' from root:root to runner:runner
2025-08-20T19:18:28.1447476Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-base64.o' from root:root to runner:runner
2025-08-20T19:18:28.1448695Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sm3.c' from root:root to runner:runner
2025-08-20T19:18:28.1449912Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/msvc-nothrow.c' from root:root to runner:runner
2025-08-20T19:18:28.1451154Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/af_alg.c' from root:root to runner:runner
2025-08-20T19:18:28.1452081Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pselect.c' from root:root to runner:runner
2025-08-20T19:18:28.1452823Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xasprintf.o' from root:root to runner:runner
2025-08-20T19:18:28.1453528Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-closeout.o' from root:root to runner:runner
2025-08-20T19:18:28.1454269Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/vasprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.1454968Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-stdlib.o' from root:root to runner:runner
2025-08-20T19:18:28.1455660Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-rwlock.c' from root:root to runner:runner
2025-08-20T19:18:28.1456290Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isatty.c' from root:root to runner:runner
2025-08-20T19:18:28.1456926Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/minmax.h' from root:root to runner:runner
2025-08-20T19:18:28.1457795Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirchownmod.c' from root:root to runner:runner
2025-08-20T19:18:28.1458543Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/utime.h' from root:root to runner:runner
2025-08-20T19:18:28.1459208Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-rwlock.h' from root:root to runner:runner
2025-08-20T19:18:28.1459855Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbrtowc-impl.h' from root:root to runner:runner
2025-08-20T19:18:28.1460565Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getugroups.h' from root:root to runner:runner
2025-08-20T19:18:28.1461217Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirchownmod.h' from root:root to runner:runner
2025-08-20T19:18:28.1461850Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/utimens.c' from root:root to runner:runner
2025-08-20T19:18:28.1462486Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dtoastr.c' from root:root to runner:runner
2025-08-20T19:18:28.1463125Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hash-pjw.h' from root:root to runner:runner
2025-08-20T19:18:28.1463816Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr.h' from root:root to runner:runner
2025-08-20T19:18:28.1464440Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mcel.h' from root:root to runner:runner
2025-08-20T19:18:28.1465125Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-pipe2.o' from root:root to runner:runner
2025-08-20T19:18:28.1465774Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/long-options.h' from root:root to runner:runner
2025-08-20T19:18:28.1466560Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-setlocale_null.o' from root:root to runner:runner
2025-08-20T19:18:28.1467376Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/allocator.c' from root:root to runner:runner
2025-08-20T19:18:28.1468044Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/btoc32.c' from root:root to runner:runner
2025-08-20T19:18:28.1468758Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-readtokens.o' from root:root to runner:runner
2025-08-20T19:18:28.1469415Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ignore-value.h' from root:root to runner:runner
2025-08-20T19:18:28.1470112Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sha512.o' from root:root to runner:runner
2025-08-20T19:18:28.1470844Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-mutex.h' from root:root to runner:runner
2025-08-20T19:18:28.1471472Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strtol.c' from root:root to runner:runner
2025-08-20T19:18:28.1472114Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xdectoint.c' from root:root to runner:runner
2025-08-20T19:18:28.1472813Z [00:04:17.251]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-offtostr.o' from root:root to runner:runner
2025-08-20T19:18:28.1473582Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-getndelim2.o' from root:root to runner:runner
2025-08-20T19:18:28.1474290Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-strnumcmp.o' from root:root to runner:runner
2025-08-20T19:18:28.1474921Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ctype.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1475600Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hash-triple-simple.c' from root:root to runner:runner
2025-08-20T19:18:28.1476328Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/backup-internal.h' from root:root to runner:runner
2025-08-20T19:18:28.1476952Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dup2.c' from root:root to runner:runner
2025-08-20T19:18:28.1477875Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-memset_explicit.o' from root:root to runner:runner
2025-08-20T19:18:28.1478523Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getgroups.c' from root:root to runner:runner
2025-08-20T19:18:28.1479297Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-utimecmp.o' from root:root to runner:runner
2025-08-20T19:18:28.1479942Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mountlist.c' from root:root to runner:runner
2025-08-20T19:18:28.1480587Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_uio.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1481274Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-gettime.o' from root:root to runner:runner
2025-08-20T19:18:28.1481917Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isalpha.c' from root:root to runner:runner
2025-08-20T19:18:28.1482547Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv.h' from root:root to runner:runner
2025-08-20T19:18:28.1483259Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libc-config.h' from root:root to runner:runner
2025-08-20T19:18:28.1483886Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/timegm.c' from root:root to runner:runner
2025-08-20T19:18:28.1484536Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-once.c' from root:root to runner:runner
2025-08-20T19:18:28.1485225Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xprintf.o' from root:root to runner:runner
2025-08-20T19:18:28.1486007Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-printf-frexp.o' from root:root to runner:runner
2025-08-20T19:18:28.1486644Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/randread.c' from root:root to runner:runner
2025-08-20T19:18:28.1487521Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-areadlink.o' from root:root to runner:runner
2025-08-20T19:18:28.1488174Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/tempname.c' from root:root to runner:runner
2025-08-20T19:18:28.1488900Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-nl_langinfo.o' from root:root to runner:runner
2025-08-20T19:18:28.1489638Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/cl-strtold.c' from root:root to runner:runner
2025-08-20T19:18:28.1490279Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/endian.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1490937Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/netinet_in.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1491592Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sigprocmask.c' from root:root to runner:runner
2025-08-20T19:18:28.1492295Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open.c' from root:root to runner:runner
2025-08-20T19:18:28.1492932Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/w32sock.h' from root:root to runner:runner
2025-08-20T19:18:28.1493572Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sm3-stream.c' from root:root to runner:runner
2025-08-20T19:18:28.1494290Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c-strcasecmp.o' from root:root to runner:runner
2025-08-20T19:18:28.1494924Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readdir.c' from root:root to runner:runner
2025-08-20T19:18:28.1495573Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/umaxtostr.c' from root:root to runner:runner
2025-08-20T19:18:28.1496267Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/buffer-lcm.c' from root:root to runner:runner
2025-08-20T19:18:28.1496898Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/base64.c' from root:root to runner:runner
2025-08-20T19:18:28.1497737Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isdigit.c' from root:root to runner:runner
2025-08-20T19:18:28.1498471Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/progname.h' from root:root to runner:runner
2025-08-20T19:18:28.1499136Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/printf-parse.c' from root:root to runner:runner
2025-08-20T19:18:28.1499761Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fpurge.c' from root:root to runner:runner
2025-08-20T19:18:28.1500474Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sig-handler.o' from root:root to runner:runner
2025-08-20T19:18:28.1501179Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fopen-safer.o' from root:root to runner:runner
2025-08-20T19:18:28.1501941Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-wctype-h.o' from root:root to runner:runner
2025-08-20T19:18:28.1502580Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/skipchars.h' from root:root to runner:runner
2025-08-20T19:18:28.1503216Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/randint.c' from root:root to runner:runner
2025-08-20T19:18:28.1503928Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-filenamecat.o' from root:root to runner:runner
2025-08-20T19:18:28.1504686Z [00:04:17.252]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-file-type.o' from root:root to runner:runner
2025-08-20T19:18:28.1505324Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/openat.c' from root:root to runner:runner
2025-08-20T19:18:28.1505945Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/nproc.h' from root:root to runner:runner
2025-08-20T19:18:28.1506580Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkostemp.c' from root:root to runner:runner
2025-08-20T19:18:28.1507442Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mpsort.o' from root:root to runner:runner
2025-08-20T19:18:28.1508195Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-qset-acl.o' from root:root to runner:runner
2025-08-20T19:18:28.1508925Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/same.h' from root:root to runner:runner
2025-08-20T19:18:28.1509639Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-areadlinkat.o' from root:root to runner:runner
2025-08-20T19:18:28.1510287Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/careadlinkat.c' from root:root to runner:runner
2025-08-20T19:18:28.1511051Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-imaxtostr.o' from root:root to runner:runner
2025-08-20T19:18:28.1511696Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1512794Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32width.o' from root:root to runner:runner
2025-08-20T19:18:28.1513831Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_digit.h' from root:root to runner:runner
2025-08-20T19:18:28.1515162Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.1516814Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_lower.o' from root:root to runner:runner
2025-08-20T19:18:28.1518335Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_cntrl.h' from root:root to runner:runner
2025-08-20T19:18:28.1519819Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_punct.o' from root:root to runner:runner
2025-08-20T19:18:28.1521248Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_cntrl.o' from root:root to runner:runner
2025-08-20T19:18:28.1522757Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_graph.o' from root:root to runner:runner
2025-08-20T19:18:28.1523566Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_upper.o' from root:root to runner:runner
2025-08-20T19:18:28.1524278Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_space.c' from root:root to runner:runner
2025-08-20T19:18:28.1525040Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_alpha.o' from root:root to runner:runner
2025-08-20T19:18:28.1525802Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_xdigit.o' from root:root to runner:runner
2025-08-20T19:18:28.1526560Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_graph.c' from root:root to runner:runner
2025-08-20T19:18:28.1527601Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_alnum.o' from root:root to runner:runner
2025-08-20T19:18:28.1528435Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_digit.c' from root:root to runner:runner
2025-08-20T19:18:28.1529145Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_print.c' from root:root to runner:runner
2025-08-20T19:18:28.1529923Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_print.h' from root:root to runner:runner
2025-08-20T19:18:28.1530680Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_blank.o' from root:root to runner:runner
2025-08-20T19:18:28.1531368Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_xdigit.c' from root:root to runner:runner
2025-08-20T19:18:28.1532054Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_graph.h' from root:root to runner:runner
2025-08-20T19:18:28.1532814Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_xdigit.h' from root:root to runner:runner
2025-08-20T19:18:28.1533498Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_upper.c' from root:root to runner:runner
2025-08-20T19:18:28.1534174Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_alpha.h' from root:root to runner:runner
2025-08-20T19:18:28.1534856Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_punct.h' from root:root to runner:runner
2025-08-20T19:18:28.1535602Z [00:04:17.253]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_cntrl.c' from root:root to runner:runner
2025-08-20T19:18:28.1536357Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_print.o' from root:root to runner:runner
2025-08-20T19:18:28.1537107Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_space.o' from root:root to runner:runner
2025-08-20T19:18:28.1537997Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/bitmap.h' from root:root to runner:runner
2025-08-20T19:18:28.1538696Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.1539514Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_blank.Po' from root:root to runner:runner
2025-08-20T19:18:28.1540369Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_print.Po' from root:root to runner:runner
2025-08-20T19:18:28.1541170Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_space.Po' from root:root to runner:runner
2025-08-20T19:18:28.1541933Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_lower.Po' from root:root to runner:runner
2025-08-20T19:18:28.1542773Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_cntrl.Po' from root:root to runner:runner
2025-08-20T19:18:28.1543549Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_upper.Po' from root:root to runner:runner
2025-08-20T19:18:28.1544327Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_alpha.Po' from root:root to runner:runner
2025-08-20T19:18:28.1545100Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_punct.Po' from root:root to runner:runner
2025-08-20T19:18:28.1545938Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_alnum.Po' from root:root to runner:runner
2025-08-20T19:18:28.1546706Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_digit.Po' from root:root to runner:runner
2025-08-20T19:18:28.1547689Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_xdigit.Po' from root:root to runner:runner
2025-08-20T19:18:28.1548470Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/.deps/libcoreutils_a-ctype_graph.Po' from root:root to runner:runner
2025-08-20T19:18:28.1549208Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/.deps' from root:root to runner:runner
2025-08-20T19:18:28.1549905Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_upper.h' from root:root to runner:runner
2025-08-20T19:18:28.1550584Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_alnum.h' from root:root to runner:runner
2025-08-20T19:18:28.1551264Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_lower.h' from root:root to runner:runner
2025-08-20T19:18:28.1551944Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_blank.h' from root:root to runner:runner
2025-08-20T19:18:28.1552632Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_punct.c' from root:root to runner:runner
2025-08-20T19:18:28.1553373Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_alpha.c' from root:root to runner:runner
2025-08-20T19:18:28.1554053Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_space.h' from root:root to runner:runner
2025-08-20T19:18:28.1554736Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_lower.c' from root:root to runner:runner
2025-08-20T19:18:28.1555476Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_alnum.c' from root:root to runner:runner
2025-08-20T19:18:28.1556230Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_digit.o' from root:root to runner:runner
2025-08-20T19:18:28.1556906Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_blank.c' from root:root to runner:runner
2025-08-20T19:18:28.1557721Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype' from root:root to runner:runner
2025-08-20T19:18:28.1558381Z [00:04:17.254]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/renameatu.h' from root:root to runner:runner
2025-08-20T19:18:28.1559091Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/yesno.h' from root:root to runner:runner
2025-08-20T19:18:28.1559737Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/canon-host.c' from root:root to runner:runner
2025-08-20T19:18:28.1560366Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/futimens.c' from root:root to runner:runner
2025-08-20T19:18:28.1561005Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/symlinkat.c' from root:root to runner:runner
2025-08-20T19:18:28.1561695Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/cloexec.h' from root:root to runner:runner
2025-08-20T19:18:28.1562469Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sm3-stream.o' from root:root to runner:runner
2025-08-20T19:18:28.1563118Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fcntl-safer.h' from root:root to runner:runner
2025-08-20T19:18:28.1563931Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/libcoreutils_a-scratch_buffer_grow_preserve.o' from root:root to runner:runner
2025-08-20T19:18:28.1564608Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray.gl.h' from root:root to runner:runner
2025-08-20T19:18:28.1565272Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.1566039Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/libcoreutils_a-dynarray_resize.o' from root:root to runner:runner
2025-08-20T19:18:28.1566746Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray_finalize.c' from root:root to runner:runner
2025-08-20T19:18:28.1567733Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/libcoreutils_a-dynarray_emplace_enlarge.o' from root:root to runner:runner
2025-08-20T19:18:28.1568617Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/libcoreutils_a-dynarray_resize_clear.o' from root:root to runner:runner
2025-08-20T19:18:28.1569396Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/libcoreutils_a-dynarray_finalize.o' from root:root to runner:runner
2025-08-20T19:18:28.1570084Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/scratch_buffer.h' from root:root to runner:runner
2025-08-20T19:18:28.1570782Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/scratch_buffer.gl.h' from root:root to runner:runner
2025-08-20T19:18:28.1571576Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray_emplace_enlarge.c' from root:root to runner:runner
2025-08-20T19:18:28.1572282Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray-skeleton.c' from root:root to runner:runner
2025-08-20T19:18:28.1572979Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray_resize.c' from root:root to runner:runner
2025-08-20T19:18:28.1573661Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.1574517Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray_finalize.Po' from root:root to runner:runner
2025-08-20T19:18:28.1575406Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-scratch_buffer_grow_preserve.Po' from root:root to runner:runner
2025-08-20T19:18:28.1576244Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-scratch_buffer_set_array_size.Po' from root:root to runner:runner
2025-08-20T19:18:28.1577033Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-scratch_buffer_grow.Po' from root:root to runner:runner
2025-08-20T19:18:28.1578302Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray_resize_clear.Po' from root:root to runner:runner
2025-08-20T19:18:28.1579141Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray_emplace_enlarge.Po' from root:root to runner:runner
2025-08-20T19:18:28.1579925Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray-skeleton.Po' from root:root to runner:runner
2025-08-20T19:18:28.1580715Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray_at_failure.Po' from root:root to runner:runner
2025-08-20T19:18:28.1581589Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/.deps/libcoreutils_a-dynarray_resize.Po' from root:root to runner:runner
2025-08-20T19:18:28.1582263Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/.deps' from root:root to runner:runner
2025-08-20T19:18:28.1583125Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/libcoreutils_a-dynarray_at_failure.o' from root:root to runner:runner
2025-08-20T19:18:28.1584100Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray.h' from root:root to runner:runner
2025-08-20T19:18:28.1585303Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray-skeleton.gl.h' from root:root to runner:runner
2025-08-20T19:18:28.1586941Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/scratch_buffer_set_array_size.c' from root:root to runner:runner
2025-08-20T19:18:28.1588741Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/libcoreutils_a-scratch_buffer_set_array_size.o' from root:root to runner:runner
2025-08-20T19:18:28.1590160Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray_resize_clear.c' from root:root to runner:runner
2025-08-20T19:18:28.1591529Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray_at_failure.c' from root:root to runner:runner
2025-08-20T19:18:28.1593082Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/libcoreutils_a-scratch_buffer_grow.o' from root:root to runner:runner
2025-08-20T19:18:28.1594407Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/scratch_buffer_grow.c' from root:root to runner:runner
2025-08-20T19:18:28.1595181Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/scratch_buffer_grow_preserve.c' from root:root to runner:runner
2025-08-20T19:18:28.1595830Z [00:04:17.255]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc' from root:root to runner:runner
2025-08-20T19:18:28.1596558Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-inttostr.o' from root:root to runner:runner
2025-08-20T19:18:28.1597481Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isxdigit.o' from root:root to runner:runner
2025-08-20T19:18:28.1598133Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/randperm.c' from root:root to runner:runner
2025-08-20T19:18:28.1598789Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/write-any-file.c' from root:root to runner:runner
2025-08-20T19:18:28.1599490Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getlocalename_l-unsafe.c' from root:root to runner:runner
2025-08-20T19:18:28.1600205Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32width.c' from root:root to runner:runner
2025-08-20T19:18:28.1600844Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fchownat.c' from root:root to runner:runner
2025-08-20T19:18:28.1601466Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/float+.h' from root:root to runner:runner
2025-08-20T19:18:28.1602109Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/bitrotate.h' from root:root to runner:runner
2025-08-20T19:18:28.1602865Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-obstack.o' from root:root to runner:runner
2025-08-20T19:18:28.1603626Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-rand-isaac.o' from root:root to runner:runner
2025-08-20T19:18:28.1604257Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdlib--.h' from root:root to runner:runner
2025-08-20T19:18:28.1604885Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/config.hin' from root:root to runner:runner
2025-08-20T19:18:28.1605527Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/vasnprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.1606165Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iswdigit.c' from root:root to runner:runner
2025-08-20T19:18:28.1606859Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/imaxtostr.c' from root:root to runner:runner
2025-08-20T19:18:28.1607671Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strnlen1.h' from root:root to runner:runner
2025-08-20T19:18:28.1608338Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/openat.h' from root:root to runner:runner
2025-08-20T19:18:28.1609112Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sockets.o' from root:root to runner:runner
2025-08-20T19:18:28.1609823Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-getprogname.o' from root:root to runner:runner
2025-08-20T19:18:28.1610523Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-uinttostr.o' from root:root to runner:runner
2025-08-20T19:18:28.1611206Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sha256.o' from root:root to runner:runner
2025-08-20T19:18:28.1611837Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getlogin.c' from root:root to runner:runner
2025-08-20T19:18:28.1612474Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iswpunct.c' from root:root to runner:runner
2025-08-20T19:18:28.1613108Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/posixver.h' from root:root to runner:runner
2025-08-20T19:18:28.1613727Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdbit.c' from root:root to runner:runner
2025-08-20T19:18:28.1614353Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/assure.h' from root:root to runner:runner
2025-08-20T19:18:28.1615045Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/langinfo.h' from root:root to runner:runner
2025-08-20T19:18:28.1615758Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/u64.h' from root:root to runner:runner
2025-08-20T19:18:28.1616393Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/copy-acl.c' from root:root to runner:runner
2025-08-20T19:18:28.1617013Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xtime.h' from root:root to runner:runner
2025-08-20T19:18:28.1617908Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/nl_langinfo-lock.c' from root:root to runner:runner
2025-08-20T19:18:28.1618551Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wctype.h' from root:root to runner:runner
2025-08-20T19:18:28.1619262Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-cl-strtold.o' from root:root to runner:runner
2025-08-20T19:18:28.1619973Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbsrtoc32s.c' from root:root to runner:runner
2025-08-20T19:18:28.1620609Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xmemcoll.c' from root:root to runner:runner
2025-08-20T19:18:28.1621250Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/se-label.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1621959Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/string.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1622600Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbswidth.h' from root:root to runner:runner
2025-08-20T19:18:28.1623225Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/userspec.h' from root:root to runner:runner
2025-08-20T19:18:28.1623854Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sockets.h' from root:root to runner:runner
2025-08-20T19:18:28.1624512Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memset_explicit.c' from root:root to runner:runner
2025-08-20T19:18:28.1625143Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/lchown.c' from root:root to runner:runner
2025-08-20T19:18:28.1625780Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/flexmember.h' from root:root to runner:runner
2025-08-20T19:18:28.1626420Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/open-safer.c' from root:root to runner:runner
2025-08-20T19:18:28.1627090Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32_apply_type_test.c' from root:root to runner:runner
2025-08-20T19:18:28.1628033Z [00:04:17.256]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/closeout.c' from root:root to runner:runner
2025-08-20T19:18:28.1628843Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbsrtoc32s-state.o' from root:root to runner:runner
2025-08-20T19:18:28.1629543Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mkdir-p.o' from root:root to runner:runner
2025-08-20T19:18:28.1630175Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memcmp2.c' from root:root to runner:runner
2025-08-20T19:18:28.1630832Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/parse-datetime.c' from root:root to runner:runner
2025-08-20T19:18:28.1631470Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtod.h' from root:root to runner:runner
2025-08-20T19:18:28.1632153Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/filename.h' from root:root to runner:runner
2025-08-20T19:18:28.1632793Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdbit.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1633454Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/creat-safer.c' from root:root to runner:runner
2025-08-20T19:18:28.1634155Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gnulib.mk' from root:root to runner:runner
2025-08-20T19:18:28.1634870Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-backupfile.o' from root:root to runner:runner
2025-08-20T19:18:28.1635512Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/rawmemchr.c' from root:root to runner:runner
2025-08-20T19:18:28.1636167Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-strcasecmp.c' from root:root to runner:runner
2025-08-20T19:18:28.1636784Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fts_.h' from root:root to runner:runner
2025-08-20T19:18:28.1637669Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xstrtold.o' from root:root to runner:runner
2025-08-20T19:18:28.1638358Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-crc.o' from root:root to runner:runner
2025-08-20T19:18:28.1638990Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/endian.h' from root:root to runner:runner
2025-08-20T19:18:28.1639638Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/openat-proc.c' from root:root to runner:runner
2025-08-20T19:18:28.1640346Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strftime.h' from root:root to runner:runner
2025-08-20T19:18:28.1641033Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/di-set.c' from root:root to runner:runner
2025-08-20T19:18:28.1641680Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/same-inode.h' from root:root to runner:runner
2025-08-20T19:18:28.1642308Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mpsort.h' from root:root to runner:runner
2025-08-20T19:18:28.1642927Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/time_r.c' from root:root to runner:runner
2025-08-20T19:18:28.1643587Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/areadlinkat.c' from root:root to runner:runner
2025-08-20T19:18:28.1644277Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-chownat.o' from root:root to runner:runner
2025-08-20T19:18:28.1644979Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt_int.h' from root:root to runner:runner
2025-08-20T19:18:28.1645619Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/filevercmp.c' from root:root to runner:runner
2025-08-20T19:18:28.1646254Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/quotearg.c' from root:root to runner:runner
2025-08-20T19:18:28.1646939Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/config.h' from root:root to runner:runner
2025-08-20T19:18:28.1648050Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-buffer-lcm.o' from root:root to runner:runner
2025-08-20T19:18:28.1648701Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/signbitf.c' from root:root to runner:runner
2025-08-20T19:18:28.1649333Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/offtostr.c' from root:root to runner:runner
2025-08-20T19:18:28.1650047Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xgetgroups.o' from root:root to runner:runner
2025-08-20T19:18:28.1650756Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isgraph.o' from root:root to runner:runner
2025-08-20T19:18:28.1651394Z [00:04:17.257]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strnlen1.c' from root:root to runner:runner
2025-08-20T19:18:28.1652072Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sha1.o' from root:root to runner:runner
2025-08-20T19:18:28.1652723Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-once.h' from root:root to runner:runner
2025-08-20T19:18:28.1653509Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mountlist.h' from root:root to runner:runner
2025-08-20T19:18:28.1654229Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fsusage.o' from root:root to runner:runner
2025-08-20T19:18:28.1655247Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/rmdir.c' from root:root to runner:runner
2025-08-20T19:18:28.1656325Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c-file-type.o' from root:root to runner:runner
2025-08-20T19:18:28.1657939Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-localcharset.o' from root:root to runner:runner
2025-08-20T19:18:28.1659221Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ftello.c' from root:root to runner:runner
2025-08-20T19:18:28.1660699Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c-strtod.o' from root:root to runner:runner
2025-08-20T19:18:28.1661963Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fsusage.c' from root:root to runner:runner
2025-08-20T19:18:28.1663198Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/se-context.c' from root:root to runner:runner
2025-08-20T19:18:28.1664480Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistd--.h' from root:root to runner:runner
2025-08-20T19:18:28.1665525Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/string.h' from root:root to runner:runner
2025-08-20T19:18:28.1666203Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbszero.c' from root:root to runner:runner
2025-08-20T19:18:28.1666835Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/chown.c' from root:root to runner:runner
2025-08-20T19:18:28.1667683Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dev-ino.h' from root:root to runner:runner
2025-08-20T19:18:28.1668345Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sigaction.c' from root:root to runner:runner
2025-08-20T19:18:28.1668978Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/chmod.c' from root:root to runner:runner
2025-08-20T19:18:28.1669609Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freadptr.h' from root:root to runner:runner
2025-08-20T19:18:28.1670230Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/u64.c' from root:root to runner:runner
2025-08-20T19:18:28.1670973Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-tls.h' from root:root to runner:runner
2025-08-20T19:18:28.1671760Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-file-has-acl.o' from root:root to runner:runner
2025-08-20T19:18:28.1672460Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-closein.o' from root:root to runner:runner
2025-08-20T19:18:28.1673160Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xreadlink.o' from root:root to runner:runner
2025-08-20T19:18:28.1673865Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-se-context.o' from root:root to runner:runner
2025-08-20T19:18:28.1674507Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/physmem.h' from root:root to runner:runner
2025-08-20T19:18:28.1675224Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iswctype-impl.h' from root:root to runner:runner
2025-08-20T19:18:28.1675856Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pthread.h' from root:root to runner:runner
2025-08-20T19:18:28.1676574Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freadahead.h' from root:root to runner:runner
2025-08-20T19:18:28.1677468Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/acl_entries.c' from root:root to runner:runner
2025-08-20T19:18:28.1678472Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-error.o' from root:root to runner:runner
2025-08-20T19:18:28.1679254Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-dtotimespec.o' from root:root to runner:runner
2025-08-20T19:18:28.1680082Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xstrtoumax.o' from root:root to runner:runner
2025-08-20T19:18:28.1680753Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/read-file.h' from root:root to runner:runner
2025-08-20T19:18:28.1681458Z [00:04:17.258]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-strcaseeq.h' from root:root to runner:runner
2025-08-20T19:18:28.1682231Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha512.c' from root:root to runner:runner
2025-08-20T19:18:28.1682901Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/opendir.c' from root:root to runner:runner
2025-08-20T19:18:28.1683594Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ftoastr.h' from root:root to runner:runner
2025-08-20T19:18:28.1684272Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stat-time.h' from root:root to runner:runner
2025-08-20T19:18:28.1685161Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-physmem.o' from root:root to runner:runner
2025-08-20T19:18:28.1685896Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uchar.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1686678Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memchr2.valgrind' from root:root to runner:runner
2025-08-20T19:18:28.1687674Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-targetdir.o' from root:root to runner:runner
2025-08-20T19:18:28.1688367Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/tempname.h' from root:root to runner:runner
2025-08-20T19:18:28.1689070Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/filenamecat.h' from root:root to runner:runner
2025-08-20T19:18:28.1689964Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isspace.o' from root:root to runner:runner
2025-08-20T19:18:28.1690771Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-readtokens0.o' from root:root to runner:runner
2025-08-20T19:18:28.1691437Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/arpa_inet.c' from root:root to runner:runner
2025-08-20T19:18:28.1692206Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/i-ring.c' from root:root to runner:runner
2025-08-20T19:18:28.1692899Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freopen-safer.c' from root:root to runner:runner
2025-08-20T19:18:28.1693670Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wctype-h.c' from root:root to runner:runner
2025-08-20T19:18:28.1694452Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-skipchars.o' from root:root to runner:runner
2025-08-20T19:18:28.1695117Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strdup.c' from root:root to runner:runner
2025-08-20T19:18:28.1695902Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-careadlinkat.o' from root:root to runner:runner
2025-08-20T19:18:28.1696573Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unlinkdir.c' from root:root to runner:runner
2025-08-20T19:18:28.1697557Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32_get_type_test.c' from root:root to runner:runner
2025-08-20T19:18:28.1698256Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fcntl.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1699119Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xalignalloc.c' from root:root to runner:runner
2025-08-20T19:18:28.1699798Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/crc-x86_64.h' from root:root to runner:runner
2025-08-20T19:18:28.1700552Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_select.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1701318Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/scratch_buffer.h' from root:root to runner:runner
2025-08-20T19:18:28.1702066Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-freadptr.o' from root:root to runner:runner
2025-08-20T19:18:28.1702781Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freadseek.c' from root:root to runner:runner
2025-08-20T19:18:28.1703495Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xfts.c' from root:root to runner:runner
2025-08-20T19:18:28.1704205Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/qcopy-acl.c' from root:root to runner:runner
2025-08-20T19:18:28.1704906Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mknod.o' from root:root to runner:runner
2025-08-20T19:18:28.1705741Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/limits.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1706444Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt1.c' from root:root to runner:runner
2025-08-20T19:18:28.1707128Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/file-has-acl.c' from root:root to runner:runner
2025-08-20T19:18:28.1708414Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mountlist.o' from root:root to runner:runner
2025-08-20T19:18:28.1709087Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/regex.h' from root:root to runner:runner
2025-08-20T19:18:28.1709957Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-base32.o' from root:root to runner:runner
2025-08-20T19:18:28.1710648Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/long-options.c' from root:root to runner:runner
2025-08-20T19:18:28.1711346Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memcoll.h' from root:root to runner:runner
2025-08-20T19:18:28.1712089Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xalignalloc.o' from root:root to runner:runner
2025-08-20T19:18:28.1712873Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/save-cwd.c' from root:root to runner:runner
2025-08-20T19:18:28.1713730Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/setlocale-lock.c' from root:root to runner:runner
2025-08-20T19:18:28.1714403Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/closein.h' from root:root to runner:runner
2025-08-20T19:18:28.1715138Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mini-gmp.h' from root:root to runner:runner
2025-08-20T19:18:28.1715796Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/putenv.c' from root:root to runner:runner
2025-08-20T19:18:28.1716499Z [00:04:17.259]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_socket.c' from root:root to runner:runner
2025-08-20T19:18:28.1717463Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/lchmod.c' from root:root to runner:runner
2025-08-20T19:18:28.1718239Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/backupfile.c' from root:root to runner:runner
2025-08-20T19:18:28.1718910Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/anytostr.c' from root:root to runner:runner
2025-08-20T19:18:28.1719653Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-solaris.h' from root:root to runner:runner
2025-08-20T19:18:28.1720414Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/priv-set.h' from root:root to runner:runner
2025-08-20T19:18:28.1721219Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xnanosleep.o' from root:root to runner:runner
2025-08-20T19:18:28.1722045Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-md5-stream.o' from root:root to runner:runner
2025-08-20T19:18:28.1722716Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xdectoumax.c' from root:root to runner:runner
2025-08-20T19:18:28.1723457Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt-cdefs.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1724131Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/attribute.h' from root:root to runner:runner
2025-08-20T19:18:28.1724859Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/human.h' from root:root to runner:runner
2025-08-20T19:18:28.1725626Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memcoll.c' from root:root to runner:runner
2025-08-20T19:18:28.1726776Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-hash-triple-simple.o' from root:root to runner:runner
2025-08-20T19:18:28.1728593Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-randint.o' from root:root to runner:runner
2025-08-20T19:18:28.1729978Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sig-handler.h' from root:root to runner:runner
2025-08-20T19:18:28.1731422Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/printf-args.c' from root:root to runner:runner
2025-08-20T19:18:28.1732805Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readtokens.h' from root:root to runner:runner
2025-08-20T19:18:28.1734154Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xmalloc.c' from root:root to runner:runner
2025-08-20T19:18:28.1735441Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-thread.c' from root:root to runner:runner
2025-08-20T19:18:28.1736870Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/secure_getenv.c' from root:root to runner:runner
2025-08-20T19:18:28.1738068Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xdectoint.h' from root:root to runner:runner
2025-08-20T19:18:28.1738772Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkfifoat.c' from root:root to runner:runner
2025-08-20T19:18:28.1739593Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fopen-safer.c' from root:root to runner:runner
2025-08-20T19:18:28.1740333Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-freadseek.o' from root:root to runner:runner
2025-08-20T19:18:28.1741088Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-savedir.o' from root:root to runner:runner
2025-08-20T19:18:28.1741811Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-zos.gperf' from root:root to runner:runner
2025-08-20T19:18:28.1742607Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wctype-impl.h' from root:root to runner:runner
2025-08-20T19:18:28.1743435Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-long-options.o' from root:root to runner:runner
2025-08-20T19:18:28.1744173Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/localcharset.c' from root:root to runner:runner
2025-08-20T19:18:28.1744954Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-strintcmp.o' from root:root to runner:runner
2025-08-20T19:18:28.1745623Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/close-stream.c' from root:root to runner:runner
2025-08-20T19:18:28.1746458Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/error.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1747135Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/filemode.c' from root:root to runner:runner
2025-08-20T19:18:28.1748181Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-ldtoastr.o' from root:root to runner:runner
2025-08-20T19:18:28.1748895Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unitypes.h' from root:root to runner:runner
2025-08-20T19:18:28.1749587Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unlinkat.c' from root:root to runner:runner
2025-08-20T19:18:28.1750373Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtol.h' from root:root to runner:runner
2025-08-20T19:18:28.1751158Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/intprops-internal.h' from root:root to runner:runner
2025-08-20T19:18:28.1751863Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xprintf.h' from root:root to runner:runner
2025-08-20T19:18:28.1752549Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gethostname.c' from root:root to runner:runner
2025-08-20T19:18:28.1753335Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/parse-datetime.h' from root:root to runner:runner
2025-08-20T19:18:28.1754058Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/se-label.c' from root:root to runner:runner
2025-08-20T19:18:28.1754836Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbrlen.o' from root:root to runner:runner
2025-08-20T19:18:28.1755594Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-copy-file-range.o' from root:root to runner:runner
2025-08-20T19:18:28.1756380Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-ialloc.o' from root:root to runner:runner
2025-08-20T19:18:28.1757312Z [00:04:17.260]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/localeconv.c' from root:root to runner:runner
2025-08-20T19:18:28.1758088Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/argmatch.h' from root:root to runner:runner
2025-08-20T19:18:28.1758801Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/remove.c' from root:root to runner:runner
2025-08-20T19:18:28.1759500Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-recmutex.h' from root:root to runner:runner
2025-08-20T19:18:28.1760291Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_close.c' from root:root to runner:runner
2025-08-20T19:18:28.1761031Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-allocator.o' from root:root to runner:runner
2025-08-20T19:18:28.1761784Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_time.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1762466Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fpucw.h' from root:root to runner:runner
2025-08-20T19:18:28.1763205Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gl_openssl.h' from root:root to runner:runner
2025-08-20T19:18:28.1763986Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-renameatu.o' from root:root to runner:runner
2025-08-20T19:18:28.1764790Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbsrtoc32s.o' from root:root to runner:runner
2025-08-20T19:18:28.1765551Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-strtold.c' from root:root to runner:runner
2025-08-20T19:18:28.1766277Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/binary-io.h' from root:root to runner:runner
2025-08-20T19:18:28.1767055Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getlocalename_l-unsafe.h' from root:root to runner:runner
2025-08-20T19:18:28.1768113Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-posixver.o' from root:root to runner:runner
2025-08-20T19:18:28.1768852Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/linebuffer.c' from root:root to runner:runner
2025-08-20T19:18:28.1769611Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloca.h' from root:root to runner:runner
2025-08-20T19:18:28.1770395Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-btowc.o' from root:root to runner:runner
2025-08-20T19:18:28.1771109Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stat-w32.c' from root:root to runner:runner
2025-08-20T19:18:28.1771861Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkdir-p.c' from root:root to runner:runner
2025-08-20T19:18:28.1772596Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mini-gmp-gnulib.c' from root:root to runner:runner
2025-08-20T19:18:28.1773268Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/basename-lgpl.h' from root:root to runner:runner
2025-08-20T19:18:28.1774172Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mgetgroups.o' from root:root to runner:runner
2025-08-20T19:18:28.1774941Z [00:04:17.261]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-dup-safer-flag.o' from root:root to runner:runner
2025-08-20T19:18:28.1775665Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_socket.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1776362Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloca.c' from root:root to runner:runner
2025-08-20T19:18:28.1777016Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/inet_ntop.c' from root:root to runner:runner
2025-08-20T19:18:28.1778107Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/base64.h' from root:root to runner:runner
2025-08-20T19:18:28.1778805Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/time.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1779622Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dup-safer-flag.c' from root:root to runner:runner
2025-08-20T19:18:28.1780390Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c-strncasecmp.o' from root:root to runner:runner
2025-08-20T19:18:28.1781148Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-linebuffer.o' from root:root to runner:runner
2025-08-20T19:18:28.1781919Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/math.c' from root:root to runner:runner
2025-08-20T19:18:28.1782635Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/float.h' from root:root to runner:runner
2025-08-20T19:18:28.1783330Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memrchr.c' from root:root to runner:runner
2025-08-20T19:18:28.1783978Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/md5.c' from root:root to runner:runner
2025-08-20T19:18:28.1784720Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1785573Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xbinary-io.o' from root:root to runner:runner
2025-08-20T19:18:28.1786356Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-exitfail.o' from root:root to runner:runner
2025-08-20T19:18:28.1787075Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fseeko.o' from root:root to runner:runner
2025-08-20T19:18:28.1788034Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/version-etc.h' from root:root to runner:runner
2025-08-20T19:18:28.1788793Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sig2str.c' from root:root to runner:runner
2025-08-20T19:18:28.1789627Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sys_socket.o' from root:root to runner:runner
2025-08-20T19:18:28.1790400Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-yesno.o' from root:root to runner:runner
2025-08-20T19:18:28.1791094Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/acl-errno-valid.c' from root:root to runner:runner
2025-08-20T19:18:28.1791832Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fseterr.h' from root:root to runner:runner
2025-08-20T19:18:28.1792517Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/group-member.c' from root:root to runner:runner
2025-08-20T19:18:28.1793322Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbrtoc32.c' from root:root to runner:runner
2025-08-20T19:18:28.1794011Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/local.mk' from root:root to runner:runner
2025-08-20T19:18:28.1794798Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xgethostname.o' from root:root to runner:runner
2025-08-20T19:18:28.1795628Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-read-file.o' from root:root to runner:runner
2025-08-20T19:18:28.1796366Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-opendirat.o' from root:root to runner:runner
2025-08-20T19:18:28.1797787Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-tempname.o' from root:root to runner:runner
2025-08-20T19:18:28.1799088Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbtowc-lock.c' from root:root to runner:runner
2025-08-20T19:18:28.1799981Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-set-permissions.o' from root:root to runner:runner
2025-08-20T19:18:28.1800843Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isblank.o' from root:root to runner:runner
2025-08-20T19:18:28.1801556Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/cloexec.c' from root:root to runner:runner
2025-08-20T19:18:28.1802208Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/priv-set.c' from root:root to runner:runner
2025-08-20T19:18:28.1803097Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-version-etc-fsf.o' from root:root to runner:runner
2025-08-20T19:18:28.1803925Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-float.o' from root:root to runner:runner
2025-08-20T19:18:28.1804593Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/endian.c' from root:root to runner:runner
2025-08-20T19:18:28.1805325Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-thread.h' from root:root to runner:runner
2025-08-20T19:18:28.1805965Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbschr.c' from root:root to runner:runner
2025-08-20T19:18:28.1806858Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-basename-lgpl.o' from root:root to runner:runner
2025-08-20T19:18:28.1807756Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wctype.c' from root:root to runner:runner
2025-08-20T19:18:28.1808611Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.1809344Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth/cjk.h' from root:root to runner:runner
2025-08-20T19:18:28.1810090Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth/libcoreutils_a-width.o' from root:root to runner:runner
2025-08-20T19:18:28.1810969Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth/width0.h' from root:root to runner:runner
2025-08-20T19:18:28.1811676Z [00:04:17.262]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth/width2.h' from root:root to runner:runner
2025-08-20T19:18:28.1812433Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.1813217Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth/.deps/libcoreutils_a-width.Po' from root:root to runner:runner
2025-08-20T19:18:28.1813920Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth/.deps' from root:root to runner:runner
2025-08-20T19:18:28.1814767Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth/width.c' from root:root to runner:runner
2025-08-20T19:18:28.1815485Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth' from root:root to runner:runner
2025-08-20T19:18:28.1816258Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-openat-die.o' from root:root to runner:runner
2025-08-20T19:18:28.1816914Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getcwd.c' from root:root to runner:runner
2025-08-20T19:18:28.1817888Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fcntl.c' from root:root to runner:runner
2025-08-20T19:18:28.1818655Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strtoimax.c' from root:root to runner:runner
2025-08-20T19:18:28.1819390Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readtokens0.h' from root:root to runner:runner
2025-08-20T19:18:28.1820114Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-realloc.o' from root:root to runner:runner
2025-08-20T19:18:28.1820801Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/lstat.c' from root:root to runner:runner
2025-08-20T19:18:28.1821496Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fts.c' from root:root to runner:runner
2025-08-20T19:18:28.1822352Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xstrtod.o' from root:root to runner:runner
2025-08-20T19:18:28.1823146Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-progname.o' from root:root to runner:runner
2025-08-20T19:18:28.1823810Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/idcache.c' from root:root to runner:runner
2025-08-20T19:18:28.1824637Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbswidth.o' from root:root to runner:runner
2025-08-20T19:18:28.1825304Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/settime.c' from root:root to runner:runner
2025-08-20T19:18:28.1826060Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils.a' from root:root to runner:runner
2025-08-20T19:18:28.1826739Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strtoll.c' from root:root to runner:runner
2025-08-20T19:18:28.1827667Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strnumcmp-in.h' from root:root to runner:runner
2025-08-20T19:18:28.1828526Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdint.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1829191Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistd.c' from root:root to runner:runner
2025-08-20T19:18:28.1829927Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/streq.h' from root:root to runner:runner
2025-08-20T19:18:28.1830597Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/access.c' from root:root to runner:runner
2025-08-20T19:18:28.1831290Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/locale.h' from root:root to runner:runner
2025-08-20T19:18:28.1832090Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-readutmp.o' from root:root to runner:runner
2025-08-20T19:18:28.1832796Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isnan.c' from root:root to runner:runner
2025-08-20T19:18:28.1833517Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-open-safer.o' from root:root to runner:runner
2025-08-20T19:18:28.1834275Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbtowc.c' from root:root to runner:runner
2025-08-20T19:18:28.1835014Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkdir.c' from root:root to runner:runner
2025-08-20T19:18:28.1835694Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getugroups.c' from root:root to runner:runner
2025-08-20T19:18:28.1836471Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getcwd-lgpl.c' from root:root to runner:runner
2025-08-20T19:18:28.1837129Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getfilecon.c' from root:root to runner:runner
2025-08-20T19:18:28.1838122Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fnmatch_loop.c' from root:root to runner:runner
2025-08-20T19:18:28.1838906Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdlib-safer.h' from root:root to runner:runner
2025-08-20T19:18:28.1839613Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/exitfail.c' from root:root to runner:runner
2025-08-20T19:18:28.1840274Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mknodat.c' from root:root to runner:runner
2025-08-20T19:18:28.1841018Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-freading.o' from root:root to runner:runner
2025-08-20T19:18:28.1841797Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/inet_pton.c' from root:root to runner:runner
2025-08-20T19:18:28.1842590Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hash-triple.h' from root:root to runner:runner
2025-08-20T19:18:28.1843287Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fcntl--.h' from root:root to runner:runner
2025-08-20T19:18:28.1843946Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/qset-acl.c' from root:root to runner:runner
2025-08-20T19:18:28.1844645Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/filenamecat.c' from root:root to runner:runner
2025-08-20T19:18:28.1845491Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbrtoc32.o' from root:root to runner:runner
2025-08-20T19:18:28.1846283Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xmemcoll.o' from root:root to runner:runner
2025-08-20T19:18:28.1846992Z [00:04:17.263]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fts.o' from root:root to runner:runner
2025-08-20T19:18:28.1847997Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.1848753Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u32-strlen.c' from root:root to runner:runner
2025-08-20T19:18:28.1849799Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u8-uctomb.c' from root:root to runner:runner
2025-08-20T19:18:28.1850682Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u32-chr.c' from root:root to runner:runner
2025-08-20T19:18:28.1851399Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u8-mbtoucr.c' from root:root to runner:runner
2025-08-20T19:18:28.1852190Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/libcoreutils_a-u32-chr.o' from root:root to runner:runner
2025-08-20T19:18:28.1853035Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/libcoreutils_a-u32-strcat.o' from root:root to runner:runner
2025-08-20T19:18:28.1854021Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u32-cpy.c' from root:root to runner:runner
2025-08-20T19:18:28.1854881Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/libcoreutils_a-u32-strlen.o' from root:root to runner:runner
2025-08-20T19:18:28.1855639Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/libcoreutils_a-u32-cpy.o' from root:root to runner:runner
2025-08-20T19:18:28.1856376Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u-strcat.h' from root:root to runner:runner
2025-08-20T19:18:28.1857406Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u-cpy.h' from root:root to runner:runner
2025-08-20T19:18:28.1858425Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/libcoreutils_a-u8-mbtoucr.o' from root:root to runner:runner
2025-08-20T19:18:28.1859229Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/libcoreutils_a-u8-uctomb-aux.o' from root:root to runner:runner
2025-08-20T19:18:28.1859962Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u-strlen.h' from root:root to runner:runner
2025-08-20T19:18:28.1860797Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u32-strcat.c' from root:root to runner:runner
2025-08-20T19:18:28.1861522Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.1862384Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u32-cpy.Po' from root:root to runner:runner
2025-08-20T19:18:28.1863180Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u32-chr.Po' from root:root to runner:runner
2025-08-20T19:18:28.1864020Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u8-mbtoucr.Po' from root:root to runner:runner
2025-08-20T19:18:28.1864875Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u8-uctomb.Po' from root:root to runner:runner
2025-08-20T19:18:28.1865750Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u8-uctomb-aux.Po' from root:root to runner:runner
2025-08-20T19:18:28.1867075Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u32-pcpy.Po' from root:root to runner:runner
2025-08-20T19:18:28.1868983Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u32-strlen.Po' from root:root to runner:runner
2025-08-20T19:18:28.1870628Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/.deps/libcoreutils_a-u32-strcat.Po' from root:root to runner:runner
2025-08-20T19:18:28.1871943Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/.deps' from root:root to runner:runner
2025-08-20T19:18:28.1873469Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/libcoreutils_a-u32-pcpy.o' from root:root to runner:runner
2025-08-20T19:18:28.1874784Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u32-pcpy.c' from root:root to runner:runner
2025-08-20T19:18:28.1876455Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/libcoreutils_a-u8-uctomb.o' from root:root to runner:runner
2025-08-20T19:18:28.1877694Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u8-uctomb-aux.c' from root:root to runner:runner
2025-08-20T19:18:28.1878497Z [00:04:17.264]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u-pcpy.h' from root:root to runner:runner
2025-08-20T19:18:28.1879199Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr' from root:root to runner:runner
2025-08-20T19:18:28.1879961Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isnanf.c' from root:root to runner:runner
2025-08-20T19:18:28.1880785Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkancesdirs.h' from root:root to runner:runner
2025-08-20T19:18:28.1881458Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-strtod.h' from root:root to runner:runner
2025-08-20T19:18:28.1882158Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/btowc.c' from root:root to runner:runner
2025-08-20T19:18:28.1882872Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtol-error.c' from root:root to runner:runner
2025-08-20T19:18:28.1883575Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/full-read.c' from root:root to runner:runner
2025-08-20T19:18:28.1884377Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha512-stream.c' from root:root to runner:runner
2025-08-20T19:18:28.1885143Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32ispunct.c' from root:root to runner:runner
2025-08-20T19:18:28.1885897Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-nproc.o' from root:root to runner:runner
2025-08-20T19:18:28.1886704Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-selinux-at.o' from root:root to runner:runner
2025-08-20T19:18:28.1887596Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbrlen.c' from root:root to runner:runner
2025-08-20T19:18:28.1888360Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_utsname.in.h' from root:root to runner:runner
2025-08-20T19:18:28.1889079Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fnmatch.c' from root:root to runner:runner
2025-08-20T19:18:28.1889740Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/termios.h' from root:root to runner:runner
2025-08-20T19:18:28.1890602Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isdigit.o' from root:root to runner:runner
2025-08-20T19:18:28.1891283Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha512.h' from root:root to runner:runner
2025-08-20T19:18:28.1891994Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/setenv.c' from root:root to runner:runner
2025-08-20T19:18:28.1892826Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-open.Po' from root:root to runner:runner
2025-08-20T19:18:28.1893638Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-chmodat.Po' from root:root to runner:runner
2025-08-20T19:18:28.1894438Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-isnand.Po' from root:root to runner:runner
2025-08-20T19:18:28.1895182Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xtime.Po' from root:root to runner:runner
2025-08-20T19:18:28.1896001Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkdirat.Po' from root:root to runner:runner
2025-08-20T19:18:28.1896782Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sm3-stream.Po' from root:root to runner:runner
2025-08-20T19:18:28.1897792Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fseterr.Po' from root:root to runner:runner
2025-08-20T19:18:28.1898689Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkancesdirs.Po' from root:root to runner:runner
2025-08-20T19:18:28.1899455Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-asnprintf.Po' from root:root to runner:runner
2025-08-20T19:18:28.1904842Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fcntl.Po' from root:root to runner:runner
2025-08-20T19:18:28.1905802Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-utimecmp.Po' from root:root to runner:runner
2025-08-20T19:18:28.1906577Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-filenamecat.Po' from root:root to runner:runner
2025-08-20T19:18:28.1907590Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stat.Po' from root:root to runner:runner
2025-08-20T19:18:28.1908374Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-filemode.Po' from root:root to runner:runner
2025-08-20T19:18:28.1909102Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strtol.Po' from root:root to runner:runner
2025-08-20T19:18:28.1909920Z [00:04:17.265]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-regex.Po' from root:root to runner:runner
2025-08-20T19:18:28.1910722Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-setlocale_null-unlocked.Po' from root:root to runner:runner
2025-08-20T19:18:28.1911436Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-opendir.Po' from root:root to runner:runner
2025-08-20T19:18:28.1912245Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-backup-rename.Po' from root:root to runner:runner
2025-08-20T19:18:28.1912971Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strdup.Po' from root:root to runner:runner
2025-08-20T19:18:28.1913684Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-di-set.Po' from root:root to runner:runner
2025-08-20T19:18:28.1914422Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getdtablesize.Po' from root:root to runner:runner
2025-08-20T19:18:28.1915136Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-wcwidth.Po' from root:root to runner:runner
2025-08-20T19:18:28.1915854Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strstr.Po' from root:root to runner:runner
2025-08-20T19:18:28.1916561Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.1917647Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getcwd-lgpl.Po' from root:root to runner:runner
2025-08-20T19:18:28.1918650Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isdigit.Po' from root:root to runner:runner
2025-08-20T19:18:28.1919484Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xnanosleep.Po' from root:root to runner:runner
2025-08-20T19:18:28.1920214Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-bitrotate.Po' from root:root to runner:runner
2025-08-20T19:18:28.1920946Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-unlinkdir.Po' from root:root to runner:runner
2025-08-20T19:18:28.1921648Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-ftell.Po' from root:root to runner:runner
2025-08-20T19:18:28.1922366Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-time.Po' from root:root to runner:runner
2025-08-20T19:18:28.1923205Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-crc-generate-table.Po' from root:root to runner:runner
2025-08-20T19:18:28.1923925Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dirname.Po' from root:root to runner:runner
2025-08-20T19:18:28.1924648Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-copy-acl.Po' from root:root to runner:runner
2025-08-20T19:18:28.1925428Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-imaxtostr.Po' from root:root to runner:runner
2025-08-20T19:18:28.1926156Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-signbitd.Po' from root:root to runner:runner
2025-08-20T19:18:28.1926908Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-copy-file-range.Po' from root:root to runner:runner
2025-08-20T19:18:28.1927824Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fd-safer.Po' from root:root to runner:runner
2025-08-20T19:18:28.1928918Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fsync.Po' from root:root to runner:runner
2025-08-20T19:18:28.1929849Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-ino-map.Po' from root:root to runner:runner
2025-08-20T19:18:28.1930678Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mountlist.Po' from root:root to runner:runner
2025-08-20T19:18:28.1931430Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-acl-errno-valid.Po' from root:root to runner:runner
2025-08-20T19:18:28.1932160Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-nl_langinfo.Po' from root:root to runner:runner
2025-08-20T19:18:28.1934808Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c-strcasecmp.Po' from root:root to runner:runner
2025-08-20T19:18:28.1935529Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-time_rz.Po' from root:root to runner:runner
2025-08-20T19:18:28.1936240Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-rpmatch.Po' from root:root to runner:runner
2025-08-20T19:18:28.1936949Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-isnanf.Po' from root:root to runner:runner
2025-08-20T19:18:28.1938070Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-iconv_open.Po' from root:root to runner:runner
2025-08-20T19:18:28.1939099Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-posixver.Po' from root:root to runner:runner
2025-08-20T19:18:28.1940457Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-rewinddir.Po' from root:root to runner:runner
2025-08-20T19:18:28.1941883Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-tzset.Po' from root:root to runner:runner
2025-08-20T19:18:28.1943428Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-utimens.Po' from root:root to runner:runner
2025-08-20T19:18:28.1944893Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-vfzprintf.Po' from root:root to runner:runner
2025-08-20T19:18:28.1946286Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-itold.Po' from root:root to runner:runner
2025-08-20T19:18:28.1947881Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fstat.Po' from root:root to runner:runner
2025-08-20T19:18:28.1949221Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-areadlink-with-size.Po' from root:root to runner:runner
2025-08-20T19:18:28.1949986Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mknodat.Po' from root:root to runner:runner
2025-08-20T19:18:28.1950810Z [00:04:17.266]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strnlen1.Po' from root:root to runner:runner
2025-08-20T19:18:28.1951553Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-backup-find.Po' from root:root to runner:runner
2025-08-20T19:18:28.1952263Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-select.Po' from root:root to runner:runner
2025-08-20T19:18:28.1953099Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-lc-charset-dispatch.Po' from root:root to runner:runner
2025-08-20T19:18:28.1953851Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbsrtowcs-state.Po' from root:root to runner:runner
2025-08-20T19:18:28.1954579Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xgetgroups.Po' from root:root to runner:runner
2025-08-20T19:18:28.1955311Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-file-has-acl.Po' from root:root to runner:runner
2025-08-20T19:18:28.1956026Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkstemp.Po' from root:root to runner:runner
2025-08-20T19:18:28.1956794Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-savewd.Po' from root:root to runner:runner
2025-08-20T19:18:28.1957768Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-priv-set.Po' from root:root to runner:runner
2025-08-20T19:18:28.1958491Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-chownat.Po' from root:root to runner:runner
2025-08-20T19:18:28.1959292Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbsrtowcs.Po' from root:root to runner:runner
2025-08-20T19:18:28.1960036Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-str_endswith.Po' from root:root to runner:runner
2025-08-20T19:18:28.1960745Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-write.Po' from root:root to runner:runner
2025-08-20T19:18:28.1961451Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-iswpunct.Po' from root:root to runner:runner
2025-08-20T19:18:28.1962210Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strerror-override.Po' from root:root to runner:runner
2025-08-20T19:18:28.1962943Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sha1-stream.Po' from root:root to runner:runner
2025-08-20T19:18:28.1963713Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strnlen.Po' from root:root to runner:runner
2025-08-20T19:18:28.1964508Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-areadlinkat-with-size.Po' from root:root to runner:runner
2025-08-20T19:18:28.1965233Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-msvc-inval.Po' from root:root to runner:runner
2025-08-20T19:18:28.1966012Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xmalloc.Po' from root:root to runner:runner
2025-08-20T19:18:28.1966736Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getlogin.Po' from root:root to runner:runner
2025-08-20T19:18:28.1967664Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fprintftime.Po' from root:root to runner:runner
2025-08-20T19:18:28.1968388Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-opendirat.Po' from root:root to runner:runner
2025-08-20T19:18:28.1969126Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-vsnzprintf.Po' from root:root to runner:runner
2025-08-20T19:18:28.1969925Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-basename.Po' from root:root to runner:runner
2025-08-20T19:18:28.1970662Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-root-dev-ino.Po' from root:root to runner:runner
2025-08-20T19:18:28.1971380Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getloadavg.Po' from root:root to runner:runner
2025-08-20T19:18:28.1972151Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-settime.Po' from root:root to runner:runner
2025-08-20T19:18:28.1972876Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strftime.Po' from root:root to runner:runner
2025-08-20T19:18:28.1973633Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-putenv.Po' from root:root to runner:runner
2025-08-20T19:18:28.1974382Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-rwlock.Po' from root:root to runner:runner
2025-08-20T19:18:28.1975101Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32iscntrl.Po' from root:root to runner:runner
2025-08-20T19:18:28.1975832Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtoul.Po' from root:root to runner:runner
2025-08-20T19:18:28.1976545Z [00:04:17.267]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-offtostr.Po' from root:root to runner:runner
2025-08-20T19:18:28.1977527Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xreadlink.Po' from root:root to runner:runner
2025-08-20T19:18:28.1978264Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xmemcoll.Po' from root:root to runner:runner
2025-08-20T19:18:28.1979118Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-get-permissions.Po' from root:root to runner:runner
2025-08-20T19:18:28.1979861Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-careadlinkat.Po' from root:root to runner:runner
2025-08-20T19:18:28.1980561Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fseeko.Po' from root:root to runner:runner
2025-08-20T19:18:28.1981274Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-qset-acl.Po' from root:root to runner:runner
2025-08-20T19:18:28.1981992Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-iswctype.Po' from root:root to runner:runner
2025-08-20T19:18:28.1982790Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-uinttostr.Po' from root:root to runner:runner
2025-08-20T19:18:28.1983537Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-version-etc-fsf.Po' from root:root to runner:runner
2025-08-20T19:18:28.1984291Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbsrtoc32s-state.Po' from root:root to runner:runner
2025-08-20T19:18:28.1985073Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isspace.Po' from root:root to runner:runner
2025-08-20T19:18:28.1985809Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fchown-stub.Po' from root:root to runner:runner
2025-08-20T19:18:28.1986607Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-memrchr.Po' from root:root to runner:runner
2025-08-20T19:18:28.1987650Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-umaxtostr.Po' from root:root to runner:runner
2025-08-20T19:18:28.1988505Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-closeout.Po' from root:root to runner:runner
2025-08-20T19:18:28.1989267Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-tempname.Po' from root:root to runner:runner
2025-08-20T19:18:28.1990022Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-unicodeio.Po' from root:root to runner:runner
2025-08-20T19:18:28.1990760Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xbinary-io.Po' from root:root to runner:runner
2025-08-20T19:18:28.1991510Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pthread_sigmask.Po' from root:root to runner:runner
2025-08-20T19:18:28.1992326Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtold.Po' from root:root to runner:runner
2025-08-20T19:18:28.1993047Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-hash-pjw.Po' from root:root to runner:runner
2025-08-20T19:18:28.1993767Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-areadlink.Po' from root:root to runner:runner
2025-08-20T19:18:28.1994494Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-iconv_close.Po' from root:root to runner:runner
2025-08-20T19:18:28.1995217Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strerror.Po' from root:root to runner:runner
2025-08-20T19:18:28.1995989Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sha512.Po' from root:root to runner:runner
2025-08-20T19:18:28.1996697Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-uname.Po' from root:root to runner:runner
2025-08-20T19:18:28.1997622Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-gethostname.Po' from root:root to runner:runner
2025-08-20T19:18:28.1998429Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fdopendir.Po' from root:root to runner:runner
2025-08-20T19:18:28.1999205Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-filenamecat-lgpl.Po' from root:root to runner:runner
2025-08-20T19:18:28.1999989Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-openat-safer.Po' from root:root to runner:runner
2025-08-20T19:18:28.2000718Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbsrtoc32s.Po' from root:root to runner:runner
2025-08-20T19:18:28.2001443Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbscasecmp.Po' from root:root to runner:runner
2025-08-20T19:18:28.2002186Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-reallocarray.Po' from root:root to runner:runner
2025-08-20T19:18:28.2002895Z [00:04:17.268]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-frexp.Po' from root:root to runner:runner
2025-08-20T19:18:28.2003627Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dirchownmod.Po' from root:root to runner:runner
2025-08-20T19:18:28.2004341Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-savedir.Po' from root:root to runner:runner
2025-08-20T19:18:28.2005110Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-math.Po' from root:root to runner:runner
2025-08-20T19:18:28.2005836Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-binary-io.Po' from root:root to runner:runner
2025-08-20T19:18:28.2006535Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-chmod.Po' from root:root to runner:runner
2025-08-20T19:18:28.2007496Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-secure_getenv.Po' from root:root to runner:runner
2025-08-20T19:18:28.2008275Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-renameat.Po' from root:root to runner:runner
2025-08-20T19:18:28.2009375Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbrlen.Po' from root:root to runner:runner
2025-08-20T19:18:28.2010221Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sig-handler.Po' from root:root to runner:runner
2025-08-20T19:18:28.2011623Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strtoull.Po' from root:root to runner:runner
2025-08-20T19:18:28.2013180Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-inet_pton.Po' from root:root to runner:runner
2025-08-20T19:18:28.2014599Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-timegm.Po' from root:root to runner:runner
2025-08-20T19:18:28.2016095Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-alloca.Po' from root:root to runner:runner
2025-08-20T19:18:28.2017572Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/alloca.Po' from root:root to runner:runner
2025-08-20T19:18:28.2018924Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-qsort.Po' from root:root to runner:runner
2025-08-20T19:18:28.2020191Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-randint.Po' from root:root to runner:runner
2025-08-20T19:18:28.2020979Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dtimespec-bound.Po' from root:root to runner:runner
2025-08-20T19:18:28.2021693Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbschr.Po' from root:root to runner:runner
2025-08-20T19:18:28.2022433Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dup-safer-flag.Po' from root:root to runner:runner
2025-08-20T19:18:28.2023304Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-nl_langinfo-lock.Po' from root:root to runner:runner
2025-08-20T19:18:28.2024052Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getugroups.Po' from root:root to runner:runner
2025-08-20T19:18:28.2024787Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c-file-type.Po' from root:root to runner:runner
2025-08-20T19:18:28.2025483Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-heap.Po' from root:root to runner:runner
2025-08-20T19:18:28.2026272Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-cl-strtod.Po' from root:root to runner:runner
2025-08-20T19:18:28.2027053Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-unsetenv.Po' from root:root to runner:runner
2025-08-20T19:18:28.2027989Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getfilecon.Po' from root:root to runner:runner
2025-08-20T19:18:28.2028712Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-snprintf.Po' from root:root to runner:runner
2025-08-20T19:18:28.2029424Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-memcmp2.Po' from root:root to runner:runner
2025-08-20T19:18:28.2030145Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-regexec.Po' from root:root to runner:runner
2025-08-20T19:18:28.2030920Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dtoastr.Po' from root:root to runner:runner
2025-08-20T19:18:28.2031652Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xvasprintf.Po' from root:root to runner:runner
2025-08-20T19:18:28.2032353Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-isatty.Po' from root:root to runner:runner
2025-08-20T19:18:28.2033135Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkfifo.Po' from root:root to runner:runner
2025-08-20T19:18:28.2033849Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fclose.Po' from root:root to runner:runner
2025-08-20T19:18:28.2034567Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-vasprintf.Po' from root:root to runner:runner
2025-08-20T19:18:28.2035297Z [00:04:17.269]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-cycle-check.Po' from root:root to runner:runner
2025-08-20T19:18:28.2036005Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkdir.Po' from root:root to runner:runner
2025-08-20T19:18:28.2036722Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-symlink.Po' from root:root to runner:runner
2025-08-20T19:18:28.2037681Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-float.Po' from root:root to runner:runner
2025-08-20T19:18:28.2038407Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sockets.Po' from root:root to runner:runner
2025-08-20T19:18:28.2039235Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-regex_internal.Po' from root:root to runner:runner
2025-08-20T19:18:28.2039992Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xfts.Po' from root:root to runner:runner
2025-08-20T19:18:28.2040693Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-hash.Po' from root:root to runner:runner
2025-08-20T19:18:28.2041410Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fts-cycle.Po' from root:root to runner:runner
2025-08-20T19:18:28.2042171Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stdc_leading_zeros.Po' from root:root to runner:runner
2025-08-20T19:18:28.2042911Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xgethostname.Po' from root:root to runner:runner
2025-08-20T19:18:28.2043670Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dirfd.Po' from root:root to runner:runner
2025-08-20T19:18:28.2044414Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-basename-lgpl.Po' from root:root to runner:runner
2025-08-20T19:18:28.2045126Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-malloca.Po' from root:root to runner:runner
2025-08-20T19:18:28.2045917Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-vasnprintf.Po' from root:root to runner:runner
2025-08-20T19:18:28.2046646Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xasprintf.Po' from root:root to runner:runner
2025-08-20T19:18:28.2047555Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sys_socket.Po' from root:root to runner:runner
2025-08-20T19:18:28.2048281Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-read-file.Po' from root:root to runner:runner
2025-08-20T19:18:28.2049005Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getopt1.Po' from root:root to runner:runner
2025-08-20T19:18:28.2049734Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-se-selinux.Po' from root:root to runner:runner
2025-08-20T19:18:28.2050439Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fseek.Po' from root:root to runner:runner
2025-08-20T19:18:28.2051148Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbtowc.Po' from root:root to runner:runner
2025-08-20T19:18:28.2051946Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isupper.Po' from root:root to runner:runner
2025-08-20T19:18:28.2052709Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getopt.Po' from root:root to runner:runner
2025-08-20T19:18:28.2053413Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-remove.Po' from root:root to runner:runner
2025-08-20T19:18:28.2054155Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-posix_memalign.Po' from root:root to runner:runner
2025-08-20T19:18:28.2054872Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkostemp.Po' from root:root to runner:runner
2025-08-20T19:18:28.2055616Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-printf-parse.Po' from root:root to runner:runner
2025-08-20T19:18:28.2056399Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sigprocmask.Po' from root:root to runner:runner
2025-08-20T19:18:28.2057129Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-canon-host.Po' from root:root to runner:runner
2025-08-20T19:18:28.2058133Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-iswblank.Po' from root:root to runner:runner
2025-08-20T19:18:28.2058934Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-iconv.Po' from root:root to runner:runner
2025-08-20T19:18:28.2059673Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sigaction.Po' from root:root to runner:runner
2025-08-20T19:18:28.2060379Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-malloc.Po' from root:root to runner:runner
2025-08-20T19:18:28.2061088Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fpurge.Po' from root:root to runner:runner
2025-08-20T19:18:28.2061811Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-safe-read.Po' from root:root to runner:runner
2025-08-20T19:18:28.2062563Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-printf-frexpl.Po' from root:root to runner:runner
2025-08-20T19:18:28.2063299Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mgetgroups.Po' from root:root to runner:runner
2025-08-20T19:18:28.2064016Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-file-set.Po' from root:root to runner:runner
2025-08-20T19:18:28.2064818Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fileblocks.Po' from root:root to runner:runner
2025-08-20T19:18:28.2065608Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isxdigit.Po' from root:root to runner:runner
2025-08-20T19:18:28.2066316Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-utime.Po' from root:root to runner:runner
2025-08-20T19:18:28.2067029Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c-strtold.Po' from root:root to runner:runner
2025-08-20T19:18:28.2068176Z [00:04:17.270]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strtold.Po' from root:root to runner:runner
2025-08-20T19:18:28.2068923Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-safe-write.Po' from root:root to runner:runner
2025-08-20T19:18:28.2069740Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-modechange.Po' from root:root to runner:runner
2025-08-20T19:18:28.2070466Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-open-safer.Po' from root:root to runner:runner
2025-08-20T19:18:28.2071170Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-unlink.Po' from root:root to runner:runner
2025-08-20T19:18:28.2072004Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-hash-triple-simple.Po' from root:root to runner:runner
2025-08-20T19:18:28.2072733Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-save-cwd.Po' from root:root to runner:runner
2025-08-20T19:18:28.2073450Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fchownat.Po' from root:root to runner:runner
2025-08-20T19:18:28.2074157Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-ialloc.Po' from root:root to runner:runner
2025-08-20T19:18:28.2074866Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mpsort.Po' from root:root to runner:runner
2025-08-20T19:18:28.2075578Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fflush.Po' from root:root to runner:runner
2025-08-20T19:18:28.2076317Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pthread-thread.Po' from root:root to runner:runner
2025-08-20T19:18:28.2077038Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-aszprintf.Po' from root:root to runner:runner
2025-08-20T19:18:28.2078095Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-base32.Po' from root:root to runner:runner
2025-08-20T19:18:28.2078888Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xalloc-die.Po' from root:root to runner:runner
2025-08-20T19:18:28.2079620Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-linebuffer.Po' from root:root to runner:runner
2025-08-20T19:18:28.2080329Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-quotearg.Po' from root:root to runner:runner
2025-08-20T19:18:28.2081411Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbszero.Po' from root:root to runner:runner
2025-08-20T19:18:28.2082425Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-creat-safer.Po' from root:root to runner:runner
2025-08-20T19:18:28.2083930Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-same.Po' from root:root to runner:runner
2025-08-20T19:18:28.2085432Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkstemp-safer.Po' from root:root to runner:runner
2025-08-20T19:18:28.2086817Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pipe-safer.Po' from root:root to runner:runner
2025-08-20T19:18:28.2088550Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-freadseek.Po' from root:root to runner:runner
2025-08-20T19:18:28.2089924Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fpending.Po' from root:root to runner:runner
2025-08-20T19:18:28.2091230Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-faccessat.Po' from root:root to runner:runner
2025-08-20T19:18:28.2092276Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-canonicalize.Po' from root:root to runner:runner
2025-08-20T19:18:28.2093047Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xgetcwd.Po' from root:root to runner:runner
2025-08-20T19:18:28.2093787Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-wctype-h.Po' from root:root to runner:runner
2025-08-20T19:18:28.2094508Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-qsort_r.Po' from root:root to runner:runner
2025-08-20T19:18:28.2095237Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbswidth.Po' from root:root to runner:runner
2025-08-20T19:18:28.2096048Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-lchown.Po' from root:root to runner:runner
2025-08-20T19:18:28.2096824Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-userspec.Po' from root:root to runner:runner
2025-08-20T19:18:28.2097733Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-at-func.Po' from root:root to runner:runner
2025-08-20T19:18:28.2098460Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stdlib.Po' from root:root to runner:runner
2025-08-20T19:18:28.2099175Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-set-acl.Po' from root:root to runner:runner
2025-08-20T19:18:28.2099912Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strnumcmp.Po' from root:root to runner:runner
2025-08-20T19:18:28.2100716Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isgraph.Po' from root:root to runner:runner
2025-08-20T19:18:28.2101449Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xalignalloc.Po' from root:root to runner:runner
2025-08-20T19:18:28.2102151Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dup.Po' from root:root to runner:runner
2025-08-20T19:18:28.2102923Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-chown.Po' from root:root to runner:runner
2025-08-20T19:18:28.2103688Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-recmutex.Po' from root:root to runner:runner
2025-08-20T19:18:28.2104399Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-cloexec.Po' from root:root to runner:runner
2025-08-20T19:18:28.2105131Z [00:04:17.271]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getaddrinfo.Po' from root:root to runner:runner
2025-08-20T19:18:28.2105871Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-gettimeofday.Po' from root:root to runner:runner
2025-08-20T19:18:28.2106579Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-md5.Po' from root:root to runner:runner
2025-08-20T19:18:28.2107590Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-localcharset.Po' from root:root to runner:runner
2025-08-20T19:18:28.2108358Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-localeconv.Po' from root:root to runner:runner
2025-08-20T19:18:28.2109172Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strsignal.Po' from root:root to runner:runner
2025-08-20T19:18:28.2109943Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-byteswap.Po' from root:root to runner:runner
2025-08-20T19:18:28.2110674Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-memcasecmp.Po' from root:root to runner:runner
2025-08-20T19:18:28.2111386Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sig2str.Po' from root:root to runner:runner
2025-08-20T19:18:28.2112105Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-argmatch.Po' from root:root to runner:runner
2025-08-20T19:18:28.2112827Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-openat.Po' from root:root to runner:runner
2025-08-20T19:18:28.2113594Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-closedir.Po' from root:root to runner:runner
2025-08-20T19:18:28.2114314Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-exitfail.Po' from root:root to runner:runner
2025-08-20T19:18:28.2115048Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pthread-once.Po' from root:root to runner:runner
2025-08-20T19:18:28.2115861Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-close.Po' from root:root to runner:runner
2025-08-20T19:18:28.2116593Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-openat-proc.Po' from root:root to runner:runner
2025-08-20T19:18:28.2117507Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sha1.Po' from root:root to runner:runner
2025-08-20T19:18:28.2118227Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-setenv.Po' from root:root to runner:runner
2025-08-20T19:18:28.2118946Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-lstat.Po' from root:root to runner:runner
2025-08-20T19:18:28.2119672Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getline.Po' from root:root to runner:runner
2025-08-20T19:18:28.2120382Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkfifoat.Po' from root:root to runner:runner
2025-08-20T19:18:28.2121093Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-memcoll.Po' from root:root to runner:runner
2025-08-20T19:18:28.2121891Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtoumax.Po' from root:root to runner:runner
2025-08-20T19:18:28.2122737Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getlocalename_l-unsafe.Po' from root:root to runner:runner
2025-08-20T19:18:28.2123481Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtol-error.Po' from root:root to runner:runner
2025-08-20T19:18:28.2124219Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-printf-frexp.Po' from root:root to runner:runner
2025-08-20T19:18:28.2124979Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-crc-x86_64-pclmul.Po' from root:root to runner:runner
2025-08-20T19:18:28.2125701Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-progname.Po' from root:root to runner:runner
2025-08-20T19:18:28.2126486Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32islower.Po' from root:root to runner:runner
2025-08-20T19:18:28.2127408Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-nstrftime.Po' from root:root to runner:runner
2025-08-20T19:18:28.2128222Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fdutimensat.Po' from root:root to runner:runner
2025-08-20T19:18:28.2129063Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-set-permissions.Po' from root:root to runner:runner
2025-08-20T19:18:28.2129779Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fstatat.Po' from root:root to runner:runner
2025-08-20T19:18:28.2130502Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32tolower.Po' from root:root to runner:runner
2025-08-20T19:18:28.2131231Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-selinux-at.Po' from root:root to runner:runner
2025-08-20T19:18:28.2131956Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-ldtoastr.Po' from root:root to runner:runner
2025-08-20T19:18:28.2132688Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fopen-safer.Po' from root:root to runner:runner
2025-08-20T19:18:28.2133413Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-file-type.Po' from root:root to runner:runner
2025-08-20T19:18:28.2134118Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-calloc.Po' from root:root to runner:runner
2025-08-20T19:18:28.2134908Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getgroups.Po' from root:root to runner:runner
2025-08-20T19:18:28.2135681Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-asprintf.Po' from root:root to runner:runner
2025-08-20T19:18:28.2136387Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-u64.Po' from root:root to runner:runner
2025-08-20T19:18:28.2137120Z [00:04:17.272]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-vaszprintf.Po' from root:root to runner:runner
2025-08-20T19:18:28.2138247Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-timespec.Po' from root:root to runner:runner
2025-08-20T19:18:28.2138975Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sha256.Po' from root:root to runner:runner
2025-08-20T19:18:28.2139765Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-isblank.Po' from root:root to runner:runner
2025-08-20T19:18:28.2140495Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-symlinkat.Po' from root:root to runner:runner
2025-08-20T19:18:28.2141202Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fnmatch.Po' from root:root to runner:runner
2025-08-20T19:18:28.2141984Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-ftoastr.Po' from root:root to runner:runner
2025-08-20T19:18:28.2142711Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-buffer-lcm.Po' from root:root to runner:runner
2025-08-20T19:18:28.2143422Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fdopen.Po' from root:root to runner:runner
2025-08-20T19:18:28.2144161Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-msvc-nothrow.Po' from root:root to runner:runner
2025-08-20T19:18:28.2144891Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isalpha.Po' from root:root to runner:runner
2025-08-20T19:18:28.2145599Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-crc.Po' from root:root to runner:runner
2025-08-20T19:18:28.2146304Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-realloc.Po' from root:root to runner:runner
2025-08-20T19:18:28.2147039Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getpagesize.Po' from root:root to runner:runner
2025-08-20T19:18:28.2148114Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-se-label.Po' from root:root to runner:runner
2025-08-20T19:18:28.2148914Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtod.Po' from root:root to runner:runner
2025-08-20T19:18:28.2149648Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-at-func2.Po' from root:root to runner:runner
2025-08-20T19:18:28.2150378Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-openat-die.Po' from root:root to runner:runner
2025-08-20T19:18:28.2151112Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-renameatu.Po' from root:root to runner:runner
2025-08-20T19:18:28.2151966Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-write-any-file.Po' from root:root to runner:runner
2025-08-20T19:18:28.2153108Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtol.Po' from root:root to runner:runner
2025-08-20T19:18:28.2154440Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-wcrtomb.Po' from root:root to runner:runner
2025-08-20T19:18:28.2155885Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbslen.Po' from root:root to runner:runner
2025-08-20T19:18:28.2157669Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dtotimespec.Po' from root:root to runner:runner
2025-08-20T19:18:28.2159131Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-areadlinkat.Po' from root:root to runner:runner
2025-08-20T19:18:28.2160534Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-isnanl.Po' from root:root to runner:runner
2025-08-20T19:18:28.2161855Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-endian.Po' from root:root to runner:runner
2025-08-20T19:18:28.2163149Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pthread-mutex.Po' from root:root to runner:runner
2025-08-20T19:18:28.2163886Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-lchmod.Po' from root:root to runner:runner
2025-08-20T19:18:28.2164614Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-targetdir.Po' from root:root to runner:runner
2025-08-20T19:18:28.2165322Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-inttostr.Po' from root:root to runner:runner
2025-08-20T19:18:28.2166130Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stdbit.Po' from root:root to runner:runner
2025-08-20T19:18:28.2166923Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32width.Po' from root:root to runner:runner
2025-08-20T19:18:28.2167990Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32_apply_type_test.Po' from root:root to runner:runner
2025-08-20T19:18:28.2168738Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-nanosleep.Po' from root:root to runner:runner
2025-08-20T19:18:28.2169447Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fadvise.Po' from root:root to runner:runner
2025-08-20T19:18:28.2170192Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-hash-triple.Po' from root:root to runner:runner
2025-08-20T19:18:28.2170989Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-iswxdigit.Po' from root:root to runner:runner
2025-08-20T19:18:28.2171704Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xprintf.Po' from root:root to runner:runner
2025-08-20T19:18:28.2172425Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-filevercmp.Po' from root:root to runner:runner
2025-08-20T19:18:28.2173203Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-yesno.Po' from root:root to runner:runner
2025-08-20T19:18:28.2173954Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-freopen.Po' from root:root to runner:runner
2025-08-20T19:18:28.2174723Z [00:04:17.273]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mini-mpq-gnulib.Po' from root:root to runner:runner
2025-08-20T19:18:28.2175454Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stripslash.Po' from root:root to runner:runner
2025-08-20T19:18:28.2176208Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32_get_type_test.Po' from root:root to runner:runner
2025-08-20T19:18:28.2177002Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stat-time.Po' from root:root to runner:runner
2025-08-20T19:18:28.2177971Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-unlinkat.Po' from root:root to runner:runner
2025-08-20T19:18:28.2178684Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-af_alg.Po' from root:root to runner:runner
2025-08-20T19:18:28.2179632Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-frexpl.Po' from root:root to runner:runner
2025-08-20T19:18:28.2182054Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-cond.Po' from root:root to runner:runner
2025-08-20T19:18:28.2185136Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-timedmutex.Po' from root:root to runner:runner
2025-08-20T19:18:28.2188087Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getdelim.Po' from root:root to runner:runner
2025-08-20T19:18:28.2190752Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pselect.Po' from root:root to runner:runner
2025-08-20T19:18:28.2193396Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-signbitf.Po' from root:root to runner:runner
2025-08-20T19:18:28.2196161Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-tmpdir.Po' from root:root to runner:runner
2025-08-20T19:18:28.2198080Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stdc_bit_width.Po' from root:root to runner:runner
2025-08-20T19:18:28.2199537Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtoimax.Po' from root:root to runner:runner
2025-08-20T19:18:28.2201053Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-randperm.Po' from root:root to runner:runner
2025-08-20T19:18:28.2202429Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fts.Po' from root:root to runner:runner
2025-08-20T19:18:28.2203826Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-long-options.Po' from root:root to runner:runner
2025-08-20T19:18:28.2205222Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mktime.Po' from root:root to runner:runner
2025-08-20T19:18:28.2206639Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-allocator.Po' from root:root to runner:runner
2025-08-20T19:18:28.2208401Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-wmempcpy.Po' from root:root to runner:runner
2025-08-20T19:18:28.2209794Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkdir-p.Po' from root:root to runner:runner
2025-08-20T19:18:28.2211171Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-wctype.Po' from root:root to runner:runner
2025-08-20T19:18:28.2212634Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-futimens.Po' from root:root to runner:runner
2025-08-20T19:18:28.2214046Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-randread.Po' from root:root to runner:runner
2025-08-20T19:18:28.2215452Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getndelim2.Po' from root:root to runner:runner
2025-08-20T19:18:28.2216845Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-memchr2.Po' from root:root to runner:runner
2025-08-20T19:18:28.2218423Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xdectoumax.Po' from root:root to runner:runner
2025-08-20T19:18:28.2219843Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strtoumax.Po' from root:root to runner:runner
2025-08-20T19:18:28.2221332Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pthread-cond.Po' from root:root to runner:runner
2025-08-20T19:18:28.2222760Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-readtokens0.Po' from root:root to runner:runner
2025-08-20T19:18:28.2224543Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-obstack.Po' from root:root to runner:runner
2025-08-20T19:18:28.2227586Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-acl_entries.Po' from root:root to runner:runner
2025-08-20T19:18:28.2230366Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fchmodat.Po' from root:root to runner:runner
2025-08-20T19:18:28.2233074Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-chdir-long.Po' from root:root to runner:runner
2025-08-20T19:18:28.2235117Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mempcpy.Po' from root:root to runner:runner
2025-08-20T19:18:28.2236552Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mini-gmp.Po' from root:root to runner:runner
2025-08-20T19:18:28.2238304Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strtoul.Po' from root:root to runner:runner
2025-08-20T19:18:28.2240147Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xdectoimax.Po' from root:root to runner:runner
2025-08-20T19:18:28.2241797Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-anytostr.Po' from root:root to runner:runner
2025-08-20T19:18:28.2243307Z [00:04:17.274]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-alignalloc.Po' from root:root to runner:runner
2025-08-20T19:18:28.2244740Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isalnum.Po' from root:root to runner:runner
2025-08-20T19:18:28.2246149Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-readdir.Po' from root:root to runner:runner
2025-08-20T19:18:28.2247819Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-acl-internal.Po' from root:root to runner:runner
2025-08-20T19:18:28.2249239Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-free.Po' from root:root to runner:runner
2025-08-20T19:18:28.2250622Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-read.Po' from root:root to runner:runner
2025-08-20T19:18:28.2252083Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-nproc.Po' from root:root to runner:runner
2025-08-20T19:18:28.2253474Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-memchr.Po' from root:root to runner:runner
2025-08-20T19:18:28.2254880Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-printf-args.Po' from root:root to runner:runner
2025-08-20T19:18:28.2256368Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbrtowc.Po' from root:root to runner:runner
2025-08-20T19:18:28.2257985Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbtowc-lock.Po' from root:root to runner:runner
2025-08-20T19:18:28.2259410Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-readtokens.Po' from root:root to runner:runner
2025-08-20T19:18:28.2260821Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-arpa_inet.Po' from root:root to runner:runner
2025-08-20T19:18:28.2262220Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stpcpy.Po' from root:root to runner:runner
2025-08-20T19:18:28.2263692Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-posixtm.Po' from root:root to runner:runner
2025-08-20T19:18:28.2265097Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-version-etc.Po' from root:root to runner:runner
2025-08-20T19:18:28.2266504Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-full-read.Po' from root:root to runner:runner
2025-08-20T19:18:28.2268265Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-link.Po' from root:root to runner:runner
2025-08-20T19:18:28.2269665Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-lseek.Po' from root:root to runner:runner
2025-08-20T19:18:28.2271120Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-timedrecmutex.Po' from root:root to runner:runner
2025-08-20T19:18:28.2272625Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pthread_mutex_timedlock.Po' from root:root to runner:runner
2025-08-20T19:18:28.2274106Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-backupfile.Po' from root:root to runner:runner
2025-08-20T19:18:28.2275507Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-access.Po' from root:root to runner:runner
2025-08-20T19:18:28.2276985Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-base64.Po' from root:root to runner:runner
2025-08-20T19:18:28.2278805Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbsinit.Po' from root:root to runner:runner
2025-08-20T19:18:28.2280199Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-freadptr.Po' from root:root to runner:runner
2025-08-20T19:18:28.2281703Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-vzprintf.Po' from root:root to runner:runner
2025-08-20T19:18:28.2283081Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sm3.Po' from root:root to runner:runner
2025-08-20T19:18:28.2284447Z [00:04:17.275]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-ftello.Po' from root:root to runner:runner
2025-08-20T19:18:28.2285854Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-freopen-safer.Po' from root:root to runner:runner
2025-08-20T19:18:28.2287491Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-group-member.Po' from root:root to runner:runner
2025-08-20T19:18:28.2288992Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-linkat.Po' from root:root to runner:runner
2025-08-20T19:18:28.2290371Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-physmem.Po' from root:root to runner:runner
2025-08-20T19:18:28.2291779Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-explicit_bzero.Po' from root:root to runner:runner
2025-08-20T19:18:28.2293253Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbrtoc32.Po' from root:root to runner:runner
2025-08-20T19:18:28.2295248Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-i-ring.Po' from root:root to runner:runner
2025-08-20T19:18:28.2298148Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-se-context.Po' from root:root to runner:runner
2025-08-20T19:18:28.2300934Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-gai_strerror.Po' from root:root to runner:runner
2025-08-20T19:18:28.2303717Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-gettime-res.Po' from root:root to runner:runner
2025-08-20T19:18:28.2306083Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-inet_ntop.Po' from root:root to runner:runner
2025-08-20T19:18:28.2307837Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-rawmemchr.Po' from root:root to runner:runner
2025-08-20T19:18:28.2309293Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mknod.Po' from root:root to runner:runner
2025-08-20T19:18:28.2310694Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-freadahead.Po' from root:root to runner:runner
2025-08-20T19:18:28.2312179Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fdatasync.Po' from root:root to runner:runner
2025-08-20T19:18:28.2313608Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-setlocale-lock.Po' from root:root to runner:runner
2025-08-20T19:18:28.2315078Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dirname-lgpl.Po' from root:root to runner:runner
2025-08-20T19:18:28.2316472Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pipe.Po' from root:root to runner:runner
2025-08-20T19:18:28.2318072Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-regcomp.Po' from root:root to runner:runner
2025-08-20T19:18:28.2319575Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-freading.Po' from root:root to runner:runner
2025-08-20T19:18:28.2320977Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-cl-strtold.Po' from root:root to runner:runner
2025-08-20T19:18:28.2322391Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getprogname.Po' from root:root to runner:runner
2025-08-20T19:18:28.2323865Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xdectoint.Po' from root:root to runner:runner
2025-08-20T19:18:28.2325305Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-parse-datetime.Po' from root:root to runner:runner
2025-08-20T19:18:28.2326733Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-closein.Po' from root:root to runner:runner
2025-08-20T19:18:28.2328358Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-rename.Po' from root:root to runner:runner
2025-08-20T19:18:28.2329752Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32ispunct.Po' from root:root to runner:runner
2025-08-20T19:18:28.2331159Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fsusage.Po' from root:root to runner:runner
2025-08-20T19:18:28.2332618Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-btoc32.Po' from root:root to runner:runner
2025-08-20T19:18:28.2334013Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-skipchars.Po' from root:root to runner:runner
2025-08-20T19:18:28.2335417Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-argv-iter.Po' from root:root to runner:runner
2025-08-20T19:18:28.2336903Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isblank.Po' from root:root to runner:runner
2025-08-20T19:18:28.2338502Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dup-safer.Po' from root:root to runner:runner
2025-08-20T19:18:28.2339897Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-gettime.Po' from root:root to runner:runner
2025-08-20T19:18:28.2341291Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-md5-stream.Po' from root:root to runner:runner
2025-08-20T19:18:28.2342697Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-signbitl.Po' from root:root to runner:runner
2025-08-20T19:18:28.2344163Z [00:04:17.276]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c-ctype.Po' from root:root to runner:runner
2025-08-20T19:18:28.2345577Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-setlocale_null.Po' from root:root to runner:runner
2025-08-20T19:18:28.2346989Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-time_r.Po' from root:root to runner:runner
2025-08-20T19:18:28.2348657Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strintcmp.Po' from root:root to runner:runner
2025-08-20T19:18:28.2350408Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sha256-stream.Po' from root:root to runner:runner
2025-08-20T19:18:28.2351982Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getcwd.Po' from root:root to runner:runner
2025-08-20T19:18:28.2353759Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stdc_trailing_zeros.Po' from root:root to runner:runner
2025-08-20T19:18:28.2355185Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-btowc.Po' from root:root to runner:runner
2025-08-20T19:18:28.2356597Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-once.Po' from root:root to runner:runner
2025-08-20T19:18:28.2358583Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isprint.Po' from root:root to runner:runner
2025-08-20T19:18:28.2360029Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sha512-stream.Po' from root:root to runner:runner
2025-08-20T19:18:28.2361442Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-readlinkat.Po' from root:root to runner:runner
2025-08-20T19:18:28.2362935Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-tls.Po' from root:root to runner:runner
2025-08-20T19:18:28.2364350Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-readlink.Po' from root:root to runner:runner
2025-08-20T19:18:28.2365790Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-localename-unsafe.Po' from root:root to runner:runner
2025-08-20T19:18:28.2367895Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-ftruncate.Po' from root:root to runner:runner
2025-08-20T19:18:28.2370676Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-isapipe.Po' from root:root to runner:runner
2025-08-20T19:18:28.2373549Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c-strtod.Po' from root:root to runner:runner
2025-08-20T19:18:28.2376233Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-readutmp.Po' from root:root to runner:runner
2025-08-20T19:18:28.2378364Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-raise.Po' from root:root to runner:runner
2025-08-20T19:18:28.2379904Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-exclude.Po' from root:root to runner:runner
2025-08-20T19:18:28.2381342Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-thread.Po' from root:root to runner:runner
2025-08-20T19:18:28.2382762Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fchdir.Po' from root:root to runner:runner
2025-08-20T19:18:28.2384178Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-propername-lite.Po' from root:root to runner:runner
2025-08-20T19:18:28.2385601Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stat-w32.Po' from root:root to runner:runner
2025-08-20T19:18:28.2387013Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-rand-isaac.Po' from root:root to runner:runner
2025-08-20T19:18:28.2388831Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-euidaccess.Po' from root:root to runner:runner
2025-08-20T19:18:28.2390252Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mini-mpq.Po' from root:root to runner:runner
2025-08-20T19:18:28.2391662Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stdio-write.Po' from root:root to runner:runner
2025-08-20T19:18:28.2393133Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-unistd.Po' from root:root to runner:runner
2025-08-20T19:18:28.2394530Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-gethrxtime.Po' from root:root to runner:runner
2025-08-20T19:18:28.2395942Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fnmatch_loop.Po' from root:root to runner:runner
2025-08-20T19:18:28.2397564Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mini-gmp-gnulib.Po' from root:root to runner:runner
2025-08-20T19:18:28.2399002Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getrandom.Po' from root:root to runner:runner
2025-08-20T19:18:28.2400498Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-hard-locale.Po' from root:root to runner:runner
2025-08-20T19:18:28.2401898Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-iswdigit.Po' from root:root to runner:runner
2025-08-20T19:18:28.2403285Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pipe2.Po' from root:root to runner:runner
2025-08-20T19:18:28.2404787Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fd-safer-flag.Po' from root:root to runner:runner
2025-08-20T19:18:28.2406304Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-error.Po' from root:root to runner:runner
2025-08-20T19:18:28.2407951Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-close-stream.Po' from root:root to runner:runner
2025-08-20T19:18:28.2409385Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-rmdir.Po' from root:root to runner:runner
2025-08-20T19:18:28.2410775Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strtoimax.Po' from root:root to runner:runner
2025-08-20T19:18:28.2412170Z [00:04:17.277]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-isnan.Po' from root:root to runner:runner
2025-08-20T19:18:28.2413624Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fopen.Po' from root:root to runner:runner
2025-08-20T19:18:28.2415008Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-idcache.Po' from root:root to runner:runner
2025-08-20T19:18:28.2416370Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mcel.Po' from root:root to runner:runner
2025-08-20T19:18:28.2418273Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xsize.Po' from root:root to runner:runner
2025-08-20T19:18:28.2419674Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fd-reopen.Po' from root:root to runner:runner
2025-08-20T19:18:28.2421104Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-same-inode.Po' from root:root to runner:runner
2025-08-20T19:18:28.2422506Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fd-hook.Po' from root:root to runner:runner
2025-08-20T19:18:28.2423907Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-utimensat.Po' from root:root to runner:runner
2025-08-20T19:18:28.2425402Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-qcopy-acl.Po' from root:root to runner:runner
2025-08-20T19:18:28.2426794Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-wmemchr.Po' from root:root to runner:runner
2025-08-20T19:18:28.2428529Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strtoll.Po' from root:root to runner:runner
2025-08-20T19:18:28.2430026Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-mutex.Po' from root:root to runner:runner
2025-08-20T19:18:28.2431463Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stdio-read.Po' from root:root to runner:runner
2025-08-20T19:18:28.2432892Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-memset_explicit.Po' from root:root to runner:runner
2025-08-20T19:18:28.2434317Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-full-write.Po' from root:root to runner:runner
2025-08-20T19:18:28.2435702Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-human.Po' from root:root to runner:runner
2025-08-20T19:18:28.2437071Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dup2.Po' from root:root to runner:runner
2025-08-20T19:18:28.2439135Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strtod.Po' from root:root to runner:runner
2025-08-20T19:18:28.2441945Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c-strncasecmp.Po' from root:root to runner:runner
2025-08-20T19:18:28.2444519Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps' from root:root to runner:runner
2025-08-20T19:18:28.2447022Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/nanosleep.c' from root:root to runner:runner
2025-08-20T19:18:28.2449277Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fd-reopen.o' from root:root to runner:runner
2025-08-20T19:18:28.2450615Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getprogname.h' from root:root to runner:runner
2025-08-20T19:18:28.2451905Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wmempcpy.c' from root:root to runner:runner
2025-08-20T19:18:28.2453147Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fd-reopen.c' from root:root to runner:runner
2025-08-20T19:18:28.2454496Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/posixtm.c' from root:root to runner:runner
2025-08-20T19:18:28.2455726Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/signal.h' from root:root to runner:runner
2025-08-20T19:18:28.2457010Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-malloca.o' from root:root to runner:runner
2025-08-20T19:18:28.2458523Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ftell.c' from root:root to runner:runner
2025-08-20T19:18:28.2459838Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/termios.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2461151Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-ino-map.o' from root:root to runner:runner
2025-08-20T19:18:28.2462437Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isnanl.c' from root:root to runner:runner
2025-08-20T19:18:28.2463717Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-u64.o' from root:root to runner:runner
2025-08-20T19:18:28.2464989Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/areadlink.c' from root:root to runner:runner
2025-08-20T19:18:28.2466250Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-cond.c' from root:root to runner:runner
2025-08-20T19:18:28.2467773Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/se-context.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2469076Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-osf.h' from root:root to runner:runner
2025-08-20T19:18:28.2470329Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/timespec.h' from root:root to runner:runner
2025-08-20T19:18:28.2471572Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/rewinddir.c' from root:root to runner:runner
2025-08-20T19:18:28.2472867Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pipe.c' from root:root to runner:runner
2025-08-20T19:18:28.2474086Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/alloca.h' from root:root to runner:runner
2025-08-20T19:18:28.2475336Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pthread-mutex.c' from root:root to runner:runner
2025-08-20T19:18:28.2476595Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xnanosleep.h' from root:root to runner:runner
2025-08-20T19:18:28.2478186Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wmemchr.c' from root:root to runner:runner
2025-08-20T19:18:28.2479541Z [00:04:17.278]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/printf-frexpl.c' from root:root to runner:runner
2025-08-20T19:18:28.2480871Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-getugroups.o' from root:root to runner:runner
2025-08-20T19:18:28.2482204Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdc_leading_zeros.c' from root:root to runner:runner
2025-08-20T19:18:28.2483507Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/crc-generate-table.c' from root:root to runner:runner
2025-08-20T19:18:28.2484875Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fopen.c' from root:root to runner:runner
2025-08-20T19:18:28.2486198Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sha512-stream.o' from root:root to runner:runner
2025-08-20T19:18:28.2487751Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-idcache.o' from root:root to runner:runner
2025-08-20T19:18:28.2489102Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-timedrecmutex.h' from root:root to runner:runner
2025-08-20T19:18:28.2490407Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unlocked-io.h' from root:root to runner:runner
2025-08-20T19:18:28.2491644Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mknod.c' from root:root to runner:runner
2025-08-20T19:18:28.2492937Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readutmp.h' from root:root to runner:runner
2025-08-20T19:18:28.2494174Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/cl-strtod.h' from root:root to runner:runner
2025-08-20T19:18:28.2495412Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbscasecmp.c' from root:root to runner:runner
2025-08-20T19:18:28.2496733Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gettime-res.c' from root:root to runner:runner
2025-08-20T19:18:28.2498264Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fdutimensat.c' from root:root to runner:runner
2025-08-20T19:18:28.2499538Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xgetaname-impl.h' from root:root to runner:runner
2025-08-20T19:18:28.2500788Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/snprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.2502102Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-reallocarray.o' from root:root to runner:runner
2025-08-20T19:18:28.2503520Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/explicit_bzero.c' from root:root to runner:runner
2025-08-20T19:18:28.2504777Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fts-cycle.c' from root:root to runner:runner
2025-08-20T19:18:28.2506102Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-backup-rename.o' from root:root to runner:runner
2025-08-20T19:18:28.2507786Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/close-stream.h' from root:root to runner:runner
2025-08-20T19:18:28.2509954Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/lc-charset-dispatch.c' from root:root to runner:runner
2025-08-20T19:18:28.2512266Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/intprops.h' from root:root to runner:runner
2025-08-20T19:18:28.2514702Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/openat-priv.h' from root:root to runner:runner
2025-08-20T19:18:28.2517529Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-filenamecat-lgpl.o' from root:root to runner:runner
2025-08-20T19:18:28.2519998Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fsync.c' from root:root to runner:runner
2025-08-20T19:18:28.2521391Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-same.o' from root:root to runner:runner
2025-08-20T19:18:28.2522794Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/md5-stream.c' from root:root to runner:runner
2025-08-20T19:18:28.2524047Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/argv-iter.h' from root:root to runner:runner
2025-08-20T19:18:28.2525271Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/math.h' from root:root to runner:runner
2025-08-20T19:18:28.2526561Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memcmp2.h' from root:root to runner:runner
2025-08-20T19:18:28.2528010Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/float.c' from root:root to runner:runner
2025-08-20T19:18:28.2529260Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_wait.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2530495Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dynarray.h' from root:root to runner:runner
2025-08-20T19:18:28.2531722Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/quotearg.h' from root:root to runner:runner
2025-08-20T19:18:28.2533120Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-getfilecon.o' from root:root to runner:runner
2025-08-20T19:18:28.2534512Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-dtimespec-bound.o' from root:root to runner:runner
2025-08-20T19:18:28.2535877Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fseek.o' from root:root to runner:runner
2025-08-20T19:18:28.2537322Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getndelim2.c' from root:root to runner:runner
2025-08-20T19:18:28.2538680Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dup.c' from root:root to runner:runner
2025-08-20T19:18:28.2539912Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fdatasync.c' from root:root to runner:runner
2025-08-20T19:18:28.2541142Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memchr.c' from root:root to runner:runner
2025-08-20T19:18:28.2542366Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isapipe.c' from root:root to runner:runner
2025-08-20T19:18:28.2543644Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-time.o' from root:root to runner:runner
2025-08-20T19:18:28.2544930Z [00:04:17.279]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/obstack.c' from root:root to runner:runner
2025-08-20T19:18:28.2546225Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/euidaccess.c' from root:root to runner:runner
2025-08-20T19:18:28.2547696Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbschr.o' from root:root to runner:runner
2025-08-20T19:18:28.2549022Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt-pfx-ext.h' from root:root to runner:runner
2025-08-20T19:18:28.2550303Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistd-safer.h' from root:root to runner:runner
2025-08-20T19:18:28.2551650Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iswxdigit.c' from root:root to runner:runner
2025-08-20T19:18:28.2552893Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2554190Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-ftoastr.o' from root:root to runner:runner
2025-08-20T19:18:28.2555560Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-dirname-lgpl.o' from root:root to runner:runner
2025-08-20T19:18:28.2556885Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/acl-internal.h' from root:root to runner:runner
2025-08-20T19:18:28.2558501Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-str_endswith.o' from root:root to runner:runner
2025-08-20T19:18:28.2559785Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xfts.h' from root:root to runner:runner
2025-08-20T19:18:28.2560998Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/savedir.c' from root:root to runner:runner
2025-08-20T19:18:28.2562246Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-aix.h' from root:root to runner:runner
2025-08-20T19:18:28.2563584Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/safe-write.h' from root:root to runner:runner
2025-08-20T19:18:28.2565118Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-cloexec.o' from root:root to runner:runner
2025-08-20T19:18:28.2566437Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getloadavg.c' from root:root to runner:runner
2025-08-20T19:18:28.2568083Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/save-cwd.h' from root:root to runner:runner
2025-08-20T19:18:28.2569372Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/selinux/selinux.h' from root:root to runner:runner
2025-08-20T19:18:28.2570826Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/selinux' from root:root to runner:runner
2025-08-20T19:18:28.2572130Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth.h' from root:root to runner:runner
2025-08-20T19:18:28.2573380Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sig-handler.c' from root:root to runner:runner
2025-08-20T19:18:28.2574600Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/crc.c' from root:root to runner:runner
2025-08-20T19:18:28.2575949Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-chmodat.o' from root:root to runner:runner
2025-08-20T19:18:28.2577444Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/propername.h' from root:root to runner:runner
2025-08-20T19:18:28.2578688Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/regex.c' from root:root to runner:runner
2025-08-20T19:18:28.2579903Z [00:04:17.280]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/qsort_r.c' from root:root to runner:runner
2025-08-20T19:18:28.2581216Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-canonicalize.o' from root:root to runner:runner
2025-08-20T19:18:28.2583093Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-cycle-check.o' from root:root to runner:runner
2025-08-20T19:18:28.2585796Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/areadlink-with-size.c' from root:root to runner:runner
2025-08-20T19:18:28.2588599Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-memchr2.o' from root:root to runner:runner
2025-08-20T19:18:28.2591075Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/realloc.c' from root:root to runner:runner
2025-08-20T19:18:28.2593286Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strsignal.c' from root:root to runner:runner
2025-08-20T19:18:28.2594680Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fd-hook.h' from root:root to runner:runner
2025-08-20T19:18:28.2595991Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-human.o' from root:root to runner:runner
2025-08-20T19:18:28.2597486Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/file-type.c' from root:root to runner:runner
2025-08-20T19:18:28.2598755Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdio-safer.h' from root:root to runner:runner
2025-08-20T19:18:28.2600018Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/inttypes.h' from root:root to runner:runner
2025-08-20T19:18:28.2601254Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gettext.h' from root:root to runner:runner
2025-08-20T19:18:28.2602478Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sched.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2603782Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fdutimensat.o' from root:root to runner:runner
2025-08-20T19:18:28.2605161Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/file-set.h' from root:root to runner:runner
2025-08-20T19:18:28.2606463Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c-strtold.o' from root:root to runner:runner
2025-08-20T19:18:28.2607960Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/renameatu.c' from root:root to runner:runner
2025-08-20T19:18:28.2609222Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ialloc.h' from root:root to runner:runner
2025-08-20T19:18:28.2610572Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-setlocale_null-unlocked.o' from root:root to runner:runner
2025-08-20T19:18:28.2612020Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/crc-sliceby8.h' from root:root to runner:runner
2025-08-20T19:18:28.2613278Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-tls.c' from root:root to runner:runner
2025-08-20T19:18:28.2614525Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unlinkdir.h' from root:root to runner:runner
2025-08-20T19:18:28.2615749Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/linkat.c' from root:root to runner:runner
2025-08-20T19:18:28.2617110Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-hard-locale.o' from root:root to runner:runner
2025-08-20T19:18:28.2618663Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stat.c' from root:root to runner:runner
2025-08-20T19:18:28.2619960Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbsinit.c' from root:root to runner:runner
2025-08-20T19:18:28.2621192Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fseeko.c' from root:root to runner:runner
2025-08-20T19:18:28.2622410Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/vzprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.2623711Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-basename.o' from root:root to runner:runner
2025-08-20T19:18:28.2625009Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uninorm.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2626239Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strnlen.c' from root:root to runner:runner
2025-08-20T19:18:28.2627659Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/nstrftime.c' from root:root to runner:runner
2025-08-20T19:18:28.2628900Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/netdb.h' from root:root to runner:runner
2025-08-20T19:18:28.2630223Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isspace.c' from root:root to runner:runner
2025-08-20T19:18:28.2631524Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-strnlen1.o' from root:root to runner:runner
2025-08-20T19:18:28.2632808Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/allocator.h' from root:root to runner:runner
2025-08-20T19:18:28.2634109Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-stripslash.o' from root:root to runner:runner
2025-08-20T19:18:28.2635464Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xstrtol.o' from root:root to runner:runner
2025-08-20T19:18:28.2636809Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/obstack.h' from root:root to runner:runner
2025-08-20T19:18:28.2638357Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/heap.c' from root:root to runner:runner
2025-08-20T19:18:28.2639575Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/idx.h' from root:root to runner:runner
2025-08-20T19:18:28.2640773Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha1.c' from root:root to runner:runner
2025-08-20T19:18:28.2642081Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fpending.c' from root:root to runner:runner
2025-08-20T19:18:28.2643371Z [00:04:17.281]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdlib.c' from root:root to runner:runner
2025-08-20T19:18:28.2644598Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fpending.h' from root:root to runner:runner
2025-08-20T19:18:28.2645820Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/close.c' from root:root to runner:runner
2025-08-20T19:18:28.2647053Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/careadlinkat.h' from root:root to runner:runner
2025-08-20T19:18:28.2648896Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/error.h' from root:root to runner:runner
2025-08-20T19:18:28.2650159Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdio-read.c' from root:root to runner:runner
2025-08-20T19:18:28.2651391Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/crc.h' from root:root to runner:runner
2025-08-20T19:18:28.2652623Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dtotimespec.c' from root:root to runner:runner
2025-08-20T19:18:28.2654496Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/printf-frexpl.h' from root:root to runner:runner
2025-08-20T19:18:28.2656998Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/selinux-at.c' from root:root to runner:runner
2025-08-20T19:18:28.2659694Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mcel.o' from root:root to runner:runner
2025-08-20T19:18:28.2662161Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdio.h' from root:root to runner:runner
2025-08-20T19:18:28.2664558Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-acl-errno-valid.o' from root:root to runner:runner
2025-08-20T19:18:28.2666121Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-binary-io.o' from root:root to runner:runner
2025-08-20T19:18:28.2667716Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/obstack.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2669008Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbsrtowcs-state.c' from root:root to runner:runner
2025-08-20T19:18:28.2670351Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-gettime-res.o' from root:root to runner:runner
2025-08-20T19:18:28.2671756Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hash-triple.c' from root:root to runner:runner
2025-08-20T19:18:28.2673002Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv.c' from root:root to runner:runner
2025-08-20T19:18:28.2674324Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strerror-override.c' from root:root to runner:runner
2025-08-20T19:18:28.2675672Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xstrtol-error.o' from root:root to runner:runner
2025-08-20T19:18:28.2676980Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getdelim.c' from root:root to runner:runner
2025-08-20T19:18:28.2678566Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isalnum.o' from root:root to runner:runner
2025-08-20T19:18:28.2679869Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stripslash.c' from root:root to runner:runner
2025-08-20T19:18:28.2681096Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/verify.h' from root:root to runner:runner
2025-08-20T19:18:28.2682329Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fchown-stub.c' from root:root to runner:runner
2025-08-20T19:18:28.2683571Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirname.h' from root:root to runner:runner
2025-08-20T19:18:28.2684824Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkancesdirs.c' from root:root to runner:runner
2025-08-20T19:18:28.2686131Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbrtowc.o' from root:root to runner:runner
2025-08-20T19:18:28.2687678Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mini-mpq.h' from root:root to runner:runner
2025-08-20T19:18:28.2689003Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-se-selinux.o' from root:root to runner:runner
2025-08-20T19:18:28.2690422Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/nproc.c' from root:root to runner:runner
2025-08-20T19:18:28.2691731Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdarg.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2693002Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dtimespec-bound.c' from root:root to runner:runner
2025-08-20T19:18:28.2694340Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-canon-host.o' from root:root to runner:runner
2025-08-20T19:18:28.2695662Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_resource.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2696992Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-dirname.o' from root:root to runner:runner
2025-08-20T19:18:28.2698806Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbsrtowcs.c' from root:root to runner:runner
2025-08-20T19:18:28.2700065Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/safe-read.c' from root:root to runner:runner
2025-08-20T19:18:28.2701315Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/openat-safer.c' from root:root to runner:runner
2025-08-20T19:18:28.2702631Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sig2str.h' from root:root to runner:runner
2025-08-20T19:18:28.2703862Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wcwidth.c' from root:root to runner:runner
2025-08-20T19:18:28.2705096Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xbinary-io.c' from root:root to runner:runner
2025-08-20T19:18:28.2706346Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_random.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2707921Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-heap.o' from root:root to runner:runner
2025-08-20T19:18:28.2709501Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fd-safer.c' from root:root to runner:runner
2025-08-20T19:18:28.2710731Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fstat.c' from root:root to runner:runner
2025-08-20T19:18:28.2711948Z [00:04:17.282]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fsusage.h' from root:root to runner:runner
2025-08-20T19:18:28.2713313Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memchr2.h' from root:root to runner:runner
2025-08-20T19:18:28.2714540Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/frexp.c' from root:root to runner:runner
2025-08-20T19:18:28.2715912Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/i-ring.h' from root:root to runner:runner
2025-08-20T19:18:28.2717315Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xasprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.2718575Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase.h' from root:root to runner:runner
2025-08-20T19:18:28.2719788Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fseek.c' from root:root to runner:runner
2025-08-20T19:18:28.2721035Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/time-internal.h' from root:root to runner:runner
2025-08-20T19:18:28.2722298Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isprint.c' from root:root to runner:runner
2025-08-20T19:18:28.2723625Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hard-locale.h' from root:root to runner:runner
2025-08-20T19:18:28.2724879Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/signal.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2726546Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbsrtowcs.o' from root:root to runner:runner
2025-08-20T19:18:28.2729099Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtoul.c' from root:root to runner:runner
2025-08-20T19:18:28.2731584Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/setlocale_null.h' from root:root to runner:runner
2025-08-20T19:18:28.2734071Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbtowc-lock.h' from root:root to runner:runner
2025-08-20T19:18:28.2736455Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xtime.o' from root:root to runner:runner
2025-08-20T19:18:28.2738064Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/utime.c' from root:root to runner:runner
2025-08-20T19:18:28.2739368Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c-ctype.o' from root:root to runner:runner
2025-08-20T19:18:28.2740669Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_types.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2741916Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/cl-strtod.c' from root:root to runner:runner
2025-08-20T19:18:28.2743151Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/utime.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2744519Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha256-stream.c' from root:root to runner:runner
2025-08-20T19:18:28.2745895Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-btoc32.o' from root:root to runner:runner
2025-08-20T19:18:28.2747457Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-vasnprintf.o' from root:root to runner:runner
2025-08-20T19:18:28.2748798Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/get-permissions.c' from root:root to runner:runner
2025-08-20T19:18:28.2750085Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ino-map.c' from root:root to runner:runner
2025-08-20T19:18:28.2751407Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-alignalloc.o' from root:root to runner:runner
2025-08-20T19:18:28.2752782Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtod.c' from root:root to runner:runner
2025-08-20T19:18:28.2754035Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pthread-cond.c' from root:root to runner:runner
2025-08-20T19:18:28.2755350Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xalloc-die.o' from root:root to runner:runner
2025-08-20T19:18:28.2756708Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/renameat.c' from root:root to runner:runner
2025-08-20T19:18:28.2758200Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-memcmp2.o' from root:root to runner:runner
2025-08-20T19:18:28.2759511Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/write-any-file.h' from root:root to runner:runner
2025-08-20T19:18:28.2760812Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-hash.o' from root:root to runner:runner
2025-08-20T19:18:28.2762144Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-cl-strtod.o' from root:root to runner:runner
2025-08-20T19:18:28.2763457Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/chownat.c' from root:root to runner:runner
2025-08-20T19:18:28.2764723Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-mutex.c' from root:root to runner:runner
2025-08-20T19:18:28.2766077Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirname-lgpl.c' from root:root to runner:runner
2025-08-20T19:18:28.2767574Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mkancesdirs.o' from root:root to runner:runner
2025-08-20T19:18:28.2769032Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-vfzprintf.o' from root:root to runner:runner
2025-08-20T19:18:28.2770399Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getaddrinfo.c' from root:root to runner:runner
2025-08-20T19:18:28.2771641Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbrtowc.c' from root:root to runner:runner
2025-08-20T19:18:28.2772864Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isnand.c' from root:root to runner:runner
2025-08-20T19:18:28.2774104Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/backupfile.h' from root:root to runner:runner
2025-08-20T19:18:28.2775423Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xstrtoimax.o' from root:root to runner:runner
2025-08-20T19:18:28.2776777Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/netdb.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2778218Z [00:04:17.283]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/symlink.c' from root:root to runner:runner
2025-08-20T19:18:28.2779458Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/buffer-lcm.h' from root:root to runner:runner
2025-08-20T19:18:28.2780705Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/skipchars.c' from root:root to runner:runner
2025-08-20T19:18:28.2782027Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strtoumax.c' from root:root to runner:runner
2025-08-20T19:18:28.2783268Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt-ext.h' from root:root to runner:runner
2025-08-20T19:18:28.2784517Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/arg-nonnull.h' from root:root to runner:runner
2025-08-20T19:18:28.2785750Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xgetcwd.c' from root:root to runner:runner
2025-08-20T19:18:28.2786993Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/full-write.c' from root:root to runner:runner
2025-08-20T19:18:28.2788444Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/byteswap.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2789728Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pthread-thread.c' from root:root to runner:runner
2025-08-20T19:18:28.2790982Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbswidth.c' from root:root to runner:runner
2025-08-20T19:18:28.2792202Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stamp-h1' from root:root to runner:runner
2025-08-20T19:18:28.2793589Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-cond.h' from root:root to runner:runner
2025-08-20T19:18:28.2794861Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getdtablesize.c' from root:root to runner:runner
2025-08-20T19:18:28.2796217Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32_get_type_test.o' from root:root to runner:runner
2025-08-20T19:18:28.2798468Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtold.c' from root:root to runner:runner
2025-08-20T19:18:28.2800935Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-file-type.c' from root:root to runner:runner
2025-08-20T19:18:28.2803415Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt-pfx-core.h' from root:root to runner:runner
2025-08-20T19:18:28.2805942Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2808330Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/base32.h' from root:root to runner:runner
2025-08-20T19:18:28.2809664Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/vfzprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.2811043Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/cycle-check.h' from root:root to runner:runner
2025-08-20T19:18:28.2812304Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fseterr.c' from root:root to runner:runner
2025-08-20T19:18:28.2813632Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-get-permissions.o' from root:root to runner:runner
2025-08-20T19:18:28.2814943Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/regexec.c' from root:root to runner:runner
2025-08-20T19:18:28.2816169Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sockets.c' from root:root to runner:runner
2025-08-20T19:18:28.2817674Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fd-hook.c' from root:root to runner:runner
2025-08-20T19:18:28.2818986Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-irix.gperf' from root:root to runner:runner
2025-08-20T19:18:28.2820272Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/vsnzprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.2821554Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strerror-override.h' from root:root to runner:runner
2025-08-20T19:18:28.2822909Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/timespec.c' from root:root to runner:runner
2025-08-20T19:18:28.2824195Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/at-func.c' from root:root to runner:runner
2025-08-20T19:18:28.2825490Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-quotearg.o' from root:root to runner:runner
2025-08-20T19:18:28.2826765Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/write.c' from root:root to runner:runner
2025-08-20T19:18:28.2828193Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/modechange.h' from root:root to runner:runner
2025-08-20T19:18:28.2829513Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-argmatch.o' from root:root to runner:runner
2025-08-20T19:18:28.2830957Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isalpha.o' from root:root to runner:runner
2025-08-20T19:18:28.2832336Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fnmatch.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2833568Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/exclude.h' from root:root to runner:runner
2025-08-20T19:18:28.2834851Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sm3.h' from root:root to runner:runner
2025-08-20T19:18:28.2836077Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/targetdir.h' from root:root to runner:runner
2025-08-20T19:18:28.2837499Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strnumcmp.c' from root:root to runner:runner
2025-08-20T19:18:28.2838738Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/basename.c' from root:root to runner:runner
2025-08-20T19:18:28.2840013Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/lc-charset-dispatch.h' from root:root to runner:runner
2025-08-20T19:18:28.2841295Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/opendirat.h' from root:root to runner:runner
2025-08-20T19:18:28.2842543Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isgraph.c' from root:root to runner:runner
2025-08-20T19:18:28.2843836Z [00:04:17.284]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-dtoastr.o' from root:root to runner:runner
2025-08-20T19:18:28.2845163Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdc_trailing_zeros.c' from root:root to runner:runner
2025-08-20T19:18:28.2846442Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/str_endswith.c' from root:root to runner:runner
2025-08-20T19:18:28.2848182Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-tmpdir.o' from root:root to runner:runner
2025-08-20T19:18:28.2849485Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha256.h' from root:root to runner:runner
2025-08-20T19:18:28.2850764Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-savewd.o' from root:root to runner:runner
2025-08-20T19:18:28.2852041Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strtold.c' from root:root to runner:runner
2025-08-20T19:18:28.2853353Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32ispunct.o' from root:root to runner:runner
2025-08-20T19:18:28.2854703Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/limits.h' from root:root to runner:runner
2025-08-20T19:18:28.2855992Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fd-hook.o' from root:root to runner:runner
2025-08-20T19:18:28.2857517Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/filemode.h' from root:root to runner:runner
2025-08-20T19:18:28.2858982Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-math.o' from root:root to runner:runner
2025-08-20T19:18:28.2860346Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fchdir.c' from root:root to runner:runner
2025-08-20T19:18:28.2861600Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirent-private.h' from root:root to runner:runner
2025-08-20T19:18:28.2862858Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strintcmp.c' from root:root to runner:runner
2025-08-20T19:18:28.2864089Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strerror.c' from root:root to runner:runner
2025-08-20T19:18:28.2865320Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strftime.c' from root:root to runner:runner
2025-08-20T19:18:28.2866609Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-af_alg.o' from root:root to runner:runner
2025-08-20T19:18:28.2868196Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-aix.gperf' from root:root to runner:runner
2025-08-20T19:18:28.2869873Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/utimens.h' from root:root to runner:runner
2025-08-20T19:18:28.2872135Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/rpmatch.c' from root:root to runner:runner
2025-08-20T19:18:28.2874819Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-endian.o' from root:root to runner:runner
2025-08-20T19:18:28.2877660Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/backup-rename.c' from root:root to runner:runner
2025-08-20T19:18:28.2879930Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isnand-nolibm.h' from root:root to runner:runner
2025-08-20T19:18:28.2881214Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uchar.h' from root:root to runner:runner
2025-08-20T19:18:28.2882455Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/full-write.h' from root:root to runner:runner
2025-08-20T19:18:28.2883732Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/regex_internal.c' from root:root to runner:runner
2025-08-20T19:18:28.2885119Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-md5.o' from root:root to runner:runner
2025-08-20T19:18:28.2886385Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ialloc.c' from root:root to runner:runner
2025-08-20T19:18:28.2887818Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isalnum.c' from root:root to runner:runner
2025-08-20T19:18:28.2889188Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fcntl.h' from root:root to runner:runner
2025-08-20T19:18:28.2890475Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-exclude.o' from root:root to runner:runner
2025-08-20T19:18:28.2891816Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xfts.o' from root:root to runner:runner
2025-08-20T19:18:28.2893103Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/root-dev-ino.h' from root:root to runner:runner
2025-08-20T19:18:28.2894340Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/qsort.c' from root:root to runner:runner
2025-08-20T19:18:28.2895560Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/select.c' from root:root to runner:runner
2025-08-20T19:18:28.2896832Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/filenamecat-lgpl.c' from root:root to runner:runner
2025-08-20T19:18:28.2903698Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/chdir-long.h' from root:root to runner:runner
2025-08-20T19:18:28.2905083Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-save-cwd.o' from root:root to runner:runner
2025-08-20T19:18:28.2906536Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stddef.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2908225Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-printf-args.o' from root:root to runner:runner
2025-08-20T19:18:28.2909613Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/savewd.c' from root:root to runner:runner
2025-08-20T19:18:28.2910870Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32is-impl.h' from root:root to runner:runner
2025-08-20T19:18:28.2912185Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-copy-acl.o' from root:root to runner:runner
2025-08-20T19:18:28.2913513Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/se-selinux.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2914872Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memchr.valgrind' from root:root to runner:runner
2025-08-20T19:18:28.2916194Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-isapipe.o' from root:root to runner:runner
2025-08-20T19:18:28.2917677Z [00:04:17.285]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fileblocks.c' from root:root to runner:runner
2025-08-20T19:18:28.2918998Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pthread_mutex_timedlock.c' from root:root to runner:runner
2025-08-20T19:18:28.2920373Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/at-func2.c' from root:root to runner:runner
2025-08-20T19:18:28.2921646Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbsrtowcs-impl.h' from root:root to runner:runner
2025-08-20T19:18:28.2922910Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iswblank.c' from root:root to runner:runner
2025-08-20T19:18:28.2924206Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-full-read.o' from root:root to runner:runner
2025-08-20T19:18:28.2925541Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mktime-internal.h' from root:root to runner:runner
2025-08-20T19:18:28.2926861Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/localename-unsafe.c' from root:root to runner:runner
2025-08-20T19:18:28.2928326Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/same-inode.c' from root:root to runner:runner
2025-08-20T19:18:28.2929563Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fdopen.c' from root:root to runner:runner
2025-08-20T19:18:28.2930804Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readtokens0.c' from root:root to runner:runner
2025-08-20T19:18:28.2932239Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wmemchr-impl.h' from root:root to runner:runner
2025-08-20T19:18:28.2933497Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/alloca.c' from root:root to runner:runner
2025-08-20T19:18:28.2934765Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/parse-datetime.y' from root:root to runner:runner
2025-08-20T19:18:28.2936094Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-argv-iter.o' from root:root to runner:runner
2025-08-20T19:18:28.2936779Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xalloc-oversized.h' from root:root to runner:runner
2025-08-20T19:18:28.2937640Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/raise.c' from root:root to runner:runner
2025-08-20T19:18:28.2938408Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dtimespec-bound.h' from root:root to runner:runner
2025-08-20T19:18:28.2939100Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-unistd.o' from root:root to runner:runner
2025-08-20T19:18:28.2939884Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strtod.c' from root:root to runner:runner
2025-08-20T19:18:28.2940876Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/arpa_inet.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2942087Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strnumcmp.h' from root:root to runner:runner
2025-08-20T19:18:28.2943363Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/quote.h' from root:root to runner:runner
2025-08-20T19:18:28.2944638Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2946036Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isprint.o' from root:root to runner:runner
2025-08-20T19:18:28.2947731Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isupper.o' from root:root to runner:runner
2025-08-20T19:18:28.2949120Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-file-set.o' from root:root to runner:runner
2025-08-20T19:18:28.2950291Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mini-mpq.c' from root:root to runner:runner
2025-08-20T19:18:28.2951447Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/signbitd.c' from root:root to runner:runner
2025-08-20T19:18:28.2952349Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdlib.h' from root:root to runner:runner
2025-08-20T19:18:28.2953109Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fprintftime.o' from root:root to runner:runner
2025-08-20T19:18:28.2953772Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/file-type.h' from root:root to runner:runner
2025-08-20T19:18:28.2954433Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/se-selinux.c' from root:root to runner:runner
2025-08-20T19:18:28.2955072Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/inttostr.h' from root:root to runner:runner
2025-08-20T19:18:28.2955720Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/areadlink.h' from root:root to runner:runner
2025-08-20T19:18:28.2956427Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memcasecmp.h' from root:root to runner:runner
2025-08-20T19:18:28.2957061Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-ctype.h' from root:root to runner:runner
2025-08-20T19:18:28.2958007Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-full-write.o' from root:root to runner:runner
2025-08-20T19:18:28.2958747Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readlinkat.c' from root:root to runner:runner
2025-08-20T19:18:28.2959396Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ftruncate.c' from root:root to runner:runner
2025-08-20T19:18:28.2960108Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xvasprintf.o' from root:root to runner:runner
2025-08-20T19:18:28.2960815Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-safe-write.o' from root:root to runner:runner
2025-08-20T19:18:28.2961468Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt-core.h' from root:root to runner:runner
2025-08-20T19:18:28.2962214Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-timedmutex.c' from root:root to runner:runner
2025-08-20T19:18:28.2962890Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbsrtoc32s-state.c' from root:root to runner:runner
2025-08-20T19:18:28.2963515Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt.c' from root:root to runner:runner
2025-08-20T19:18:28.2964205Z [00:04:17.286]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbslen.o' from root:root to runner:runner
2025-08-20T19:18:28.2964955Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fseterr.o' from root:root to runner:runner
2025-08-20T19:18:28.2965619Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/printf-frexp.c' from root:root to runner:runner
2025-08-20T19:18:28.2966317Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-userspec.o' from root:root to runner:runner
2025-08-20T19:18:28.2966968Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/canonicalize.h' from root:root to runner:runner
2025-08-20T19:18:28.2967910Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/acl-internal.c' from root:root to runner:runner
2025-08-20T19:18:28.2968638Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-arpa_inet.o' from root:root to runner:runner
2025-08-20T19:18:28.2969362Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fdopendir.c' from root:root to runner:runner
2025-08-20T19:18:28.2970067Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-filevercmp.o' from root:root to runner:runner
2025-08-20T19:18:28.2970769Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-dup-safer.o' from root:root to runner:runner
2025-08-20T19:18:28.2971468Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/alloca.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2972122Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha1-stream.c' from root:root to runner:runner
2025-08-20T19:18:28.2972767Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbtowc-impl.h' from root:root to runner:runner
2025-08-20T19:18:28.2973456Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fpurge.o' from root:root to runner:runner
2025-08-20T19:18:28.2974088Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/posixtm.h' from root:root to runner:runner
2025-08-20T19:18:28.2974790Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/closedir.c' from root:root to runner:runner
2025-08-20T19:18:28.2975435Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/selinux-at.h' from root:root to runner:runner
2025-08-20T19:18:28.2976129Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-se-label.o' from root:root to runner:runner
2025-08-20T19:18:28.2976826Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xstrtoul.o' from root:root to runner:runner
2025-08-20T19:18:28.2977708Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbslen.c' from root:root to runner:runner
2025-08-20T19:18:28.2978352Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/acl.h' from root:root to runner:runner
2025-08-20T19:18:28.2979077Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-printf-frexpl.o' from root:root to runner:runner
2025-08-20T19:18:28.2979802Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-freopen-safer.o' from root:root to runner:runner
2025-08-20T19:18:28.2980462Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/printf-parse.h' from root:root to runner:runner
2025-08-20T19:18:28.2981107Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-ctype.c' from root:root to runner:runner
2025-08-20T19:18:28.2981798Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/yesno.c' from root:root to runner:runner
2025-08-20T19:18:28.2982492Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-settime.o' from root:root to runner:runner
2025-08-20T19:18:28.2983130Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freadseek.h' from root:root to runner:runner
2025-08-20T19:18:28.2983752Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xalloc.h' from root:root to runner:runner
2025-08-20T19:18:28.2984538Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbscasecmp.o' from root:root to runner:runner
2025-08-20T19:18:28.2985178Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicodeio.h' from root:root to runner:runner
2025-08-20T19:18:28.2985886Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32tolower.o' from root:root to runner:runner
2025-08-20T19:18:28.2986510Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wchar.h' from root:root to runner:runner
2025-08-20T19:18:28.2987313Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/arpa/inet.h' from root:root to runner:runner
2025-08-20T19:18:28.2988053Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/arpa' from root:root to runner:runner
2025-08-20T19:18:28.2988692Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/faccessat.c' from root:root to runner:runner
2025-08-20T19:18:28.2989396Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-aszprintf.o' from root:root to runner:runner
2025-08-20T19:18:28.2990035Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/rand-isaac.h' from root:root to runner:runner
2025-08-20T19:18:28.2990747Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/opendirat.c' from root:root to runner:runner
2025-08-20T19:18:28.2991391Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/locale.in.h' from root:root to runner:runner
2025-08-20T19:18:28.2992035Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xvasprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.2992658Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fclose.c' from root:root to runner:runner
2025-08-20T19:18:28.2993363Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-filemode.o' from root:root to runner:runner
2025-08-20T19:18:28.2993993Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/time.h' from root:root to runner:runner
2025-08-20T19:18:28.2994689Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32islower.c' from root:root to runner:runner
2025-08-20T19:18:28.2995417Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sha256-stream.o' from root:root to runner:runner
2025-08-20T19:18:28.2996055Z [00:04:17.287]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/rand-isaac.c' from root:root to runner:runner
2025-08-20T19:18:28.2996759Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/msvc-inval.h' from root:root to runner:runner
2025-08-20T19:18:28.2997714Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-posixtm.o' from root:root to runner:runner
2025-08-20T19:18:28.2998403Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/set-permissions.c' from root:root to runner:runner
2025-08-20T19:18:28.2999032Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isapipe.h' from root:root to runner:runner
2025-08-20T19:18:28.2999719Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-hpux.gperf' from root:root to runner:runner
2025-08-20T19:18:28.3000449Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fd-reopen.h' from root:root to runner:runner
2025-08-20T19:18:28.3001138Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-i-ring.o' from root:root to runner:runner
2025-08-20T19:18:28.3001835Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/areadlinkat-with-size.c' from root:root to runner:runner
2025-08-20T19:18:28.3002541Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sha1-stream.o' from root:root to runner:runner
2025-08-20T19:18:28.3003234Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc.c' from root:root to runner:runner
2025-08-20T19:18:28.3003959Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-openat-safer.o' from root:root to runner:runner
2025-08-20T19:18:28.3004594Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype.h' from root:root to runner:runner
2025-08-20T19:18:28.3005232Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dup-safer.c' from root:root to runner:runner
2025-08-20T19:18:28.3005878Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdio-write.c' from root:root to runner:runner
2025-08-20T19:18:28.3006538Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xalloc-die.c' from root:root to runner:runner
2025-08-20T19:18:28.3007468Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/boot-time-aux.h' from root:root to runner:runner
2025-08-20T19:18:28.3008331Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unitypes.in.h' from root:root to runner:runner
2025-08-20T19:18:28.3009027Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirname.c' from root:root to runner:runner
2025-08-20T19:18:28.3009779Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/posix_memalign.c' from root:root to runner:runner
2025-08-20T19:18:28.3010496Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-pipe-safer.o' from root:root to runner:runner
2025-08-20T19:18:28.3011205Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-nstrftime.o' from root:root to runner:runner
2025-08-20T19:18:28.3011871Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/copy-file-range.c' from root:root to runner:runner
2025-08-20T19:18:28.3012782Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/modechange.c' from root:root to runner:runner
2025-08-20T19:18:28.3013692Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkstemp.c' from root:root to runner:runner
2025-08-20T19:18:28.3014947Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/tzset.c' from root:root to runner:runner
2025-08-20T19:18:28.3016364Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-stat-time.o' from root:root to runner:runner
2025-08-20T19:18:28.3017820Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/asnprintf.c' from root:root to runner:runner
2025-08-20T19:18:28.3019185Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pipe2.c' from root:root to runner:runner
2025-08-20T19:18:28.3020516Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.3021791Z [00:04:17.288]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase/tolower.h' from root:root to runner:runner
2025-08-20T19:18:28.3022994Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase/tolower.c' from root:root to runner:runner
2025-08-20T19:18:28.3023886Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase/.deps/.dirstamp' from root:root to runner:runner
2025-08-20T19:18:28.3024682Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase/.deps/libcoreutils_a-tolower.Po' from root:root to runner:runner
2025-08-20T19:18:28.3025456Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase/.deps' from root:root to runner:runner
2025-08-20T19:18:28.3026177Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase/simple-mapping.h' from root:root to runner:runner
2025-08-20T19:18:28.3026924Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase/libcoreutils_a-tolower.o' from root:root to runner:runner
2025-08-20T19:18:28.3027843Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase' from root:root to runner:runner
2025-08-20T19:18:28.3028489Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isblank.c' from root:root to runner:runner
2025-08-20T19:18:28.3029206Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-same-inode.o' from root:root to runner:runner
2025-08-20T19:18:28.3029827Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha1.h' from root:root to runner:runner
2025-08-20T19:18:28.3030473Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/canon-host.h' from root:root to runner:runner
2025-08-20T19:18:28.3031119Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/progname.c' from root:root to runner:runner
2025-08-20T19:18:28.3031833Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/userspec.c' from root:root to runner:runner
2025-08-20T19:18:28.3032481Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/openat-die.c' from root:root to runner:runner
2025-08-20T19:18:28.3033182Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32islower.o' from root:root to runner:runner
2025-08-20T19:18:28.3033938Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-solaris.gperf' from root:root to runner:runner
2025-08-20T19:18:28.3034575Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/frexpl.c' from root:root to runner:runner
2025-08-20T19:18:28.3035236Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xgethostname.h' from root:root to runner:runner
2025-08-20T19:18:28.3035864Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wcrtomb.c' from root:root to runner:runner
2025-08-20T19:18:28.3036491Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unlink.c' from root:root to runner:runner
2025-08-20T19:18:28.3037297Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_ioctl.in.h' from root:root to runner:runner
2025-08-20T19:18:28.3038040Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32to-impl.h' from root:root to runner:runner
2025-08-20T19:18:28.3038792Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/crc-x86_64-pclmul.c' from root:root to runner:runner
2025-08-20T19:18:28.3039426Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/idcache.h' from root:root to runner:runner
2025-08-20T19:18:28.3040064Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unsetenv.c' from root:root to runner:runner
2025-08-20T19:18:28.3040849Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fd-safer-flag.o' from root:root to runner:runner
2025-08-20T19:18:28.3041455Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib' from root:root to runner:runner
2025-08-20T19:18:28.3042061Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/INSTALL' from root:root to runner:runner
2025-08-20T19:18:28.3042667Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/README' from root:root to runner:runner
2025-08-20T19:18:28.3043286Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/bootstrap' from root:root to runner:runner
2025-08-20T19:18:28.3043943Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7' from root:root to runner:runner
2025-08-20T19:18:28.3044480Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ' from root:root to runner:runner
2025-08-20T19:18:28.3045012Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-898815.o' from root:root to runner:runner
2025-08-20T19:18:28.3045545Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-ee1c51.o' from root:root to runner:runner
2025-08-20T19:18:28.3046011Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from root:root to runner:runner
2025-08-20T19:18:28.3046583Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T19:18:28.3047104Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T19:18:28.3047762Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T19:18:28.3048211Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T19:18:28.3048668Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T19:18:28.3049187Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/coreutils.static.version' from runner:docker to runner:runner
2025-08-20T19:18:28.3049696Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/coreutils.version' from runner:docker to runner:runner
2025-08-20T19:18:28.3050114Z [00:04:17.289]➜  changed ownership of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T19:18:28.3050740Z [00:04:17.298]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-4f0992.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3051291Z [00:04:17.305]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-18ade1.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3051834Z [00:04:17.312]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-2adba6.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3052439Z [00:04:17.319]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-0b6c92.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3052984Z [00:04:17.325]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-dfd9ad.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3053521Z [00:04:17.332]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-012655.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3054106Z [00:04:17.339]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-c4eae1.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3054640Z [00:04:17.346]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f2a480.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3055182Z [00:04:17.353]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-277691.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3055782Z [00:04:17.360]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-94ce37.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3056325Z [00:04:17.367]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-ecdf25.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3056855Z [00:04:17.374]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-5887ea.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3057606Z [00:04:17.381]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-cab7a1.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3058168Z [00:04:17.388]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-8ce442.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3058792Z [00:04:17.395]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-bb6a6a.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3059345Z [00:04:17.402]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-132f06.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3059878Z [00:04:17.409]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-47e583.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3060415Z [00:04:17.416]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f6820e.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3060950Z [00:04:17.423]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-ecac95.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3061501Z [00:04:17.431]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-21d02c.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3062100Z [00:04:17.438]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-84fdb4.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3062643Z [00:04:17.445]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-a9a18c.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3063174Z [00:04:17.452]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-ec9702.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3063718Z [00:04:17.459]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f4f5bc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3064321Z [00:04:17.466]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-2d8b98.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3064857Z [00:04:17.474]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-68bae4.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3065404Z [00:04:17.481]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e785a8.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3065938Z [00:04:17.488]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-cf0ba2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3066479Z [00:04:17.495]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-c4ee2b.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3067019Z [00:04:17.502]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-6e7e00.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3068060Z [00:04:17.509]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-475758.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3068641Z [00:04:17.516]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-1f97b7.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3069198Z [00:04:17.523]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-7d7a9e.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3069737Z [00:04:17.530]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-54ae53.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3070368Z [00:04:17.537]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-3dad65.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3070908Z [00:04:17.544]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-ad5765.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3071458Z [00:04:17.552]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e8c2b8.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3071998Z [00:04:17.559]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-b606c7.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3072532Z [00:04:17.566]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-527ce4.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3073067Z [00:04:17.573]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-13b943.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3073611Z [00:04:17.580]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-4ebadb.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3074211Z [00:04:17.587]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-fd25f8.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3074745Z [00:04:17.594]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-c0730a.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3075284Z [00:04:17.601]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e6a321.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3075820Z [00:04:17.608]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-056fb5.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3076425Z [00:04:17.616]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-fe9daf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3076964Z [00:04:17.623]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f2dc04.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3077710Z [00:04:17.630]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-867917.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3078253Z [00:04:17.637]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-2e2ef9.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3078790Z [00:04:17.644]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-4c576e.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3079339Z [00:04:17.651]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-ec04d7.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3079949Z [00:04:17.658]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-1992a2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3080490Z [00:04:17.666]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-5c71bf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3081023Z [00:04:17.673]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-39ccb2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3081561Z [00:04:17.680]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e316be.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3082159Z [00:04:17.687]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-638132.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3082706Z [00:04:17.694]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-30c72a.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3083259Z [00:04:17.701]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-e7affb.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3084277Z [00:04:17.709]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils.tgz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3085206Z [00:04:17.716]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/Makefile.am' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3086518Z [00:04:17.723]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/.prev-version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3087963Z [00:04:17.730]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3153495Z [00:04:17.737]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/configure' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3221194Z [00:04:17.744]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/THANKS.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3288425Z [00:04:17.750]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/.vg-suppressions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3356451Z [00:04:17.757]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/dist-check.mk' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.3427801Z [00:04:17.764]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tty.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3494873Z [00:04:17.771]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tac.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.3562829Z [00:04:17.778]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/nproc.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.3629353Z [00:04:17.785]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/shuf.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.3697620Z [00:04:17.791]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mkdir.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.3766007Z [00:04:17.798]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/fmt.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.3833390Z [00:04:17.805]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/uniq.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3901076Z [00:04:17.812]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/basenc.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3969062Z [00:04:17.818]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/yes.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.4046278Z [00:04:17.826]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chown.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4115265Z [00:04:17.833]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/date.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4182443Z [00:04:17.840]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/wc.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.4249124Z [00:04:17.846]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/comm.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4317357Z [00:04:17.853]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha1sum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.4385144Z [00:04:17.860]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/pinky.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4452725Z [00:04:17.867]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/base64.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.4520397Z [00:04:17.874]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mktemp.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4588845Z [00:04:17.880]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/comm.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.4656983Z [00:04:17.887]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha512sum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4725552Z [00:04:17.894]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tsort.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.4793872Z [00:04:17.901]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mkfifo.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4861677Z [00:04:17.908]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/split.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.4929519Z [00:04:17.915]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/kill.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.4997739Z [00:04:17.921]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dircolors.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5065096Z [00:04:17.928]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sort.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.5132625Z [00:04:17.935]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/who.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.5199465Z [00:04:17.942]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chown.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5266588Z [00:04:17.948]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/install.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5334279Z [00:04:17.955]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/false.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.5400971Z [00:04:17.962]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/rm.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5468228Z [00:04:17.968]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/vdir.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5535343Z [00:04:17.975]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mktemp.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.5603845Z [00:04:17.982]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/df.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5671952Z [00:04:17.989]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tr.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.5739130Z [00:04:17.995]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/true.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5806850Z [00:04:18.002]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chmod.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5874801Z [00:04:18.009]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/unexpand.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5941971Z [00:04:18.016]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/base32.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.6008560Z [00:04:18.022]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/cut.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.6076227Z [00:04:18.029]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/shuf.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6143120Z [00:04:18.036]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/cksum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6210965Z [00:04:18.043]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/cp.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6277917Z [00:04:18.049]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/whoami.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6344507Z [00:04:18.056]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/help2man' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6412499Z [00:04:18.063]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chcon.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.6481024Z [00:04:18.070]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/numfmt.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6549235Z [00:04:18.076]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/stty.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.6616474Z [00:04:18.083]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/timeout.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6683600Z [00:04:18.090]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/cut.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6753607Z [00:04:18.097]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/ptx.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.6822799Z [00:04:18.104]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/numfmt.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.6889608Z [00:04:18.111]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/runcon.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6957406Z [00:04:18.117]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/yes.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7025171Z [00:04:18.124]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/rm.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7094476Z [00:04:18.131]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sleep.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7161944Z [00:04:18.138]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/unlink.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.7241298Z [00:04:18.146]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/fmt.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7314835Z [00:04:18.153]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha224sum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7382977Z [00:04:18.160]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/false.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7450822Z [00:04:18.167]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/expr.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7517895Z [00:04:18.173]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/true.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.7585167Z [00:04:18.180]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/basenc.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7652499Z [00:04:18.187]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/whoami.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.7720604Z [00:04:18.194]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/uname.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7787440Z [00:04:18.200]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dirname.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.7854729Z [00:04:18.207]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mkdir.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7922873Z [00:04:18.214]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sleep.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.7990592Z [00:04:18.221]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/seq.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.8058300Z [00:04:18.227]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/pathchk.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.8126187Z [00:04:18.234]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/date.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.8194256Z [00:04:18.241]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dummy-man' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:28.8262950Z [00:04:18.248]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/nproc.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8332101Z [00:04:18.255]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/link.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.8402076Z [00:04:18.262]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/nohup.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8471259Z [00:04:18.269]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8539725Z [00:04:18.276]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/ln.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8608533Z [00:04:18.282]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dd.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.8676920Z [00:04:18.289]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha1sum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8745378Z [00:04:18.296]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/printf.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8814199Z [00:04:18.303]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha256sum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.8881478Z [00:04:18.310]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chgrp.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.8949515Z [00:04:18.317]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/expr.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.9017649Z [00:04:18.323]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/df.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9085484Z [00:04:18.330]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tail.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.9152920Z [00:04:18.337]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/wc.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9221455Z [00:04:18.344]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/fold.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.9289018Z [00:04:18.350]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/stat.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.9356396Z [00:04:18.357]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/pr.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9425298Z [00:04:18.364]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tac.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9494824Z [00:04:18.371]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/paste.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.9564097Z [00:04:18.378]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha256sum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9631984Z [00:04:18.385]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sync.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9699247Z [00:04:18.392]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/kill.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9768024Z [00:04:18.398]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/realpath.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9836269Z [00:04:18.405]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tty.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:28.9905148Z [00:04:18.412]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tee.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9973286Z [00:04:18.419]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tail.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0042450Z [00:04:18.426]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/od.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0110554Z [00:04:18.433]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/test.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0178185Z [00:04:18.439]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/link.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0246368Z [00:04:18.446]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/du.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0315095Z [00:04:18.453]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/rmdir.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.0383498Z [00:04:18.460]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/ptx.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0451863Z [00:04:18.467]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.0520387Z [00:04:18.474]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/install.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0588471Z [00:04:18.480]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/basename.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0657075Z [00:04:18.487]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/env.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0726111Z [00:04:18.494]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/head.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.0795046Z [00:04:18.501]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/pathchk.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0863575Z [00:04:18.508]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mv.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.0931727Z [00:04:18.515]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/od.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.0999594Z [00:04:18.522]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/expand.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1067885Z [00:04:18.528]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/printenv.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.1136081Z [00:04:18.535]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha224sum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.1204114Z [00:04:18.542]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dir.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1273216Z [00:04:18.549]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/truncate.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.1341827Z [00:04:18.556]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/printf.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.1409892Z [00:04:18.563]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/echo.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1478839Z [00:04:18.569]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha512sum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.1546952Z [00:04:18.576]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dircolors.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.1615054Z [00:04:18.583]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mkfifo.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.1683130Z [00:04:18.590]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dir.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.1751977Z [00:04:18.597]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/local.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1819997Z [00:04:18.604]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/hostid.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1887443Z [00:04:18.610]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/ln.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.1956153Z [00:04:18.617]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/cp.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2024287Z [00:04:18.624]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/readlink.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2092869Z [00:04:18.631]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/pwd.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2162179Z [00:04:18.638]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/realpath.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.2231787Z [00:04:18.645]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/fold.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2300595Z [00:04:18.652]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chroot.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2368506Z [00:04:18.658]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha384sum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.2436861Z [00:04:18.665]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/runcon.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2505970Z [00:04:18.672]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/uptime.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.2575045Z [00:04:18.679]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dirname.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2643937Z [00:04:18.686]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/pwd.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.2713154Z [00:04:18.693]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/nl.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2781385Z [00:04:18.700]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/logname.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.2849912Z [00:04:18.707]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/base32.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2918708Z [00:04:18.713]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/expand.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.2987934Z [00:04:18.720]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/uname.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.3055571Z [00:04:18.727]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/who.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3123130Z [00:04:18.734]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/join.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3191234Z [00:04:18.741]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chgrp.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3258489Z [00:04:18.747]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/uptime.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3325942Z [00:04:18.754]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/cat.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3393484Z [00:04:18.761]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/users.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.3460426Z [00:04:18.768]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/nice.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3527776Z [00:04:18.774]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/readlink.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3594258Z [00:04:18.781]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/touch.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.3661418Z [00:04:18.788]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/shred.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.3729893Z [00:04:18.795]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/split.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3796557Z [00:04:18.801]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/unlink.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3863586Z [00:04:18.808]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/test.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3931102Z [00:04:18.815]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/b2sum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.3998299Z [00:04:18.821]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tee.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.4065535Z [00:04:18.828]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/arch.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.4133058Z [00:04:18.835]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/hostname.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.4200444Z [00:04:18.842]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/factor.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.4269150Z [00:04:18.849]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/b2sum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4336041Z [00:04:18.855]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/arch.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4403894Z [00:04:18.862]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/dd.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4473090Z [00:04:18.869]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/coreutils.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.4540972Z [00:04:18.876]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/ls.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.4608497Z [00:04:18.882]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/pr.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.4676009Z [00:04:18.889]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/groups.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.4742941Z [00:04:18.896]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/unexpand.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.4810346Z [00:04:18.903]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/stdbuf.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4877032Z [00:04:18.909]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/touch.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4944543Z [00:04:18.916]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/factor.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5012091Z [00:04:18.923]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/timeout.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.5079440Z [00:04:18.930]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/shred.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5147318Z [00:04:18.936]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mv.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5216037Z [00:04:18.943]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/csplit.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.5284499Z [00:04:18.950]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sync.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.5352283Z [00:04:18.957]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sha384sum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5420020Z [00:04:18.964]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/md5sum.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5486931Z [00:04:18.970]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/rmdir.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5553526Z [00:04:18.977]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/nl.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.5621254Z [00:04:18.984]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/printenv.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5687874Z [00:04:18.990]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/csplit.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5757885Z [00:04:18.997]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/stat.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5825182Z [00:04:19.004]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/nice.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.5892770Z [00:04:19.011]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/paste.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5960870Z [00:04:19.018]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/cat.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.6029061Z [00:04:19.024]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/basename.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.6095783Z [00:04:19.031]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/groups.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6163882Z [00:04:19.038]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/cksum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.6231896Z [00:04:19.045]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/base64.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6299137Z [00:04:19.052]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/join.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.6368031Z [00:04:19.058]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/users.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6435788Z [00:04:19.065]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/nohup.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.6503895Z [00:04:19.072]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mknod.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.6572280Z [00:04:19.079]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/mknod.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6640916Z [00:04:19.086]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/ls.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6708964Z [00:04:19.092]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/logname.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6776591Z [00:04:19.099]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/echo.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.6845679Z [00:04:19.106]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/sort.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6913543Z [00:04:19.113]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/id.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6981723Z [00:04:19.120]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/uniq.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.7050784Z [00:04:19.127]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/id.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.7119284Z [00:04:19.133]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/vdir.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.7187412Z [00:04:19.140]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/pinky.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.7255560Z [00:04:19.147]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/coreutils.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7323866Z [00:04:19.154]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/du.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7393064Z [00:04:19.161]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chmod.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7461543Z [00:04:19.168]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chroot.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.7530773Z [00:04:19.175]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/stdbuf.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7599215Z [00:04:19.181]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tr.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7666594Z [00:04:19.188]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/chcon.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7734605Z [00:04:19.195]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/hostname.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7803163Z [00:04:19.202]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/md5sum.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.7871655Z [00:04:19.209]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/env.x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7939651Z [00:04:19.216]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/seq.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8007539Z [00:04:19.222]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/hostid.x' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:29.8075529Z [00:04:19.229]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/tsort.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8143636Z [00:04:19.236]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/head.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8213000Z [00:04:19.243]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/truncate.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8280816Z [00:04:19.250]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/man/stty.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8349872Z [00:04:19.257]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/README-install' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8418170Z [00:04:19.263]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/ChangeLog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8486126Z [00:04:19.270]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/gitlog-to-changelog' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8554458Z [00:04:19.277]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/install-sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8622853Z [00:04:19.284]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/config.rpath' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8691063Z [00:04:19.291]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/depcomp' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8759230Z [00:04:19.297]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/do-release-commit-and-tag' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8827298Z [00:04:19.304]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/texinfo.tex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8896018Z [00:04:19.311]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/gen-lists-of-programs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8963507Z [00:04:19.318]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/update-copyright' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9032144Z [00:04:19.325]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/ylwrap' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9101470Z [00:04:19.332]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/gen-single-binary.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:29.9170112Z [00:04:19.339]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/gnu-web-doc-update' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9237741Z [00:04:19.345]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/config.guess' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9305922Z [00:04:19.352]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/missing' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9374417Z [00:04:19.359]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/announce-gen' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9445075Z [00:04:19.366]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/mdate-sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9513017Z [00:04:19.373]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/gnupload' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9581577Z [00:04:19.380]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/gendocs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9650267Z [00:04:19.387]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/vc-list-files' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9716942Z [00:04:19.393]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/test-driver' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9784997Z [00:04:19.400]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/config.sub' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9852699Z [00:04:19.407]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/compile' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9921470Z [00:04:19.414]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/git-version-gen' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9988892Z [00:04:19.420]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/build-aux/useless-if-before-free' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0058359Z [00:04:19.427]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/tests/test-fadvise.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0125988Z [00:04:19.434]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/tests/test-rand-isaac.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0192654Z [00:04:19.441]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/local.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0261801Z [00:04:19.448]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/strnumcmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0329577Z [00:04:19.455]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/rename-tests.diff' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:30.0398944Z [00:04:19.461]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/targetdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0465492Z [00:04:19.468]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/fadvise-tests' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:30.0533008Z [00:04:19.475]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/randint' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:30.0601617Z [00:04:19.482]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/link-tests.diff' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:30.0669385Z [00:04:19.489]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/root-dev-ino' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:30.0736243Z [00:04:19.495]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/randread' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0804348Z [00:04:19.502]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/smack' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:30.0871949Z [00:04:19.509]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/randread-tests' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:30.0939097Z [00:04:19.515]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/heap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1005774Z [00:04:19.522]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/randperm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1072635Z [00:04:19.529]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/xdectoint' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1142645Z [00:04:19.536]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/buffer-lcm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1209337Z [00:04:19.543]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/fadvise' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:30.1278035Z [00:04:19.549]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/dtimespec-bound' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1345673Z [00:04:19.556]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/xfts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1413217Z [00:04:19.563]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/cl-strtold' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:30.1481085Z [00:04:19.570]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/skipchars' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1548093Z [00:04:19.576]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/cl-strtod' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:30.1616087Z [00:04:19.583]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/modules/fd-reopen' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:30.1685311Z [00:04:19.590]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/heap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1752501Z [00:04:19.597]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/root-dev-ino.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1819213Z [00:04:19.603]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/fadvise.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1886193Z [00:04:19.610]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/randread.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1956050Z [00:04:19.617]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/randint.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2022590Z [00:04:19.624]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/randperm.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
﻿2025-08-20T19:18:30.2093106Z [00:04:19.631]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/smack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2161155Z [00:04:19.638]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/xdectoimax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2227928Z [00:04:19.644]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/fadvise.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2294546Z [00:04:19.651]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/targetdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2364331Z [00:04:19.658]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/xdectoint.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2432499Z [00:04:19.665]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/randread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2500374Z [00:04:19.672]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/cl-strtold.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:30.2568968Z [00:04:19.678]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/buffer-lcm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2637056Z [00:04:19.685]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/skipchars.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2704609Z [00:04:19.692]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/randint.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2772173Z [00:04:19.699]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/randperm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2839457Z [00:04:19.706]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/xfts.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2906624Z [00:04:19.712]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/xdectoumax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2974518Z [00:04:19.719]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/xdectoint.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3042840Z [00:04:19.726]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/strnumcmp-in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3110277Z [00:04:19.733]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/fd-reopen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3177935Z [00:04:19.739]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/cl-strtod.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:30.3244783Z [00:04:19.746]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/xfts.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:30.3312566Z [00:04:19.753]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/heap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3380784Z [00:04:19.760]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/dtimespec-bound.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3448324Z [00:04:19.766]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/cl-strtod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3516462Z [00:04:19.773]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/buffer-lcm.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:30.3584518Z [00:04:19.780]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/skipchars.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3652799Z [00:04:19.787]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/targetdir.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3720013Z [00:04:19.794]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/strnumcmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3788374Z [00:04:19.800]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/strintcmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3855742Z [00:04:19.807]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/root-dev-ino.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3923558Z [00:04:19.814]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/dtimespec-bound.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3992011Z [00:04:19.821]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/strnumcmp.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:30.4058945Z [00:04:19.827]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/rand-isaac.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4126343Z [00:04:19.834]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/rand-isaac.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4193676Z [00:04:19.841]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gl/lib/fd-reopen.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4264789Z [00:04:19.848]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mgetgroups.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4331716Z [00:04:19.855]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/obstack.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4397996Z [00:04:19.861]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ssize_t.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4465161Z [00:04:19.868]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pathmax.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4533440Z [00:04:19.875]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getlocalename_l.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4602524Z [00:04:19.882]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/remove.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4669853Z [00:04:19.889]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbslen.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4737082Z [00:04:19.895]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strtoull.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4804516Z [00:04:19.902]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stdint_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4871735Z [00:04:19.909]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unicodeio.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4939729Z [00:04:19.916]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/filenamecat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5006821Z [00:04:19.922]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/readlinkat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5074989Z [00:04:19.929]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/malloc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5144025Z [00:04:19.936]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ungetc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5211391Z [00:04:19.943]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/multiarch.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5279784Z [00:04:19.950]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lchmod.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5346799Z [00:04:19.956]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stat-time.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5414809Z [00:04:19.963]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/readutmp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5482066Z [00:04:19.970]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/secure_getenv.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5551153Z [00:04:19.977]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/msvc-inval.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5618186Z [00:04:19.983]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/servent.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5686050Z [00:04:19.990]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/selinux-selinux-h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5754135Z [00:04:19.997]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbswidth.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5822167Z [00:04:20.004]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getcwd.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5891838Z [00:04:20.011]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/renameat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5959767Z [00:04:20.018]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/math_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6026946Z [00:04:20.024]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread_rwlock_rdlock.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6095347Z [00:04:20.031]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/double-slash-root.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6163503Z [00:04:20.038]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strerror_r.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6230870Z [00:04:20.045]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/posix_memalign.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6298355Z [00:04:20.051]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/version-etc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6367492Z [00:04:20.058]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/iswxdigit.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6437719Z [00:04:20.065]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ldexp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6505995Z [00:04:20.072]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lstat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6574478Z [00:04:20.079]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/memcoll.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6643179Z [00:04:20.086]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/dirfd.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6720465Z [00:04:20.094]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strerrorname_np.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6788318Z [00:04:20.100]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getpagesize.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6855208Z [00:04:20.107]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/host-cpu-c-abi.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6923748Z [00:04:20.114]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/write.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6991229Z [00:04:20.121]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/read.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7058843Z [00:04:20.127]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/freadptr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7125176Z [00:04:20.134]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pipe.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7194411Z [00:04:20.141]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lib-prefix.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7262244Z [00:04:20.148]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fclose.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7332269Z [00:04:20.155]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/musl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7400833Z [00:04:20.162]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stdbit_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7467737Z [00:04:20.168]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbsinit.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7534994Z [00:04:20.175]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gl-openssl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7602816Z [00:04:20.182]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mmap-anon.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7669775Z [00:04:20.189]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/uname.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7736761Z [00:04:20.195]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/inttostr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7804056Z [00:04:20.202]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/settime.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7871514Z [00:04:20.209]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/readlink.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7938478Z [00:04:20.215]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/chdir-long.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8005918Z [00:04:20.222]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unlink.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8072806Z [00:04:20.229]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/largefile.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8140987Z [00:04:20.236]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/utimens.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8207583Z [00:04:20.242]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/symlinkat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8275650Z [00:04:20.249]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stpcpy.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8343132Z [00:04:20.256]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/reallocarray.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8409459Z [00:04:20.263]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/same.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8476621Z [00:04:20.269]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/memrchr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8544610Z [00:04:20.276]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/iswpunct.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8612130Z [00:04:20.283]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8684279Z [00:04:20.290]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/iswctype.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8754881Z [00:04:20.297]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/float_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8823958Z [00:04:20.304]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/chmod.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8890801Z [00:04:20.311]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mkfifo.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8957021Z [00:04:20.317]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fchownat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9025169Z [00:04:20.324]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/vasprintf.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9091794Z [00:04:20.331]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/inttypes.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9158822Z [00:04:20.337]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/quote.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9225609Z [00:04:20.344]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/utime_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9293614Z [00:04:20.351]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mkdir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9360974Z [00:04:20.358]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/locale-fr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9428308Z [00:04:20.364]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getopt.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9501473Z [00:04:20.372]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/d-type.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9570442Z [00:04:20.379]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/faccessat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9636590Z [00:04:20.385]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/link.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9705639Z [00:04:20.392]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/d-ino.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9772897Z [00:04:20.399]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fcntl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9839628Z [00:04:20.406]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sockets.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9906907Z [00:04:20.412]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/nstrftime.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9973803Z [00:04:20.419]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/dup.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0041850Z [00:04:20.426]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strtold.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0109139Z [00:04:20.433]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mkostemp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0176551Z [00:04:20.439]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lib-ld.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0244513Z [00:04:20.446]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/autobuild.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0311928Z [00:04:20.453]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbrtoc32.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0379923Z [00:04:20.460]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/arpa_inet_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0447615Z [00:04:20.466]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/00gnulib.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0515108Z [00:04:20.473]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/read-file.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0584308Z [00:04:20.480]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/tm_gmtoff.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0651867Z [00:04:20.487]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/windows-rc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0720103Z [00:04:20.494]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/c32rtomb.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0787766Z [00:04:20.500]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/clock_time.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0856562Z [00:04:20.507]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unictype_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0923050Z [00:04:20.514]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/nullptr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0990807Z [00:04:20.521]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/build-cc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1058822Z [00:04:20.527]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unlinkat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1125243Z [00:04:20.534]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread-cond.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1194076Z [00:04:20.541]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/write-any-file.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1261553Z [00:04:20.548]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/snan.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1329818Z [00:04:20.555]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/timer_time.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1397686Z [00:04:20.561]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/socketlib.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1465900Z [00:04:20.568]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/xalloc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1533015Z [00:04:20.575]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_types_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1599824Z [00:04:20.582]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mountlist.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1667095Z [00:04:20.588]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/putenv.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1733786Z [00:04:20.595]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/extensions-aix.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1800634Z [00:04:20.602]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/errno_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1868576Z [00:04:20.608]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getndelim2.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1936581Z [00:04:20.615]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/include_next.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2006022Z [00:04:20.622]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_resource_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2073673Z [00:04:20.629]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getgroups.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2141053Z [00:04:20.636]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/timespec.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2208868Z [00:04:20.642]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/time_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2275973Z [00:04:20.649]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/nl_langinfo.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2343651Z [00:04:20.656]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/absolute-header.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2411873Z [00:04:20.663]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/select.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2480100Z [00:04:20.670]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/prereq.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2547895Z [00:04:20.676]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unlocked-io.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2615315Z [00:04:20.683]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/freadahead.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2682708Z [00:04:20.690]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/open-slash.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2749905Z [00:04:20.697]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getprogname.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2816596Z [00:04:20.703]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/xattr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2884015Z [00:04:20.710]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_cdefs_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2951252Z [00:04:20.717]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_socket_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3018554Z [00:04:20.723]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fdopen.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3084541Z [00:04:20.730]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sha256.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3150634Z [00:04:20.737]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ioctl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3216932Z [00:04:20.743]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/realloc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3284553Z [00:04:20.750]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getdtablesize.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3353011Z [00:04:20.757]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/access.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3420421Z [00:04:20.764]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mempcpy.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3487989Z [00:04:20.770]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/nproc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3555365Z [00:04:20.777]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/dup2.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3624842Z [00:04:20.784]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lib-ignore.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3689778Z [00:04:20.791]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/exponentf.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3756826Z [00:04:20.797]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fcntl-o.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3824738Z [00:04:20.804]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/netinet_in_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3891798Z [00:04:20.811]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/__inline.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3959481Z [00:04:20.818]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/msvc-nothrow.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4026510Z [00:04:20.824]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fdopendir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4093625Z [00:04:20.831]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stdio_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4161767Z [00:04:20.838]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getcwd-abort-bug.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4229909Z [00:04:20.845]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/isblank.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4297727Z [00:04:20.851]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/link-follow.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4366061Z [00:04:20.858]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/physmem.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4434223Z [00:04:20.865]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gettext.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4501373Z [00:04:20.872]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sigaction.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4576749Z [00:04:20.878]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strtoumax.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4639026Z [00:04:20.885]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/jm-macros.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4706642Z [00:04:20.892]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fcntl_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4775158Z [00:04:20.899]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/xnanosleep.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4842407Z [00:04:20.906]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/vasnprintf.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4911005Z [00:04:20.913]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/visibility.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4977536Z [00:04:20.919]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getcwd-path-max.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5045130Z [00:04:20.926]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/progtest.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5113128Z [00:04:20.933]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pipe2.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5180643Z [00:04:20.940]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/tempname.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5248172Z [00:04:20.946]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/inet_pton.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5315509Z [00:04:20.953]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/thread.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5382800Z [00:04:20.960]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/parse-datetime.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5449687Z [00:04:20.967]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/xsize.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5516645Z [00:04:20.973]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wctomb.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5584493Z [00:04:20.980]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gettimeofday.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5652431Z [00:04:20.987]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sched_yield.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5720196Z [00:04:20.994]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stdarg.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5787510Z [00:04:21.000]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/netdb_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5855167Z [00:04:21.007]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/host-os.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5922883Z [00:04:21.014]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stat-size.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5990801Z [00:04:21.021]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_stat_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6058010Z [00:04:21.027]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gnulib-i18n.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6125552Z [00:04:21.034]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getugroups.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6193740Z [00:04:21.041]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/htonl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6262108Z [00:04:21.048]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/isnanf.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6330335Z [00:04:21.055]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/malloca.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6398317Z [00:04:21.061]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/usleep.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6465805Z [00:04:21.068]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/libgmp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6534118Z [00:04:21.075]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/openat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6602005Z [00:04:21.082]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wctob.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6670658Z [00:04:21.089]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/configmake.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6737523Z [00:04:21.095]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/signalblocking.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6804682Z [00:04:21.102]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ftello.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6872909Z [00:04:21.109]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/userspec.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6942660Z [00:04:21.116]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/modechange.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7011951Z [00:04:21.123]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/config-h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7081122Z [00:04:21.130]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/utimes.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7149080Z [00:04:21.137]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gettime.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7217538Z [00:04:21.143]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/tzset.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7289407Z [00:04:21.151]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/xvasprintf.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7359188Z [00:04:21.158]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sha1.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7438264Z [00:04:21.165]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sockpfaf.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7513160Z [00:04:21.173]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/longlong.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7582043Z [00:04:21.180]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_utsname_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7651355Z [00:04:21.187]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sha512.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7720153Z [00:04:21.194]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/open-cloexec.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7787970Z [00:04:21.200]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/exponentd.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7855446Z [00:04:21.207]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/uchar_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7923613Z [00:04:21.214]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_wait_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7994728Z [00:04:21.221]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/localename.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8062433Z [00:04:21.228]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/md5.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8130056Z [00:04:21.235]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ctype_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8198389Z [00:04:21.241]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/save-cwd.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8265139Z [00:04:21.248]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/memset_explicit.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8332390Z [00:04:21.255]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/freading.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8400653Z [00:04:21.262]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fstypename.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8467115Z [00:04:21.268]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mpsort.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8535204Z [00:04:21.275]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/explicit_bzero.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8605296Z [00:04:21.282]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/isnand.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8672981Z [00:04:21.289]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/hostent.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8739934Z [00:04:21.296]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread-thread.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8807040Z [00:04:21.302]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/setlocale_null.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8873778Z [00:04:21.309]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fchdir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8940821Z [00:04:21.316]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/socklen.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9008694Z [00:04:21.322]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/idcache.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9075620Z [00:04:21.329]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gnulib-common.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9143150Z [00:04:21.336]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/regex.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9210021Z [00:04:21.343]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lseek.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9276896Z [00:04:21.349]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/printf.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9344165Z [00:04:21.356]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/check-decl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9412059Z [00:04:21.363]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strtod.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9480101Z [00:04:21.370]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/close.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9549425Z [00:04:21.377]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/i-ring.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9616828Z [00:04:21.383]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/nanosleep.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9683454Z [00:04:21.390]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/alloca.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9750886Z [00:04:21.397]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/isnanl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9818327Z [00:04:21.403]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/termios_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9884871Z [00:04:21.410]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/memcasecmp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9951975Z [00:04:21.417]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/base32.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0018673Z [00:04:21.423]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/isatty.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0085992Z [00:04:21.430]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/posixver.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0153320Z [00:04:21.437]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbtowc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0220530Z [00:04:21.444]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/random_r.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0287592Z [00:04:21.450]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread-once.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0355490Z [00:04:21.457]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unistd-safer.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0422207Z [00:04:21.464]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/inttypes_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0488661Z [00:04:21.470]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/localcharset.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0556122Z [00:04:21.477]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/selinux-context-h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0622774Z [00:04:21.484]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/uninorm_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0690087Z [00:04:21.491]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/euidaccess.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0756109Z [00:04:21.497]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/quotearg.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0824201Z [00:04:21.504]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/signbit.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0891739Z [00:04:21.511]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread-spin.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0957780Z [00:04:21.517]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/group-member.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1024616Z [00:04:21.524]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/savedir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1091838Z [00:04:21.531]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/nan-mips.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1158588Z [00:04:21.537]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ftruncate.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1226286Z [00:04:21.544]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/nocrash.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1294108Z [00:04:21.551]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wctype_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1361364Z [00:04:21.558]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/nls.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1429767Z [00:04:21.564]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getrusage.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1496504Z [00:04:21.571]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_select_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1563949Z [00:04:21.578]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbrlen.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1632136Z [00:04:21.585]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/limits-h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1699080Z [00:04:21.591]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unicase_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1766662Z [00:04:21.598]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fdatasync.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1835552Z [00:04:21.605]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/freopen.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1903236Z [00:04:21.612]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/locale-tr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1971414Z [00:04:21.619]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/memchr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2038835Z [00:04:21.625]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/iswblank.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2107437Z [00:04:21.632]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sched_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2174911Z [00:04:21.639]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/snprintf.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2242231Z [00:04:21.646]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fstat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2309552Z [00:04:21.653]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/selinux-label-h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2378326Z [00:04:21.659]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_time_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2446265Z [00:04:21.666]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/yesno.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2513638Z [00:04:21.673]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strstr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2581837Z [00:04:21.680]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/filemode.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2649214Z [00:04:21.687]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/extern-inline.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2716593Z [00:04:21.693]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/readdir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2784060Z [00:04:21.700]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/rawmemchr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2850721Z [00:04:21.707]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mode_t.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2917741Z [00:04:21.713]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/error.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2985718Z [00:04:21.720]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/random.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3053052Z [00:04:21.727]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fpending.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3120045Z [00:04:21.734]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/base64.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3187421Z [00:04:21.740]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mkancesdirs.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3254038Z [00:04:21.747]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbrtowc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3320984Z [00:04:21.754]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/string_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3391122Z [00:04:21.761]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/flexmember.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3459035Z [00:04:21.767]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/setlocale.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3526034Z [00:04:21.774]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/isapipe.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3592761Z [00:04:21.781]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/perror.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3661314Z [00:04:21.788]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wctype.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3727798Z [00:04:21.794]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mkstemp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3794851Z [00:04:21.801]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/copy-file-range.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3861685Z [00:04:21.808]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/timegm.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3929454Z [00:04:21.815]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/open.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3998078Z [00:04:21.821]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getdelim.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4065699Z [00:04:21.828]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/extensions.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4134237Z [00:04:21.835]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/yield.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4202693Z [00:04:21.842]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/endian_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4270860Z [00:04:21.849]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/utime.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4338068Z [00:04:21.855]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pselect.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4405837Z [00:04:21.862]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbstate_t.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4473334Z [00:04:21.869]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strerror.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4542675Z [00:04:21.876]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fsync.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4610076Z [00:04:21.883]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/warnings.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4677648Z [00:04:21.889]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/freadseek.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4745757Z [00:04:21.896]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/assert.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4813641Z [00:04:21.903]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/intl-thread-locale.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4881274Z [00:04:21.910]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/once.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4949044Z [00:04:21.917]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fts.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5015904Z [00:04:21.923]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_random_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5083903Z [00:04:21.930]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unlinkdir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5152048Z [00:04:21.937]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getrandom.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5219901Z [00:04:21.944]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/futimens.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5287094Z [00:04:21.950]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/off64_t.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5353466Z [00:04:21.957]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/langinfo_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5421402Z [00:04:21.964]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread_sigmask.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5488832Z [00:04:21.970]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mkdir-p.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5555826Z [00:04:21.977]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/rmdir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5623862Z [00:04:21.984]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fflush.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5692096Z [00:04:21.991]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lib-link.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5759481Z [00:04:21.998]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fsusage.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5826704Z [00:04:22.004]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/opendir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5900472Z [00:04:22.012]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/qsort_r.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5967993Z [00:04:22.018]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_uio_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6036388Z [00:04:22.025]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/inline.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6103326Z [00:04:22.032]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/crc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6172105Z [00:04:22.039]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/bison.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6242111Z [00:04:22.046]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/intlmacosx.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6309812Z [00:04:22.053]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fcntl-safer.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6377710Z [00:04:22.059]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/closedir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6445124Z [00:04:22.066]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sleep.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6513071Z [00:04:22.073]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getloadavg.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6581064Z [00:04:22.080]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/readtokens.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6649231Z [00:04:22.087]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getlogin.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6716161Z [00:04:22.093]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/include-exclude-prog.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6784427Z [00:04:22.100]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stdint.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6853687Z [00:04:22.107]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wcwidth.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6921590Z [00:04:22.114]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/byteswap.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6989367Z [00:04:22.121]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/calloc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7056985Z [00:04:22.127]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fnmatch.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7124833Z [00:04:22.134]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/time_rz.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7192108Z [00:04:22.141]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread_mutex_timedlock.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7260474Z [00:04:22.148]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/rpmatch.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7328734Z [00:04:22.154]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getaddrinfo.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7396113Z [00:04:22.161]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/frexp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7463970Z [00:04:22.168]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mknod.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7531153Z [00:04:22.175]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/iconv_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7597778Z [00:04:22.181]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gnulib-comp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7663729Z [00:04:22.188]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/xstrtod.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7730840Z [00:04:22.195]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sys_ioctl_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7798094Z [00:04:22.201]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/backupfile.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7864264Z [00:04:22.208]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/systemd.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7930836Z [00:04:22.215]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/signal_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7997959Z [00:04:22.221]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fseterr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8064396Z [00:04:22.228]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/canonicalize.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8131585Z [00:04:22.235]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/vasprintf-posix.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8199511Z [00:04:22.242]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/time_r.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8267536Z [00:04:22.248]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fileblocks.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8335160Z [00:04:22.255]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lock.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8403459Z [00:04:22.262]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/po.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8470667Z [00:04:22.269]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mkdirat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8537655Z [00:04:22.275]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/savewd.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8604138Z [00:04:22.282]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/assert_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8670790Z [00:04:22.289]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/dirent_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8738484Z [00:04:22.295]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/builtin-expect.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8806309Z [00:04:22.302]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gethrxtime.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8873583Z [00:04:22.309]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/posix-shell.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8940962Z [00:04:22.316]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sm3.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9008406Z [00:04:22.322]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9075655Z [00:04:22.329]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fpieee.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9144059Z [00:04:22.336]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wmemchr.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9211840Z [00:04:22.343]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/jm-winsz1.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9280740Z [00:04:22.350]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wmempcpy.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9349329Z [00:04:22.357]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/locale-en.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9416751Z [00:04:22.363]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/rewinddir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9484959Z [00:04:22.370]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/atoll.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9552815Z [00:04:22.377]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ldexpl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9620813Z [00:04:22.384]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/safe-write.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9688931Z [00:04:22.390]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mbsrtowcs.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9756162Z [00:04:22.397]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/c-bool.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9823171Z [00:04:22.404]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread-rwlock.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9890565Z [00:04:22.411]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wcrtomb.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9957401Z [00:04:22.417]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fpurge.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0023666Z [00:04:22.424]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/minmax.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0090242Z [00:04:22.431]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/size_max.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0158053Z [00:04:22.437]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mkfifoat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0225152Z [00:04:22.444]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/locale-zh.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0293580Z [00:04:22.451]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/printf-frexpl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0360889Z [00:04:22.458]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/localeconv.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0426843Z [00:04:22.464]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/error_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0494000Z [00:04:22.471]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/iconv_open.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0561783Z [00:04:22.478]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strftime-fixes.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0630083Z [00:04:22.485]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/pthread-mutex.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0699678Z [00:04:22.492]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stdlib_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0766121Z [00:04:22.498]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/environ.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0833256Z [00:04:22.505]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/human.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0900446Z [00:04:22.512]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lcmessage.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0966288Z [00:04:22.518]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stat-prog.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1034136Z [00:04:22.525]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/xstrtol.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1102419Z [00:04:22.532]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/cycle-check.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1170854Z [00:04:22.539]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/zzgnulib.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1238439Z [00:04:22.545]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strsignal.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1304775Z [00:04:22.552]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/inet_ntop.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1371391Z [00:04:22.559]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/alignalloc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1439224Z [00:04:22.566]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/intmax_t.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1507509Z [00:04:22.572]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/crc-x86_64.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1574715Z [00:04:22.579]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/time.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1643072Z [00:04:22.586]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/btowc.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1710072Z [00:04:22.593]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strtoll.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1777092Z [00:04:22.599]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/gethostname.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1844528Z [00:04:22.606]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/rename.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1912321Z [00:04:22.613]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/lchown.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1980843Z [00:04:22.620]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/exponentl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2048456Z [00:04:22.626]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/perl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2114885Z [00:04:22.633]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/printf-frexp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2181080Z [00:04:22.640]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/free.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2248719Z [00:04:22.646]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/tmpfile.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2318554Z [00:04:22.653]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/frexpl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2386590Z [00:04:22.660]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/codeset.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2454791Z [00:04:22.667]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wint_t.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2522277Z [00:04:22.674]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/priv-set.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2588361Z [00:04:22.680]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stddef_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2657811Z [00:04:22.687]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/iswdigit.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2725247Z [00:04:22.694]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/raise.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2792827Z [00:04:22.701]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/af_alg.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2860637Z [00:04:22.708]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/wchar_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2929337Z [00:04:22.715]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/symlink.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2995879Z [00:04:22.721]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/setenv.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3062758Z [00:04:22.728]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/jm-winsz2.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3128634Z [00:04:22.734]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/utimecmp.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3194423Z [00:04:22.741]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/libunistring-base.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3262301Z [00:04:22.748]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/locale-ja.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3328885Z [00:04:22.754]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/getline.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3395682Z [00:04:22.761]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/mktime.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3462586Z [00:04:22.768]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/xgetcwd.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3529353Z [00:04:22.775]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/build-to-host.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3595744Z [00:04:22.781]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fnmatch_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3662430Z [00:04:22.788]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/tls.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3728444Z [00:04:22.794]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/tmpdir.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3794981Z [00:04:22.801]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/locale_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3862119Z [00:04:22.808]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/iconv.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3928430Z [00:04:22.814]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/sig2str.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3995724Z [00:04:22.821]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fchmodat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4062751Z [00:04:22.828]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/ftell.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4130224Z [00:04:22.835]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fstatat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4196215Z [00:04:22.841]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strdup.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4264153Z [00:04:22.848]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/linkat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4331044Z [00:04:22.855]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/threadlib.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4396982Z [00:04:22.861]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/chown.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4463071Z [00:04:22.868]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fseeko.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4529451Z [00:04:22.875]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unistd_h.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4596168Z [00:04:22.881]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fopen.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4663342Z [00:04:22.888]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/cu-progs.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4731486Z [00:04:22.895]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strtoimax.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4798538Z [00:04:22.901]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/c-strtod.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4867047Z [00:04:22.908]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/fseek.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4934704Z [00:04:22.915]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/canon-host.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5002780Z [00:04:22.922]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/posixtm.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5070080Z [00:04:22.929]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/stdalign.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5137067Z [00:04:22.935]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/strnlen.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5204221Z [00:04:22.942]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/manywarnings.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5271375Z [00:04:22.949]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/unlink-busy.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5337471Z [00:04:22.955]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/semaphore.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5404235Z [00:04:22.962]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/creat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5471090Z [00:04:22.969]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/acl.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5539023Z [00:04:22.975]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/off_t.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5607649Z [00:04:22.982]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/utimensat.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5674904Z [00:04:22.989]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/m4/safe-read.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5743355Z [00:04:22.996]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/ABOUT-NLS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5810473Z [00:04:23.003]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/cfg.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5878468Z [00:04:23.009]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/kk.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5946253Z [00:04:23.016]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/cs.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6015698Z [00:04:23.023]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/insert-header.sin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6083003Z [00:04:23.030]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ia.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6151873Z [00:04:23.037]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/eu.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6220420Z [00:04:23.044]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/zh_CN.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6287476Z [00:04:23.050]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ca.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6355508Z [00:04:23.057]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/coreutils.pot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6423834Z [00:04:23.064]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ka.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6490714Z [00:04:23.071]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/lg.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6559390Z [00:04:23.078]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/bg.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6627534Z [00:04:23.084]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/be.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6695487Z [00:04:23.091]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ro.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6763936Z [00:04:23.098]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/Makefile.in.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6832930Z [00:04:23.105]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/it.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6900360Z [00:04:23.112]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/hu.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6969126Z [00:04:23.119]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ko.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7036519Z [00:04:23.125]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/eu.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7104861Z [00:04:23.132]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/sk.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7173339Z [00:04:23.139]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ca.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7240470Z [00:04:23.146]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/hr.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7308174Z [00:04:23.152]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ga.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7375779Z [00:04:23.159]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/pl.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7443258Z [00:04:23.166]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/af.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7510435Z [00:04:23.173]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/uk.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7578327Z [00:04:23.179]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ms.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7647437Z [00:04:23.186]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/Makevars' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7714014Z [00:04:23.193]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/gl.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7781669Z [00:04:23.200]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/remove-potcdate.sin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7849441Z [00:04:23.207]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/pt_BR.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7916131Z [00:04:23.213]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/tr.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7983889Z [00:04:23.220]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/id.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8052153Z [00:04:23.227]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ia.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8120600Z [00:04:23.234]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/be.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8187051Z [00:04:23.240]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ka.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8254891Z [00:04:23.247]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ja.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8322978Z [00:04:23.254]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/cs.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8390860Z [00:04:23.261]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/sv.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8458267Z [00:04:23.267]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/vi.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8524804Z [00:04:23.274]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/es.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8591488Z [00:04:23.281]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/fi.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8659445Z [00:04:23.288]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/lt.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8725976Z [00:04:23.294]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/hr.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8793822Z [00:04:23.301]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/pt_BR.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8860548Z [00:04:23.308]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/da.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8927793Z [00:04:23.314]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/af.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8996000Z [00:04:23.321]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/de.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9063409Z [00:04:23.328]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ru.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9131889Z [00:04:23.335]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ms.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9200213Z [00:04:23.342]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/de.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9268132Z [00:04:23.348]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/id.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9336080Z [00:04:23.355]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/gl.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9404439Z [00:04:23.362]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/fr.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9472199Z [00:04:23.369]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/fr.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9543645Z [00:04:23.376]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/pt.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9611500Z [00:04:23.383]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/pt.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9678993Z [00:04:23.389]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/zh_CN.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9746146Z [00:04:23.396]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ro.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9815356Z [00:04:23.403]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/nb.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9882886Z [00:04:23.410]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ko.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9950064Z [00:04:23.417]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/da.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0016945Z [00:04:23.423]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0084820Z [00:04:23.430]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/es.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0151844Z [00:04:23.437]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/nl.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0219352Z [00:04:23.444]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/tr.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0286756Z [00:04:23.450]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/el.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0354586Z [00:04:23.457]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/stamp-po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0421239Z [00:04:23.464]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/vi.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0489069Z [00:04:23.470]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/bg.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0557906Z [00:04:23.477]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/nl.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0626133Z [00:04:23.484]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/LINGUAS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0693199Z [00:04:23.491]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/lt.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0760866Z [00:04:23.498]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/eo.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0827627Z [00:04:23.504]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/quot.sed' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0895244Z [00:04:23.511]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/sk.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0962782Z [00:04:23.518]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/nb.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1030246Z [00:04:23.525]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/boldquot.sed' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1097586Z [00:04:23.531]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ga.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1164857Z [00:04:23.538]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ta.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1231824Z [00:04:23.545]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ta.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1299392Z [00:04:23.552]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/lg.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1366758Z [00:04:23.558]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/POTFILES' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1434527Z [00:04:23.565]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/kk.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1501456Z [00:04:23.572]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/sv.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1569368Z [00:04:23.579]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/POTFILES.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1636519Z [00:04:23.585]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/Rules-quot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1702851Z [00:04:23.592]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/zh_TW.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1770646Z [00:04:23.599]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/el.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1837835Z [00:04:23.605]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/pl.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1907710Z [00:04:23.612]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/fi.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1975970Z [00:04:23.619]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/hu.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2043343Z [00:04:23.626]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/Makefile.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2111047Z [00:04:23.633]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/uk.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2178388Z [00:04:23.639]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/sl.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2245850Z [00:04:23.646]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/en@boldquot.header' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2315714Z [00:04:23.653]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/sr.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2383883Z [00:04:23.660]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/it.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2452448Z [00:04:23.667]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/zh_TW.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2521735Z [00:04:23.674]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/et.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2589845Z [00:04:23.681]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/en@quot.header' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2657333Z [00:04:23.687]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/sl.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2725581Z [00:04:23.694]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/eo.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2793908Z [00:04:23.701]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/et.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2862001Z [00:04:23.708]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ru.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2931079Z [00:04:23.715]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/sr.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2999785Z [00:04:23.722]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/po/ja.gmo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3067823Z [00:04:23.728]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/aclocal.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3135227Z [00:04:23.735]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/thanks-gen' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:34.3203114Z [00:04:23.742]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/d-slashdot.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3270683Z [00:04:23.749]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/install-C-selinux.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3338319Z [00:04:23.755]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/install-Z-selinux.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3405661Z [00:04:23.762]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/create-leading.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3473368Z [00:04:23.769]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/install-C.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3542509Z [00:04:23.776]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/install-C-root.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3609672Z [00:04:23.783]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/strip-program.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3676759Z [00:04:23.789]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/basic-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3743910Z [00:04:23.796]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/install/trap.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3811377Z [00:04:23.803]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/date/date-sec.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3878978Z [00:04:23.810]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/date/date-tz.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3946067Z [00:04:23.816]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/date/date-next-dow.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4014567Z [00:04:23.823]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/date/date-debug.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4082676Z [00:04:23.830]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/date/date.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4150620Z [00:04:23.837]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/fmt/long-line.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4218151Z [00:04:23.843]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/fmt/goal-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4285485Z [00:04:23.850]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/fmt/non-space.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4353123Z [00:04:23.857]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/fmt/base.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4420809Z [00:04:23.864]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/df-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4488862Z [00:04:23.870]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/df-output.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4556846Z [00:04:23.877]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/no-mtab-status.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4624051Z [00:04:23.884]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/header.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4691269Z [00:04:23.891]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/over-mount-device.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4758559Z [00:04:23.897]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/unreadable.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4826152Z [00:04:23.904]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/total-unprocessed.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4892600Z [00:04:23.911]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/df-P.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4961770Z [00:04:23.918]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/total-verify.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5031620Z [00:04:23.925]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/problematic-chars.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5100383Z [00:04:23.932]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/skip-duplicates.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5167317Z [00:04:23.938]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/df/skip-rootfs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5235034Z [00:04:23.945]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/basenc/base64.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5303248Z [00:04:23.952]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/basenc/basenc.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5370945Z [00:04:23.959]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chgrp/default-no-deref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5438591Z [00:04:23.965]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chgrp/recurse.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5506468Z [00:04:23.972]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chgrp/from.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5574874Z [00:04:23.979]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chgrp/basic.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5642252Z [00:04:23.986]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chgrp/posix-H.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5708798Z [00:04:23.993]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chgrp/no-x.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5776166Z [00:04:23.999]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chgrp/deref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5843825Z [00:04:24.006]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/printf/printf-hex.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5912208Z [00:04:24.013]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/printf/printf-indexed.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5982005Z [00:04:24.020]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/printf/printf-surprise.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6050299Z [00:04:24.027]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/printf/printf.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6117348Z [00:04:24.033]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/printf/printf-mb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6184568Z [00:04:24.040]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/printf/printf-cov.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6252675Z [00:04:24.047]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/printf/printf-quote.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6319799Z [00:04:24.054]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stat/stat-nanoseconds.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6386341Z [00:04:24.060]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stat/stat-fmt.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6454274Z [00:04:24.067]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stat/stat-birthtime.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6521698Z [00:04:24.074]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stat/stat-mount.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6588807Z [00:04:24.080]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stat/stat-hyphen.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6656417Z [00:04:24.087]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stat/stat-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6723520Z [00:04:24.094]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stat/stat-printf.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6790821Z [00:04:24.101]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/seek-data-capable' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:34.6858002Z [00:04:24.107]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/tail-c.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6924955Z [00:04:24.114]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/inotify-race.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6992608Z [00:04:24.121]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/F-vs-rename.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7060628Z [00:04:24.128]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/wait.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7130790Z [00:04:24.135]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/F-vs-missing.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7198267Z [00:04:24.141]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/proc-ksyms.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7265462Z [00:04:24.148]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/start-middle.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7334192Z [00:04:24.155]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/inotify-dir-recreate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7403529Z [00:04:24.162]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/tail-sysfs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7470939Z [00:04:24.169]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/inotify-only-regular.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7538449Z [00:04:24.175]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/inotify-rotate-resources.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7606913Z [00:04:24.182]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/flush-initial.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7674088Z [00:04:24.189]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/inotify-rotate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7741301Z [00:04:24.196]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/overlay-headers.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7808294Z [00:04:24.202]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/big-4gb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7874610Z [00:04:24.209]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7941933Z [00:04:24.216]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/F-headers.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8009326Z [00:04:24.223]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/inotify-hash-abuse.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8077801Z [00:04:24.229]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/follow-name.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8144381Z [00:04:24.236]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/pid.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8211707Z [00:04:24.243]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/truncate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8278837Z [00:04:24.249]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/descriptor-vs-rename.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8346384Z [00:04:24.256]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/follow-stdin.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8413005Z [00:04:24.263]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/pipe-f.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8481062Z [00:04:24.270]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/pid-pipe.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8549401Z [00:04:24.277]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/inotify-race2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8616951Z [00:04:24.283]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/tail.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8685696Z [00:04:24.290]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/assert-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8753312Z [00:04:24.297]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/end-of-device.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8820432Z [00:04:24.304]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/append-only.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8887844Z [00:04:24.310]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/tail-n0f.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8955494Z [00:04:24.317]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/pipe-f2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9023895Z [00:04:24.324]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/inotify-hash-abuse2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9092453Z [00:04:24.331]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/retry.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9160361Z [00:04:24.338]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tail/assert.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9229198Z [00:04:24.345]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ptx/ptx-overrun.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9297528Z [00:04:24.351]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ptx/ptx.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9365575Z [00:04:24.358]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/expr/expr-multibyte.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9433259Z [00:04:24.365]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/expr/expr.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9501707Z [00:04:24.372]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/cp-mv-enotsup-xattr.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9570208Z [00:04:24.379]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/link-no-deref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9638349Z [00:04:24.385]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/attr-existing.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9705013Z [00:04:24.392]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/cp-parents.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9772766Z [00:04:24.399]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/abuse.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9839954Z [00:04:24.406]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/dir-rm-dest.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9907019Z [00:04:24.412]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/into-self.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9973865Z [00:04:24.419]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/preserve-slink-time.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0041302Z [00:04:24.426]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/slink-2-slink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0108847Z [00:04:24.432]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/thru-dangling.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0175180Z [00:04:24.439]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/src-base-dot.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0242589Z [00:04:24.446]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/file-perm-race.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0310579Z [00:04:24.453]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/capability.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0377007Z [00:04:24.459]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/symlink-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0444071Z [00:04:24.466]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/sparse-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0512168Z [00:04:24.473]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/existing-perm-dir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0578812Z [00:04:24.479]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/parent-perm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0646883Z [00:04:24.486]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/r-vs-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0716438Z [00:04:24.493]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/keep-directory-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0784455Z [00:04:24.500]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/nfs-removal-race.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0851663Z [00:04:24.507]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/existing-perm-race.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0919021Z [00:04:24.514]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/preserve-mode.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0985524Z [00:04:24.520]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/cp-deref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1052569Z [00:04:24.527]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/link.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1121529Z [00:04:24.534]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/sparse-perf.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1190650Z [00:04:24.541]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/backup-is-src.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1257522Z [00:04:24.547]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/no-deref-link3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1324203Z [00:04:24.554]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/sparse.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1392033Z [00:04:24.561]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/deref-slink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1459326Z [00:04:24.568]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/backup-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1526447Z [00:04:24.574]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/cross-dev-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1594445Z [00:04:24.581]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/link-deref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1662428Z [00:04:24.588]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/perm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1730991Z [00:04:24.595]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/cp-mv-backup.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1799096Z [00:04:24.601]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/proc-zero-len.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1865198Z [00:04:24.608]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/preserve-gid.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1932599Z [00:04:24.615]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/cp-i.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2000319Z [00:04:24.622]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/no-ctx.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2067756Z [00:04:24.628]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/same-file.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2134941Z [00:04:24.635]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/dir-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2202906Z [00:04:24.642]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/sparse-to-pipe.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2270924Z [00:04:24.649]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/no-deref-link1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2338694Z [00:04:24.655]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/sparse-extents.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2407072Z [00:04:24.662]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/special-bits.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2475614Z [00:04:24.669]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/fail-perm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2542842Z [00:04:24.676]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/link-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2610252Z [00:04:24.683]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/copy-FMR.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2678476Z [00:04:24.689]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/preserve-link.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2745214Z [00:04:24.696]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/debug.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2813532Z [00:04:24.703]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/sparse-extents-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2879996Z [00:04:24.710]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/acl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2948002Z [00:04:24.716]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/cp-a-selinux.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3014335Z [00:04:24.723]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/dir-vs-file.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3080464Z [00:04:24.730]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/reflink-auto.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3149593Z [00:04:24.737]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/reflink-perm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3217721Z [00:04:24.743]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/preserve-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3285262Z [00:04:24.750]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/no-deref-link2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3352078Z [00:04:24.757]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/backup-dir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3418019Z [00:04:24.763]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/cp-HL.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3484464Z [00:04:24.770]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/link-heap.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3552601Z [00:04:24.777]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/link-preserve.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3619111Z [00:04:24.784]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/special-f.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3686321Z [00:04:24.790]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/proc-short-read.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3753637Z [00:04:24.797]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cp/parent-perm-race.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3821705Z [00:04:24.804]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/nproc/nproc-avail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3889251Z [00:04:24.811]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/nproc/nproc-positive.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3957695Z [00:04:24.817]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/nproc/nproc-override.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4024432Z [00:04:24.824]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/groups/groups-dash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4092070Z [00:04:24.831]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/groups/groups-version.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4159296Z [00:04:24.838]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/groups/groups-process-all.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4226053Z [00:04:24.844]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/direct.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4293390Z [00:04:24.851]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/skip-seek2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4362713Z [00:04:24.858]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/unblock.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4430393Z [00:04:24.865]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/not-rewound.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4497616Z [00:04:24.871]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/reblock.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4565191Z [00:04:24.878]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/no-allocate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4633127Z [00:04:24.885]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/skip-seek-past-dev.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4700743Z [00:04:24.892]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/stderr.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4768310Z [00:04:24.898]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/nocache_fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4835516Z [00:04:24.905]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/sparse.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4903838Z [00:04:24.912]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/misc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4971794Z [00:04:24.919]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/skip-seek-past-file.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5039301Z [00:04:24.926]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/nocache.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5107050Z [00:04:24.932]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/bytes.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5174297Z [00:04:24.939]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/unblock-sync.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5242535Z [00:04:24.946]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/skip-seek.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5310721Z [00:04:24.953]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/nocache_eof.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5378410Z [00:04:24.959]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/ascii.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5444815Z [00:04:24.966]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/dd/stats.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5512077Z [00:04:24.973]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/lang-default' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:35.5579177Z [00:04:24.980]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/v-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5646157Z [00:04:24.986]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/read-only.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5713498Z [00:04:24.993]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/ignorable.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5786541Z [00:04:25.000]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/d-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5847887Z [00:04:25.006]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/f-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5914695Z [00:04:25.013]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/r-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5981787Z [00:04:25.020]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/i-never.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6049397Z [00:04:25.027]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/rm5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6115997Z [00:04:25.033]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/rm-readdir-fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6186909Z [00:04:25.040]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/deep-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6256088Z [00:04:25.047]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/d-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6325950Z [00:04:25.054]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/r-root.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6397338Z [00:04:25.061]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/ext3-perf.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6465236Z [00:04:25.068]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/d-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6533340Z [00:04:25.075]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/r-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6599936Z [00:04:25.082]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/ir-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6666765Z [00:04:25.088]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/empty-inacc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6735007Z [00:04:25.095]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/unreadable.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6803082Z [00:04:25.102]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/one-file-system.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6870153Z [00:04:25.109]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/inaccessible.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6936511Z [00:04:25.115]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/empty-immutable-skip.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7004644Z [00:04:25.122]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/fail-eperm.xpl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7072399Z [00:04:25.129]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/dangling-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7139761Z [00:04:25.136]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/unread3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7207595Z [00:04:25.142]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/fail-2eperm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7274382Z [00:04:25.149]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/rm4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7342372Z [00:04:25.156]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/rm2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7409528Z [00:04:25.163]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/i-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7476999Z [00:04:25.169]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/interactive-once.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7543708Z [00:04:25.176]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/readdir-bug.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7610683Z [00:04:25.183]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/rm1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7677503Z [00:04:25.189]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/r-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7744974Z [00:04:25.196]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/fail-eacces.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7810856Z [00:04:25.203]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/dot-rel.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7876722Z [00:04:25.209]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/deep-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7943624Z [00:04:25.216]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/no-give-up.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8011778Z [00:04:25.223]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/r-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8079519Z [00:04:25.229]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/one-file-system2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8145449Z [00:04:25.236]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/sunos-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8213046Z [00:04:25.243]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/cycle.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8280698Z [00:04:25.250]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/many-dir-entries-vs-OOM.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8346952Z [00:04:25.256]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/interactive-always.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8415273Z [00:04:25.263]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/dir-nonrecur.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8483734Z [00:04:25.270]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/hash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8550933Z [00:04:25.277]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/isatty.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8617955Z [00:04:25.283]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/i-no-r.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8685045Z [00:04:25.290]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/unread2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8753371Z [00:04:25.297]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/dir-no-w.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8821151Z [00:04:25.304]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/empty-name.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8887510Z [00:04:25.310]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rm/rm3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8955194Z [00:04:25.317]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/uniq/uniq-collate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9022232Z [00:04:25.324]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/uniq/uniq-perf.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9088164Z [00:04:25.330]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/uniq/uniq.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9155647Z [00:04:25.337]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/od/od.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9222784Z [00:04:25.344]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/od/od-endian.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9289486Z [00:04:25.351]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/od/od-N.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9358032Z [00:04:25.357]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/od/od-x8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9425079Z [00:04:25.364]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/od/od-j.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9492992Z [00:04:25.371]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/od/od-multiple-t.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9564042Z [00:04:25.378]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/od/od-float.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9631948Z [00:04:25.385]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/into-self.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9699188Z [00:04:25.392]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/i-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9766211Z [00:04:25.398]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/hardlink-case.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9835063Z [00:04:25.405]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/no-target-dir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9902332Z [00:04:25.412]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/hard-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9969528Z [00:04:25.419]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/i-1.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0036626Z [00:04:25.425]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/into-self-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0105466Z [00:04:25.432]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/no-copy.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0173768Z [00:04:25.439]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/part-hardlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0241233Z [00:04:25.446]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/leak-fd.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0308674Z [00:04:25.452]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/diag.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0376052Z [00:04:25.459]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/atomic.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0443441Z [00:04:25.466]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/i-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0511731Z [00:04:25.473]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/force.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0579373Z [00:04:25.480]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/sticky-to-xpart.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0646684Z [00:04:25.486]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/dup-source.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0713198Z [00:04:25.493]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/part-fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0780655Z [00:04:25.500]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/backup-is-src.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0847733Z [00:04:25.506]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/symlink-onto-hardlink-to-self.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0914237Z [00:04:25.513]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/part-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0981162Z [00:04:25.520]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/mv-special-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1047036Z [00:04:25.526]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/i-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1113586Z [00:04:25.533]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/perm-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1180547Z [00:04:25.540]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/into-self-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1246769Z [00:04:25.546]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/into-self-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1313544Z [00:04:25.553]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/dir-file.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1380216Z [00:04:25.560]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/update.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1446729Z [00:04:25.566]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/atomic2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1513005Z [00:04:25.573]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/symlink-onto-hardlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1579021Z [00:04:25.579]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/partition-perm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1646124Z [00:04:25.586]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/i-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1715045Z [00:04:25.593]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/hard-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1781357Z [00:04:25.600]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/dir2dir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1847564Z [00:04:25.606]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/i-link-no.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1914509Z [00:04:25.613]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/hard-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1982974Z [00:04:25.620]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/acl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2051076Z [00:04:25.627]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/hard-link-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2120166Z [00:04:25.634]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/mv-n.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2187939Z [00:04:25.640]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/mv-exchange.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2255375Z [00:04:25.647]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/to-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2322344Z [00:04:25.654]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/trailing-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2390964Z [00:04:25.661]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/backup-dir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2458050Z [00:04:25.667]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/part-rename.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2524698Z [00:04:25.674]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mv/childproof.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2591297Z [00:04:25.681]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/wc/wc-proc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2656964Z [00:04:25.687]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/wc/wc-files0-from.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2724420Z [00:04:25.694]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/wc/wc-files0.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2791781Z [00:04:25.701]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/wc/wc-total.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2858780Z [00:04:25.707]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/wc/wc.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2925691Z [00:04:25.714]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/wc/wc-parallel.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2993287Z [00:04:25.721]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/wc/wc-nbsp.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3061843Z [00:04:25.728]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/seq/seq-long-double.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3128879Z [00:04:25.734]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/seq/seq-locale.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3195610Z [00:04:25.741]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/seq/seq-extra-number.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3262993Z [00:04:25.748]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/seq/seq-io-errors.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3329838Z [00:04:25.755]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/seq/seq-epipe.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3396615Z [00:04:25.761]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/seq/seq-precision.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3463267Z [00:04:25.768]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/seq/seq.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3531691Z [00:04:25.775]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tr/tr-case-class.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3598896Z [00:04:25.781]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tr/tr.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3667389Z [00:04:25.788]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tty/tty-eof.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3734513Z [00:04:25.795]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tty/tty.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3803167Z [00:04:25.802]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/filter.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3870589Z [00:04:25.809]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/additional-suffix.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3938271Z [00:04:25.815]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/guard-input.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4005763Z [00:04:25.822]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/b-chunk.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4073020Z [00:04:25.829]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/line-bytes.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4139752Z [00:04:25.836]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/l-chunk-root.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4207557Z [00:04:25.842]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/lines.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4273813Z [00:04:25.849]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/l-chunk.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4340544Z [00:04:25.856]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/suffix-length.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4408311Z [00:04:25.862]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/numeric.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4476622Z [00:04:25.869]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/record-sep.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4543452Z [00:04:25.876]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/suffix-auto-length.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4610430Z [00:04:25.883]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/r-chunk.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4679218Z [00:04:25.890]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/split/fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4746510Z [00:04:25.896]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/join/join.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4814209Z [00:04:25.903]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/join/join-utf8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4882482Z [00:04:25.910]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pwd/pwd-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4949978Z [00:04:25.917]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pwd/pwd-long.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5016803Z [00:04:25.923]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/shred/shred-passes.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5084196Z [00:04:25.930]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/shred/shred-exact.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5151110Z [00:04:25.937]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/shred/shred-remove.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5218922Z [00:04:25.943]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/shred/shred-size.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5286499Z [00:04:25.950]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/factor/factor.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5354299Z [00:04:25.957]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/factor/create-test.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5421679Z [00:04:25.964]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/factor/run.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5489334Z [00:04:25.971]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/factor/factor-parallel.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5557641Z [00:04:25.977]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/p-thru-slink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5624413Z [00:04:25.984]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/parents.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5692348Z [00:04:25.991]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/p-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5758816Z [00:04:25.997]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/special-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5824957Z [00:04:26.004]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/p-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5891545Z [00:04:26.011]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/smack-root.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5958295Z [00:04:26.017]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/p-v.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6025156Z [00:04:26.024]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/p-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6092646Z [00:04:26.031]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/perm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6159300Z [00:04:26.038]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/writable-under-readonly.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6227522Z [00:04:26.044]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/p-slashdot.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6294728Z [00:04:26.051]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/smack-no-root.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6361799Z [00:04:26.058]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/p-acl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6428481Z [00:04:26.064]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/selinux.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6494712Z [00:04:26.071]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/t-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6562714Z [00:04:26.078]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/mkdir/restorecon.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6629829Z [00:04:26.085]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/filefrag-extent-compare' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:36.6696262Z [00:04:26.091]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/env/env-null.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6763907Z [00:04:26.098]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/env/env-S-script.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6830664Z [00:04:26.105]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/env/env-signal-handler.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6896858Z [00:04:26.111]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/env/env.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6964871Z [00:04:26.118]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/env/env-S.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7031214Z [00:04:26.125]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/deref-args.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7099075Z [00:04:26.132]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/long-sloop.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7165033Z [00:04:26.138]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/move-dir-while-traversing.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7231399Z [00:04:26.145]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/restore-wd.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7298434Z [00:04:26.151]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/hard-link.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7366289Z [00:04:26.158]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/no-deref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7432862Z [00:04:26.165]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/inodes.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7500014Z [00:04:26.172]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/inaccessible-cwd.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7566347Z [00:04:26.178]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/fd-leak.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7633079Z [00:04:26.185]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/8gb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7701580Z [00:04:26.192]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7768449Z [00:04:26.198]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/one-file-system.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7835024Z [00:04:26.205]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/files0-from.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7903948Z [00:04:26.212]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/two-args.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7972430Z [00:04:26.219]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/bigtime.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8039943Z [00:04:26.226]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/apparent.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8108143Z [00:04:26.232]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/bind-mount-dir-cycle.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8176085Z [00:04:26.239]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/long-from-unreadable.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8243415Z [00:04:26.246]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/exclude.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8311265Z [00:04:26.253]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/2g.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8379249Z [00:04:26.260]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/basic.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8446254Z [00:04:26.266]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/max-depth.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8514272Z [00:04:26.273]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/inacc-dir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8581613Z [00:04:26.280]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/inacc-dest.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8649388Z [00:04:26.287]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/trailing-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8716792Z [00:04:26.293]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/threshold.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8783706Z [00:04:26.300]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/bind-mount-dir-cycle-v2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8850072Z [00:04:26.307]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/no-x.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8916833Z [00:04:26.313]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/files0-from-dir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8984325Z [00:04:26.320]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/du/deref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9052975Z [00:04:26.327]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/birthtime.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9120870Z [00:04:26.334]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/hex-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9188754Z [00:04:26.340]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/group-dirs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9256440Z [00:04:26.347]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/dangle.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9324402Z [00:04:26.354]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/zero-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9392357Z [00:04:26.361]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/rt-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9459657Z [00:04:26.368]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/block-size.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9527584Z [00:04:26.374]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/getxattr-speedup.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9597433Z [00:04:26.381]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/capability.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9666148Z [00:04:26.388]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/ls-misc.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9734394Z [00:04:26.395]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/symlink-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9803018Z [00:04:26.402]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/stat-vs-dirent.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9872205Z [00:04:26.409]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/multihardlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9939884Z [00:04:26.416]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/nameless-uid.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0008320Z [00:04:26.422]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/a-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0076198Z [00:04:26.429]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/recursive.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0143993Z [00:04:26.436]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/slink-acl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0211717Z [00:04:26.443]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/symlink-quote.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0281171Z [00:04:26.450]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/color-ext.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0349025Z [00:04:26.456]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/stat-free-color.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0416996Z [00:04:26.463]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/color-term.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0485288Z [00:04:26.470]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/w-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0553194Z [00:04:26.477]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/x-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0621728Z [00:04:26.484]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/stat-free-symlinks.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0691706Z [00:04:26.491]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/color-norm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0762036Z [00:04:26.498]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/sort-width-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0830400Z [00:04:26.505]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/abmon-align.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0899555Z [00:04:26.511]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/ls-time.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0968337Z [00:04:26.518]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/classify.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1036570Z [00:04:26.525]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/symlink-loop.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1105916Z [00:04:26.532]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/readdir-mountpoint-inode.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1173884Z [00:04:26.539]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/color-clear-to-eol.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1242209Z [00:04:26.546]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/selinux-segfault.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1312119Z [00:04:26.553]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/quote-align.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1380585Z [00:04:26.560]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/follow-slink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1448714Z [00:04:26.566]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/root-rel-symlink-color.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1516047Z [00:04:26.573]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/inode.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1584178Z [00:04:26.580]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/no-arg.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1653404Z [00:04:26.587]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/no-cap.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1721379Z [00:04:26.594]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/stat-dtype.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1789960Z [00:04:26.601]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/dired.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1857565Z [00:04:26.607]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/acl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1925771Z [00:04:26.614]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/infloop.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1993489Z [00:04:26.621]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/hyperlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2062094Z [00:04:26.628]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/selinux.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2131704Z [00:04:26.635]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/stat-failed.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2201530Z [00:04:26.642]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/size-align.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2270045Z [00:04:26.649]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/removed-directory.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2337870Z [00:04:26.655]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/file-type.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2406615Z [00:04:26.662]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/time-style-diag.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2475264Z [00:04:26.669]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/color-dtype-dir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2543223Z [00:04:26.676]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ls/m-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2611171Z [00:04:26.683]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chcon/chcon-fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2678533Z [00:04:26.689]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chcon/chcon.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2747673Z [00:04:26.696]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sha224sum.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2814964Z [00:04:26.703]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/md5sum-newline.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2882275Z [00:04:26.710]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sha256sum.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2949235Z [00:04:26.717]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/cksum-raw.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3017016Z [00:04:26.723]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sha1sum-vec.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3085796Z [00:04:26.730]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sha384sum.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3153085Z [00:04:26.737]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sha512sum.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3220941Z [00:04:26.744]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/cksum-a.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3288344Z [00:04:26.750]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sum-sysv.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3357016Z [00:04:26.757]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sm3sum.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3424286Z [00:04:26.764]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/b2sum.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3490983Z [00:04:26.771]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/md5sum-bsd.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3558384Z [00:04:26.777]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sum.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3625457Z [00:04:26.784]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/md5sum.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3693589Z [00:04:26.791]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/md5sum-parallel.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3760486Z [00:04:26.798]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/cksum-base64.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3828351Z [00:04:26.804]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/sha1sum.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3895757Z [00:04:26.811]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/cksum-c.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3963838Z [00:04:26.818]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cksum/cksum.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4031706Z [00:04:26.825]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/id/smack.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4099447Z [00:04:26.832]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/id/uid.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4167517Z [00:04:26.838]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/id/gnu-zero-uids.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4234231Z [00:04:26.845]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/id/setgid.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4301797Z [00:04:26.852]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/id/context.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4369721Z [00:04:26.859]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/id/no-context.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4437719Z [00:04:26.865]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/id/zero.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4505811Z [00:04:26.872]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/GNUmakefile' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.4573701Z [00:04:26.879]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chroot/chroot-credentials.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4640996Z [00:04:26.886]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chroot/chroot-fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4709435Z [00:04:26.893]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ln/hard-to-sym.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4776915Z [00:04:26.899]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ln/sf-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4844058Z [00:04:26.906]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ln/target-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4913187Z [00:04:26.913]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ln/slash-decorated-nonexistent-dest.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4980296Z [00:04:26.920]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ln/relative.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5047065Z [00:04:26.926]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ln/backup-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5115035Z [00:04:26.933]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ln/misc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5183110Z [00:04:26.940]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/ln/hard-backup.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5251613Z [00:04:26.947]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/local.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5319245Z [00:04:26.954]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tac/tac.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5387618Z [00:04:26.960]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tac/tac-2-nonseekable.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5455131Z [00:04:26.967]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/tac/tac-continue.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5523293Z [00:04:26.974]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sample-test' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5590839Z [00:04:26.981]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/timeout/timeout.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5658864Z [00:04:26.987]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/timeout/timeout-group.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5726525Z [00:04:26.994]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/timeout/timeout-large-parameters.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5794256Z [00:04:27.001]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/timeout/timeout-parameters.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5862659Z [00:04:27.008]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/timeout/timeout-blocked.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5930589Z [00:04:27.015]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/csplit/csplit-io-err.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5997926Z [00:04:27.021]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/csplit/csplit.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6064858Z [00:04:27.028]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/csplit/csplit-1000.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6133398Z [00:04:27.035]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/csplit/csplit-suppress-matched.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6201197Z [00:04:27.042]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/csplit/csplit-heap.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6268867Z [00:04:27.048]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-float.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6336479Z [00:04:27.055]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-u-FMR.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6405891Z [00:04:27.062]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-rand.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6474629Z [00:04:27.069]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-unique.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6541954Z [00:04:27.076]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6610552Z [00:04:27.083]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-continue.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6678152Z [00:04:27.089]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-version.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6745872Z [00:04:27.096]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-month.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6814576Z [00:04:27.103]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-merge-fdlimit.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6882754Z [00:04:27.110]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-discrim.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6950729Z [00:04:27.117]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-compress-proc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7019518Z [00:04:27.123]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-unique-segv.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7087320Z [00:04:27.130]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-NaN-infloop.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7155558Z [00:04:27.137]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-exit-early.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7222609Z [00:04:27.144]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-merge.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7289076Z [00:04:27.151]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-debug-keys.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7356565Z [00:04:27.157]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-benchmark-random.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7425034Z [00:04:27.164]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-compress.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7491649Z [00:04:27.171]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-spinlock-abuse.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7559054Z [00:04:27.177]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-compress-hang.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7626946Z [00:04:27.184]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-h-thousands-sep.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7695040Z [00:04:27.191]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-stale-thread-mem.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7763335Z [00:04:27.198]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-debug-warn.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7831420Z [00:04:27.205]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/sort/sort-files0-from.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7899844Z [00:04:27.212]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/d_type-check' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.7967902Z [00:04:27.218]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/runcon/runcon-compute.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8035596Z [00:04:27.225]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/runcon/runcon-no-reorder.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8103796Z [00:04:27.232]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/other-fs-tmpdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8172512Z [00:04:27.239]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cat/cat-proc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8240838Z [00:04:27.246]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cat/cat-self.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8307880Z [00:04:27.252]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cat/cat-E.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8376003Z [00:04:27.259]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cat/cat-buf.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8444325Z [00:04:27.266]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/shuf/shuf.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8511928Z [00:04:27.273]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/shuf/shuf-reservoir.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8581120Z [00:04:27.280]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tFFt-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.8649151Z [00:04:27.287]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3f-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.8716658Z [00:04:27.293]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3b2l17-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.8784646Z [00:04:27.300]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b3l24f-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.8852225Z [00:04:27.307]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/t-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.8920007Z [00:04:27.314]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tn2e5o3-t_tab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.8988400Z [00:04:27.320]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tFnFt' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.9056481Z [00:04:27.327]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ml24f-t-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.9124035Z [00:04:27.334]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+8l20-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.9192966Z [00:04:27.341]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/2s_f-t_notab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.9261308Z [00:04:27.348]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/l24f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.9330269Z [00:04:27.355]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tne8o3-t_tab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.9398942Z [00:04:27.361]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.9466079Z [00:04:27.368]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.9534210Z [00:04:27.375]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nSml24-t-t-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.9603603Z [00:04:27.382]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b3f-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.9672245Z [00:04:27.389]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tt-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.9740476Z [00:04:27.396]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b3l15f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.9808601Z [00:04:27.402]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W35a3l24f-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.9875929Z [00:04:27.409]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/loli' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:37.9945461Z [00:04:27.416]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W35Jml24f-lmlo' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.0012809Z [00:04:27.423]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a3l15f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.0080943Z [00:04:27.430]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/l24-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.0149013Z [00:04:27.436]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tne8-t_tab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.0218273Z [00:04:27.443]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W35b3l24f-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.0286539Z [00:04:27.450]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nl24f-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.0354409Z [00:04:27.457]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3ml24-t-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.0422409Z [00:04:27.464]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a3l15-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.0490279Z [00:04:27.471]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tn2e8o3-t_tab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.0558579Z [00:04:27.477]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b2l17-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.0626203Z [00:04:27.484]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/2sw60f-t_notab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.0693207Z [00:04:27.491]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W28l24f-ll' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.0761092Z [00:04:27.498]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ta3-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.0829276Z [00:04:27.505]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W35Jb3l24f-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.0896667Z [00:04:27.511]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3l24f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.0965892Z [00:04:27.518]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3a3Snl24f-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.1033255Z [00:04:27.525]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/4-7l24-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.1101607Z [00:04:27.532]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3b3Snl24f-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.1169298Z [00:04:27.539]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tt-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.1236906Z [00:04:27.545]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/Jml24f-lm-lo' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.1303900Z [00:04:27.552]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W72Jl24f-ll' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.1371436Z [00:04:27.559]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b3f-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.1439396Z [00:04:27.566]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b3-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.1506408Z [00:04:27.572]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ml24f-lm-lo' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.1576296Z [00:04:27.579]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W35Ja3l24f-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.1643746Z [00:04:27.586]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/l24-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.1711339Z [00:04:27.593]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3l24-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.1778897Z [00:04:27.599]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nSml24-bl-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.1846644Z [00:04:27.606]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3mSl24f-bl-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.1915709Z [00:04:27.613]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a2l15-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.1984309Z [00:04:27.620]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tn_2e8-t_tab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.2052449Z [00:04:27.627]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+3l24f-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.2120623Z [00:04:27.634]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3a3Sl24f-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.2188160Z [00:04:27.640]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b2l15-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.2256561Z [00:04:27.647]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nN1+3l24f-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.2324328Z [00:04:27.654]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3b3f-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.2394449Z [00:04:27.661]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+2l24f-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.2462740Z [00:04:27.668]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3-5l24f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.2531151Z [00:04:27.675]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tt-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.2598959Z [00:04:27.681]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nSml20-bl-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.2666974Z [00:04:27.688]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nSml24-t-tFFFF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.2735346Z [00:04:27.695]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3mSnl24fbltn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.2803132Z [00:04:27.702]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a3f-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.2871156Z [00:04:27.709]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/t-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.2939223Z [00:04:27.716]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ta3-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.3006759Z [00:04:27.722]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nSml20-t-tFFFF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.3074438Z [00:04:27.729]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+6b3l13f-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.3142790Z [00:04:27.736]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/pr-tests.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:38.3211282Z [00:04:27.743]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a2l17-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.3279187Z [00:04:27.749]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+6a2l17-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.3347650Z [00:04:27.756]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3a3f-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.3416369Z [00:04:27.763]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3b3l24f-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.3484199Z [00:04:27.770]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a3f-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.3551314Z [00:04:27.777]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3ml24f-bl-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.3619041Z [00:04:27.783]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W35ml24f-lm-lo' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.3687027Z [00:04:27.790]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3b3f-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.3754152Z [00:04:27.797]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+4b2l17f-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.3822182Z [00:04:27.804]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/Jb3l24f-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.3890632Z [00:04:27.811]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nJml24f-lmlmlo' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.3958305Z [00:04:27.817]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ttb3-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.4029140Z [00:04:27.824]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ml24-t-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.4099600Z [00:04:27.832]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/t-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.4168442Z [00:04:27.838]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tb3-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.4235251Z [00:04:27.845]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3ml24f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.4301698Z [00:04:27.852]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/t-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.4368671Z [00:04:27.858]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tt-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.4436721Z [00:04:27.865]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3b3Sl24f-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.4503540Z [00:04:27.872]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/t_notab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.4570980Z [00:04:27.879]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.4637619Z [00:04:27.885]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/0FnFt' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.4705150Z [00:04:27.892]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3ml24-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.4771906Z [00:04:27.899]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tFFt' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.4838239Z [00:04:27.905]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ml24f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.4904667Z [00:04:27.912]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ml24f-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.4972744Z [00:04:27.919]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+7l24-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.5039226Z [00:04:27.926]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tFFt-ll' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.5107410Z [00:04:27.932]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b3f-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.5174672Z [00:04:27.939]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W27l24f-ll' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.5242206Z [00:04:27.946]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/t_tab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.5311029Z [00:04:27.953]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.5377082Z [00:04:27.959]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nJml24f-lmlolm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.5445285Z [00:04:27.966]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3a2l17-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.5512131Z [00:04:27.973]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/2-S_f-t_notab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.5579085Z [00:04:27.980]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/4l24-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.5645418Z [00:04:27.986]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3b3l15f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.5712977Z [00:04:27.993]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+3ml20f-bl-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.5779425Z [00:04:28.000]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3ml24-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.5846695Z [00:04:28.006]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/0FnFnt' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.5914360Z [00:04:28.013]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/0Ft' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.5981759Z [00:04:28.020]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/2s_w60f-t_nota' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.6050600Z [00:04:28.027]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/0FFnt' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.6119902Z [00:04:28.034]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nN15l24f-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.6187499Z [00:04:28.040]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/2w60f-t_notab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.6255742Z [00:04:28.047]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tb3-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.6325031Z [00:04:28.054]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.6393784Z [00:04:28.061]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/FnFn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.6461717Z [00:04:28.068]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tn2e8-t_tab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.6529971Z [00:04:28.075]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a3l24f-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.6596646Z [00:04:28.081]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+3ml24f-bl-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.6665227Z [00:04:28.088]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tta3-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.6731971Z [00:04:28.095]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tta3-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.6799861Z [00:04:28.102]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3a3l24f-tn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.6866543Z [00:04:28.108]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tn_2e8S-t_tab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.6935671Z [00:04:28.115]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/b3l15-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.7003619Z [00:04:28.122]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3a3l15f-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.7071346Z [00:04:28.129]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3a3l15-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.7140072Z [00:04:28.136]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.7207026Z [00:04:28.142]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a3-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.7273669Z [00:04:28.149]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/t_tab_' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.7342012Z [00:04:28.156]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+5-8b3l17f-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.7411687Z [00:04:28.163]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/0Fnt' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.7479412Z [00:04:28.169]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/FFtn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.7547533Z [00:04:28.176]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+5a3l13f-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.7615143Z [00:04:28.183]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+3l24f-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.7683691Z [00:04:28.190]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/a3f-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.7750869Z [00:04:28.197]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W-72l24f-ll' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.7818216Z [00:04:28.203]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W26l24f-ll' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.7886135Z [00:04:28.210]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+2-5l24f-0FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.7955161Z [00:04:28.217]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tFFn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.8022498Z [00:04:28.224]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/2f-t_notab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.8090966Z [00:04:28.231]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/2sf-t_notab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.8158993Z [00:04:28.237]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/FFn' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.8227020Z [00:04:28.244]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ttb3-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.8294570Z [00:04:28.251]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+3ml24f-tn-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.8362965Z [00:04:28.258]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3f-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.8430534Z [00:04:28.265]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3b3f-0F' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.8498504Z [00:04:28.271]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ml20-FF-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.8566572Z [00:04:28.278]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/W20l24f-ll' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.8635769Z [00:04:28.285]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+4-8a2l17-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.8705157Z [00:04:28.292]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/0FFt' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.8773087Z [00:04:28.299]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/nSml20-t-t-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.8840819Z [00:04:28.306]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/tFFt-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.8908865Z [00:04:28.312]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ml24-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.8975996Z [00:04:28.319]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/Ja3l24f-lm' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.9044864Z [00:04:28.326]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/2-Sf-t_notab' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.9112625Z [00:04:28.333]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/ml24-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.9180465Z [00:04:28.340]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/3b3l15-t' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.9248466Z [00:04:28.346]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/w72l24f-ll' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.9316343Z [00:04:28.353]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+2l24f-bl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.9384138Z [00:04:28.360]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/n+3-7l24-FF' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.9452787Z [00:04:28.367]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/pr/o3Jml24f-lm-lo' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:38.9522548Z [00:04:28.374]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/nice/nice-fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9592175Z [00:04:28.381]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/nice/nice.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9660173Z [00:04:28.388]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rmdir/ignore.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9726518Z [00:04:28.394]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rmdir/fail-perm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9793629Z [00:04:28.401]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rmdir/t-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9860833Z [00:04:28.408]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/rmdir/symlink-errors.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9929386Z [00:04:28.415]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-owned-by-other.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9996605Z [00:04:28.421]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-fail-diag.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0064388Z [00:04:28.428]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-dir-fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0132893Z [00:04:28.435]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-dangling-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0200123Z [00:04:28.442]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-fifo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0266418Z [00:04:28.448]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-overflow.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0333655Z [00:04:28.455]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-relative.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0401232Z [00:04:28.462]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-no-create-missing.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0468022Z [00:04:28.468]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/truncate/truncate-parameters.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0534658Z [00:04:28.475]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/envvar-check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0601398Z [00:04:28.482]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/Coreutils.pm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0670784Z [00:04:28.489]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stty/stty-pairs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0738939Z [00:04:28.496]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stty/stty-invalid.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0806821Z [00:04:28.502]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stty/stty.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0874967Z [00:04:28.509]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/stty/stty-row-col.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0943507Z [00:04:28.516]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/init.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1012233Z [00:04:28.523]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/dirname.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1080352Z [00:04:28.530]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/sleep.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1148057Z [00:04:28.536]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/nohup.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1215255Z [00:04:28.543]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/paste.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1282630Z [00:04:28.550]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/arch.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1349797Z [00:04:28.557]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/expand.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1417095Z [00:04:28.563]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/mktemp.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1484485Z [00:04:28.570]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/basename.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1552333Z [00:04:28.577]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/usage_vs_getopt.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1620547Z [00:04:28.584]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/read-errors.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1688577Z [00:04:28.590]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/nl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1755738Z [00:04:28.597]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/fold.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1823001Z [00:04:28.604]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/close-stdout.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1890285Z [00:04:28.611]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/xattr.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1956736Z [00:04:28.617]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/false-status.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2023487Z [00:04:28.624]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/pathchk.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2090512Z [00:04:28.631]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/yes.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2156735Z [00:04:28.637]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/xstrtol.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2224228Z [00:04:28.644]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/echo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2292063Z [00:04:28.651]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/mknod.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2358404Z [00:04:28.657]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/sync.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2426154Z [00:04:28.664]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/printenv.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2493627Z [00:04:28.671]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/time-style.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2561316Z [00:04:28.678]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/selinux.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2628120Z [00:04:28.684]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/dircolors.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2695181Z [00:04:28.691]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/comm.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2762753Z [00:04:28.698]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/unexpand.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2829251Z [00:04:28.704]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/stdbuf.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2895077Z [00:04:28.711]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/numfmt.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2963098Z [00:04:28.718]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/coreutils.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3030331Z [00:04:28.725]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/kill.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3096559Z [00:04:28.731]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/tsort.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3163309Z [00:04:28.738]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/realpath.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3232419Z [00:04:28.745]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/tee.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3299957Z [00:04:28.752]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/write-errors.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3366656Z [00:04:28.758]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/misc/invalid-opt.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3433811Z [00:04:28.765]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cut/cut-huge-range.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3501861Z [00:04:28.772]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/cut/cut.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3568847Z [00:04:28.778]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/test/test-N.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3635216Z [00:04:28.785]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/test/test-diag.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3702780Z [00:04:28.792]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/test/test.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3769926Z [00:04:28.799]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/thru-dangling.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3836304Z [00:04:28.805]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/umask-x.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3903063Z [00:04:28.812]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/silent.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3970083Z [00:04:28.819]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/symlinks.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4036195Z [00:04:28.825]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/setgid.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4103417Z [00:04:28.832]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/equals.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4171206Z [00:04:28.839]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/inaccessible.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4237364Z [00:04:28.845]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/c-option.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4304090Z [00:04:28.852]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/ignore-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4370987Z [00:04:28.859]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/usage.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4437809Z [00:04:28.865]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/octal.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4504497Z [00:04:28.872]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/equal-x.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4571730Z [00:04:28.879]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chmod/no-x.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4638679Z [00:04:28.885]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/head/head.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4706337Z [00:04:28.892]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/head/head-c.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4774837Z [00:04:28.899]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/head/head-pos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4842528Z [00:04:28.906]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/head/head-write-error.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4909955Z [00:04:28.913]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/head/head-elide-tail.pl' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4977637Z [00:04:28.919]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/readlink/can-m.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5045586Z [00:04:28.926]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/readlink/readlink-root.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5113770Z [00:04:28.933]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/readlink/readlink-fp-loop.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5181547Z [00:04:28.940]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/readlink/rl-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5249496Z [00:04:28.947]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/readlink/can-f.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5317062Z [00:04:28.953]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/readlink/can-e.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5385267Z [00:04:28.960]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/readlink/multi.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5452459Z [00:04:28.967]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/no-perl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:39.5521238Z [00:04:28.974]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/help/help-version-getopt.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5589189Z [00:04:28.981]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/help/help-version.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5656058Z [00:04:28.987]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/CuSkip.pm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5724185Z [00:04:28.994]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/CuTmpdir.pm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5793346Z [00:04:29.001]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/no-create-missing.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5861070Z [00:04:29.008]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/read-only.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5928181Z [00:04:29.014]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/not-owner.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5995491Z [00:04:29.021]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/dir-1.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:39.6063750Z [00:04:29.028]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/empty-file.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6131499Z [00:04:29.035]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/fifo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6199951Z [00:04:29.042]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/obsolescent.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6267679Z [00:04:29.048]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/dangling-symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6335786Z [00:04:29.055]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/relative.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6403924Z [00:04:29.062]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/60-seconds.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6472220Z [00:04:29.069]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/no-dereference.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6540407Z [00:04:29.076]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/trailing-slash.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6608149Z [00:04:29.082]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/no-rights.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6676018Z [00:04:29.089]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/now-owned-by-other.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6743735Z [00:04:29.096]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/touch/fail-diag.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6812352Z [00:04:29.103]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chown/separator.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6880093Z [00:04:29.110]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chown/preserve-root.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6947676Z [00:04:29.116]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chown/basic.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7015700Z [00:04:29.123]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/tests/chown/deref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7088297Z [00:04:29.130]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tac_a-temp-stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7156380Z [00:04:29.137]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uname-uname.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:39.7224671Z [00:04:29.144]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_pr.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7292499Z [00:04:29.151]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/statx.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7360803Z [00:04:29.158]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sha512sum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7433318Z [00:04:29.165]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_nice_a-nice.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7502590Z [00:04:29.172]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/kill' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7571084Z [00:04:29.179]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/numfmt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7638289Z [00:04:29.185]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/find-mount-point.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7705380Z [00:04:29.192]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_runcon_a-runcon.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7773359Z [00:04:29.199]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_join_a-join.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7841832Z [00:04:29.206]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_dir_a-coreutils-dir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7909901Z [00:04:29.213]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha256sum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7977684Z [00:04:29.219]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tty_a-tty.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8045294Z [00:04:29.226]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_paste_a-paste.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8113961Z [00:04:29.233]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/readlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8181849Z [00:04:29.240]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_realpath_a-realpath.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8249530Z [00:04:29.247]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/date' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8317579Z [00:04:29.253]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/false' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8385889Z [00:04:29.260]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_df_a-df.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8453008Z [00:04:29.267]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/copy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8520403Z [00:04:29.274]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8588045Z [00:04:29.280]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/selinux.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8656150Z [00:04:29.287]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/remove.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8724526Z [00:04:29.294]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8792079Z [00:04:29.301]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dircolors.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8859786Z [00:04:29.308]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/who' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8926201Z [00:04:29.314]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/logname' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8994494Z [00:04:29.321]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_env_a-operand2sig.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9063292Z [00:04:29.328]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9131782Z [00:04:29.335]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha1sum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9199536Z [00:04:29.342]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/shred.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9266528Z [00:04:29.348]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_logname.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9334766Z [00:04:29.355]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/version.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9402357Z [00:04:29.362]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/false.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:39.9469164Z [00:04:29.368]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/fmt' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9535994Z [00:04:29.375]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_b2sum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9606165Z [00:04:29.382]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/users' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9673415Z [00:04:29.389]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uptime' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9741634Z [00:04:29.396]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/df' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9808459Z [00:04:29.402]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chroot_a-chroot.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9874898Z [00:04:29.409]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9944100Z [00:04:29.416]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/libsinglebin_b2sum_a-b2sum.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0013272Z [00:04:29.423]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/blake2-impl.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:40.0084812Z [00:04:29.430]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:40.0152479Z [00:04:29.437]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/b2sum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0219658Z [00:04:29.444]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/.deps/cksum-blake2b-ref.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0285825Z [00:04:29.450]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0353214Z [00:04:29.457]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/.deps/b2sum-blake2b-ref.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0420291Z [00:04:29.464]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:40.0486272Z [00:04:29.470]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:40.0555921Z [00:04:29.477]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:40.0626914Z [00:04:29.484]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/.deps/b2sum-b2sum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0693552Z [00:04:29.491]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/.deps/cksum-b2sum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0760791Z [00:04:29.498]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:40.0828073Z [00:04:29.504]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/b2sum.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:40.0894644Z [00:04:29.511]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:40.0960661Z [00:04:29.518]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/blake2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1026734Z [00:04:29.524]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/libsinglebin_cksum_a-b2sum.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1092756Z [00:04:29.531]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/blake2/blake2b-ref.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:40.1159600Z [00:04:29.538]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_printenv_a-printenv.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1225260Z [00:04:29.544]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_rmdir_a-prog-fprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1291246Z [00:04:29.551]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_hostid.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1358108Z [00:04:29.557]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libcksum_avx2.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1423999Z [00:04:29.564]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1489762Z [00:04:29.571]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_date_a-show-date.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1556112Z [00:04:29.577]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ginstall_a-install.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1623767Z [00:04:29.584]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_vdir_a-coreutils-vdir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1691349Z [00:04:29.591]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/split.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1757922Z [00:04:29.597]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/wc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1824550Z [00:04:29.604]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/octhexdigits.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1890946Z [00:04:29.611]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mknod.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1956569Z [00:04:29.617]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/basenc' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2022734Z [00:04:29.624]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/base32' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2089493Z [00:04:29.631]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_runcon.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2156401Z [00:04:29.637]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_shred_a-shred.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2222783Z [00:04:29.644]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:40.2287879Z [00:04:29.650]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tr.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2354300Z [00:04:29.657]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chown_a-chown-core.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2421757Z [00:04:29.664]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chgrp' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2488017Z [00:04:29.670]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/digest.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2555278Z [00:04:29.677]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/force-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2621631Z [00:04:29.684]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sleep' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2686453Z [00:04:29.690]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_rm.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2752992Z [00:04:29.697]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/factor.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2819249Z [00:04:29.704]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_env_a-env.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2884712Z [00:04:29.710]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_printenv.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2951884Z [00:04:29.717]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/true' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3017642Z [00:04:29.723]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_od.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3084485Z [00:04:29.730]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/printf' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3152180Z [00:04:29.737]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tty.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3218286Z [00:04:29.743]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/stat' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3283568Z [00:04:29.750]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha1sum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3349966Z [00:04:29.757]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sleep_a-sleep.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3415501Z [00:04:29.763]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_date_a-date.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3480962Z [00:04:29.770]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_users.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3547704Z [00:04:29.776]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/getlimits.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3615077Z [00:04:29.783]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tail' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3680678Z [00:04:29.790]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha384sum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3745914Z [00:04:29.796]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_hostname_a-hostname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3811076Z [00:04:29.803]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tsort' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3877882Z [00:04:29.809]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mkfifo_a-selinux.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3943932Z [00:04:29.816]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ginstall.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4010348Z [00:04:29.823]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_unexpand_a-unexpand.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4075985Z [00:04:29.829]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sha384sum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4142218Z [00:04:29.836]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_uniq_a-uniq.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4206923Z [00:04:29.842]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mknod' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4273552Z [00:04:29.849]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chgrp.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4340314Z [00:04:29.856]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/shuf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4406405Z [00:04:29.862]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cp-hash.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:40.4474021Z [00:04:29.869]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ptx' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4540218Z [00:04:29.876]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/operand2sig.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4605975Z [00:04:29.882]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/temp-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4671130Z [00:04:29.889]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mv_a-selinux.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4737074Z [00:04:29.895]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/timeout.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4804880Z [00:04:29.902]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mktemp_a-mktemp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4869780Z [00:04:29.909]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/printenv' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4935168Z [00:04:29.915]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_pwd.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5002856Z [00:04:29.922]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/base64' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5068047Z [00:04:29.928]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5133663Z [00:04:29.935]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mktemp.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5200570Z [00:04:29.942]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/expand-common.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5266607Z [00:04:29.948]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/expand.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5333251Z [00:04:29.955]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/pathchk.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5399286Z [00:04:29.961]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/expr' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5465717Z [00:04:29.968]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/make-prime-list' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5532367Z [00:04:29.975]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_link.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5598127Z [00:04:29.981]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tsort.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5665272Z [00:04:29.988]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uname.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:40.5732123Z [00:04:29.995]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_fold_a-fold.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5798506Z [00:04:30.001]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uniq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5865082Z [00:04:30.008]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libcksum_avx2_a-cksum_avx2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5931693Z [00:04:30.015]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha384sum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5998925Z [00:04:30.021]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sha224sum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6065205Z [00:04:30.028]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_realpath_a-relpath.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6131409Z [00:04:30.035]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/id.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6197880Z [00:04:30.041]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_link_a-link.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6264667Z [00:04:30.048]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cksum_a-crctab.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6331929Z [00:04:30.055]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_test_a-test.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6398092Z [00:04:30.061]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tr_a-tr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6464430Z [00:04:30.068]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chgrp_a-coreutils-chgrp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6531459Z [00:04:30.075]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mknod_a-selinux.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6597679Z [00:04:30.081]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_true_a-true.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6664556Z [00:04:30.088]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/fs-is-local.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6731199Z [00:04:30.095]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cp' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6797388Z [00:04:30.101]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_dd.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6864279Z [00:04:30.108]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/nohup.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6931062Z [00:04:30.115]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/basenc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6998025Z [00:04:30.121]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_stty.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7064911Z [00:04:30.128]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ln_a-ln.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7132728Z [00:04:30.135]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/nproc' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7200205Z [00:04:30.142]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_csplit.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7266463Z [00:04:30.148]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_nice.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7332677Z [00:04:30.155]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_false.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7399086Z [00:04:30.161]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_b2sum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7467112Z [00:04:30.168]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_comm.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7533612Z [00:04:30.175]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/coreutils_shebangs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7601242Z [00:04:30.182]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_md5sum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7666786Z [00:04:30.188]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mkfifo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7732831Z [00:04:30.195]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_pathchk.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7801312Z [00:04:30.202]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mknod_a-mknod.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7868269Z [00:04:30.208]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_dir.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7934682Z [00:04:30.215]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8002027Z [00:04:30.222]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/groups' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8068374Z [00:04:30.228]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tee' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8135623Z [00:04:30.235]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dd' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8203382Z [00:04:30.242]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mv.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8270677Z [00:04:30.249]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ginstall_a-force-link.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8336873Z [00:04:30.255]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/coreutils-vdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8403870Z [00:04:30.262]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sha1sum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8471535Z [00:04:30.269]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mv_a-copy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8537665Z [00:04:30.275]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/find-mount-point.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8603377Z [00:04:30.282]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/nohup' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8668897Z [00:04:30.288]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/basename' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8735596Z [00:04:30.295]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/coreutils-coreutils.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8802397Z [00:04:30.302]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sha256sum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8869533Z [00:04:30.309]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/version.c' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8936430Z [00:04:30.315]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/single-binary.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9003914Z [00:04:30.322]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cksum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9069985Z [00:04:30.329]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/temp-stream.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9136178Z [00:04:30.335]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sync_a-sync.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9202002Z [00:04:30.342]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/rm' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9269106Z [00:04:30.348]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mkfifo_a-mkfifo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9336276Z [00:04:30.355]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ioblksize.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9403362Z [00:04:30.362]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_yes.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9470751Z [00:04:30.369]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ls_a-ls.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9537080Z [00:04:30.375]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/set-fields.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9610122Z [00:04:30.383]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/iopoll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9676781Z [00:04:30.389]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_arch.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9744296Z [00:04:30.396]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cksum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9810529Z [00:04:30.403]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_basename.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9877544Z [00:04:30.409]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cut_a-cut.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9943418Z [00:04:30.416]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_rmdir.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0010039Z [00:04:30.423]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chcon_a-chcon.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0076519Z [00:04:30.429]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chown_a-chown.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0144450Z [00:04:30.436]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/copy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0213280Z [00:04:30.443]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/nl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0281271Z [00:04:30.450]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uniq' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0349383Z [00:04:30.457]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/getlimits.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0416710Z [00:04:30.463]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/make-prime-list.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0484487Z [00:04:30.470]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chroot.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0552729Z [00:04:30.477]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cksum_pclmul.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0621251Z [00:04:30.484]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ls-vdir.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:41.0689704Z [00:04:30.491]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/od' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0756632Z [00:04:30.497]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mv' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0825948Z [00:04:30.504]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0894944Z [00:04:30.511]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libcksum_avx512_a-cksum_avx512.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0962898Z [00:04:30.518]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_touch_a-touch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1030749Z [00:04:30.525]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ptx_a-ptx.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1098436Z [00:04:30.531]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_dirname_a-dirname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1164503Z [00:04:30.538]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/wc_avx2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1231114Z [00:04:30.545]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_base32_a-basenc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1296437Z [00:04:30.551]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chown-core.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1364657Z [00:04:30.558]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/version.h' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1432310Z [00:04:30.565]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tsort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1498463Z [00:04:30.571]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ls.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:41.1564293Z [00:04:30.578]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_base64.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1631903Z [00:04:30.585]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_csplit_a-csplit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1697670Z [00:04:30.591]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/wc' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1764110Z [00:04:30.598]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libver.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1831508Z [00:04:30.605]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dir' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1897590Z [00:04:30.611]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sum.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:41.1966054Z [00:04:30.618]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cksum.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2033745Z [00:04:30.625]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/hostname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2100804Z [00:04:30.632]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_stdbuf.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2166544Z [00:04:30.638]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mkdir_a-mkdir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2234781Z [00:04:30.645]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cksum_avx2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2302699Z [00:04:30.652]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/echo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2368634Z [00:04:30.658]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/coreutils-dir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2435914Z [00:04:30.665]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/fold' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2502969Z [00:04:30.672]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/seq' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2570600Z [00:04:30.679]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/pr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2637065Z [00:04:30.685]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_rmdir_a-rmdir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2703769Z [00:04:30.692]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tr' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2770812Z [00:04:30.699]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_whoami.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2836647Z [00:04:30.705]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_shuf_a-shuf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2904851Z [00:04:30.712]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_stat.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2972939Z [00:04:30.719]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_groups_a-groups.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3039950Z [00:04:30.726]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_groups_a-group-list.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3107104Z [00:04:30.732]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tty' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3175087Z [00:04:30.739]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ginstall' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3241936Z [00:04:30.746]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dirname' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3309405Z [00:04:30.753]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_unlink_a-unlink.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3375841Z [00:04:30.759]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/force-link.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:41.3443528Z [00:04:30.766]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/hostid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3510231Z [00:04:30.773]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/split' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3576759Z [00:04:30.779]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_unexpand_a-expand-common.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3645348Z [00:04:30.786]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3712680Z [00:04:30.793]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/fold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3780033Z [00:04:30.800]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_unexpand.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3846290Z [00:04:30.806]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_whoami_a-whoami.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3912799Z [00:04:30.813]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_uname_a-uname-uname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3979371Z [00:04:30.820]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tee.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4045294Z [00:04:30.826]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dcgen' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4112770Z [00:04:30.833]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_true.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4179233Z [00:04:30.840]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/comm' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4245633Z [00:04:30.846]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/join' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4313053Z [00:04:30.853]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/pwd' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4379205Z [00:04:30.860]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/yes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4446053Z [00:04:30.866]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_wc_a-wc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4512876Z [00:04:30.873]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_kill_a-operand2sig.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4578572Z [00:04:30.879]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/rmdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4645701Z [00:04:30.886]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_hostid_a-hostid.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4713348Z [00:04:30.893]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ginstall_a-cp-hash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4780588Z [00:04:30.900]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/relpath.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4846469Z [00:04:30.906]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/group-list.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4912822Z [00:04:30.913]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/wc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4979504Z [00:04:30.919]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/runcon.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5044898Z [00:04:30.926]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_stdbuf_a-stdbuf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5112331Z [00:04:30.933]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chown.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5178778Z [00:04:30.939]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chmod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5245061Z [00:04:30.946]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_nproc.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5312179Z [00:04:30.953]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cat.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5378813Z [00:04:30.959]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_timeout.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5445930Z [00:04:30.966]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uname-arch.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:41.5513614Z [00:04:30.973]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cp_a-selinux.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5581108Z [00:04:30.980]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5648276Z [00:04:30.986]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/shred' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5717634Z [00:04:30.993]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/coreutils.h' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5783850Z [00:04:31.000]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_du_a-du.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5850965Z [00:04:31.007]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/fs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5917644Z [00:04:31.013]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_pwd_a-pwd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5985276Z [00:04:31.020]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_comm_a-comm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6051544Z [00:04:31.027]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/[' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6117791Z [00:04:31.033]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/factor' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6186126Z [00:04:31.040]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mkdir' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6254298Z [00:04:31.047]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_factor_a-factor.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6321796Z [00:04:31.054]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_dd_a-dd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6389453Z [00:04:31.061]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_pr_a-pr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6456418Z [00:04:31.067]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_truncate_a-truncate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6523314Z [00:04:31.074]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chown-core.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6590487Z [00:04:31.081]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chroot.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6658398Z [00:04:31.087]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/extract-magic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6726945Z [00:04:31.094]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_nl_a-nl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6793562Z [00:04:31.101]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cp_a-cp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6860155Z [00:04:31.108]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tac.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6926858Z [00:04:31.114]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/seq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6994808Z [00:04:31.121]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/env' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7061490Z [00:04:31.128]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/du' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7129723Z [00:04:31.135]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_echo.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7195759Z [00:04:31.141]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin__.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7263751Z [00:04:31.148]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cp.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7330847Z [00:04:31.155]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_printf_a-printf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7397733Z [00:04:31.161]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ls' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7465695Z [00:04:31.168]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/date.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7533372Z [00:04:31.175]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chcon' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7600227Z [00:04:31.182]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/system.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7665542Z [00:04:31.188]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cksum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7731948Z [00:04:31.195]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/md5sum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7798458Z [00:04:31.201]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/id' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7865803Z [00:04:31.208]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ginstall_a-copy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7931524Z [00:04:31.215]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/expr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7997125Z [00:04:31.221]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/iopoll.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:41.8064728Z [00:04:31.228]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_uname.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8131818Z [00:04:31.235]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_expand_a-expand.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8199420Z [00:04:31.242]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sum_a-sum.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8265999Z [00:04:31.248]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tail.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8332443Z [00:04:31.255]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_realpath.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8399212Z [00:04:31.262]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_date.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8469187Z [00:04:31.268]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/b2sum' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8535298Z [00:04:31.275]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_fold.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8600835Z [00:04:31.282]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_id_a-id.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8666122Z [00:04:31.288]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha224sum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8733102Z [00:04:31.295]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chroot' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8799217Z [00:04:31.301]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/remove.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8864847Z [00:04:31.308]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/head.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8930994Z [00:04:31.315]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cksum_avx512.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8996750Z [00:04:31.321]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ln' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9062453Z [00:04:31.328]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_seq.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9128739Z [00:04:31.334]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/group-list.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9196038Z [00:04:31.341]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ln_a-force-link.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9262668Z [00:04:31.348]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/logname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9329388Z [00:04:31.355]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9396211Z [00:04:31.361]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_split.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9462414Z [00:04:31.368]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dircolors' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9528901Z [00:04:31.374]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/prog-fprintf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9595690Z [00:04:31.381]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_timeout_a-operand2sig.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9663927Z [00:04:31.388]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ls-dir.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:41.9730458Z [00:04:31.395]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libwc_avx2_a-wc_avx2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9796712Z [00:04:31.401]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin___a-lbracket.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9863692Z [00:04:31.408]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sleep.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9931173Z [00:04:31.415]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_head.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9997691Z [00:04:31.421]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_id.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0064792Z [00:04:31.428]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mkdir_a-selinux.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0131802Z [00:04:31.435]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_uptime.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0197743Z [00:04:31.441]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_test.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0263838Z [00:04:31.448]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:42.0330557Z [00:04:31.455]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_who.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0396614Z [00:04:31.461]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/local.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0463132Z [00:04:31.468]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_nproc_a-nproc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0530051Z [00:04:31.475]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/relpath.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0596137Z [00:04:31.481]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/install.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0663504Z [00:04:31.488]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sort.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0730747Z [00:04:31.495]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_readlink_a-readlink.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0796556Z [00:04:31.501]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tac' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0863820Z [00:04:31.508]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/expand-common.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0930906Z [00:04:31.515]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ptx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0997124Z [00:04:31.521]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ln.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1064492Z [00:04:31.528]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tee.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1131046Z [00:04:31.535]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chown.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1197086Z [00:04:31.541]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_base64_a-basenc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1264076Z [00:04:31.548]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libcksum_pclmul_a-cksum_pclmul.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1330860Z [00:04:31.555]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ginstall_a-prog-fprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1396774Z [00:04:31.561]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mkdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1463879Z [00:04:31.568]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tail.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1530427Z [00:04:31.575]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/timeout' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1596581Z [00:04:31.581]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/paste' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1663723Z [00:04:31.588]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/join.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1730443Z [00:04:31.595]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chcon.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1796468Z [00:04:31.601]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chown-chgrp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1863769Z [00:04:31.608]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_uname_a-uname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1930914Z [00:04:31.615]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/pinky' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1996813Z [00:04:31.621]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2064396Z [00:04:31.628]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_split_a-temp-stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2131631Z [00:04:31.635]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/comm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2197995Z [00:04:31.641]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tac-pipe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2263885Z [00:04:31.648]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/yes' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2330843Z [00:04:31.655]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/realpath.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2398319Z [00:04:31.661]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha512sum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2466402Z [00:04:31.668]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cu-progs.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2534107Z [00:04:31.675]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/csplit' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2601502Z [00:04:31.682]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ls_a-ls-ls.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2668031Z [00:04:31.688]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mktemp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2737125Z [00:04:31.695]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/pinky.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2803005Z [00:04:31.702]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_stty_a-stty.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2870088Z [00:04:31.709]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/wc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2935991Z [00:04:31.715]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:42.3002139Z [00:04:31.722]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/chown.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3067998Z [00:04:31.728]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ln_a-ln.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3135882Z [00:04:31.735]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3202422Z [00:04:31.742]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_date_a-date.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3268874Z [00:04:31.748]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/temp-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3337403Z [00:04:31.755]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/shuf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3405245Z [00:04:31.762]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_env_a-operand2sig.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3473004Z [00:04:31.769]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:42.3539682Z [00:04:31.776]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:42.3606210Z [00:04:31.782]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sort.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3673739Z [00:04:31.789]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/groups.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3740433Z [00:04:31.796]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3807529Z [00:04:31.802]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:42.3874923Z [00:04:31.809]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:42.3942006Z [00:04:31.816]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/od.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4008595Z [00:04:31.822]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:42.4074620Z [00:04:31.829]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sha512sum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4141088Z [00:04:31.836]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mv_a-copy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4208581Z [00:04:31.842]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_tr_a-tr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4274684Z [00:04:31.849]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/du.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4342144Z [00:04:31.856]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/dirname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4408458Z [00:04:31.862]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/md5sum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4475306Z [00:04:31.869]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_basename_a-basename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4542716Z [00:04:31.876]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/stty.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4609915Z [00:04:31.883]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/stdbuf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4677614Z [00:04:31.889]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/b2sum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4744789Z [00:04:31.896]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/fold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4812312Z [00:04:31.903]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_chmod_a-chmod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4880275Z [00:04:31.910]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:42.4947687Z [00:04:31.916]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cksum_a-crctab.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5015116Z [00:04:31.923]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_dircolors_a-dircolors.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5083213Z [00:04:31.930]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_tail_a-tail.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5151165Z [00:04:31.937]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sha256sum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5219054Z [00:04:31.943]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/cut.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5285973Z [00:04:31.950]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/iopoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5353674Z [00:04:31.957]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_split_a-split.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5420807Z [00:04:31.964]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_printenv_a-printenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5487790Z [00:04:31.970]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_stat_a-stat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5554864Z [00:04:31.977]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/prog-fprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5622544Z [00:04:31.984]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin___a-lbracket.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5690436Z [00:04:31.991]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/relpath.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5757671Z [00:04:31.997]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/ptx.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5824602Z [00:04:32.004]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sha512sum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5891576Z [00:04:32.011]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_realpath_a-relpath.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5959121Z [00:04:32.017]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_stdbuf_a-stdbuf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6026414Z [00:04:32.024]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/shred.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6093418Z [00:04:32.031]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/mknod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6160840Z [00:04:32.038]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:42.6228797Z [00:04:32.044]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_dirname_a-dirname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6295388Z [00:04:32.051]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:42.6362062Z [00:04:32.058]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:42.6428381Z [00:04:32.064]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_printf_a-printf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6495488Z [00:04:32.071]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_basenc_a-basenc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6562354Z [00:04:32.078]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/pwd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6629467Z [00:04:32.084]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/pr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6694738Z [00:04:32.091]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:42.6762267Z [00:04:32.098]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_hostname_a-hostname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6829003Z [00:04:32.104]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-copy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6895212Z [00:04:32.111]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_base32_a-basenc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6962075Z [00:04:32.118]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_wc_a-wc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7030204Z [00:04:32.125]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/remove.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7097629Z [00:04:32.131]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/printenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7162664Z [00:04:32.138]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/ls.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7228881Z [00:04:32.144]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/users.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7295177Z [00:04:32.151]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/split.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7360905Z [00:04:32.158]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/lbracket.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7428590Z [00:04:32.164]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_df_a-df.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7496823Z [00:04:32.171]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_kill_a-operand2sig.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7562583Z [00:04:32.178]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cp_a-cp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7627129Z [00:04:32.184]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/ln.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7693207Z [00:04:32.191]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/stat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7759817Z [00:04:32.198]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/uptime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7825698Z [00:04:32.204]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/expr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7892722Z [00:04:32.211]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_chroot_a-chroot.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7957958Z [00:04:32.217]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_comm_a-comm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8026222Z [00:04:32.224]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/nproc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8092807Z [00:04:32.231]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mktemp_a-mktemp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8158629Z [00:04:32.237]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/tail.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8226858Z [00:04:32.244]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:42.8294678Z [00:04:32.251]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sha1sum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8362686Z [00:04:32.258]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/cp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8430111Z [00:04:32.265]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cksum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8496772Z [00:04:32.271]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:42.8565815Z [00:04:32.278]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:42.8633693Z [00:04:32.285]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/printf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8701335Z [00:04:32.292]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/nohup.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8767811Z [00:04:32.298]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/cksum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8835687Z [00:04:32.305]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sha224sum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8904031Z [00:04:32.312]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sha384sum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8971873Z [00:04:32.319]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mv_a-selinux.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9038518Z [00:04:32.325]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_rm_a-remove.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9104639Z [00:04:32.332]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/id.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9172590Z [00:04:32.339]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libstdbuf_so-libstdbuf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9240107Z [00:04:32.346]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cut_a-cut.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9310529Z [00:04:32.352]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/uname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9375838Z [00:04:32.359]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/chown-chgrp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9443031Z [00:04:32.366]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_nice_a-nice.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9510375Z [00:04:32.373]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:42.9577703Z [00:04:32.379]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-install.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9645971Z [00:04:32.386]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/find-mount-point.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9714258Z [00:04:32.393]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/cksum-cksum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9783149Z [00:04:32.400]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_tsort_a-tsort.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9851231Z [00:04:32.407]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_readlink_a-readlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9918819Z [00:04:32.413]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/tee.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9986183Z [00:04:32.420]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/paste.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0053715Z [00:04:32.427]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_md5sum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0123190Z [00:04:32.434]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_whoami_a-whoami.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0191096Z [00:04:32.441]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:43.0258077Z [00:04:32.447]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/whoami.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0325961Z [00:04:32.454]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/touch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0393672Z [00:04:32.461]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/expand-common.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0460877Z [00:04:32.468]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sleep_a-sleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0528489Z [00:04:32.474]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_factor_a-factor.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0595335Z [00:04:32.481]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/true.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0662881Z [00:04:32.488]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/mkfifo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0730285Z [00:04:32.495]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sha384sum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0798010Z [00:04:32.501]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_nohup_a-nohup.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0865929Z [00:04:32.508]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/tr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0933583Z [00:04:32.515]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mkfifo_a-selinux.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1000757Z [00:04:32.522]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/ls-dir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1068454Z [00:04:32.528]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cp_a-selinux.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1135668Z [00:04:32.535]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:43.1203789Z [00:04:32.542]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_hostid_a-hostid.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1271447Z [00:04:32.549]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_users_a-users.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1338868Z [00:04:32.555]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/who.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1406887Z [00:04:32.562]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mv_a-mv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1474289Z [00:04:32.569]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:43.1543008Z [00:04:32.576]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/rmdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1609906Z [00:04:32.583]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_link_a-link.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1676703Z [00:04:32.589]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:43.1743708Z [00:04:32.596]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_csplit_a-csplit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1810471Z [00:04:32.603]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/fmt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1878157Z [00:04:32.609]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/nl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1945079Z [00:04:32.616]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_pwd_a-pwd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2011944Z [00:04:32.623]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ln_a-relpath.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2080762Z [00:04:32.630]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ls_a-ls.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2146752Z [00:04:32.636]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/unlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2214149Z [00:04:32.643]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sha256sum-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2283546Z [00:04:32.650]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/uname-uname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2351024Z [00:04:32.657]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/chown-core.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2419409Z [00:04:32.664]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sort_a-sort.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2487009Z [00:04:32.670]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_join_a-join.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2553481Z [00:04:32.677]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/version.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2621023Z [00:04:32.684]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_env_a-env.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2689683Z [00:04:32.691]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2757393Z [00:04:32.697]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_nl_a-nl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2823277Z [00:04:32.704]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_touch_a-touch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2890631Z [00:04:32.711]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_numfmt_a-numfmt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2956076Z [00:04:32.717]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/mv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3023390Z [00:04:32.724]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ptx_a-ptx.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3090204Z [00:04:32.731]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_uniq_a-uniq.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3155652Z [00:04:32.737]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/force-link.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3222624Z [00:04:32.744]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/getlimits.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3290730Z [00:04:32.751]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mknod_a-mknod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3356622Z [00:04:32.757]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_fmt_a-fmt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3423761Z [00:04:32.764]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_timeout_a-timeout.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3490964Z [00:04:32.771]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cp_a-copy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3556998Z [00:04:32.777]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_dd_a-dd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3623170Z [00:04:32.784]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/test.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3690194Z [00:04:32.791]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_chown_a-chown.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3756254Z [00:04:32.797]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_tee_a-tee.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3822707Z [00:04:32.804]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/numfmt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3889128Z [00:04:32.810]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_logname_a-logname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3955462Z [00:04:32.817]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:43.4022440Z [00:04:32.824]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/hostid.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4090997Z [00:04:32.831]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/chmod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4156965Z [00:04:32.837]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mkfifo_a-mkfifo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4223235Z [00:04:32.844]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_expand_a-expand.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4288953Z [00:04:32.850]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/runcon.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4354098Z [00:04:32.857]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_paste_a-paste.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4419985Z [00:04:32.864]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/ls-ls.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4486506Z [00:04:32.870]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/basenc-basenc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4553791Z [00:04:32.877]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:43.4620628Z [00:04:32.884]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4686733Z [00:04:32.890]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/csplit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4752878Z [00:04:32.897]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/set-fields.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4819533Z [00:04:32.904]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cksum_a-sum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4887089Z [00:04:32.910]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_kill_a-kill.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4955666Z [00:04:32.917]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:43.5023209Z [00:04:32.924]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/copy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5089385Z [00:04:32.931]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/kill.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5154826Z [00:04:32.937]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_fold_a-fold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5221503Z [00:04:32.944]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_tac_a-tac.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5287718Z [00:04:32.950]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/false.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5353577Z [00:04:32.957]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/expand.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5420404Z [00:04:32.964]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/env.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5486399Z [00:04:32.970]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/install.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5552666Z [00:04:32.977]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_du_a-du.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5618610Z [00:04:32.983]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/chcon.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5686431Z [00:04:32.990]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/dd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5752725Z [00:04:32.997]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mv_a-remove.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5819275Z [00:04:33.004]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/chown-chown.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5884735Z [00:04:33.010]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_yes_a-yes.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5952155Z [00:04:33.017]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_seq_a-seq.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6020339Z [00:04:33.024]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/show-date.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6086160Z [00:04:33.030]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/echo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6153984Z [00:04:33.037]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_tail_a-iopoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6220790Z [00:04:33.044]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/logname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6286681Z [00:04:33.050]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sum-sum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6353300Z [00:04:33.057]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/comm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6420717Z [00:04:33.064]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sum_a-sum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6487421Z [00:04:33.070]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_shred_a-shred.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6554356Z [00:04:33.077]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_pr_a-pr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6621433Z [00:04:33.084]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_truncate_a-truncate.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6687869Z [00:04:33.090]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:43.6754485Z [00:04:33.097]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/selinux.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6820582Z [00:04:33.104]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/tty.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6887496Z [00:04:33.110]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_id_a-id.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6953576Z [00:04:33.117]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/mkdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7021424Z [00:04:33.124]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:43.7087763Z [00:04:33.130]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_rmdir_a-rmdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7154606Z [00:04:33.137]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/rm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7220212Z [00:04:33.144]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/join.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7286708Z [00:04:33.150]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mkdir_a-mkdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7354182Z [00:04:33.157]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/uname-arch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7420806Z [00:04:33.164]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/cat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7487633Z [00:04:33.170]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:43.7553462Z [00:04:33.177]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/tsort.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7620274Z [00:04:33.184]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/base64-basenc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7685405Z [00:04:33.190]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_uname_a-uname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7752802Z [00:04:33.197]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:43.7819062Z [00:04:33.203]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/pathchk.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7884283Z [00:04:33.210]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/mktemp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7951007Z [00:04:33.217]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_ginstall_a-selinux.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8017391Z [00:04:33.223]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cksum_a-cksum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8084284Z [00:04:33.230]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sha1sum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8150392Z [00:04:33.237]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/nice.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8216272Z [00:04:33.243]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_echo_a-echo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8282755Z [00:04:33.250]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/chroot.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8349595Z [00:04:33.257]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/group-list.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8424021Z [00:04:33.263]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sha224sum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8485202Z [00:04:33.270]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/factor.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8552263Z [00:04:33.277]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/tac.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8619050Z [00:04:33.283]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_cat_a-cat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8685084Z [00:04:33.290]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:43.8751654Z [00:04:33.297]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/readlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8819120Z [00:04:33.304]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_base64_a-basenc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8886130Z [00:04:33.310]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:43.8954960Z [00:04:33.317]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mknod_a-selinux.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9021874Z [00:04:33.324]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/basename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9090420Z [00:04:33.331]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_tty_a-tty.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9156774Z [00:04:33.337]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/yes.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9224139Z [00:04:33.344]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/sync.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9292454Z [00:04:33.351]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:43.9360251Z [00:04:33.358]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_groups_a-groups.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9429450Z [00:04:33.365]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_chcon_a-chcon.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9495777Z [00:04:33.371]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_nproc_a-nproc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9563105Z [00:04:33.378]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_tee_a-iopoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9633743Z [00:04:33.385]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_rm_a-rm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9702027Z [00:04:33.392]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/hostname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9770027Z [00:04:33.399]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:43.9837585Z [00:04:33.405]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/dircolors.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9905246Z [00:04:33.412]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/cksum-sum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9972687Z [00:04:33.419]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:44.0041114Z [00:04:33.426]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_unexpand_a-unexpand.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0108511Z [00:04:33.432]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_true_a-true.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0176112Z [00:04:33.439]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/cksum-crctab.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0244454Z [00:04:33.446]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_sync_a-sync.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0312317Z [00:04:33.453]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/unexpand.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0379207Z [00:04:33.460]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/operand2sig.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0446934Z [00:04:33.466]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_unlink_a-unlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0514564Z [00:04:33.473]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_pinky_a-pinky.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0582208Z [00:04:33.480]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/df.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0650494Z [00:04:33.487]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:44.0718395Z [00:04:33.493]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/ls-vdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0787070Z [00:04:33.500]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/truncate.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0854715Z [00:04:33.507]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_pathchk_a-pathchk.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0922258Z [00:04:33.514]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:44.0988582Z [00:04:33.520]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/timeout.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1055957Z [00:04:33.527]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/seq.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1123505Z [00:04:33.534]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/uniq.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1190863Z [00:04:33.541]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_od_a-od.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1258014Z [00:04:33.547]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_timeout_a-operand2sig.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1325976Z [00:04:33.554]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/cp-hash.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1392545Z [00:04:33.561]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:44.1459560Z [00:04:33.568]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_b2sum_a-digest.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1527433Z [00:04:33.574]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/head.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1596067Z [00:04:33.581]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_test_a-test.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1664469Z [00:04:33.588]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/base32-basenc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1732028Z [00:04:33.595]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_who_a-who.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1799589Z [00:04:33.602]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_realpath_a-realpath.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1867845Z [00:04:33.608]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_uptime_a-uptime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1935686Z [00:04:33.615]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/make-prime-list.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2003648Z [00:04:33.622]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/date.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2071547Z [00:04:33.629]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_runcon_a-runcon.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2139335Z [00:04:33.636]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_false_a-false.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2208408Z [00:04:33.642]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/realpath.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2277479Z [00:04:33.649]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:44.2344573Z [00:04:33.656]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_mkdir_a-selinux.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2414312Z [00:04:33.663]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_head_a-head.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2484206Z [00:04:33.670]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_expr_a-expr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2552702Z [00:04:33.677]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/libsinglebin_shuf_a-shuf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2620758Z [00:04:33.684]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/link.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2688215Z [00:04:33.690]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/.deps/coreutils-coreutils.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2756389Z [00:04:33.697]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tail_a-iopoll.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2824116Z [00:04:33.704]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sort' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2891456Z [00:04:33.711]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha224sum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2959767Z [00:04:33.718]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ginstall_a-selinux.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3028319Z [00:04:33.724]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_expr.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3095105Z [00:04:33.731]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/numfmt' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3162793Z [00:04:33.738]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/pathchk' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3229499Z [00:04:33.745]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mknod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3296088Z [00:04:33.751]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/pwd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3363102Z [00:04:33.758]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_hostname.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3430181Z [00:04:33.765]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mv_a-force-link.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3498583Z [00:04:33.771]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_expr_a-expr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3565753Z [00:04:33.778]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chown_a-chown-chown.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3633120Z [00:04:33.785]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_unlink.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3700297Z [00:04:33.792]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/who.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3766721Z [00:04:33.798]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_basenc.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3833867Z [00:04:33.805]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_seq_a-seq.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3899587Z [00:04:33.812]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_pinky.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3966498Z [00:04:33.818]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_uptime_a-uptime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4033743Z [00:04:33.825]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mktemp' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4099864Z [00:04:33.832]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_md5sum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4166620Z [00:04:33.838]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_who_a-who.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4233873Z [00:04:33.845]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/operand2sig.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4301705Z [00:04:33.852]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/fmt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4368760Z [00:04:33.858]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/whoami' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4436640Z [00:04:33.865]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tac_a-tac.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4502986Z [00:04:33.872]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mkdir.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4569543Z [00:04:33.879]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/true.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4635813Z [00:04:33.885]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sort_a-sort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4703123Z [00:04:33.892]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/unexpand' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4770159Z [00:04:33.899]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/unexpand.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4836244Z [00:04:33.905]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ls.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4903102Z [00:04:33.912]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/nl' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4970094Z [00:04:33.919]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/show-date.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5036505Z [00:04:33.925]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/runcon' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5103798Z [00:04:33.932]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_paste.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5171247Z [00:04:33.939]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_rm_a-rm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5238064Z [00:04:33.945]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tty.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5305317Z [00:04:33.952]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_touch.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5372746Z [00:04:33.959]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/kill.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5439827Z [00:04:33.966]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha256sum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5506553Z [00:04:33.972]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/expand' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5575639Z [00:04:33.979]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_arch_a-coreutils-arch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5643184Z [00:04:33.986]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/stat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5710728Z [00:04:33.993]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cut.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5778054Z [00:04:33.999]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/unlink' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5845221Z [00:04:34.006]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cat_a-cat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5911658Z [00:04:34.013]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libcksum_avx512.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5978277Z [00:04:34.019]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/users.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6045770Z [00:04:34.026]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sync' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6115949Z [00:04:34.033]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_uniq.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6194111Z [00:04:34.041]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cat' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6264970Z [00:04:34.048]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mkdir_a-prog-fprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6332953Z [00:04:34.055]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chown.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6400604Z [00:04:34.062]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/shuf' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6468349Z [00:04:34.068]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ls.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6536593Z [00:04:34.075]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/pr' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6604068Z [00:04:34.082]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/printenv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6671560Z [00:04:34.089]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_factor.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6739198Z [00:04:34.096]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/nice' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6807304Z [00:04:34.102]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/coreutils-chgrp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6873965Z [00:04:34.109]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/crctab.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6942282Z [00:04:34.116]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tee_a-iopoll.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7010234Z [00:04:34.123]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/pinky.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7078157Z [00:04:34.129]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cksum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7146097Z [00:04:34.136]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cut.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7212656Z [00:04:34.143]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/vdir' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7280373Z [00:04:34.150]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_users_a-users.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7347438Z [00:04:34.156]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/csplit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7415744Z [00:04:34.163]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/nproc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7484426Z [00:04:34.170]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mv_a-remove.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7552705Z [00:04:34.177]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_join.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7621263Z [00:04:34.184]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_nl.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7689395Z [00:04:34.191]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_env.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7757043Z [00:04:34.197]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sync.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7824270Z [00:04:34.204]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7893277Z [00:04:34.211]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_kill.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7960821Z [00:04:34.218]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_fmt_a-fmt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8028285Z [00:04:34.224]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cksum_a-sum.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8095944Z [00:04:34.231]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libstdbuf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8164679Z [00:04:34.238]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_shuf.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8232070Z [00:04:34.245]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/du.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8300493Z [00:04:34.252]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chmod_a-chmod.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8369075Z [00:04:34.258]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_timeout_a-timeout.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8436213Z [00:04:34.265]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/rmdir' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8504141Z [00:04:34.272]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ln.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8571194Z [00:04:34.279]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8639201Z [00:04:34.286]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/ls-ls.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:44.8706989Z [00:04:34.292]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_numfmt_a-numfmt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8774766Z [00:04:34.299]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ptx.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8842643Z [00:04:34.306]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_dirname.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8910637Z [00:04:34.313]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/truncate' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8978915Z [00:04:34.319]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cp_a-force-link.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9046545Z [00:04:34.326]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/selinux.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9114214Z [00:04:34.333]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/env.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9181013Z [00:04:34.340]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dircolors.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9249145Z [00:04:34.347]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/df.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9317397Z [00:04:34.353]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_rm_a-remove.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9384901Z [00:04:34.360]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_shred.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9452152Z [00:04:34.367]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/tr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9520344Z [00:04:34.374]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_wc.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9588075Z [00:04:34.380]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_stat_a-stat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9657104Z [00:04:34.387]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/stty' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9726598Z [00:04:34.394]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/lbracket.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:44.9794282Z [00:04:34.401]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_expand_a-expand-common.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9863186Z [00:04:34.408]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/coreutils.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9930232Z [00:04:34.415]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_groups.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9997749Z [00:04:34.421]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uname' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0065158Z [00:04:34.428]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/hostid' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0132674Z [00:04:34.435]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sum_a-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0200143Z [00:04:34.442]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libcksum_pclmul.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0268295Z [00:04:34.448]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_id_a-group-list.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0336158Z [00:04:34.455]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mv_a-cp-hash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0403736Z [00:04:34.462]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_du.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0470787Z [00:04:34.469]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_sha512sum.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0537898Z [00:04:34.475]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cut' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0605825Z [00:04:34.482]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/test' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0674196Z [00:04:34.489]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_readlink.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0742720Z [00:04:34.496]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tail_a-tail.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0810831Z [00:04:34.503]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/basename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0879051Z [00:04:34.510]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/od.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0947391Z [00:04:34.516]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/echo' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1015938Z [00:04:34.523]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/primes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1082803Z [00:04:34.530]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_head_a-head.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1150303Z [00:04:34.537]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/show-date.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1218240Z [00:04:34.543]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mv_a-mv.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1286170Z [00:04:34.550]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/set-fields.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1353499Z [00:04:34.557]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/getlimits' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1422185Z [00:04:34.564]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_split_a-split.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1490481Z [00:04:34.571]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cp-hash.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1560017Z [00:04:34.578]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_stty_a-stty.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1627663Z [00:04:34.584]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chmod' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1695260Z [00:04:34.591]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_dircolors_a-dircolors.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1762937Z [00:04:34.598]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/link' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1830542Z [00:04:34.605]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/longlong.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1896951Z [00:04:34.611]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/head' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1965697Z [00:04:34.618]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cp_a-copy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2032507Z [00:04:34.625]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_dircolors.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2098883Z [00:04:34.631]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_pathchk_a-pathchk.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2165135Z [00:04:34.638]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libwc_avx2.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2231133Z [00:04:34.645]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/realpath' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2297402Z [00:04:34.651]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_printf.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2364375Z [00:04:34.658]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_yes_a-yes.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2432155Z [00:04:34.665]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/coreutils-arch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2499051Z [00:04:34.671]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_od_a-od.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2566226Z [00:04:34.678]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_nohup_a-nohup.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2633446Z [00:04:34.685]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/whoami.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2701887Z [00:04:34.692]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/printf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2768837Z [00:04:34.698]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dircolors.hin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2836575Z [00:04:34.705]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cksum_a-cksum.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2904007Z [00:04:34.712]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/readlink' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2971890Z [00:04:34.719]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chown-chown.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3039605Z [00:04:34.726]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/nice.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3107385Z [00:04:34.732]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/stdbuf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3173999Z [00:04:34.739]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/mkfifo' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3241233Z [00:04:34.746]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_chmod.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3308186Z [00:04:34.752]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_expand.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3375787Z [00:04:34.759]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chcon.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3444657Z [00:04:34.766]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/uptime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3512679Z [00:04:34.773]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_vdir.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3580780Z [00:04:34.780]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_basename_a-basename.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3648879Z [00:04:34.786]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/stty.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3715071Z [00:04:34.793]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_df.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3782258Z [00:04:34.800]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/prog-fprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3851017Z [00:04:34.807]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_basenc_a-basenc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3918313Z [00:04:34.813]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_numfmt.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3986254Z [00:04:34.820]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/cksum_vmull.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4054803Z [00:04:34.827]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_pinky_a-pinky.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4122093Z [00:04:34.834]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tac.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4189838Z [00:04:34.841]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/rm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4257939Z [00:04:34.847]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tee_a-tee.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4324722Z [00:04:34.854]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_logname_a-logname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4391712Z [00:04:34.861]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/sort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4459274Z [00:04:34.868]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_nohup.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4526914Z [00:04:34.874]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_ln_a-relpath.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4593401Z [00:04:34.881]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/touch' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4660924Z [00:04:34.888]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/truncate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4729151Z [00:04:34.895]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/chown' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4796543Z [00:04:34.901]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/touch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4864677Z [00:04:34.908]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_numfmt_a-set-fields.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4931204Z [00:04:34.915]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/paste.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4999070Z [00:04:34.921]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_tsort_a-tsort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5067609Z [00:04:34.928]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/dirname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5136295Z [00:04:34.935]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_kill_a-kill.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5203260Z [00:04:34.942]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_base32.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5270894Z [00:04:34.949]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_false_a-false.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5338058Z [00:04:34.955]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_mkfifo.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5404703Z [00:04:34.962]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_fmt.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5472074Z [00:04:34.969]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/groups.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5539567Z [00:04:34.976]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_echo_a-echo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5606330Z [00:04:34.982]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/make-prime-list.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5673852Z [00:04:34.989]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_truncate.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5742602Z [00:04:34.996]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cp_a-cp-hash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5809459Z [00:04:35.003]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_cut_a-set-fields.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5878519Z [00:04:35.009]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/unlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5945823Z [00:04:35.016]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/src/libsinglebin_du_a-show-date.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6012707Z [00:04:35.023]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/GNUmakefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6080493Z [00:04:35.030]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/AUTHORS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6148401Z [00:04:35.036]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/configure.ac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6216453Z [00:04:35.043]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/bootstrap.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6283737Z [00:04:35.050]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6355684Z [00:04:35.057]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-perror.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6423751Z [00:04:35.064]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vfzprintf-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6491121Z [00:04:35.071]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localtime_r-mt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6558908Z [00:04:35.077]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/timespec-sub.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6625773Z [00:04:35.084]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-futimens.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6693868Z [00:04:35.091]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-printf-frexpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6760512Z [00:04:35.098]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6828303Z [00:04:35.104]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-w32-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6895213Z [00:04:35.111]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6963007Z [00:04:35.118]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-openat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7031509Z [00:04:35.125]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fflush.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7098414Z [00:04:35.131]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-year2038.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7164591Z [00:04:35.138]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename-environ.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7231292Z [00:04:35.145]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-printf-posix.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7299018Z [00:04:35.151]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftello4.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7365142Z [00:04:35.158]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-explicit_bzero.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7432860Z [00:04:35.165]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-uname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7501324Z [00:04:35.172]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/locale.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7568993Z [00:04:35.178]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/warn-on-use.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7635016Z [00:04:35.185]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7703156Z [00:04:35.192]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getprogname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7770759Z [00:04:35.199]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fprintf-posix.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7837829Z [00:04:35.205]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-inttostr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7905049Z [00:04:35.212]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/perror.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7971859Z [00:04:35.219]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getndelim2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8040158Z [00:04:35.226]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-alignalloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8108875Z [00:04:35.232]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-gettimeofday.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8176569Z [00:04:35.239]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-rwlock1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8243400Z [00:04:35.246]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nullptr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8310573Z [00:04:35.253]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/snan.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8377561Z [00:04:35.259]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-frexp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8444425Z [00:04:35.266]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8512003Z [00:04:35.273]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/sleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8579117Z [00:04:35.279]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/random.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8645513Z [00:04:35.286]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fdopendir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8714462Z [00:04:35.293]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-windows-mutex-type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8781698Z [00:04:35.300]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mkdir.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8849507Z [00:04:35.307]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/qemu.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8917372Z [00:04:35.313]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stdckdint-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8984966Z [00:04:35.320]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9052998Z [00:04:35.327]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseeko3.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9121157Z [00:04:35.334]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-file-has-acl-2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:45.9189014Z [00:04:35.340]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ignore-value.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9255987Z [00:04:35.347]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha512' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9323651Z [00:04:35.354]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freadahead.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:45.9391852Z [00:04:35.361]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/glthread/thread.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9460858Z [00:04:35.368]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/glthread/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9528499Z [00:04:35.374]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/glthread/thread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9596677Z [00:04:35.381]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/glthread/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9667517Z [00:04:35.388]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/glthread/.deps/thread.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9734233Z [00:04:35.395]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/glthread/yield.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9802400Z [00:04:35.402]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/glthread/thread.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9870203Z [00:04:35.409]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/wctob.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9936508Z [00:04:35.415]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-posix_memalign.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0004023Z [00:04:35.422]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-netinet_in-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0071351Z [00:04:35.429]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32islower.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0138492Z [00:04:35.435]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-set-mode-acl-2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:46.0205511Z [00:04:35.442]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/virtualbox.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0273233Z [00:04:35.449]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-access.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0340594Z [00:04:35.456]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale_null.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0407071Z [00:04:35.462]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-closein.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:46.0475353Z [00:04:35.469]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha256' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0542225Z [00:04:35.476]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pipe2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0609726Z [00:04:35.483]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:46.0678335Z [00:04:35.489]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/setsockopt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0746442Z [00:04:35.496]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-init.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0815069Z [00:04:35.503]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/Makefile.am' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:46.0883288Z [00:04:35.510]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtold.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0950690Z [00:04:35.517]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1019014Z [00:04:35.523]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha384' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1085792Z [00:04:35.530]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread-cond.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1152692Z [00:04:35.537]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-assert.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1221223Z [00:04:35.544]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-intprops.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1289269Z [00:04:35.551]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mknod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1357449Z [00:04:35.557]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/accept.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1425452Z [00:04:35.564]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/timespec-sub.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1493065Z [00:04:35.571]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isspace.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1560225Z [00:04:35.578]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/setlocale.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1627697Z [00:04:35.584]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stdint-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1697061Z [00:04:35.591]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isupper.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1763840Z [00:04:35.598]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-w32-6.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1831271Z [00:04:35.605]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-dup2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1899824Z [00:04:35.612]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/c++defs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1967614Z [00:04:35.618]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2034079Z [00:04:35.625]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2100754Z [00:04:35.632]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-set-mode-acl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2167668Z [00:04:35.638]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-verify.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:46.2237091Z [00:04:35.645]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-select-stdin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2305084Z [00:04:35.652]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sockets.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2372490Z [00:04:35.659]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-set-mode-acl-1.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:46.2440669Z [00:04:35.666]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mcel-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2508713Z [00:04:35.672]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-w32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2577021Z [00:04:35.679]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iswblank.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2644079Z [00:04:35.686]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2712134Z [00:04:35.693]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2780005Z [00:04:35.700]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/str_startswith.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2847337Z [00:04:35.706]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-gettext-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2915561Z [00:04:35.713]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pathmax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2983789Z [00:04:35.720]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_utsname-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3052096Z [00:04:35.727]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fchownat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3119015Z [00:04:35.734]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha224.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3186580Z [00:04:35.740]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread_sigmask2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3255086Z [00:04:35.747]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/c32tob.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3322113Z [00:04:35.754]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unsetenv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3389034Z [00:04:35.760]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtoumax.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:46.3454805Z [00:04:35.767]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_resource-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3521204Z [00:04:35.774]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-md5' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3586888Z [00:04:35.780]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbslen.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3653985Z [00:04:35.787]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench_sha1-bench-sha1.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3721145Z [00:04:35.794]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-libgmp-mpz.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3788308Z [00:04:35.800]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/str-two-way.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3854823Z [00:04:35.807]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-read.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3922305Z [00:04:35.814]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localename-w32utf8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3989015Z [00:04:35.821]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-areadlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4056182Z [00:04:35.827]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getcwd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4124709Z [00:04:35.834]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-array-mergesort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4191520Z [00:04:35.841]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbschr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4258952Z [00:04:35.847]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-areadlink.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4325639Z [00:04:35.854]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/wctomb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4391814Z [00:04:35.861]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xalloc-die.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4458968Z [00:04:35.867]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale-w32utf8.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4525808Z [00:04:35.874]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_wait-h.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4593155Z [00:04:35.881]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iconv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4658952Z [00:04:35.888]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4725643Z [00:04:35.894]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fopen-gnu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4791235Z [00:04:35.901]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isupper.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4858292Z [00:04:35.907]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/_Noreturn.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4924369Z [00:04:35.914]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/xgetcwd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4990604Z [00:04:35.921]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-write.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5057601Z [00:04:35.927]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iswdigit.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5124144Z [00:04:35.934]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/concat-filename.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5190843Z [00:04:35.941]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-w32-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5257989Z [00:04:35.947]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-6.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5324359Z [00:04:35.954]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha256.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5390994Z [00:04:35.961]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_ioctl-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5458277Z [00:04:35.967]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-connect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5524732Z [00:04:35.974]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5591840Z [00:04:35.981]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_random-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5658966Z [00:04:35.987]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-canonicalize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5725182Z [00:04:35.994]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pipe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5792485Z [00:04:36.001]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-string-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5861360Z [00:04:36.008]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/windows-initguard.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5927808Z [00:04:36.014]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/vma-iter.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5995718Z [00:04:36.021]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fpurge.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6062507Z [00:04:36.028]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-alignasof.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6128814Z [00:04:36.034]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtod-mt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6196476Z [00:04:36.041]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-w32-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6263063Z [00:04:36.048]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftell2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:46.6331066Z [00:04:36.055]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-rename.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6399892Z [00:04:36.062]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6471074Z [00:04:36.069]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-select-in.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:46.6539721Z [00:04:36.076]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/setlocale-fixes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6608717Z [00:04:36.082]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strsignal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6675508Z [00:04:36.089]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-calloc-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6743235Z [00:04:36.096]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-gmtime_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6811056Z [00:04:36.103]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/current-locale' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6878522Z [00:04:36.109]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6945939Z [00:04:36.116]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-update-copyright.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7013402Z [00:04:36.123]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wctype.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7082242Z [00:04:36.130]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strerror_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7149882Z [00:04:36.137]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32ispunct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7218280Z [00:04:36.143]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7285670Z [00:04:36.150]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-base64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7354041Z [00:04:36.157]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/strerror_r.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7421347Z [00:04:36.164]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sha256-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7492161Z [00:04:36.171]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/sched_yield.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7562519Z [00:04:36.178]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-memchr2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7630358Z [00:04:36.185]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename-table.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7696848Z [00:04:36.191]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mcel-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7764484Z [00:04:36.198]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-6.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7832150Z [00:04:36.205]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7899943Z [00:04:36.212]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xfprintf-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7968557Z [00:04:36.218]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread-mutex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8036586Z [00:04:36.225]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-byteswap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8105118Z [00:04:36.232]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lchmod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8173353Z [00:04:36.239]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-float-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8240981Z [00:04:36.246]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-yesno.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8308696Z [00:04:36.252]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-chown.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8376382Z [00:04:36.259]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsinit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8443144Z [00:04:36.266]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-w32-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8511428Z [00:04:36.273]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8579308Z [00:04:36.280]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/windows-utf8.manifest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8645721Z [00:04:36.286]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8713697Z [00:04:36.293]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-md5-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8781299Z [00:04:36.300]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8848418Z [00:04:36.306]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread-once2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8916207Z [00:04:36.313]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/ioctl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8983054Z [00:04:36.320]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-crc' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9051389Z [00:04:36.327]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-btowc-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9118984Z [00:04:36.333]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename-table.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9186000Z [00:04:36.340]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mkdirat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9253362Z [00:04:36.347]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xprintf-posix.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:46.9321623Z [00:04:36.354]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-parse-datetime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9388014Z [00:04:36.360]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9455395Z [00:04:36.367]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9521465Z [00:04:36.374]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9590906Z [00:04:36.381]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fopen.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9660884Z [00:04:36.388]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strncasecmp.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9730092Z [00:04:36.395]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/zerosize-ptr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9797519Z [00:04:36.401]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/infinity.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9865207Z [00:04:36.408]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fwrite.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9932813Z [00:04:36.415]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftell.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0001234Z [00:04:36.422]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/signed-nan.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0068319Z [00:04:36.428]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftruncate.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:47.0136053Z [00:04:36.435]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.0203322Z [00:04:36.442]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/from-glibc/tst-stdbit.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0270563Z [00:04:36.449]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.0338899Z [00:04:36.455]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.0407528Z [00:04:36.462]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.0475987Z [00:04:36.469]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.0544134Z [00:04:36.476]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.0613480Z [00:04:36.483]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.0682621Z [00:04:36.490]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-openat-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0751281Z [00:04:36.497]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb-w32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0819294Z [00:04:36.504]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0886953Z [00:04:36.510]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_wait-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0955473Z [00:04:36.517]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-langinfo-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1023610Z [00:04:36.524]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localcharset.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1091685Z [00:04:36.531]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtoimax.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:47.1160069Z [00:04:36.538]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lseek.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1227668Z [00:04:36.544]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-w32-8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1296178Z [00:04:36.551]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stdlib-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1364102Z [00:04:36.558]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-close.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1432424Z [00:04:36.565]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha512.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1500173Z [00:04:36.572]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1568314Z [00:04:36.578]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-verify-try.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1636074Z [00:04:36.585]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-largefile.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1704113Z [00:04:36.592]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sha512-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1771216Z [00:04:36.599]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-areadlinkat-with-size.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1839286Z [00:04:36.606]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtod1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1907098Z [00:04:36.612]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/pthread-rwlock.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1974653Z [00:04:36.619]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isxdigit.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2042825Z [00:04:36.626]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fpending.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2110866Z [00:04:36.633]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-ctype.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2178030Z [00:04:36.639]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32ispunct.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2246166Z [00:04:36.646]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-w32-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2313981Z [00:04:36.653]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2381823Z [00:04:36.660]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-btoc32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2450905Z [00:04:36.667]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename-unsafe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2521250Z [00:04:36.674]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtowcs-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2589354Z [00:04:36.681]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-frexpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2658473Z [00:04:36.687]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fdutimensat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2725646Z [00:04:36.694]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32tolower.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2793917Z [00:04:36.701]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale-w32utf8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2861611Z [00:04:36.708]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/w32sock.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2929610Z [00:04:36.715]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-environ.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2996509Z [00:04:36.721]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getlogin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3064671Z [00:04:36.728]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-verror.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:47.3131974Z [00:04:36.735]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-hash.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3200809Z [00:04:36.742]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-areadlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3269256Z [00:04:36.749]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/locale.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3338106Z [00:04:36.755]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-filevercmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3406054Z [00:04:36.762]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtod-mt.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3474394Z [00:04:36.769]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbschr.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:47.3542400Z [00:04:36.776]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freading.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3610499Z [00:04:36.783]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-file-has-acl-1.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:47.3678110Z [00:04:36.789]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/atomic-int-gnulib.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3745272Z [00:04:36.796]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32width.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3812890Z [00:04:36.803]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-random.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3881387Z [00:04:36.810]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-verify.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3949167Z [00:04:36.816]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-error.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:47.4016729Z [00:04:36.823]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/windows-timedrwlock.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4084461Z [00:04:36.830]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-7.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4152776Z [00:04:36.837]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/xconcat-filename.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4220809Z [00:04:36.844]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_upper.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4288209Z [00:04:36.850]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_cntrl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4356162Z [00:04:36.857]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-predicate-part1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4423268Z [00:04:36.864]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-predicate-part2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4490885Z [00:04:36.871]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_alpha.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4559113Z [00:04:36.877]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_blank.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4626811Z [00:04:36.884]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_print.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4695508Z [00:04:36.891]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_graph.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4764106Z [00:04:36.898]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.4832417Z [00:04:36.905]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.4901337Z [00:04:36.912]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.4969175Z [00:04:36.918]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.5036838Z [00:04:36.925]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.5105096Z [00:04:36.932]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.5172716Z [00:04:36.939]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.5240768Z [00:04:36.946]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.5309133Z [00:04:36.952]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.5377813Z [00:04:36.959]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.5445556Z [00:04:36.966]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.5512953Z [00:04:36.973]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.5580780Z [00:04:36.980]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_space.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5649342Z [00:04:36.986]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_digit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5716853Z [00:04:36.993]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_alnum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5784037Z [00:04:37.000]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_lower.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5852518Z [00:04:37.007]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_xdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5921064Z [00:04:37.014]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unictype/test-ctype_punct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5988027Z [00:04:37.020]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-math-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6055838Z [00:04:37.027]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6123918Z [00:04:37.034]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/c-strcasestr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6191912Z [00:04:37.041]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6260547Z [00:04:37.048]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/signature.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6328511Z [00:04:37.054]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isdigit.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6395617Z [00:04:37.061]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fcntl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6464896Z [00:04:37.068]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6532507Z [00:04:37.075]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-rmdir.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6600465Z [00:04:37.082]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6667824Z [00:04:37.088]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stdio-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6735653Z [00:04:37.095]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/getlocalename_l-unsafe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6802814Z [00:04:37.102]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-remove.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6870629Z [00:04:37.109]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtod1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6938044Z [00:04:37.115]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtoll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7005809Z [00:04:37.122]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/windows-timedrwlock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7074847Z [00:04:37.129]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32tolower.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7143735Z [00:04:37.136]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-7.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7211304Z [00:04:37.143]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32iscntrl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7278546Z [00:04:37.149]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-htonl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7347446Z [00:04:37.156]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-readtokens.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:47.7415717Z [00:04:37.163]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha384.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7482977Z [00:04:37.170]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-bind.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7550441Z [00:04:37.177]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mountlist.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7619136Z [00:04:37.183]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setsockopt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7685734Z [00:04:37.190]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-gettime-res.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7754011Z [00:04:37.197]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sha1-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7821284Z [00:04:37.204]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7889098Z [00:04:37.210]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtod1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7957009Z [00:04:37.217]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-hard-locale.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8025938Z [00:04:37.224]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-readutmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8094914Z [00:04:37.231]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:47.8162426Z [00:04:37.238]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-w32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8231743Z [00:04:37.245]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-set-mode-acl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8299139Z [00:04:37.251]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setenv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8367097Z [00:04:37.258]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/usleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8435232Z [00:04:37.265]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fputc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8503006Z [00:04:37.272]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-select-out.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:47.8571611Z [00:04:37.279]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-w32-7.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8638470Z [00:04:37.285]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename-table.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8706137Z [00:04:37.292]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/array-mergesort.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8774757Z [00:04:37.299]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-7.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8842255Z [00:04:37.306]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pselect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8909947Z [00:04:37.313]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/timespec-add.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8977015Z [00:04:37.319]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-printf-posix.output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9044668Z [00:04:37.326]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9111167Z [00:04:37.333]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench_sha256-bench-sha256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9178460Z [00:04:37.339]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/gnulib.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9245925Z [00:04:37.346]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freadahead.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9314718Z [00:04:37.353]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/nap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9383304Z [00:04:37.360]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9451058Z [00:04:37.367]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9519342Z [00:04:37.374]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseek.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9587763Z [00:04:37.380]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-w32-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9655643Z [00:04:37.387]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-renameatu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9725069Z [00:04:37.394]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/c-strcasestr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9793752Z [00:04:37.401]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-6.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9862038Z [00:04:37.408]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-thread_self.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9930082Z [00:04:37.415]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/c32tob.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9998361Z [00:04:37.421]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-futimens.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0065815Z [00:04:37.428]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-symlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0134657Z [00:04:37.435]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtold1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0200873Z [00:04:37.442]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0267769Z [00:04:37.448]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getopt_long.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0334830Z [00:04:37.455]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isblank.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0401872Z [00:04:37.462]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-isblank.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0469737Z [00:04:37.469]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-euidaccess.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0536670Z [00:04:37.475]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nl_langinfo-mt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0604781Z [00:04:37.482]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-isnanf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0672297Z [00:04:37.489]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-malloc-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0739349Z [00:04:37.496]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtold-mt.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0807066Z [00:04:37.502]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-readlink.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0876227Z [00:04:37.509]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0944019Z [00:04:37.516]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseek.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:48.1013167Z [00:04:37.523]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1080834Z [00:04:37.530]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-isnanl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1148202Z [00:04:37.536]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-signbit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1215795Z [00:04:37.543]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench_sha512-bench-sha512.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1282788Z [00:04:37.550]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-libgmp-mpq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1350708Z [00:04:37.557]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1418827Z [00:04:37.563]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-regex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1486692Z [00:04:37.570]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:48.1555345Z [00:04:37.577]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-utimensat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1622332Z [00:04:37.584]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-qsort_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1689585Z [00:04:37.591]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-linkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1756850Z [00:04:37.597]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtowcs-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1824791Z [00:04:37.604]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freopen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1891446Z [00:04:37.611]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fopen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1959295Z [00:04:37.618]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lchown.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2026943Z [00:04:37.624]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iconv-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2095131Z [00:04:37.631]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftello4.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:48.2163474Z [00:04:37.638]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vzprintf-posix.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2231564Z [00:04:37.645]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2299119Z [00:04:37.652]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/str_startswith.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2367917Z [00:04:37.658]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freadptr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2435448Z [00:04:37.665]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-crc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2502784Z [00:04:37.672]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-rename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2570418Z [00:04:37.679]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale1.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:48.2638640Z [00:04:37.685]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftello.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:48.2707074Z [00:04:37.692]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-thread_create.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2774434Z [00:04:37.699]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench_md5-bench-md5.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2842408Z [00:04:37.706]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-perror.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:48.2909584Z [00:04:37.713]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/null-ptr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2976769Z [00:04:37.719]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3044752Z [00:04:37.726]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/struniq.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3111230Z [00:04:37.733]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-scratch-buffer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3178469Z [00:04:37.739]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-w32-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3245907Z [00:04:37.746]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/nan.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3314386Z [00:04:37.753]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-chdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3382556Z [00:04:37.760]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getcwd-lgpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3452344Z [00:04:37.767]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/randomd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3519037Z [00:04:37.774]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bind.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3586687Z [00:04:37.780]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude6.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3654979Z [00:04:37.787]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3722296Z [00:04:37.794]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3791001Z [00:04:37.801]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3858930Z [00:04:37.807]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3926534Z [00:04:37.814]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtold-mt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3995796Z [00:04:37.821]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isalpha.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4066404Z [00:04:37.828]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/wctomb-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4141018Z [00:04:37.836]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fdopen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4209093Z [00:04:37.842]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-btowc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4276952Z [00:04:37.849]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mkdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4344701Z [00:04:37.856]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vc-list-files-cvs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4412777Z [00:04:37.863]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbscasecmp.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:48.4480629Z [00:04:37.870]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/randomb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4547097Z [00:04:37.876]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/vma-iter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4614395Z [00:04:37.883]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-listen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4682760Z [00:04:37.890]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-timespec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4750578Z [00:04:37.897]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getgroups.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4819445Z [00:04:37.904]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mcel.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4887059Z [00:04:37.910]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/strerror_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4955002Z [00:04:37.917]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-posixtm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5022701Z [00:04:37.924]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freopen-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5092275Z [00:04:37.931]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sigprocmask.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5160004Z [00:04:37.938]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-dirent-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5227686Z [00:04:37.944]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-readtokens.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5294916Z [00:04:37.951]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ioctl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5363285Z [00:04:37.958]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getlogin.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5430189Z [00:04:37.965]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseeko.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5496195Z [00:04:37.971]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-arpa_inet-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5563387Z [00:04:37.978]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vc-list-files-git.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5631657Z [00:04:37.985]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/getlocalename_l-unsafe.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5698485Z [00:04:37.991]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unicodeio3.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:48.5765855Z [00:04:37.998]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-utimens.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5833327Z [00:04:38.005]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fpending.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:48.5900647Z [00:04:38.012]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vasprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5968238Z [00:04:38.018]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench_crc-bench-crc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6034863Z [00:04:38.025]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-gmtime_r-mt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6102353Z [00:04:38.032]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localcharset' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6170863Z [00:04:38.039]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-limits-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6237507Z [00:04:38.045]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-access.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6303961Z [00:04:38.052]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-quotearg.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6371495Z [00:04:38.059]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-inet_pton.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6439114Z [00:04:38.066]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench_crc-randomb.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6506175Z [00:04:38.072]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32utf8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6574341Z [00:04:38.079]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6641558Z [00:04:38.086]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strcasecmp.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6708139Z [00:04:38.092]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6775259Z [00:04:38.099]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsinit.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6841936Z [00:04:38.106]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vzprintf-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6909502Z [00:04:38.113]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_select-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6980101Z [00:04:38.120]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/listen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7049061Z [00:04:38.127]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseeko3.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:48.7116657Z [00:04:38.133]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7184273Z [00:04:38.140]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7251138Z [00:04:38.147]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench_sha224-bench-sha224.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7317815Z [00:04:38.153]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stat-time.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7385913Z [00:04:38.160]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7452772Z [00:04:38.167]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-dirfd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7522231Z [00:04:38.174]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale-w32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7592309Z [00:04:38.181]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getopt-gnu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7660560Z [00:04:38.188]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/thread-optim.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7726916Z [00:04:38.194]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-isnand.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7793905Z [00:04:38.201]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/uniwidth/test-uc_width2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7862449Z [00:04:38.208]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:48.7930768Z [00:04:38.215]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:48.7999359Z [00:04:38.221]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/uniwidth/test-uc_width.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8066526Z [00:04:38.228]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/uniwidth/test-uc_width2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8133934Z [00:04:38.235]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8203264Z [00:04:38.242]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fadvise.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8270318Z [00:04:38.249]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isprint.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8338449Z [00:04:38.255]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-link.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8406689Z [00:04:38.262]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench_sha384-bench-sha384.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8474475Z [00:04:38.269]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localcharset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8542328Z [00:04:38.276]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-di-set.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8610777Z [00:04:38.283]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fflush2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8677481Z [00:04:38.289]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8746253Z [00:04:38.296]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-creat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8813792Z [00:04:38.303]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nstrftime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8880471Z [00:04:38.310]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/atomic-int-posix.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8947725Z [00:04:38.316]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseek2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:48.9015907Z [00:04:38.323]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iswxdigit.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9082355Z [00:04:38.330]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/connect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9149835Z [00:04:38.337]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xprintf-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9218097Z [00:04:38.343]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lstat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9286576Z [00:04:38.350]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nstrftime-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9354208Z [00:04:38.357]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fopen-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9420902Z [00:04:38.364]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-7.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9489201Z [00:04:38.371]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strcasestr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9557413Z [00:04:38.377]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseeko4.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9624935Z [00:04:38.384]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9694425Z [00:04:38.391]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lstat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9762519Z [00:04:38.398]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lchown.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9830177Z [00:04:38.405]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sig2str.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9897833Z [00:04:38.411]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9965280Z [00:04:38.418]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-u32-cpy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0032623Z [00:04:38.425]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-u32-set.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0099708Z [00:04:38.432]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-u32-strcat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0166818Z [00:04:38.438]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-pcpy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0234495Z [00:04:38.445]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-u8-uctomb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0302664Z [00:04:38.452]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/u32-set.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0372484Z [00:04:38.459]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-u32-strlen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0440897Z [00:04:38.466]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0507730Z [00:04:38.472]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:49.0576437Z [00:04:38.479]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/.deps/u32-set.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0643962Z [00:04:38.486]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:49.0711527Z [00:04:38.493]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:49.0779020Z [00:04:38.499]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:49.0848003Z [00:04:38.506]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:49.0915135Z [00:04:38.513]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:49.0982723Z [00:04:38.520]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:49.1051068Z [00:04:38.527]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:49.1118944Z [00:04:38.533]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-chr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1186367Z [00:04:38.540]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-set.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1254497Z [00:04:38.547]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-strcat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1322288Z [00:04:38.554]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-u8-mbtoucr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1389696Z [00:04:38.561]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/u32-set.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1457378Z [00:04:38.567]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-u32-chr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1524073Z [00:04:38.574]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/u-set.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1590602Z [00:04:38.581]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-u32-pcpy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1658471Z [00:04:38.587]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unistr/test-cpy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1726259Z [00:04:38.594]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-filemode.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1794937Z [00:04:38.601]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename-environ.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1861904Z [00:04:38.608]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-tls.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1930593Z [00:04:38.615]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wctype-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1998892Z [00:04:38.621]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbscasecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2065840Z [00:04:38.628]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-random-mt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2132895Z [00:04:38.635]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2200386Z [00:04:38.642]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2268468Z [00:04:38.648]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-dynarray.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2336488Z [00:04:38.655]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-w32-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2403918Z [00:04:38.662]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-dup-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2471985Z [00:04:38.669]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isprint.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2541212Z [00:04:38.676]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/strftime-fixes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2608934Z [00:04:38.683]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2678199Z [00:04:38.689]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-btowc-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2745621Z [00:04:38.696]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-str_endswith.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2812103Z [00:04:38.703]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mkfifo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2883684Z [00:04:38.710]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-filevercmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2951191Z [00:04:38.717]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fflush2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3018487Z [00:04:38.723]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ino-map.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3085924Z [00:04:38.730]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-remove.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3153525Z [00:04:38.737]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mcel.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3221202Z [00:04:38.744]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-md5-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3289652Z [00:04:38.751]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-localcharset.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3358362Z [00:04:38.757]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sigprocmask.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3426563Z [00:04:38.764]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-readtokens.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3493942Z [00:04:38.771]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-localename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3560939Z [00:04:38.778]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/getlocalename_l-unsafe.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3628493Z [00:04:38.784]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ioctl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3696102Z [00:04:38.791]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:49.3763792Z [00:04:38.798]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32ispunct.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3832310Z [00:04:38.805]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/locale.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3899819Z [00:04:38.812]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isblank.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3965861Z [00:04:38.818]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-isnand-nolibm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4032963Z [00:04:38.825]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pselect.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4099845Z [00:04:38.832]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/timespec-sub.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4166092Z [00:04:38.838]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-iswblank.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4232474Z [00:04:38.845]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:49.4302881Z [00:04:38.852]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-link.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4371377Z [00:04:38.859]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-u64.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4438865Z [00:04:38.865]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-setlocale_null.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4505199Z [00:04:38.872]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-btowc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4572193Z [00:04:38.879]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ftello3.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4638585Z [00:04:38.885]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-hash.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4705773Z [00:04:38.892]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fdopen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4772372Z [00:04:38.899]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-random.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4839762Z [00:04:38.906]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-wcrtomb.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4906534Z [00:04:38.912]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbrtowc-w32utf8.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4973222Z [00:04:38.919]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:49.5040178Z [00:04:38.926]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/accept.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5106694Z [00:04:38.932]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getopt-gnu.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5172891Z [00:04:38.939]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-thread_self.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5239177Z [00:04:38.946]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fseeko.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5306207Z [00:04:38.952]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sockets.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5372652Z [00:04:38.959]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-signal-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5439896Z [00:04:38.966]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-libgmp-mpz.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5506954Z [00:04:38.972]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-scratch-buffer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5573343Z [00:04:38.979]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-dynarray.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5641015Z [00:04:38.986]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-str_startswith.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5706258Z [00:04:38.992]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-unistd-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5772553Z [00:04:38.999]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-perror2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5838617Z [00:04:39.005]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/randomb.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5907607Z [00:04:39.012]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-str_endswith.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5974391Z [00:04:39.019]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-alignasof.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6042585Z [00:04:39.026]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fseeko4.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6110127Z [00:04:39.033]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-copy-acl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6177865Z [00:04:39.039]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-netdb-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6245065Z [00:04:39.046]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/vma-iter.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6312574Z [00:04:39.053]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-frexp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6381144Z [00:04:39.060]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/sched_yield.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6448565Z [00:04:39.066]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-closein.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6515252Z [00:04:39.073]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-explicit_bzero.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6582846Z [00:04:39.080]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-stdlib-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6651683Z [00:04:39.087]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-lseek.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6719371Z [00:04:39.094]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-exclude.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6787430Z [00:04:39.100]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:49.6852861Z [00:04:39.107]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ftell3.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6919332Z [00:04:39.114]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-chdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6986565Z [00:04:39.120]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-renameatu.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7054603Z [00:04:39.127]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/windows-timedrwlock.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7122569Z [00:04:39.134]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getloadavg.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7189329Z [00:04:39.141]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-iswxdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7257091Z [00:04:39.147]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbschr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7324697Z [00:04:39.154]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-quotearg-simple.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7391830Z [00:04:39.161]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mkfifoat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7458350Z [00:04:39.167]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-stddef-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7525651Z [00:04:39.174]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-lchown.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7593404Z [00:04:39.181]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-perror.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7660467Z [00:04:39.188]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/timespec-add.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7726659Z [00:04:39.194]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-utime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7793571Z [00:04:39.201]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/getrusage.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7860548Z [00:04:39.208]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-gettime-res.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7927467Z [00:04:39.214]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-printf-frexpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7994488Z [00:04:39.221]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:49.8061470Z [00:04:39.228]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-bool.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8129131Z [00:04:39.234]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-iswpunct.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8195365Z [00:04:39.241]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-putenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8261811Z [00:04:39.248]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getdtablesize.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8328767Z [00:04:39.254]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbrlen-w32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8394886Z [00:04:39.261]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-termios-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8461232Z [00:04:39.268]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-openat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8526983Z [00:04:39.274]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-rename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8594453Z [00:04:39.281]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-time.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8661979Z [00:04:39.288]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-setlocale-w32utf8.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8728692Z [00:04:39.294]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getgroups.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8795746Z [00:04:39.301]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-libgmp-mpq.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8863297Z [00:04:39.308]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:49.8931044Z [00:04:39.315]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32width.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8997356Z [00:04:39.321]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-lstat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9064620Z [00:04:39.328]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-stdckdint-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9132146Z [00:04:39.335]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread-once1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9198639Z [00:04:39.341]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-stat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9265079Z [00:04:39.348]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-iswdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9332675Z [00:04:39.355]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-printf-frexp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9398538Z [00:04:39.361]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-memchr2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9464828Z [00:04:39.368]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:49.9531686Z [00:04:39.375]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/str_startswith.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9597852Z [00:04:39.381]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-unlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9664659Z [00:04:39.388]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-canonicalize.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9734071Z [00:04:39.395]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/pthread-rwlock.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9801395Z [00:04:39.402]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-readutmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9868208Z [00:04:39.408]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/strerror_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9935546Z [00:04:39.415]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-wcrtomb-w32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0002183Z [00:04:39.422]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-select.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0068995Z [00:04:39.428]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-signbit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0136221Z [00:04:39.435]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fseterr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0203369Z [00:04:39.442]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-gethostname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0271778Z [00:04:39.449]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ftello4.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0339537Z [00:04:39.456]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fread.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0406380Z [00:04:39.462]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-intprops.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0474104Z [00:04:39.469]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-vzprintf-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0541119Z [00:04:39.476]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fsync.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0608735Z [00:04:39.482]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fstat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0676009Z [00:04:39.489]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/setlocale.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0743433Z [00:04:39.496]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32tolower.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0810218Z [00:04:39.503]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-select-fd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0877340Z [00:04:39.509]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-usleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0943296Z [00:04:39.516]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/perror.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1010529Z [00:04:39.523]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-localename-w32utf8.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1077348Z [00:04:39.529]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-btoc32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1142982Z [00:04:39.536]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-rand-isaac.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1209341Z [00:04:39.542]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-areadlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1275796Z [00:04:39.549]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.1342342Z [00:04:39.556]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ftello.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1408629Z [00:04:39.562]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.1474706Z [00:04:39.569]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1541015Z [00:04:39.576]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread-thread.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1607907Z [00:04:39.582]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ftruncate.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1674458Z [00:04:39.589]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread_sigmask1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1741906Z [00:04:39.596]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-ctype.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1808208Z [00:04:39.602]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-verror.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1874496Z [00:04:39.609]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getrandom.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1941405Z [00:04:39.616]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32rtomb.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2008554Z [00:04:39.622]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isupper.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2075029Z [00:04:39.629]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-freopen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2141094Z [00:04:39.636]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.2206949Z [00:04:39.642]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-isblank.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2274383Z [00:04:39.649]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.2341718Z [00:04:39.656]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-inet_ntop.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2409233Z [00:04:39.662]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread-rwlock.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2476438Z [00:04:39.669]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-setlocale2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2544553Z [00:04:39.676]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.2611150Z [00:04:39.683]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.2678255Z [00:04:39.689]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-nanosleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2745377Z [00:04:39.696]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fseek.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2814764Z [00:04:39.703]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbsrtowcs.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2882299Z [00:04:39.710]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sha1-buffer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2950550Z [00:04:39.717]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getlogin.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3018479Z [00:04:39.723]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-gmtime_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3086649Z [00:04:39.730]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbrtowc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3153831Z [00:04:39.737]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.3221421Z [00:04:39.744]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.3288912Z [00:04:39.750]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-di-set.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3356845Z [00:04:39.757]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-vasprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3425272Z [00:04:39.764]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/creat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3492425Z [00:04:39.771]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sha512-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3560217Z [00:04:39.778]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pathmax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3628599Z [00:04:39.784]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-alloca-opt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3695694Z [00:04:39.791]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fchdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3763930Z [00:04:39.798]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fadvise.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3832098Z [00:04:39.805]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sched-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3900165Z [00:04:39.812]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sha256-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3967664Z [00:04:39.818]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-rmdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4035160Z [00:04:39.825]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.4104145Z [00:04:39.832]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fdatasync.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4171576Z [00:04:39.839]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-write.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4239310Z [00:04:39.846]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fcntl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4307554Z [00:04:39.852]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-stat-time.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4374755Z [00:04:39.859]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-setsockopt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4443779Z [00:04:39.866]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-verify-try.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4510243Z [00:04:39.873]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fopen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4576980Z [00:04:39.879]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-array-mergesort.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4643062Z [00:04:39.886]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strerror_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4710337Z [00:04:39.893]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/localename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4776194Z [00:04:39.899]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-setlocale1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4843562Z [00:04:39.906]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.4911439Z [00:04:39.913]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-accept.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4977369Z [00:04:39.919]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-localeconv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5045194Z [00:04:39.926]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-read.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5112858Z [00:04:39.933]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-utime-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5179300Z [00:04:39.940]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-wmemchr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5246133Z [00:04:39.946]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getndelim2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5313724Z [00:04:39.953]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/localename-unsafe.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5381360Z [00:04:39.960]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/atoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5449033Z [00:04:39.966]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getdelim.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5516237Z [00:04:39.973]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/localename-table.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5583630Z [00:04:39.980]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-cloexec.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5650907Z [00:04:39.987]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-frexpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5719028Z [00:04:39.993]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-error.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5785611Z [00:04:40.000]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.5852613Z [00:04:40.007]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-freadptr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5920747Z [00:04:40.014]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-freadptr2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5988665Z [00:04:40.020]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xprintf-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6056187Z [00:04:40.027]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-close.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6123743Z [00:04:40.034]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fopen-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6192110Z [00:04:40.041]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.6265441Z [00:04:40.048]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.6334783Z [00:04:40.055]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/c32tob.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6402127Z [00:04:40.062]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getaddrinfo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6469930Z [00:04:40.069]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-langinfo-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6537687Z [00:04:40.075]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-crc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6605626Z [00:04:40.082]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getcwd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6673364Z [00:04:40.089]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-gettext-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6740355Z [00:04:40.096]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-nstrftime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6807860Z [00:04:40.102]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strtoimax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6874501Z [00:04:40.109]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.6942931Z [00:04:40.116]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-qsort_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7011333Z [00:04:40.123]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-verify.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7077847Z [00:04:40.129]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sameacls.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7145867Z [00:04:40.136]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-symlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7214013Z [00:04:40.143]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-readlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7281795Z [00:04:40.150]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.7348972Z [00:04:40.156]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-memcoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7416602Z [00:04:40.163]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xstrtoumax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7484672Z [00:04:40.170]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xstrtoul.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7553549Z [00:04:40.177]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbslen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7620932Z [00:04:40.184]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7688355Z [00:04:40.190]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-time-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7756257Z [00:04:40.197]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-htonl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7824344Z [00:04:40.204]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pipe2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7892767Z [00:04:40.211]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-filemode.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7960020Z [00:04:40.218]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-utimens.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8027759Z [00:04:40.224]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isprint.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8095533Z [00:04:40.231]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-parse-datetime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8162846Z [00:04:40.238]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-snprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8230729Z [00:04:40.245]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-euidaccess.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8297504Z [00:04:40.251]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-dup.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8364487Z [00:04:40.258]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-argv-iter.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8433505Z [00:04:40.265]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-stdbit-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8502366Z [00:04:40.272]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xstrtoimax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8570109Z [00:04:40.279]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbrtowc-w32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8636777Z [00:04:40.285]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.8704548Z [00:04:40.292]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-i-ring.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8772668Z [00:04:40.299]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.8840162Z [00:04:40.306]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strtoull.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8907720Z [00:04:40.312]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-setenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8975273Z [00:04:40.319]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-rawmemchr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9043850Z [00:04:40.326]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:50.9111058Z [00:04:40.333]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-freadahead.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9179044Z [00:04:40.339]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-symlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9246362Z [00:04:40.346]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-calloc-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9314145Z [00:04:40.353]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xstrtol.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9382278Z [00:04:40.360]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbscasecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9450220Z [00:04:40.367]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-futimens.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9517304Z [00:04:40.373]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-wctype-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9584387Z [00:04:40.380]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sm3-buffer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9652092Z [00:04:40.387]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-strcasecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9722368Z [00:04:40.394]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-areadlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9790534Z [00:04:40.401]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-freadseek.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9857387Z [00:04:40.407]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fnmatch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9925247Z [00:04:40.414]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-isnanl-nolibm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9993450Z [00:04:40.421]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-strtold1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0062906Z [00:04:40.428]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-calloc-gnu.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0132481Z [00:04:40.435]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fpurge.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0200211Z [00:04:40.442]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getrusage.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0266676Z [00:04:40.448]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-servent.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0333594Z [00:04:40.455]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-random-mt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0403130Z [00:04:40.462]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-assert.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0470936Z [00:04:40.469]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strtold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0538298Z [00:04:40.475]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0606535Z [00:04:40.482]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-realloc-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0674221Z [00:04:40.489]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ftell.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0742663Z [00:04:40.496]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fopen-gnu.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0810223Z [00:04:40.503]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-isatty.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0877433Z [00:04:40.509]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fpending.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0943991Z [00:04:40.516]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/randoml.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1011416Z [00:04:40.523]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-physmem.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1080277Z [00:04:40.530]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-memrchr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1147514Z [00:04:40.536]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isxdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1215616Z [00:04:40.543]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-posix_memalign.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1282550Z [00:04:40.550]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:51.1350622Z [00:04:40.557]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-version-etc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1418806Z [00:04:40.563]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-unicodeio.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1485433Z [00:04:40.570]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-wcwidth.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1553676Z [00:04:40.577]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-unlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1622223Z [00:04:40.584]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getline.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1688995Z [00:04:40.590]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strtoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1756913Z [00:04:40.597]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-year2038.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1825959Z [00:04:40.604]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-wctype.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1892807Z [00:04:40.611]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:51.1960711Z [00:04:40.618]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/listen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2030505Z [00:04:40.625]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fchmodat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2097856Z [00:04:40.631]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-memcasecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2165021Z [00:04:40.638]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-errno-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2232005Z [00:04:40.645]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-binary-io.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2300206Z [00:04:40.652]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xalloc-die.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2366932Z [00:04:40.658]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fchownat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2436967Z [00:04:40.665]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:51.2504368Z [00:04:40.672]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-localtime_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2573345Z [00:04:40.679]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strnlen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2640778Z [00:04:40.686]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/strftime-fixes.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2706989Z [00:04:40.692]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mountlist.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2774309Z [00:04:40.699]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-float-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2842611Z [00:04:40.706]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-wchar-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2910186Z [00:04:40.713]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fcntl-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2976437Z [00:04:40.719]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/randomd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3044862Z [00:04:40.726]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ctype-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3112982Z [00:04:40.733]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:51.3180503Z [00:04:40.740]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/setsockopt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3248644Z [00:04:40.746]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/sleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3315941Z [00:04:40.753]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-userspec.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3383757Z [00:04:40.760]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-inet_pton.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3451698Z [00:04:40.767]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-freading.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3519716Z [00:04:40.774]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:51.3587379Z [00:04:40.780]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-utimensat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3654958Z [00:04:40.787]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-memchr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3722569Z [00:04:40.794]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-listen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3790075Z [00:04:40.801]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strsignal.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3857331Z [00:04:40.807]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-strtod1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3923962Z [00:04:40.814]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32rtomb-w32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3991536Z [00:04:40.821]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/socket.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4059300Z [00:04:40.827]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-lchmod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4126445Z [00:04:40.834]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:51.4194880Z [00:04:40.841]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-iswctype.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4262727Z [00:04:40.848]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread_sigmask2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4330353Z [00:04:40.855]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-endian.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4396679Z [00:04:40.861]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mkdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4464471Z [00:04:40.868]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sigaction.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4532843Z [00:04:40.875]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32islower.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4600215Z [00:04:40.882]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isalnum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4667697Z [00:04:40.888]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fnmatch-w32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4734440Z [00:04:40.895]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-math-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4802310Z [00:04:40.902]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-uchar-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4870166Z [00:04:40.909]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbsinit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4938058Z [00:04:40.915]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/xconcat-filename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5006365Z [00:04:40.922]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-inttostr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5073070Z [00:04:40.929]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-md5-buffer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5142900Z [00:04:40.936]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xfprintf-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5211398Z [00:04:40.943]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-unsetenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5278294Z [00:04:40.949]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/bench_crc-randomb.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5346893Z [00:04:40.956]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-strtold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5414072Z [00:04:40.963]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-access.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5482039Z [00:04:40.970]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/random_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5548380Z [00:04:40.976]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-isnanf-nolibm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5615218Z [00:04:40.983]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/random.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5682965Z [00:04:40.990]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-malloca.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5750079Z [00:04:40.997]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-priv-set.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5818303Z [00:04:41.003]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fputc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5885226Z [00:04:41.010]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:51.5952692Z [00:04:41.017]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fdutimensat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6019322Z [00:04:41.024]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fnmatch-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6087587Z [00:04:41.030]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-reallocarray.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6155468Z [00:04:41.037]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-raise.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6223633Z [00:04:41.044]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/connect.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6291261Z [00:04:41.051]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-vasprintf-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6358948Z [00:04:41.057]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:51.6426597Z [00:04:41.064]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-regex.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6494068Z [00:04:41.071]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-free.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6562257Z [00:04:41.078]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:51.6631034Z [00:04:41.085]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-nl_langinfo2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6698635Z [00:04:41.091]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/wctomb.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6765305Z [00:04:41.098]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/wctob.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6833751Z [00:04:41.105]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-memset_explicit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6901187Z [00:04:41.112]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sha1-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6969398Z [00:04:41.118]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-inttypes-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7036934Z [00:04:41.125]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-iconv-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7105400Z [00:04:41.132]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strtold1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7173445Z [00:04:41.139]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-vfzprintf-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7242173Z [00:04:41.146]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fgetc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7309892Z [00:04:41.153]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fdopendir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7378045Z [00:04:41.159]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-chmod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7445574Z [00:04:41.166]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-hard-locale.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7512606Z [00:04:41.173]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-chown.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7582053Z [00:04:41.180]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-bind.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7649922Z [00:04:41.187]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/concat-filename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7716960Z [00:04:41.193]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:51.7785607Z [00:04:41.200]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fwrite.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7853516Z [00:04:41.207]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbsrtoc32s.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7920867Z [00:04:41.214]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isspace.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7989443Z [00:04:41.220]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-argmatch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8056809Z [00:04:41.227]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-renameat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8124069Z [00:04:41.234]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strtod1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8191793Z [00:04:41.241]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-sig2str.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8260233Z [00:04:41.248]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fflush.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8327435Z [00:04:41.254]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-connect.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8394495Z [00:04:41.261]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-alignof.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8461428Z [00:04:41.268]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mkdirat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8529156Z [00:04:41.275]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strtoumax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8596789Z [00:04:41.281]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/c32rtomb.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8665005Z [00:04:41.288]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-ignore-value.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8733386Z [00:04:41.295]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getopt-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8800940Z [00:04:41.302]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-malloc-gnu.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8867046Z [00:04:41.308]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-bitrotate.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8935391Z [00:04:41.315]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-gettimeofday.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9002855Z [00:04:41.322]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fcntl-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9070278Z [00:04:41.329]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-timespec.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9139062Z [00:04:41.335]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-localcharset-w32utf8.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9206704Z [00:04:41.342]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-string-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9274411Z [00:04:41.349]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-select-stdin.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9343052Z [00:04:41.356]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mknod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9410402Z [00:04:41.363]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-locale-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9476711Z [00:04:41.369]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-nl_langinfo1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9544681Z [00:04:41.376]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-once.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9612932Z [00:04:41.383]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-filenamecat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9681071Z [00:04:41.390]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-nullptr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9751387Z [00:04:41.397]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:51.9820673Z [00:04:41.404]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbrtoc32-w32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9888248Z [00:04:41.410]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fclose.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9955384Z [00:04:41.417]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/bind.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0023137Z [00:04:41.424]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/c-strcasestr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0090484Z [00:04:41.431]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32iscntrl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0158418Z [00:04:41.437]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-vasnprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0226175Z [00:04:41.444]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-faccessat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0294295Z [00:04:41.451]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/localename-environ.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0362578Z [00:04:41.458]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/xgetcwd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0430592Z [00:04:41.465]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-environ.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0498635Z [00:04:41.471]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xstrtod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0566420Z [00:04:41.478]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbrlen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0633927Z [00:04:41.485]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-rwlock1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0701805Z [00:04:41.492]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-dup2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0769630Z [00:04:41.499]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-readlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0836851Z [00:04:41.505]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-largefile.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0904582Z [00:04:41.512]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:52.0971809Z [00:04:41.519]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strtod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1042614Z [00:04:41.526]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-strerror.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1110944Z [00:04:41.533]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-read-file.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1177897Z [00:04:41.539]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-dirfd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1244272Z [00:04:41.546]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-strncasecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1310789Z [00:04:41.553]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/usleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1377436Z [00:04:41.559]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-malloc-posix.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1444668Z [00:04:41.566]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:52.1511916Z [00:04:41.573]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-yesno.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1579041Z [00:04:41.579]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-iconv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1646069Z [00:04:41.586]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-dirent-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1713859Z [00:04:41.593]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:52.1781278Z [00:04:41.600]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-openat-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1847706Z [00:04:41.606]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-open.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1913823Z [00:04:41.613]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-creat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1982171Z [00:04:41.620]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isalpha.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2048696Z [00:04:41.626]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-strcasestr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2116561Z [00:04:41.633]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mbrtoc32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2184421Z [00:04:41.640]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-stdint-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2251404Z [00:04:41.647]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-base32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2318249Z [00:04:41.653]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pipe.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2386826Z [00:04:41.660]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-setlocale-w32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2454998Z [00:04:41.667]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-freopen-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2521984Z [00:04:41.674]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fseeko3.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2591440Z [00:04:41.681]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-mkfifo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2658349Z [00:04:41.687]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getprogname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2725066Z [00:04:41.694]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-byteswap.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2792263Z [00:04:41.701]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-xstrtold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2860204Z [00:04:41.708]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/tmpfile.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2928066Z [00:04:41.714]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-stdio-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2996395Z [00:04:41.721]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-dup-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3063602Z [00:04:41.728]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/ioctl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3131382Z [00:04:41.735]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-limits-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3199070Z [00:04:41.741]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c32isgraph.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3266073Z [00:04:41.748]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/setlocale-fixes.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3333075Z [00:04:41.755]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-dirname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3399648Z [00:04:41.762]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-fstatat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3466759Z [00:04:41.768]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-alignalloc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3535738Z [00:04:41.775]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread-mutex.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3602789Z [00:04:41.782]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-thread_create.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3670069Z [00:04:41.789]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-linkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3736894Z [00:04:41.795]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:52.3804940Z [00:04:41.802]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:52.3872668Z [00:04:41.809]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread-cond.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3940565Z [00:04:41.816]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-getcwd-lgpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4007794Z [00:04:41.822]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-base64.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4074963Z [00:04:41.829]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-uname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4142893Z [00:04:41.836]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-random_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4209655Z [00:04:41.843]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-c-strtod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4278757Z [00:04:41.849]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-posixtm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4347359Z [00:04:41.856]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:52.4413961Z [00:04:41.863]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/.deps/test-pthread-once2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4482147Z [00:04:41.870]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4549794Z [00:04:41.877]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftell3.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4616542Z [00:04:41.883]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mcel-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4684223Z [00:04:41.890]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-utime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4751054Z [00:04:41.897]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4817932Z [00:04:41.903]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtold1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4886450Z [00:04:41.910]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freadseek.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:52.4954097Z [00:04:41.917]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-once.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5021444Z [00:04:41.924]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-snprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5087586Z [00:04:41.930]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/creat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5154190Z [00:04:41.937]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sm3-buffer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5222070Z [00:04:41.944]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread-rwlock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5289354Z [00:04:41.951]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-reallocarray.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5357478Z [00:04:41.957]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/ioctl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5424214Z [00:04:41.964]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtod1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5490731Z [00:04:41.971]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtowcs-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5558211Z [00:04:41.977]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-free.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5625064Z [00:04:41.984]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32islower.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5692549Z [00:04:41.991]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fclose.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5758979Z [00:04:41.997]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-binary-io.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5826642Z [00:04:42.004]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-utimens-common.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5893654Z [00:04:42.011]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isalnum.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5961236Z [00:04:42.018]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-btoc32-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6027756Z [00:04:42.024]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freadptr.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:52.6094432Z [00:04:42.031]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread-thread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6162237Z [00:04:42.038]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-isnanl-nolibm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6229398Z [00:04:42.045]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-isatty.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6296882Z [00:04:42.051]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isalpha.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6365480Z [00:04:42.058]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_uio-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6432836Z [00:04:42.065]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-version-etc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6499717Z [00:04:42.072]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtoul.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:52.6566946Z [00:04:42.078]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freadseek.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6634133Z [00:04:42.085]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/random_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6700996Z [00:04:42.092]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-termios-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6768050Z [00:04:42.098]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-memcasecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6834879Z [00:04:42.105]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseterr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6901659Z [00:04:42.112]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nl_langinfo2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:52.6969195Z [00:04:42.118]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/timespec-add.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7036802Z [00:04:42.125]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7105230Z [00:04:42.132]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtowcs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7172873Z [00:04:42.139]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isspace.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7240339Z [00:04:42.146]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-md5-buffer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7308444Z [00:04:42.152]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-accept.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7375809Z [00:04:42.159]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftello3.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7444129Z [00:04:42.166]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/c-strcasestr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7511023Z [00:04:42.173]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7580598Z [00:04:42.180]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-md5.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7649000Z [00:04:42.186]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtowcs-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7717015Z [00:04:42.193]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-binary-io.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:52.7784667Z [00:04:42.200]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-quotearg-simple.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7853105Z [00:04:42.207]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-readlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7920430Z [00:04:42.214]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7987919Z [00:04:42.220]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getloadavg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8056503Z [00:04:42.227]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8125478Z [00:04:42.234]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/concat-filename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8193031Z [00:04:42.241]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-errno-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8260081Z [00:04:42.248]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-netdb-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8326972Z [00:04:42.254]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-open.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8395705Z [00:04:42.261]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fstatat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8462973Z [00:04:42.268]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-time-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8530860Z [00:04:42.275]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-argmatch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8597523Z [00:04:42.281]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-version-etc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8664494Z [00:04:42.288]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nl_langinfo1.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:52.8733528Z [00:04:42.295]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-physmem.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8801125Z [00:04:42.302]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcwidth.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8869080Z [00:04:42.308]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-memrchr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8936300Z [00:04:42.315]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-select.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9003696Z [00:04:42.322]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/pthread-rwlock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9072254Z [00:04:42.329]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/getrusage.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9139939Z [00:04:42.336]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtol.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9209368Z [00:04:42.342]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-select-fd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9277828Z [00:04:42.349]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-base32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9345852Z [00:04:42.356]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9414390Z [00:04:42.363]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-file-has-acl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9482701Z [00:04:42.370]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-servent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9550373Z [00:04:42.377]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-i-ring.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9617658Z [00:04:42.383]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strtod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9685067Z [00:04:42.390]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9755376Z [00:04:42.397]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtoull.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9823271Z [00:04:42.404]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9891760Z [00:04:42.411]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-setlocale_null-unlocked.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9958644Z [00:04:42.417]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getdtablesize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0025581Z [00:04:42.424]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0092931Z [00:04:42.431]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-windows-timedmutex-type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0160842Z [00:04:42.438]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mcel-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0228123Z [00:04:42.444]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0295835Z [00:04:42.451]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fchdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0363877Z [00:04:42.458]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-dirname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0430860Z [00:04:42.465]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unicodeio1.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:53.0499215Z [00:04:42.472]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/getlocalename_l-unsafe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0568594Z [00:04:42.478]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-filenamecat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0636197Z [00:04:42.485]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-userspec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0704329Z [00:04:42.492]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0772644Z [00:04:42.499]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtoumax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0840172Z [00:04:42.506]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-btowc-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0908913Z [00:04:42.512]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-open.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0976498Z [00:04:42.519]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getline.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1044556Z [00:04:42.526]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1113414Z [00:04:42.533]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-crc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1180743Z [00:04:42.540]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1247605Z [00:04:42.546]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftell.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:53.1316360Z [00:04:42.553]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-w32-8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1384747Z [00:04:42.560]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/c32rtomb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1453440Z [00:04:42.567]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/vma-iter.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1522132Z [00:04:42.574]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-endian.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1589879Z [00:04:42.581]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/xgetcwd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1657621Z [00:04:42.587]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1724630Z [00:04:42.594]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stddef-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1792636Z [00:04:42.601]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strncasecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1859932Z [00:04:42.608]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1927391Z [00:04:42.614]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-memset_explicit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1994857Z [00:04:42.621]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2063893Z [00:04:42.628]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fgetc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2132199Z [00:04:42.635]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb-w32-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2198084Z [00:04:42.641]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtowcs-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2265001Z [00:04:42.648]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-random_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2332039Z [00:04:42.655]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wmemchr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2400453Z [00:04:42.662]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isblank.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2468050Z [00:04:42.668]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nstrftime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2536035Z [00:04:42.675]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_types-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2605128Z [00:04:42.682]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-read-file.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2671990Z [00:04:42.689]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2739063Z [00:04:42.695]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2806596Z [00:04:42.702]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2874236Z [00:04:42.709]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrlen-w32-6.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2942541Z [00:04:42.716]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-memcoll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3010102Z [00:04:42.723]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fnmatch-w32-7.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3076976Z [00:04:42.729]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-rmdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3147905Z [00:04:42.736]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-alignof.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3215141Z [00:04:42.743]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_stat-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3283811Z [00:04:42.750]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nanosleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3351028Z [00:04:42.757]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3419212Z [00:04:42.764]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iswxdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3487601Z [00:04:42.770]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtold1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3554771Z [00:04:42.777]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha1' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3622479Z [00:04:42.784]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:53.3690279Z [00:04:42.791]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32-6.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3757442Z [00:04:42.797]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-signal-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3824721Z [00:04:42.804]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3892590Z [00:04:42.811]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-chmod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3960459Z [00:04:42.818]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtold1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4027053Z [00:04:42.824]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha224' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4095317Z [00:04:42.831]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localename-w32utf8.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4162186Z [00:04:42.838]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-sha1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4231069Z [00:04:42.845]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localeconv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4298154Z [00:04:42.851]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-cloexec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4365546Z [00:04:42.858]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4433541Z [00:04:42.865]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sigaction.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4501020Z [00:04:42.872]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-file-has-acl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4569147Z [00:04:42.878]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-argv-iter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4636616Z [00:04:42.885]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-utimens.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4704630Z [00:04:42.892]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/setlocale-fixes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4772205Z [00:04:42.899]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-priv-set.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4840099Z [00:04:42.906]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-copy-acl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4908066Z [00:04:42.912]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/signed-snan.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4976231Z [00:04:42.919]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5043051Z [00:04:42.926]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vfzprintf-posix.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5110598Z [00:04:42.933]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vasnprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5179768Z [00:04:42.940]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-isnanf-nolibm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5248758Z [00:04:42.946]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/arg-nonnull.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5315700Z [00:04:42.953]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/xconcat-filename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5383689Z [00:04:42.960]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/xgetcwd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5451370Z [00:04:42.967]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_socket-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5519593Z [00:04:42.974]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localcharset-w32utf8.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5587442Z [00:04:42.980]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-rand-isaac.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5656323Z [00:04:42.987]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/init.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5723727Z [00:04:42.994]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fstat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5791065Z [00:04:43.001]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getrandom.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5858477Z [00:04:43.007]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strerror.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5926176Z [00:04:43.014]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-renameat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5994985Z [00:04:43.021]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseeko4.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:53.6062449Z [00:04:43.028]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtoimax.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:53.6130157Z [00:04:43.035]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/libtests.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6198268Z [00:04:43.041]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mcel-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6265675Z [00:04:43.048]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/Makefile.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6333922Z [00:04:43.055]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mkfifo.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6402696Z [00:04:43.062]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isxdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6471808Z [00:04:43.069]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unicodeio.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6540195Z [00:04:43.076]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-locale-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6608322Z [00:04:43.082]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/socket.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6676253Z [00:04:43.089]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-usleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6744043Z [00:04:43.096]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/tmpfile.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6811189Z [00:04:43.103]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lutimens.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6878987Z [00:04:43.109]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iswpunct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6946163Z [00:04:43.116]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread_sigmask1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7014218Z [00:04:43.123]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-dup.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7082775Z [00:04:43.130]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isgraph.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7151132Z [00:04:43.137]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtoc32s-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7218838Z [00:04:43.143]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fsync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7286970Z [00:04:43.150]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtoumax.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:53.7355263Z [00:04:43.157]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-windows-timedrecmutex-type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7423326Z [00:04:43.164]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freadptr2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7490232Z [00:04:43.171]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sha1-buffer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7559745Z [00:04:43.178]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isalnum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7626230Z [00:04:43.184]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-memchr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7694052Z [00:04:43.191]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-raise.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7761642Z [00:04:43.198]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/minus-zero.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7828520Z [00:04:43.204]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fchmodat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7895327Z [00:04:43.211]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mkfifoat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7963079Z [00:04:43.218]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iswctype.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8030422Z [00:04:43.225]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbsrtoc32s.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8097930Z [00:04:43.231]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/macros.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8164862Z [00:04:43.238]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xalloc-die.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8232336Z [00:04:43.245]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nstrftime-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8300589Z [00:04:43.252]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-inet_ntop.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8369310Z [00:04:43.259]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-copy-acl-1.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:53.8435883Z [00:04:43.265]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sameacls.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8504216Z [00:04:43.272]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-time.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8572092Z [00:04:43.279]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:53.8639743Z [00:04:43.286]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/randoml.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8707704Z [00:04:43.292]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-symlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8775000Z [00:04:43.299]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-vasprintf-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8842216Z [00:04:43.306]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-symlink.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8909536Z [00:04:43.313]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-faccessat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8976328Z [00:04:43.319]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unistd-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9043768Z [00:04:43.326]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseeko.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:53.9110859Z [00:04:43.333]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/atoll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9178380Z [00:04:43.339]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-inttypes-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9246248Z [00:04:43.346]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtod.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9314479Z [00:04:43.353]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localtime_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9381081Z [00:04:43.360]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fdatasync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9449534Z [00:04:43.367]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-calloc-gnu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9516393Z [00:04:43.373]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getcwd.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:53.9583935Z [00:04:43.380]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-gethostname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9651883Z [00:04:43.387]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/localename-unsafe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9719134Z [00:04:43.394]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-yesno.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:53.9787559Z [00:04:43.400]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9855466Z [00:04:43.407]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-4.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9922719Z [00:04:43.414]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getopt.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9989334Z [00:04:43.421]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-lseek.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:54.0057622Z [00:04:43.427]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getopt-main.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0125714Z [00:04:43.434]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ctype-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0194155Z [00:04:43.441]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getaddrinfo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0261747Z [00:04:43.448]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftello.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0329728Z [00:04:43.455]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getrusage.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0396589Z [00:04:43.461]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-btoc32-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0464172Z [00:04:43.468]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread-mutex-type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0532060Z [00:04:43.475]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32isgraph.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0600587Z [00:04:43.482]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wchar-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0669252Z [00:04:43.489]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-chown.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0737866Z [00:04:43.495]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fflush2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:54.0806270Z [00:04:43.502]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-uchar-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0875848Z [00:04:43.509]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0944229Z [00:04:43.516]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-putenv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1014095Z [00:04:43.523]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-btoc32-1.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1083182Z [00:04:43.530]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/windows-utf8.rc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1152145Z [00:04:43.537]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftello2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:54.1221822Z [00:04:43.544]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-wcrtomb-w32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1289201Z [00:04:43.550]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-localcharset-w32utf8.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1356831Z [00:04:43.557]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-stdbit-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1424781Z [00:04:43.564]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-select.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1492159Z [00:04:43.571]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-closein.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1560245Z [00:04:43.578]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-u64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1628589Z [00:04:43.584]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-bitrotate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1695426Z [00:04:43.591]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbslen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1762036Z [00:04:43.598]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-freadptr2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:54.1829549Z [00:04:43.604]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-isnand-nolibm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1896571Z [00:04:43.611]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-areadlink-with-size.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1964001Z [00:04:43.618]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-malloca.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2032561Z [00:04:43.625]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32rtomb-w32-3.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2099926Z [00:04:43.632]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nl_langinfo2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2167437Z [00:04:43.638]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strtoimax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2234490Z [00:04:43.645]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-malloc-gnu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2303137Z [00:04:43.652]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-rawmemchr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2370651Z [00:04:43.659]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-copy-acl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2439572Z [00:04:43.666]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fseeko2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:54.2506085Z [00:04:43.672]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-perror2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2575426Z [00:04:43.679]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getdelim.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2642277Z [00:04:43.686]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-nl_langinfo1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2709028Z [00:04:43.692]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-digest.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2776380Z [00:04:43.699]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sched-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2844107Z [00:04:43.706]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-bool.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2911906Z [00:04:43.713]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sys_time-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2979363Z [00:04:43.720]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-realloc-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3046498Z [00:04:43.726]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/bench-digest.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3113640Z [00:04:43.733]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-windows-recmutex-type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3180315Z [00:04:43.740]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fcntl-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3247894Z [00:04:43.746]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-alloca-opt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3317364Z [00:04:43.753]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ftruncate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3384922Z [00:04:43.760]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-sleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3452175Z [00:04:43.767]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-fcntl-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3518831Z [00:04:43.773]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-str_startswith.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3586125Z [00:04:43.780]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-frexp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3654893Z [00:04:43.787]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-readlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3722787Z [00:04:43.794]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iswpunct.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3790669Z [00:04:43.801]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-iswdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3857915Z [00:04:43.807]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-pthread-once1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3925058Z [00:04:43.814]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-printf-frexp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3993013Z [00:04:43.821]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-verror.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4061602Z [00:04:43.828]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xvasprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4128718Z [00:04:43.834]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-xstrtol.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4195942Z [00:04:43.841]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtoc32-w32-5.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4264864Z [00:04:43.848]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unicase/test-mapping-part2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4333199Z [00:04:43.855]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:54.4399807Z [00:04:43.862]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unicase/test-uc_tolower.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4466134Z [00:04:43.868]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/unicase/test-mapping-part1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4533401Z [00:04:43.875]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-mbrtowc-w32utf8.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4601821Z [00:04:43.882]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-getopt-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4669794Z [00:04:43.889]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unicodeio2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4738301Z [00:04:43.895]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/concat-filename.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4805392Z [00:04:43.902]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-utime-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4874581Z [00:04:43.909]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-exclude7.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4941921Z [00:04:43.916]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-strnlen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5009039Z [00:04:43.922]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-unlink.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5075779Z [00:04:43.929]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-copy-acl-2.sh' retained as 0775 (rwxrwxr-x)
2025-08-20T19:18:54.5143241Z [00:04:43.936]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-error.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5210769Z [00:04:43.943]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c32iscntrl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5279247Z [00:04:43.950]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-ino-map.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5347366Z [00:04:43.956]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/gnulib-tests/test-c-strcasecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5417981Z [00:04:43.963]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/maint.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5484782Z [00:04:43.970]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/stamp-vti' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5551899Z [00:04:43.977]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/coreutils.info' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5618935Z [00:04:43.984]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/perm.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5686261Z [00:04:43.990]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/local.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5754502Z [00:04:43.997]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/version.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5821850Z [00:04:44.004]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/constants.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5888848Z [00:04:44.010]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/coreutils.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5955750Z [00:04:44.017]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/fdl.texi' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:54.6023028Z [00:04:44.024]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/sort-version.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6091308Z [00:04:44.031]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/doc/parse-datetime.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6158272Z [00:04:44.037]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/THANKS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6226506Z [00:04:44.044]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/config.log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6295155Z [00:04:44.051]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/NEWS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6362432Z [00:04:44.058]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/THANKStt.in' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:54.6430639Z [00:04:44.065]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/init.cfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6498117Z [00:04:44.071]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/config.status' retained as 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6565565Z [00:04:44.078]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/THANKS-to-translators' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6633463Z [00:04:44.085]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/Makefile.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6700273Z [00:04:44.092]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/COPYING' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:54.6768418Z [00:04:44.098]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/.tarball-version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6835559Z [00:04:44.105]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/TODO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6902614Z [00:04:44.112]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/.mailmap' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:54.6977978Z [00:04:44.119]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/itold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7045396Z [00:04:44.126]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/printf-frexp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7112494Z [00:04:44.133]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/same.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7179322Z [00:04:44.140]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freading.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7246529Z [00:04:44.146]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys-limits.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7313861Z [00:04:44.153]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sig2str.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7380860Z [00:04:44.160]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freading.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7447885Z [00:04:44.166]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hash.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7516070Z [00:04:44.173]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/posixver.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7584123Z [00:04:44.180]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-strcase.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7650680Z [00:04:44.187]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-randperm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7717701Z [00:04:44.193]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/eloop-threshold.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7784313Z [00:04:44.200]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strtoul.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7852114Z [00:04:44.207]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha256.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7921769Z [00:04:44.214]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hash-pjw.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7989390Z [00:04:44.221]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getpagesize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8057083Z [00:04:44.227]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stat-macros.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8125214Z [00:04:44.234]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/safe-read.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8193040Z [00:04:44.241]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isblank.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8260901Z [00:04:44.248]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/full-read.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8328303Z [00:04:44.254]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-strncasecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8394152Z [00:04:44.261]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/closeout.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8461797Z [00:04:44.268]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stat-size.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8528509Z [00:04:44.274]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-chdir-long.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8595146Z [00:04:44.281]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/warn-on-use.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8662713Z [00:04:44.288]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8729242Z [00:04:44.295]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xgethostname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8796092Z [00:04:44.301]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xtime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8865250Z [00:04:44.308]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mempcpy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8933128Z [00:04:44.315]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mini-gmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9001628Z [00:04:44.322]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isxdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9069178Z [00:04:44.328]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/setlocale_null-unlocked.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9135946Z [00:04:44.335]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stat-time.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9204019Z [00:04:44.342]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/file-set.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9271704Z [00:04:44.349]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xmalloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9339122Z [00:04:44.355]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/rename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9406898Z [00:04:44.362]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/alignalloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9474985Z [00:04:44.369]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/tmpdir.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9542268Z [00:04:44.376]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-vsnzprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9610256Z [00:04:44.383]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getline.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9678349Z [00:04:44.389]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-asnprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9747832Z [00:04:44.396]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_stat.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9818170Z [00:04:44.403]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strstr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9886000Z [00:04:44.410]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/reallocarray.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9953798Z [00:04:44.417]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-root-dev-ino.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0021643Z [00:04:44.424]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gethrxtime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0089763Z [00:04:44.431]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mpsort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0156785Z [00:04:44.437]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readutmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0224207Z [00:04:44.444]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pathmax.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0291582Z [00:04:44.451]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkdirat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0358614Z [00:04:44.457]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0426462Z [00:04:44.464]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-set-acl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0493937Z [00:04:44.471]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gettime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0562648Z [00:04:44.478]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wchar.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0630258Z [00:04:44.485]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freopen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0697738Z [00:04:44.491]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/savewd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0764376Z [00:04:44.498]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtol-error.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0830650Z [00:04:44.505]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/version-etc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0898520Z [00:04:44.511]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-timedrecmutex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0968281Z [00:04:44.518]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fflush.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1035383Z [00:04:44.525]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkdir-p.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1101670Z [00:04:44.532]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/md5.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1171050Z [00:04:44.539]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1236804Z [00:04:44.545]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/once.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1304329Z [00:04:44.552]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/tls.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1370400Z [00:04:44.559]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/libcoreutils_a-once.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1436500Z [00:04:44.565]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/tls.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1503123Z [00:04:44.572]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/lock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1570428Z [00:04:44.579]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/once.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1636255Z [00:04:44.585]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1702179Z [00:04:44.592]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/.deps/libcoreutils_a-lock.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1768704Z [00:04:44.598]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/.deps/libcoreutils_a-once.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1835744Z [00:04:44.605]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/.deps/libcoreutils_a-threadlib.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1902510Z [00:04:44.612]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/.deps/libcoreutils_a-tls.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1970077Z [00:04:44.619]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/libcoreutils_a-threadlib.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2035837Z [00:04:44.625]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/lock.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2102987Z [00:04:44.632]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/libcoreutils_a-tls.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2169004Z [00:04:44.638]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/libcoreutils_a-lock.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2234494Z [00:04:44.645]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/glthread/threadlib.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2302260Z [00:04:44.652]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-hash-triple.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2370851Z [00:04:44.659]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/cdefs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2437411Z [00:04:44.665]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/utimecmp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2504743Z [00:04:44.672]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/propername-lite.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2573401Z [00:04:44.679]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbsrtowcs-state.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2640659Z [00:04:44.686]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2706899Z [00:04:44.692]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/langinfo.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2773505Z [00:04:44.699]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/vaszprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2839703Z [00:04:44.706]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-priv-set.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2906030Z [00:04:44.712]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freadptr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2971984Z [00:04:44.719]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/localcharset.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3038422Z [00:04:44.725]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-close-stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3105181Z [00:04:44.732]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xmemcoll.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3172359Z [00:04:44.739]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fprintftime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3240350Z [00:04:44.746]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mktime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3306130Z [00:04:44.752]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/argmatch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3373906Z [00:04:44.759]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/inttypes.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3441194Z [00:04:44.766]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sched.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3507462Z [00:04:44.772]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3574516Z [00:04:44.779]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gethrxtime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3642423Z [00:04:44.786]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xgetcwd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3708391Z [00:04:44.792]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xsize.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3776252Z [00:04:44.799]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ldtoastr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3843131Z [00:04:44.806]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mcel.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3909213Z [00:04:44.813]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-recmutex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3975246Z [00:04:44.819]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/argv-iter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4042453Z [00:04:44.826]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/heap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4110409Z [00:04:44.833]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/float.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4177702Z [00:04:44.839]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/vasnprintf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4244912Z [00:04:44.846]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ctype.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4312509Z [00:04:44.853]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-vzprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4381183Z [00:04:44.860]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/free.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4452288Z [00:04:44.867]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pthread-once.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4519443Z [00:04:44.874]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fstatat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4587436Z [00:04:44.880]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/root-dev-ino.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4654210Z [00:04:44.887]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wctype.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4721000Z [00:04:44.894]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c++defs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4787899Z [00:04:44.900]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fadvise.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4853879Z [00:04:44.907]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/asprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4919988Z [00:04:44.914]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-areadlink-with-size.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4986435Z [00:04:44.920]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/time.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5055759Z [00:04:44.927]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/binary-io.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5122116Z [00:04:44.934]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/math.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5188142Z [00:04:44.940]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-memcasecmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5254972Z [00:04:44.947]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-nanosleep.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5322050Z [00:04:44.954]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xdectoumax.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5388625Z [00:04:44.960]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtol.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5454546Z [00:04:44.967]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/af_alg.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5522763Z [00:04:44.974]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-randread.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5589970Z [00:04:44.981]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memchr2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5657621Z [00:04:44.987]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xsize.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5725387Z [00:04:44.994]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readtokens.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5793503Z [00:04:45.001]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/errno.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5862023Z [00:04:45.008]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getndelim2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5929717Z [00:04:45.015]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdlib.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5998467Z [00:04:45.021]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pthread.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6066156Z [00:04:45.028]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-crc-x86_64-pclmul.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6133553Z [00:04:45.035]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/randread.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6201839Z [00:04:45.042]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbrtowc-impl-utf8.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6268863Z [00:04:45.049]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fprintftime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6336837Z [00:04:45.055]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fflush.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6405464Z [00:04:45.062]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/chdir-long.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6472559Z [00:04:45.069]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/cycle-check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6539947Z [00:04:45.076]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-qcopy-acl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6608694Z [00:04:45.082]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mgetgroups.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6677710Z [00:04:45.089]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fopen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6746233Z [00:04:45.096]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/exclude.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6814156Z [00:04:45.103]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xreadlink.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6881457Z [00:04:45.110]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-gethrxtime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6949870Z [00:04:45.117]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ino-map.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7017052Z [00:04:45.123]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicodeio.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7084851Z [00:04:45.130]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7152889Z [00:04:45.137]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/bitrotate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7220034Z [00:04:45.144]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-timespec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7286963Z [00:04:45.150]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/randint.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7353916Z [00:04:45.157]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fcntl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7421710Z [00:04:45.164]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strtoull.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7490989Z [00:04:45.171]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/str-two-way.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7557448Z [00:04:45.177]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/root-uid.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7628906Z [00:04:45.184]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-openat-proc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7696966Z [00:04:45.191]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getrandom.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7765402Z [00:04:45.198]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xnanosleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7832248Z [00:04:45.205]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7900235Z [00:04:45.212]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-di-set.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7967061Z [00:04:45.218]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uninorm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8035228Z [00:04:45.225]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mkstemp-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8103457Z [00:04:45.232]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-safe-read.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8171416Z [00:04:45.239]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-modechange.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8238651Z [00:04:45.245]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/read.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8305613Z [00:04:45.252]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/rawmemchr.valgrind' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8373230Z [00:04:45.259]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/tmpdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8441006Z [00:04:45.266]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hash.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8508881Z [00:04:45.272]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistd.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8575946Z [00:04:45.279]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdckdint.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8642888Z [00:04:45.286]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/safe-write.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8710774Z [00:04:45.293]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/human.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8778411Z [00:04:45.299]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-osf.gperf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8845728Z [00:04:45.306]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pipe-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8913872Z [00:04:45.313]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pthread_sigmask.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8981635Z [00:04:45.320]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mgetgroups.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9048906Z [00:04:45.326]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isupper.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9116106Z [00:04:45.333]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-creat-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9184066Z [00:04:45.340]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xvasprintf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9251773Z [00:04:45.347]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isnanf-nolibm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9320447Z [00:04:45.354]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fclose.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9387352Z [00:04:45.360]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/setlocale_null.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9455349Z [00:04:45.367]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-hpux.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9522464Z [00:04:45.374]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-backup-find.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9590227Z [00:04:45.381]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdc_bit_width.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9657353Z [00:04:45.387]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/randperm.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:55.9724472Z [00:04:45.394]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/di-set.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9793352Z [00:04:45.401]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/linebuffer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9860909Z [00:04:45.408]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/nl_langinfo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9928904Z [00:04:45.414]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/_Noreturn.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9996760Z [00:04:45.421]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/signbitl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0065036Z [00:04:45.428]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0132534Z [00:04:45.435]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sm3.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0199864Z [00:04:45.442]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xgetcwd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0266591Z [00:04:45.448]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/open.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0335336Z [00:04:45.455]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/error.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0403036Z [00:04:45.462]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkstemp-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0470225Z [00:04:45.469]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdio--.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0537815Z [00:04:45.475]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-acl-internal.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0605057Z [00:04:45.482]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtoimax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0672229Z [00:04:45.489]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fchmodat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0741132Z [00:04:45.496]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/regex_internal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0808856Z [00:04:45.502]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/msvc-inval.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0875947Z [00:04:45.509]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-bitrotate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0943596Z [00:04:45.516]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32iscntrl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1011281Z [00:04:45.523]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-unicodeio.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1078501Z [00:04:45.529]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-irix.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1145216Z [00:04:45.536]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/canonicalize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1212983Z [00:04:45.543]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-umaxtostr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1280935Z [00:04:45.550]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtoumax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1350541Z [00:04:45.557]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-initguard.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1415730Z [00:04:45.563]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xsize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1484492Z [00:04:45.570]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-hash-pjw.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1550230Z [00:04:45.577]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/assert.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1617514Z [00:04:45.583]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stat-w32.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1684323Z [00:04:45.590]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-vaszprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1750685Z [00:04:45.597]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/smack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1816685Z [00:04:45.603]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirfd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1883871Z [00:04:45.610]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-write-any-file.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1950839Z [00:04:45.617]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freadahead.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2017625Z [00:04:45.623]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/utimensat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2084054Z [00:04:45.630]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/aszprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2150686Z [00:04:45.637]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/set-acl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2216626Z [00:04:45.643]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xdectoimax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2282593Z [00:04:45.650]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stpcpy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2348896Z [00:04:45.657]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/byteswap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2417415Z [00:04:45.663]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fd-safer-flag.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2483553Z [00:04:45.670]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fd-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2553031Z [00:04:45.677]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-dirchownmod.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2621197Z [00:04:45.684]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdio-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2688800Z [00:04:45.690]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/backup-find.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2755946Z [00:04:45.697]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-utimens.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2822988Z [00:04:45.704]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/size_max.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2890344Z [00:04:45.711]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/physmem.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2958095Z [00:04:45.717]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdio.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3024873Z [00:04:45.724]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirent.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3093104Z [00:04:45.731]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/siglist.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3160011Z [00:04:45.738]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/exitfail.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3228500Z [00:04:45.744]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/configmake.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3295419Z [00:04:45.751]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/read-file.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3364095Z [00:04:45.758]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memcasecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3432913Z [00:04:45.765]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xbinary-io.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3500640Z [00:04:45.772]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fadvise.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3566823Z [00:04:45.778]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-zos.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3634167Z [00:04:45.785]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-freadahead.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3700991Z [00:04:45.792]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/alignof.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3770131Z [00:04:45.799]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-posix_memalign.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3838241Z [00:04:45.805]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xgetgroups.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3904358Z [00:04:45.812]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/savedir.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3971746Z [00:04:45.819]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/closein.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4039968Z [00:04:45.826]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/basename-lgpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4107506Z [00:04:45.832]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-areadlinkat-with-size.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4174328Z [00:04:45.839]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbszero.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4241485Z [00:04:45.846]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-strtod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4310392Z [00:04:45.853]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fadvise.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4376895Z [00:04:45.859]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/calloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4444014Z [00:04:45.866]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xdectoimax.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4512631Z [00:04:45.873]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-propername-lite.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4580061Z [00:04:45.880]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/base32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4646898Z [00:04:45.886]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/regcomp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4714700Z [00:04:45.893]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iswctype.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4781907Z [00:04:45.900]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:56.4850110Z [00:04:45.907]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/inttostr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4918066Z [00:04:45.913]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getprogname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4984276Z [00:04:45.920]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/version-etc-fsf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5051765Z [00:04:45.927]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ftoastr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5119930Z [00:04:45.934]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/targetdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5187731Z [00:04:45.940]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/msvc-nothrow.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5255631Z [00:04:45.947]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/time_rz.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5325573Z [00:04:45.954]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/utimecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5394233Z [00:04:45.961]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/filevercmp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5461417Z [00:04:45.968]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-unlinkdir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5529248Z [00:04:45.975]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/printf-args.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5596261Z [00:04:45.981]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-version-etc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5663855Z [00:04:45.988]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/chmodat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5731804Z [00:04:45.995]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/random.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5799234Z [00:04:46.002]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/stat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5866197Z [00:04:46.008]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/socket.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5933534Z [00:04:46.015]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/select.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6001654Z [00:04:46.022]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/wait.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6069194Z [00:04:46.028]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6136334Z [00:04:46.035]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/resource.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6204386Z [00:04:46.042]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/utsname.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6271632Z [00:04:46.049]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/ioctl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6344151Z [00:04:46.056]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/uio.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6413040Z [00:04:46.063]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys/time.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6481441Z [00:04:46.070]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-time_rz.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6550151Z [00:04:46.077]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkfifo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6618076Z [00:04:46.083]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirent.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6685875Z [00:04:46.090]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-parse-datetime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6753280Z [00:04:46.097]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-printf-parse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6821851Z [00:04:46.104]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-timedmutex.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6888736Z [00:04:46.110]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32iscntrl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6956469Z [00:04:46.117]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xreadlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7025428Z [00:04:46.124]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hard-locale.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7092641Z [00:04:46.131]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gai_strerror.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7159832Z [00:04:46.138]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mini-mpq-gnulib.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7226318Z [00:04:46.144]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-memcoll.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7293746Z [00:04:46.151]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uinttostr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7360907Z [00:04:46.158]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/localename.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7428837Z [00:04:46.164]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/alignalloc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7495541Z [00:04:46.171]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32tolower.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7563324Z [00:04:46.178]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/lseek.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7633799Z [00:04:46.185]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gettimeofday.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7701742Z [00:04:46.192]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isnanl-nolibm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7769203Z [00:04:46.198]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-base64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7837086Z [00:04:46.205]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sm3.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7906112Z [00:04:46.212]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/msvc-nothrow.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7973405Z [00:04:46.219]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/af_alg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8041520Z [00:04:46.226]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pselect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8109268Z [00:04:46.233]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xasprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8178029Z [00:04:46.239]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-closeout.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8245288Z [00:04:46.246]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/vasprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8312366Z [00:04:46.253]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-stdlib.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8379284Z [00:04:46.260]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-rwlock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8446307Z [00:04:46.266]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isatty.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8513891Z [00:04:46.273]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/minmax.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8580835Z [00:04:46.280]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirchownmod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8648481Z [00:04:46.286]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/utime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8716466Z [00:04:46.293]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-rwlock.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8784770Z [00:04:46.300]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbrtowc-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8850623Z [00:04:46.307]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getugroups.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8916423Z [00:04:46.313]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirchownmod.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8982504Z [00:04:46.320]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/utimens.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9051369Z [00:04:46.327]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dtoastr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9118652Z [00:04:46.333]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hash-pjw.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9184830Z [00:04:46.340]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9251995Z [00:04:46.347]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mcel.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9318858Z [00:04:46.353]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-pipe2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9386854Z [00:04:46.360]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/long-options.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9454763Z [00:04:46.367]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-setlocale_null.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9523389Z [00:04:46.374]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/allocator.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9591164Z [00:04:46.381]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/btoc32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9658729Z [00:04:46.387]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-readtokens.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9725888Z [00:04:46.394]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ignore-value.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9797588Z [00:04:46.401]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sha512.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9864757Z [00:04:46.408]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-mutex.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9931451Z [00:04:46.415]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strtol.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9998408Z [00:04:46.421]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xdectoint.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0066183Z [00:04:46.428]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-offtostr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0134371Z [00:04:46.435]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-getndelim2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0201733Z [00:04:46.442]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-strnumcmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0270529Z [00:04:46.449]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ctype.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0337011Z [00:04:46.455]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hash-triple-simple.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0406836Z [00:04:46.462]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/backup-internal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0474932Z [00:04:46.469]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dup2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0542588Z [00:04:46.476]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-memset_explicit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0611001Z [00:04:46.483]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getgroups.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0678898Z [00:04:46.489]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-utimecmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0745735Z [00:04:46.496]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mountlist.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0812444Z [00:04:46.503]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_uio.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0880239Z [00:04:46.510]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-gettime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0948302Z [00:04:46.516]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isalpha.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1014982Z [00:04:46.523]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1083261Z [00:04:46.530]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libc-config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1151436Z [00:04:46.537]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/timegm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1219151Z [00:04:46.544]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-once.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1287809Z [00:04:46.550]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1356651Z [00:04:46.557]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-printf-frexp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1423825Z [00:04:46.564]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/randread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1492561Z [00:04:46.571]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-areadlink.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1560140Z [00:04:46.578]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/tempname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1627688Z [00:04:46.584]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-nl_langinfo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1695157Z [00:04:46.591]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/cl-strtold.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:57.1764335Z [00:04:46.598]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/endian.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1832586Z [00:04:46.605]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/netinet_in.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1900489Z [00:04:46.612]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sigprocmask.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1968544Z [00:04:46.618]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2036395Z [00:04:46.625]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/w32sock.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2103503Z [00:04:46.632]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sm3-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2173016Z [00:04:46.639]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c-strcasecmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2242577Z [00:04:46.646]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2310713Z [00:04:46.653]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/umaxtostr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2380671Z [00:04:46.660]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/buffer-lcm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2449518Z [00:04:46.667]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/base64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2516734Z [00:04:46.673]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2584724Z [00:04:46.680]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/progname.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2654620Z [00:04:46.687]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/printf-parse.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2723571Z [00:04:46.694]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fpurge.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2791259Z [00:04:46.701]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sig-handler.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2858722Z [00:04:46.707]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fopen-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2927115Z [00:04:46.714]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-wctype-h.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2995277Z [00:04:46.721]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/skipchars.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3063207Z [00:04:46.728]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/randint.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3131518Z [00:04:46.735]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-filenamecat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3200179Z [00:04:46.742]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-file-type.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3267944Z [00:04:46.748]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/openat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3336904Z [00:04:46.755]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/nproc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3404844Z [00:04:46.762]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkostemp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3471940Z [00:04:46.769]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mpsort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3538611Z [00:04:46.775]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-qset-acl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3606188Z [00:04:46.782]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/same.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3674688Z [00:04:46.789]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-areadlinkat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3742958Z [00:04:46.796]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/careadlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3811486Z [00:04:46.803]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-imaxtostr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3879734Z [00:04:46.810]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3948025Z [00:04:46.816]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32width.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4017938Z [00:04:46.823]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_digit.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4085663Z [00:04:46.830]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4153485Z [00:04:46.837]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_lower.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4221308Z [00:04:46.844]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_cntrl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4289086Z [00:04:46.850]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_punct.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4357374Z [00:04:46.857]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_cntrl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4425413Z [00:04:46.864]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_graph.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4493751Z [00:04:46.871]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_upper.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4561686Z [00:04:46.878]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_space.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4631607Z [00:04:46.885]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_alpha.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4699737Z [00:04:46.892]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_xdigit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4767815Z [00:04:46.898]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_graph.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4835804Z [00:04:46.905]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_alnum.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4903656Z [00:04:46.912]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_digit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4971816Z [00:04:46.919]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_print.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5040085Z [00:04:46.926]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_print.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5108295Z [00:04:46.932]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_blank.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5178570Z [00:04:46.939]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_xdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5246434Z [00:04:46.946]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_graph.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5313914Z [00:04:46.953]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_xdigit.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5381368Z [00:04:46.960]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_upper.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5450018Z [00:04:46.967]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_alpha.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5517105Z [00:04:46.973]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_punct.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5584028Z [00:04:46.980]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_cntrl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5653805Z [00:04:46.987]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_print.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5721371Z [00:04:46.994]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_space.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5788297Z [00:04:47.000]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/bitmap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5855854Z [00:04:47.007]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5925099Z [00:04:47.014]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.5992505Z [00:04:47.021]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.6061136Z [00:04:47.028]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.6131694Z [00:04:47.035]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.6200412Z [00:04:47.042]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.6267427Z [00:04:47.048]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.6335064Z [00:04:47.055]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.6402702Z [00:04:47.062]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.6472318Z [00:04:47.069]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.6541231Z [00:04:47.076]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.6609369Z [00:04:47.082]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.6676524Z [00:04:47.089]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.6744017Z [00:04:47.096]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_upper.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6810801Z [00:04:47.103]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_alnum.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6879000Z [00:04:47.109]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_lower.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6946410Z [00:04:47.116]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_blank.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7014194Z [00:04:47.123]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_punct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7083176Z [00:04:47.130]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_alpha.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7149329Z [00:04:47.137]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_space.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7216942Z [00:04:47.143]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_lower.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7285045Z [00:04:47.150]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_alnum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7352762Z [00:04:47.157]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/libcoreutils_a-ctype_digit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7421785Z [00:04:47.164]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype/ctype_blank.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7489334Z [00:04:47.171]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/renameatu.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7556998Z [00:04:47.177]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/yesno.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7625391Z [00:04:47.184]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/canon-host.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7692989Z [00:04:47.191]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/futimens.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7760918Z [00:04:47.198]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/symlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7828022Z [00:04:47.204]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/cloexec.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7896505Z [00:04:47.211]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sm3-stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7963998Z [00:04:47.218]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fcntl-safer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8032426Z [00:04:47.225]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.8100191Z [00:04:47.232]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray.gl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8168346Z [00:04:47.238]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8236524Z [00:04:47.245]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/libcoreutils_a-dynarray_resize.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8303918Z [00:04:47.252]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray_finalize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8371803Z [00:04:47.259]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.8438988Z [00:04:47.265]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.8505915Z [00:04:47.272]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/libcoreutils_a-dynarray_finalize.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8572349Z [00:04:47.279]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/scratch_buffer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8640326Z [00:04:47.286]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/scratch_buffer.gl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8708538Z [00:04:47.292]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray_emplace_enlarge.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8776417Z [00:04:47.299]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray-skeleton.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8845133Z [00:04:47.306]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray_resize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8913302Z [00:04:47.313]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8981590Z [00:04:47.320]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.9049748Z [00:04:47.327]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.9117938Z [00:04:47.333]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.9187590Z [00:04:47.340]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.9255235Z [00:04:47.347]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.9323289Z [00:04:47.354]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.9391691Z [00:04:47.361]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.9459312Z [00:04:47.368]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.9528726Z [00:04:47.374]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.9595517Z [00:04:47.381]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.9662980Z [00:04:47.388]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.9730207Z [00:04:47.395]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray-skeleton.gl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.9800273Z [00:04:47.402]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.9867322Z [00:04:47.408]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:57.9935494Z [00:04:47.415]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray_resize_clear.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0003945Z [00:04:47.422]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/dynarray_at_failure.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0070878Z [00:04:47.429]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:18:58.0138639Z [00:04:47.435]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/scratch_buffer_grow.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0205891Z [00:04:47.442]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc/scratch_buffer_grow_preserve.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0273640Z [00:04:47.449]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-inttostr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0340157Z [00:04:47.456]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isxdigit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0407669Z [00:04:47.462]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/randperm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0476338Z [00:04:47.469]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/write-any-file.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0543118Z [00:04:47.476]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getlocalename_l-unsafe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0619740Z [00:04:47.484]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32width.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0688658Z [00:04:47.490]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fchownat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0756245Z [00:04:47.497]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/float+.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0823969Z [00:04:47.504]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/bitrotate.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0892109Z [00:04:47.511]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-obstack.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0960014Z [00:04:47.518]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-rand-isaac.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1026612Z [00:04:47.524]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdlib--.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1094353Z [00:04:47.531]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/config.hin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1161884Z [00:04:47.538]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/vasnprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1228911Z [00:04:47.544]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iswdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1296277Z [00:04:47.551]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/imaxtostr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1364021Z [00:04:47.558]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strnlen1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1432047Z [00:04:47.565]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/openat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1498717Z [00:04:47.571]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sockets.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1566308Z [00:04:47.578]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-getprogname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1633769Z [00:04:47.585]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-uinttostr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1702343Z [00:04:47.592]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sha256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1770907Z [00:04:47.599]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getlogin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1839041Z [00:04:47.605]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iswpunct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1906708Z [00:04:47.612]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/posixver.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1976419Z [00:04:47.619]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdbit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2045033Z [00:04:47.626]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/assure.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2112841Z [00:04:47.633]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/langinfo.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2180724Z [00:04:47.640]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/u64.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2250056Z [00:04:47.647]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/copy-acl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2317721Z [00:04:47.653]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xtime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2384892Z [00:04:47.660]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/nl_langinfo-lock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2452144Z [00:04:47.667]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wctype.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2519968Z [00:04:47.674]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-cl-strtold.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2586637Z [00:04:47.680]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbsrtoc32s.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2655678Z [00:04:47.687]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xmemcoll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2723331Z [00:04:47.694]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/se-label.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2791205Z [00:04:47.701]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/string.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2859101Z [00:04:47.707]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbswidth.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2926766Z [00:04:47.714]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/userspec.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2993875Z [00:04:47.721]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sockets.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3060935Z [00:04:47.728]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memset_explicit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3127892Z [00:04:47.734]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/lchown.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3195416Z [00:04:47.741]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/flexmember.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3262659Z [00:04:47.748]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/open-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3329412Z [00:04:47.755]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32_apply_type_test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3397781Z [00:04:47.761]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/closeout.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3466926Z [00:04:47.768]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbsrtoc32s-state.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3534011Z [00:04:47.775]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mkdir-p.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3601937Z [00:04:47.782]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memcmp2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3671547Z [00:04:47.789]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/parse-datetime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3738343Z [00:04:47.795]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtod.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3806201Z [00:04:47.802]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/filename.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3873818Z [00:04:47.809]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdbit.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3940196Z [00:04:47.816]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/creat-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4007035Z [00:04:47.822]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gnulib.mk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4075481Z [00:04:47.829]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-backupfile.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4150001Z [00:04:47.837]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/rawmemchr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4218760Z [00:04:47.843]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-strcasecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4286776Z [00:04:47.850]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fts_.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4354084Z [00:04:47.857]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xstrtold.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4422349Z [00:04:47.864]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-crc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4491139Z [00:04:47.871]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/endian.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4558837Z [00:04:47.877]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/openat-proc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4626235Z [00:04:47.884]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strftime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4693907Z [00:04:47.891]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/di-set.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4761648Z [00:04:47.898]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/same-inode.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4829569Z [00:04:47.905]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mpsort.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4896415Z [00:04:47.911]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/time_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4964289Z [00:04:47.918]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/areadlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5031077Z [00:04:47.925]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-chownat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5098574Z [00:04:47.931]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt_int.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5166071Z [00:04:47.938]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/filevercmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5233740Z [00:04:47.945]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/quotearg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5300767Z [00:04:47.952]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5368761Z [00:04:47.958]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-buffer-lcm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5436633Z [00:04:47.965]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/signbitf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5504178Z [00:04:47.972]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/offtostr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5571149Z [00:04:47.979]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xgetgroups.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5638825Z [00:04:47.985]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isgraph.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5706858Z [00:04:47.992]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strnlen1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5775662Z [00:04:47.999]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sha1.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5843240Z [00:04:48.006]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-once.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5910580Z [00:04:48.013]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mountlist.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5978882Z [00:04:48.019]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fsusage.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6045935Z [00:04:48.026]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/rmdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6113655Z [00:04:48.033]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c-file-type.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6181486Z [00:04:48.040]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-localcharset.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6248924Z [00:04:48.046]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ftello.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6315779Z [00:04:48.053]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c-strtod.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6384872Z [00:04:48.060]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fsusage.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6451543Z [00:04:48.067]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/se-context.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6519837Z [00:04:48.074]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistd--.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6586685Z [00:04:48.080]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/string.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6655265Z [00:04:48.087]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbszero.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6723103Z [00:04:48.094]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/chown.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6792504Z [00:04:48.101]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dev-ino.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6859552Z [00:04:48.108]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sigaction.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6927051Z [00:04:48.114]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/chmod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6996034Z [00:04:48.121]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freadptr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7063295Z [00:04:48.128]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/u64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7130523Z [00:04:48.135]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-tls.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7197083Z [00:04:48.141]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-file-has-acl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7264717Z [00:04:48.148]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-closein.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7331509Z [00:04:48.155]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xreadlink.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7398206Z [00:04:48.161]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-se-context.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7466111Z [00:04:48.168]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/physmem.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7532827Z [00:04:48.175]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iswctype-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7599256Z [00:04:48.182]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pthread.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7667036Z [00:04:48.188]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freadahead.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7733633Z [00:04:48.195]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/acl_entries.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7801426Z [00:04:48.202]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-error.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7868750Z [00:04:48.208]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-dtotimespec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7936365Z [00:04:48.215]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xstrtoumax.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8003489Z [00:04:48.222]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/read-file.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8071904Z [00:04:48.229]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-strcaseeq.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8140364Z [00:04:48.236]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha512.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8207657Z [00:04:48.242]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/opendir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8275634Z [00:04:48.249]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ftoastr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8343211Z [00:04:48.256]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stat-time.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8410190Z [00:04:48.263]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-physmem.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8477064Z [00:04:48.269]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uchar.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8544639Z [00:04:48.276]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memchr2.valgrind' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8611259Z [00:04:48.283]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-targetdir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8678308Z [00:04:48.289]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/tempname.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8745565Z [00:04:48.296]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/filenamecat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8812748Z [00:04:48.303]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isspace.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8879752Z [00:04:48.310]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-readtokens0.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8946244Z [00:04:48.316]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/arpa_inet.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9014159Z [00:04:48.323]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/i-ring.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9081999Z [00:04:48.330]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freopen-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9149971Z [00:04:48.337]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wctype-h.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9217699Z [00:04:48.343]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-skipchars.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9284426Z [00:04:48.350]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strdup.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9352810Z [00:04:48.357]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-careadlinkat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9420248Z [00:04:48.364]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unlinkdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9488467Z [00:04:48.370]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32_get_type_test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9556759Z [00:04:48.377]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fcntl.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9623733Z [00:04:48.384]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xalignalloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9690687Z [00:04:48.391]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/crc-x86_64.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9758363Z [00:04:48.397]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_select.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9829051Z [00:04:48.404]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/scratch_buffer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9896987Z [00:04:48.411]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-freadptr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9964196Z [00:04:48.418]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freadseek.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0032335Z [00:04:48.425]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xfts.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0099270Z [00:04:48.432]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/qcopy-acl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0166142Z [00:04:48.438]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mknod.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0233312Z [00:04:48.445]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/limits.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0299849Z [00:04:48.452]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0367784Z [00:04:48.458]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/file-has-acl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0436594Z [00:04:48.465]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mountlist.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0504254Z [00:04:48.472]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/regex.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0571624Z [00:04:48.479]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-base32.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0639411Z [00:04:48.486]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/long-options.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0706111Z [00:04:48.492]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memcoll.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0773630Z [00:04:48.499]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xalignalloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0840798Z [00:04:48.506]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/save-cwd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0908283Z [00:04:48.512]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/setlocale-lock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0974771Z [00:04:48.519]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/closein.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1043964Z [00:04:48.526]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mini-gmp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1109489Z [00:04:48.533]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/putenv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1175242Z [00:04:48.539]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_socket.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1242425Z [00:04:48.546]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/lchmod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1307456Z [00:04:48.552]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/backupfile.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1374292Z [00:04:48.559]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/anytostr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1440411Z [00:04:48.566]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-solaris.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1507691Z [00:04:48.572]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/priv-set.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1575407Z [00:04:48.579]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xnanosleep.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1643423Z [00:04:48.586]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-md5-stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1711676Z [00:04:48.593]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xdectoumax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1779649Z [00:04:48.600]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt-cdefs.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1848417Z [00:04:48.606]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/attribute.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1916820Z [00:04:48.613]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/human.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1986538Z [00:04:48.620]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memcoll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2055346Z [00:04:48.627]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-hash-triple-simple.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2123994Z [00:04:48.634]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-randint.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2193417Z [00:04:48.641]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sig-handler.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2261804Z [00:04:48.648]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/printf-args.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2330214Z [00:04:48.655]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readtokens.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2398644Z [00:04:48.661]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xmalloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2468761Z [00:04:48.668]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-thread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2536685Z [00:04:48.675]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/secure_getenv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2604926Z [00:04:48.682]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xdectoint.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2676422Z [00:04:48.689]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkfifoat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2745988Z [00:04:48.696]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fopen-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2819620Z [00:04:48.704]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-freadseek.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2889199Z [00:04:48.710]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-savedir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2957579Z [00:04:48.717]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-zos.gperf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3025740Z [00:04:48.724]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wctype-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3094118Z [00:04:48.731]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-long-options.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3162969Z [00:04:48.738]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/localcharset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3231368Z [00:04:48.745]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-strintcmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3299803Z [00:04:48.752]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/close-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3367841Z [00:04:48.758]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/error.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3435668Z [00:04:48.765]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/filemode.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3504600Z [00:04:48.772]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-ldtoastr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3573247Z [00:04:48.779]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unitypes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3642112Z [00:04:48.786]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3711231Z [00:04:48.793]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtol.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3780132Z [00:04:48.800]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/intprops-internal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3847672Z [00:04:48.806]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xprintf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3915389Z [00:04:48.813]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gethostname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3983693Z [00:04:48.820]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/parse-datetime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4053431Z [00:04:48.827]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/se-label.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4122057Z [00:04:48.834]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbrlen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4192250Z [00:04:48.841]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-copy-file-range.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4261388Z [00:04:48.848]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-ialloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4330989Z [00:04:48.855]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/localeconv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4398976Z [00:04:48.861]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/argmatch.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4465570Z [00:04:48.868]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/remove.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4533405Z [00:04:48.875]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-recmutex.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4599778Z [00:04:48.882]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_close.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4666509Z [00:04:48.888]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-allocator.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4733281Z [00:04:48.895]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_time.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4801175Z [00:04:48.902]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fpucw.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4868646Z [00:04:48.908]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gl_openssl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4935583Z [00:04:48.915]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-renameatu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5003393Z [00:04:48.922]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbsrtoc32s.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5071421Z [00:04:48.929]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-strtold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5138938Z [00:04:48.935]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/binary-io.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5206069Z [00:04:48.942]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getlocalename_l-unsafe.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5273847Z [00:04:48.949]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-posixver.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5342887Z [00:04:48.956]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/linebuffer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5411754Z [00:04:48.963]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloca.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5479318Z [00:04:48.970]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-btowc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5547636Z [00:04:48.976]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stat-w32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5616055Z [00:04:48.983]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkdir-p.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5683667Z [00:04:48.990]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mini-gmp-gnulib.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5752134Z [00:04:48.997]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/basename-lgpl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5820950Z [00:04:49.004]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mgetgroups.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5889398Z [00:04:49.011]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-dup-safer-flag.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5956860Z [00:04:49.017]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_socket.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6024457Z [00:04:49.024]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloca.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6092441Z [00:04:49.031]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/inet_ntop.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6161317Z [00:04:49.038]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/base64.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6230278Z [00:04:49.045]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/time.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6298435Z [00:04:49.051]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dup-safer-flag.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6367321Z [00:04:49.058]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c-strncasecmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6434183Z [00:04:49.065]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-linebuffer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6501492Z [00:04:49.072]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/math.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6569559Z [00:04:49.079]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/float.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6636653Z [00:04:49.085]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memrchr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6704996Z [00:04:49.092]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/md5.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6773159Z [00:04:49.099]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6840984Z [00:04:49.106]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xbinary-io.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6908086Z [00:04:49.112]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-exitfail.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6975917Z [00:04:49.119]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fseeko.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7044194Z [00:04:49.126]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/version-etc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7111724Z [00:04:49.133]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sig2str.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7180041Z [00:04:49.140]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sys_socket.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7248176Z [00:04:49.146]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-yesno.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7315026Z [00:04:49.153]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/acl-errno-valid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7383024Z [00:04:49.160]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fseterr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7451348Z [00:04:49.167]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/group-member.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7519180Z [00:04:49.173]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbrtoc32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7586400Z [00:04:49.180]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/local.mk' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:18:59.7654591Z [00:04:49.187]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xgethostname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7723212Z [00:04:49.194]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-read-file.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7790219Z [00:04:49.201]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-opendirat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7857330Z [00:04:49.207]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-tempname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7925579Z [00:04:49.214]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbtowc-lock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7993412Z [00:04:49.221]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-set-permissions.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8061048Z [00:04:49.228]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isblank.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8128132Z [00:04:49.234]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/cloexec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8195674Z [00:04:49.241]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/priv-set.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8263675Z [00:04:49.248]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-version-etc-fsf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8330951Z [00:04:49.255]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-float.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8397388Z [00:04:49.261]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/endian.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8464709Z [00:04:49.268]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-thread.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8532784Z [00:04:49.275]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbschr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8602736Z [00:04:49.282]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-basename-lgpl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8669648Z [00:04:49.288]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wctype.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8736712Z [00:04:49.295]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8803917Z [00:04:49.302]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth/cjk.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8872353Z [00:04:49.309]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth/libcoreutils_a-width.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8939256Z [00:04:49.316]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth/width0.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9006483Z [00:04:49.322]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth/width2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9073876Z [00:04:49.329]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9141173Z [00:04:49.336]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth/.deps/libcoreutils_a-width.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9209281Z [00:04:49.343]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth/width.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9278286Z [00:04:49.349]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-openat-die.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9346539Z [00:04:49.356]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getcwd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9413859Z [00:04:49.363]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fcntl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9481468Z [00:04:49.370]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strtoimax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9548030Z [00:04:49.376]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readtokens0.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9615502Z [00:04:49.383]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-realloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9683635Z [00:04:49.390]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/lstat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9750998Z [00:04:49.397]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fts.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9819252Z [00:04:49.404]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xstrtod.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9886713Z [00:04:49.410]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-progname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9955204Z [00:04:49.417]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/idcache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0023199Z [00:04:49.424]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbswidth.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0090688Z [00:04:49.431]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/settime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0160627Z [00:04:49.438]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0227586Z [00:04:49.444]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strtoll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0295502Z [00:04:49.451]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strnumcmp-in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0362802Z [00:04:49.458]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdint.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0431020Z [00:04:49.465]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0498113Z [00:04:49.471]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/streq.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0565806Z [00:04:49.478]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/access.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0634597Z [00:04:49.485]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/locale.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0704538Z [00:04:49.492]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-readutmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0772213Z [00:04:49.499]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isnan.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0839868Z [00:04:49.506]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-open-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0906927Z [00:04:49.512]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbtowc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0974589Z [00:04:49.519]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1042288Z [00:04:49.526]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getugroups.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1111631Z [00:04:49.533]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getcwd-lgpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1179314Z [00:04:49.540]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getfilecon.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1245537Z [00:04:49.546]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fnmatch_loop.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1313861Z [00:04:49.553]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdlib-safer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1382051Z [00:04:49.560]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/exitfail.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1449934Z [00:04:49.567]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mknodat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1517060Z [00:04:49.573]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-freading.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1584394Z [00:04:49.580]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/inet_pton.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1652509Z [00:04:49.587]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hash-triple.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1721138Z [00:04:49.594]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fcntl--.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1788767Z [00:04:49.600]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/qset-acl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1856082Z [00:04:49.607]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/filenamecat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1923387Z [00:04:49.614]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbrtoc32.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1990856Z [00:04:49.621]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xmemcoll.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2058884Z [00:04:49.627]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fts.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2126246Z [00:04:49.634]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2194566Z [00:04:49.641]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u32-strlen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2261098Z [00:04:49.648]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u8-uctomb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2327422Z [00:04:49.654]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u32-chr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2396263Z [00:04:49.661]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u8-mbtoucr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2464146Z [00:04:49.668]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/libcoreutils_a-u32-chr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2532097Z [00:04:49.675]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/libcoreutils_a-u32-strcat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2598769Z [00:04:49.681]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u32-cpy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2668467Z [00:04:49.688]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/libcoreutils_a-u32-strlen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2736690Z [00:04:49.695]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/libcoreutils_a-u32-cpy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2805072Z [00:04:49.702]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u-strcat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2871884Z [00:04:49.709]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u-cpy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2939465Z [00:04:49.716]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/libcoreutils_a-u8-mbtoucr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3007068Z [00:04:49.722]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:00.3075540Z [00:04:49.729]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u-strlen.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3143006Z [00:04:49.736]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u32-strcat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3210937Z [00:04:49.743]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3278906Z [00:04:49.749]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:00.3346300Z [00:04:49.756]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:00.3414969Z [00:04:49.763]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:00.3483123Z [00:04:49.770]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:00.3551058Z [00:04:49.777]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:00.3619064Z [00:04:49.783]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:00.3686625Z [00:04:49.790]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:00.3755057Z [00:04:49.797]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:00.3827741Z [00:04:49.804]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/libcoreutils_a-u32-pcpy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3889054Z [00:04:49.810]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u32-pcpy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3955895Z [00:04:49.817]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/libcoreutils_a-u8-uctomb.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4024230Z [00:04:49.824]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u8-uctomb-aux.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4090651Z [00:04:49.831]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr/u-pcpy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4158102Z [00:04:49.837]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isnanf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4224795Z [00:04:49.844]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkancesdirs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4291025Z [00:04:49.851]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-strtod.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4357744Z [00:04:49.857]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/btowc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4425344Z [00:04:49.864]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtol-error.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4492476Z [00:04:49.871]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/full-read.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4559905Z [00:04:49.878]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha512-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4626934Z [00:04:49.884]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32ispunct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4695275Z [00:04:49.891]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-nproc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4763841Z [00:04:49.898]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-selinux-at.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4831328Z [00:04:49.905]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbrlen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4899101Z [00:04:49.911]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_utsname.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4966475Z [00:04:49.918]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fnmatch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5033963Z [00:04:49.925]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/termios.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5101071Z [00:04:49.932]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isdigit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5169506Z [00:04:49.939]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha512.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5236000Z [00:04:49.945]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/setenv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5306709Z [00:04:49.952]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-open.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5374857Z [00:04:49.959]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-chmodat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5443439Z [00:04:49.966]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-isnand.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5510386Z [00:04:49.973]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xtime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5577359Z [00:04:49.979]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkdirat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5646459Z [00:04:49.986]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sm3-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5714113Z [00:04:49.993]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fseterr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5782078Z [00:04:50.000]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkancesdirs.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5849603Z [00:04:50.007]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-asnprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5916964Z [00:04:50.013]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fcntl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5984952Z [00:04:50.020]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-utimecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6053146Z [00:04:50.027]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-filenamecat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6121070Z [00:04:50.034]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6188437Z [00:04:50.040]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-filemode.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6255890Z [00:04:50.047]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strtol.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6323738Z [00:04:50.054]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-regex.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6390222Z [00:04:50.061]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:00.6456842Z [00:04:50.067]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-opendir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6525549Z [00:04:50.074]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-backup-rename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6592267Z [00:04:50.081]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strdup.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6659155Z [00:04:50.087]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-di-set.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6726015Z [00:04:50.094]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getdtablesize.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6792199Z [00:04:50.101]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-wcwidth.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6858684Z [00:04:50.107]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strstr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6925498Z [00:04:50.114]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6993531Z [00:04:50.121]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getcwd-lgpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7060895Z [00:04:50.128]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7129352Z [00:04:50.135]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xnanosleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7196090Z [00:04:50.141]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-bitrotate.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7262287Z [00:04:50.148]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-unlinkdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7329149Z [00:04:50.154]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-ftell.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7396355Z [00:04:50.161]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-time.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7463700Z [00:04:50.168]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:00.7531147Z [00:04:50.175]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dirname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7598520Z [00:04:50.181]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-copy-acl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7668110Z [00:04:50.188]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-imaxtostr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7735777Z [00:04:50.195]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-signbitd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7803093Z [00:04:50.202]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:00.7869277Z [00:04:50.208]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fd-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7936420Z [00:04:50.215]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fsync.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8003989Z [00:04:50.222]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-ino-map.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8070865Z [00:04:50.229]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mountlist.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8137768Z [00:04:50.235]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:00.8204293Z [00:04:50.242]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-nl_langinfo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8270937Z [00:04:50.249]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c-strcasecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8337815Z [00:04:50.255]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-time_rz.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8404285Z [00:04:50.262]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-rpmatch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8470696Z [00:04:50.269]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-isnanf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8537421Z [00:04:50.275]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-iconv_open.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8604055Z [00:04:50.282]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-posixver.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8670757Z [00:04:50.289]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-rewinddir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8737766Z [00:04:50.295]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-tzset.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8804714Z [00:04:50.302]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-utimens.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8871418Z [00:04:50.309]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-vfzprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8938231Z [00:04:50.315]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-itold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9005748Z [00:04:50.322]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fstat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9072451Z [00:04:50.329]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:00.9139668Z [00:04:50.336]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mknodat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9205663Z [00:04:50.342]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strnlen1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9271321Z [00:04:50.349]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-backup-find.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9337786Z [00:04:50.355]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-select.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9405470Z [00:04:50.362]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:00.9472531Z [00:04:50.369]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbsrtowcs-state.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9539667Z [00:04:50.376]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xgetgroups.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9606547Z [00:04:50.382]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:00.9673071Z [00:04:50.389]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkstemp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9740360Z [00:04:50.396]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-savewd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9809855Z [00:04:50.403]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-priv-set.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9877328Z [00:04:50.409]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-chownat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9944300Z [00:04:50.416]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbsrtowcs.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0010910Z [00:04:50.423]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-str_endswith.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0077463Z [00:04:50.429]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-write.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0144556Z [00:04:50.436]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-iswpunct.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0211852Z [00:04:50.443]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strerror-override.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0278559Z [00:04:50.449]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sha1-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0346073Z [00:04:50.456]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strnlen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0413783Z [00:04:50.463]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:01.0481712Z [00:04:50.470]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-msvc-inval.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0548355Z [00:04:50.476]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xmalloc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0616675Z [00:04:50.483]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getlogin.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0685113Z [00:04:50.490]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fprintftime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0752405Z [00:04:50.497]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-opendirat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0820732Z [00:04:50.504]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-vsnzprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0888473Z [00:04:50.510]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-basename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0955378Z [00:04:50.517]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:01.1023122Z [00:04:50.524]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getloadavg.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1090072Z [00:04:50.531]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-settime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1158072Z [00:04:50.537]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strftime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1226447Z [00:04:50.544]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-putenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1294035Z [00:04:50.551]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-rwlock.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1361400Z [00:04:50.558]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32iscntrl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1428281Z [00:04:50.564]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtoul.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1496933Z [00:04:50.571]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-offtostr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1564296Z [00:04:50.578]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xreadlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1632481Z [00:04:50.585]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xmemcoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1699624Z [00:04:50.592]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-get-permissions.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1767802Z [00:04:50.598]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-careadlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1835937Z [00:04:50.605]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fseeko.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1903341Z [00:04:50.612]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-qset-acl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1970867Z [00:04:50.619]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-iswctype.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2038429Z [00:04:50.625]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-uinttostr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2106168Z [00:04:50.632]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:01.2173730Z [00:04:50.639]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbsrtoc32s-state.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2241346Z [00:04:50.646]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isspace.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2309059Z [00:04:50.652]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fchown-stub.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2377465Z [00:04:50.659]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-memrchr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2448153Z [00:04:50.666]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-umaxtostr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2517741Z [00:04:50.673]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-closeout.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2586874Z [00:04:50.680]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-tempname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2657379Z [00:04:50.687]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-unicodeio.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2727777Z [00:04:50.694]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xbinary-io.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2795189Z [00:04:50.701]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pthread_sigmask.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2863055Z [00:04:50.708]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2930519Z [00:04:50.715]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-hash-pjw.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2999697Z [00:04:50.722]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-areadlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3065980Z [00:04:50.728]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-iconv_close.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3133848Z [00:04:50.735]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strerror.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3200774Z [00:04:50.742]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sha512.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3267357Z [00:04:50.748]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-uname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3335057Z [00:04:50.755]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-gethostname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3404023Z [00:04:50.762]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fdopendir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3470652Z [00:04:50.769]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-filenamecat-lgpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3538773Z [00:04:50.775]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-openat-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3607347Z [00:04:50.782]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbsrtoc32s.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3675531Z [00:04:50.789]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbscasecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3742578Z [00:04:50.796]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-reallocarray.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3809717Z [00:04:50.803]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-frexp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3877746Z [00:04:50.809]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dirchownmod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3944453Z [00:04:50.816]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-savedir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4012189Z [00:04:50.823]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-math.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4079099Z [00:04:50.829]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-binary-io.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4146717Z [00:04:50.836]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-chmod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4215329Z [00:04:50.843]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-secure_getenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4283449Z [00:04:50.850]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-renameat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4350708Z [00:04:50.857]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbrlen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4418056Z [00:04:50.863]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sig-handler.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4485534Z [00:04:50.870]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strtoull.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4553881Z [00:04:50.877]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-inet_pton.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4621567Z [00:04:50.884]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-timegm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4689075Z [00:04:50.890]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-alloca.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4756604Z [00:04:50.897]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/alloca.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4823486Z [00:04:50.904]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-qsort.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4890695Z [00:04:50.911]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-randint.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4958525Z [00:04:50.917]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dtimespec-bound.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5027109Z [00:04:50.924]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbschr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5094660Z [00:04:50.931]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:01.5161251Z [00:04:50.938]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:01.5228619Z [00:04:50.944]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getugroups.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5296059Z [00:04:50.951]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:01.5362631Z [00:04:50.958]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-heap.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5429747Z [00:04:50.965]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-cl-strtod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5496284Z [00:04:50.971]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-unsetenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5562695Z [00:04:50.978]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getfilecon.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5629586Z [00:04:50.985]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-snprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5695948Z [00:04:50.991]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-memcmp2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5763943Z [00:04:50.998]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-regexec.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5831617Z [00:04:51.005]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dtoastr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5898442Z [00:04:51.011]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xvasprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5965569Z [00:04:51.018]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-isatty.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6032967Z [00:04:51.025]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkfifo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6100023Z [00:04:51.032]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fclose.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6168062Z [00:04:51.038]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-vasprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6235621Z [00:04:51.045]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-cycle-check.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6302980Z [00:04:51.052]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6370922Z [00:04:51.059]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-symlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6437723Z [00:04:51.065]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-float.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6505421Z [00:04:51.072]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sockets.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6572262Z [00:04:51.079]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-regex_internal.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6639168Z [00:04:51.085]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xfts.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6706112Z [00:04:51.092]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-hash.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6772971Z [00:04:51.099]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fts-cycle.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6840403Z [00:04:51.106]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:01.6907329Z [00:04:51.112]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xgethostname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6975906Z [00:04:51.119]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dirfd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7043177Z [00:04:51.126]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-basename-lgpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7111023Z [00:04:51.133]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-malloca.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7178089Z [00:04:51.139]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-vasnprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7245334Z [00:04:51.146]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xasprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7312709Z [00:04:51.153]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sys_socket.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7379998Z [00:04:51.160]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-read-file.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7446726Z [00:04:51.166]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getopt1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7514303Z [00:04:51.173]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-se-selinux.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7582682Z [00:04:51.180]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fseek.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7653834Z [00:04:51.187]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbtowc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7723687Z [00:04:51.194]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isupper.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7792223Z [00:04:51.201]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getopt.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7860820Z [00:04:51.208]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-remove.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7930454Z [00:04:51.215]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-posix_memalign.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7999583Z [00:04:51.221]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkostemp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8068271Z [00:04:51.228]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-printf-parse.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8135902Z [00:04:51.235]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sigprocmask.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8204143Z [00:04:51.242]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-canon-host.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8271946Z [00:04:51.249]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-iswblank.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8338729Z [00:04:51.255]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-iconv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8405496Z [00:04:51.262]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sigaction.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8472666Z [00:04:51.269]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-malloc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8539314Z [00:04:51.275]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fpurge.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8606335Z [00:04:51.282]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-safe-read.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8673737Z [00:04:51.289]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-printf-frexpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8741372Z [00:04:51.296]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mgetgroups.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8808474Z [00:04:51.302]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-file-set.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8875620Z [00:04:51.309]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fileblocks.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8943982Z [00:04:51.316]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isxdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9013353Z [00:04:51.323]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-utime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9081451Z [00:04:51.330]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c-strtold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9149456Z [00:04:51.337]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strtold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9217376Z [00:04:51.343]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-safe-write.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9284895Z [00:04:51.350]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-modechange.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9353290Z [00:04:51.357]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-open-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9421607Z [00:04:51.364]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-unlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9490752Z [00:04:51.371]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:01.9557993Z [00:04:51.377]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-save-cwd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9625390Z [00:04:51.384]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fchownat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9693106Z [00:04:51.391]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-ialloc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9761594Z [00:04:51.398]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mpsort.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9833107Z [00:04:51.405]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fflush.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9901074Z [00:04:51.412]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pthread-thread.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9968574Z [00:04:51.418]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-aszprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0036198Z [00:04:51.425]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-base32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0103892Z [00:04:51.432]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xalloc-die.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0171330Z [00:04:51.439]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-linebuffer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0239687Z [00:04:51.446]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-quotearg.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0308804Z [00:04:51.452]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbszero.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0378097Z [00:04:51.459]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-creat-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0445566Z [00:04:51.466]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-same.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0514078Z [00:04:51.473]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkstemp-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0581921Z [00:04:51.480]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pipe-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0650133Z [00:04:51.487]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-freadseek.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0718264Z [00:04:51.493]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fpending.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0786802Z [00:04:51.500]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-faccessat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0854636Z [00:04:51.507]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-canonicalize.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0922672Z [00:04:51.514]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xgetcwd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0991789Z [00:04:51.521]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-wctype-h.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1059028Z [00:04:51.527]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-qsort_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1126924Z [00:04:51.534]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbswidth.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1195049Z [00:04:51.541]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-lchown.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1263450Z [00:04:51.548]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-userspec.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1331517Z [00:04:51.555]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-at-func.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1399643Z [00:04:51.562]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stdlib.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1467309Z [00:04:51.568]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-set-acl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1535888Z [00:04:51.575]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strnumcmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1603994Z [00:04:51.582]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isgraph.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1671747Z [00:04:51.589]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xalignalloc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1740040Z [00:04:51.596]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dup.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1808178Z [00:04:51.602]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-chown.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1875247Z [00:04:51.609]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-recmutex.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1944226Z [00:04:51.616]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-cloexec.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2012534Z [00:04:51.623]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getaddrinfo.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2080961Z [00:04:51.630]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-gettimeofday.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2149282Z [00:04:51.637]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-md5.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2217340Z [00:04:51.643]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-localcharset.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2284961Z [00:04:51.650]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-localeconv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2353266Z [00:04:51.657]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strsignal.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2422056Z [00:04:51.664]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-byteswap.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2489758Z [00:04:51.671]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-memcasecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2557761Z [00:04:51.677]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sig2str.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2625512Z [00:04:51.684]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-argmatch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2694211Z [00:04:51.691]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-openat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2763027Z [00:04:51.698]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-closedir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2830606Z [00:04:51.705]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-exitfail.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2898033Z [00:04:51.711]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pthread-once.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2965984Z [00:04:51.718]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-close.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3033827Z [00:04:51.725]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-openat-proc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3100678Z [00:04:51.732]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sha1.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3168110Z [00:04:51.738]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-setenv.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3236238Z [00:04:51.745]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-lstat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3303138Z [00:04:51.752]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getline.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3370570Z [00:04:51.759]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkfifoat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3437814Z [00:04:51.765]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-memcoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3506331Z [00:04:51.772]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtoumax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3573181Z [00:04:51.779]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:02.3640844Z [00:04:51.786]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtol-error.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3709247Z [00:04:51.793]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-printf-frexp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3778286Z [00:04:51.799]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:02.3844797Z [00:04:51.806]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-progname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3912340Z [00:04:51.813]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32islower.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3980511Z [00:04:51.820]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-nstrftime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4047607Z [00:04:51.826]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fdutimensat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4116673Z [00:04:51.833]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-set-permissions.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4184302Z [00:04:51.840]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fstatat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4252448Z [00:04:51.847]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32tolower.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4320385Z [00:04:51.854]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-selinux-at.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4388513Z [00:04:51.860]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-ldtoastr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4456894Z [00:04:51.867]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fopen-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4525078Z [00:04:51.874]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-file-type.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4592263Z [00:04:51.881]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-calloc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4660271Z [00:04:51.888]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getgroups.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4727724Z [00:04:51.894]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-asprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4795276Z [00:04:51.901]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-u64.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4862781Z [00:04:51.908]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-vaszprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4930616Z [00:04:51.915]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-timespec.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4998532Z [00:04:51.921]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sha256.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5066681Z [00:04:51.928]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-isblank.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5134475Z [00:04:51.935]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-symlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5201796Z [00:04:51.942]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fnmatch.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5269865Z [00:04:51.949]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-ftoastr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5337372Z [00:04:51.955]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-buffer-lcm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5405124Z [00:04:51.962]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fdopen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5473308Z [00:04:51.969]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-msvc-nothrow.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5542211Z [00:04:51.976]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isalpha.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5609814Z [00:04:51.983]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-crc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5677356Z [00:04:51.989]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-realloc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5745600Z [00:04:51.996]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getpagesize.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5813745Z [00:04:52.003]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-se-label.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5882755Z [00:04:52.010]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5951225Z [00:04:52.017]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-at-func2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6019935Z [00:04:52.024]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-openat-die.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6088289Z [00:04:52.030]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-renameatu.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6156226Z [00:04:52.037]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:02.6225323Z [00:04:52.044]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtol.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6295008Z [00:04:52.051]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-wcrtomb.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6363124Z [00:04:52.058]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbslen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6436854Z [00:04:52.065]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dtotimespec.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6514192Z [00:04:52.073]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-areadlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6583125Z [00:04:52.080]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-isnanl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6651707Z [00:04:52.087]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-endian.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6719461Z [00:04:52.093]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pthread-mutex.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6787702Z [00:04:52.100]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-lchmod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6855273Z [00:04:52.107]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-targetdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6923587Z [00:04:52.114]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-inttostr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6992085Z [00:04:52.121]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stdbit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7062139Z [00:04:52.128]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32width.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7130235Z [00:04:52.135]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:02.7197921Z [00:04:52.141]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-nanosleep.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7265974Z [00:04:52.148]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fadvise.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7334558Z [00:04:52.155]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-hash-triple.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7402843Z [00:04:52.162]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-iswxdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7470838Z [00:04:52.169]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7539677Z [00:04:52.176]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-filevercmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7606798Z [00:04:52.182]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-yesno.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7676362Z [00:04:52.189]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-freopen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7745072Z [00:04:52.196]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:02.7814125Z [00:04:52.203]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stripslash.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7882032Z [00:04:52.210]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:02.7949297Z [00:04:52.217]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stat-time.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8018207Z [00:04:52.223]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-unlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8088008Z [00:04:52.230]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-af_alg.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8155100Z [00:04:52.237]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-frexpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8223611Z [00:04:52.244]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-cond.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8290939Z [00:04:52.251]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-timedmutex.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8359056Z [00:04:52.257]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getdelim.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8426848Z [00:04:52.264]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pselect.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8494321Z [00:04:52.271]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-signbitf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8561607Z [00:04:52.278]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-tmpdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8630356Z [00:04:52.285]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:02.8697583Z [00:04:52.291]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xstrtoimax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8764955Z [00:04:52.298]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-randperm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8831779Z [00:04:52.305]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fts.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8899344Z [00:04:52.312]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-long-options.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8966491Z [00:04:52.318]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mktime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9034850Z [00:04:52.325]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-allocator.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9102196Z [00:04:52.332]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-wmempcpy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9169350Z [00:04:52.339]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mkdir-p.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9236679Z [00:04:52.345]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-wctype.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9304384Z [00:04:52.352]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-futimens.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9372066Z [00:04:52.359]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-randread.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9440269Z [00:04:52.366]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getndelim2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9507483Z [00:04:52.372]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-memchr2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9574295Z [00:04:52.379]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xdectoumax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9642453Z [00:04:52.386]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strtoumax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9710445Z [00:04:52.393]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pthread-cond.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9777735Z [00:04:52.399]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-readtokens0.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9849112Z [00:04:52.406]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-obstack.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9916293Z [00:04:52.413]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-acl_entries.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9983633Z [00:04:52.420]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fchmodat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0051028Z [00:04:52.427]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-chdir-long.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0119008Z [00:04:52.433]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mempcpy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0186605Z [00:04:52.440]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mini-gmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0253706Z [00:04:52.447]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strtoul.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0321253Z [00:04:52.454]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xdectoimax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0388128Z [00:04:52.460]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-anytostr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0456138Z [00:04:52.467]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-alignalloc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0523995Z [00:04:52.474]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isalnum.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0592010Z [00:04:52.481]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-readdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0660399Z [00:04:52.488]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-acl-internal.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0727633Z [00:04:52.494]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-free.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0794620Z [00:04:52.501]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-read.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0862613Z [00:04:52.508]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-nproc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0929609Z [00:04:52.515]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-memchr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0997738Z [00:04:52.521]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-printf-args.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1066554Z [00:04:52.528]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbrtowc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1135363Z [00:04:52.535]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbtowc-lock.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1203549Z [00:04:52.542]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-readtokens.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1271260Z [00:04:52.549]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-arpa_inet.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1339039Z [00:04:52.555]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stpcpy.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1406687Z [00:04:52.562]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-posixtm.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1474099Z [00:04:52.569]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-version-etc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1541413Z [00:04:52.576]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-full-read.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1610084Z [00:04:52.583]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-link.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1678103Z [00:04:52.589]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-lseek.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1746629Z [00:04:52.596]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-timedrecmutex.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1814999Z [00:04:52.603]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:03.1883694Z [00:04:52.610]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-backupfile.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1951975Z [00:04:52.617]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-access.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2020136Z [00:04:52.624]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-base64.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2087753Z [00:04:52.630]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbsinit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2155911Z [00:04:52.637]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-freadptr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2223315Z [00:04:52.644]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-vzprintf.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2291281Z [00:04:52.651]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sm3.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2358246Z [00:04:52.657]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-ftello.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2425698Z [00:04:52.664]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-freopen-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2494011Z [00:04:52.671]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-group-member.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2560826Z [00:04:52.678]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-linkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2628520Z [00:04:52.684]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-physmem.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2696911Z [00:04:52.691]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-explicit_bzero.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2765500Z [00:04:52.698]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mbrtoc32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2832974Z [00:04:52.705]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-i-ring.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2901916Z [00:04:52.712]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-se-context.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2969291Z [00:04:52.719]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-gai_strerror.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3037450Z [00:04:52.725]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-gettime-res.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3105032Z [00:04:52.732]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-inet_ntop.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3172989Z [00:04:52.739]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-rawmemchr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3240787Z [00:04:52.746]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mknod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3307701Z [00:04:52.752]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-freadahead.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3374160Z [00:04:52.759]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fdatasync.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3441836Z [00:04:52.766]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-setlocale-lock.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3509840Z [00:04:52.773]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dirname-lgpl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3579305Z [00:04:52.779]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pipe.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3646700Z [00:04:52.786]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-regcomp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3715820Z [00:04:52.793]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-freading.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3783189Z [00:04:52.800]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-cl-strtold.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3851988Z [00:04:52.807]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getprogname.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3919465Z [00:04:52.814]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xdectoint.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3987513Z [00:04:52.820]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-parse-datetime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4055476Z [00:04:52.827]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-closein.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4123809Z [00:04:52.834]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-rename.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4191191Z [00:04:52.841]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32ispunct.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4259707Z [00:04:52.848]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fsusage.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4328781Z [00:04:52.854]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-btoc32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4396304Z [00:04:52.861]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-skipchars.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4464101Z [00:04:52.868]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-argv-iter.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4532106Z [00:04:52.875]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isblank.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4599700Z [00:04:52.882]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dup-safer.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4666667Z [00:04:52.888]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-gettime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4734538Z [00:04:52.895]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-md5-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4802526Z [00:04:52.902]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-signbitl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4870548Z [00:04:52.909]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c-ctype.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4938316Z [00:04:52.915]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-setlocale_null.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5006056Z [00:04:52.922]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-time_r.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5074161Z [00:04:52.929]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strintcmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5141233Z [00:04:52.936]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sha256-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5209124Z [00:04:52.942]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getcwd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5276865Z [00:04:52.949]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:03.5344888Z [00:04:52.956]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-btowc.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5413000Z [00:04:52.963]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-once.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5481651Z [00:04:52.970]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c32isprint.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5550212Z [00:04:52.977]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-sha512-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5617899Z [00:04:52.983]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-readlinkat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5687288Z [00:04:52.990]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-tls.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5754987Z [00:04:52.997]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-readlink.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5822681Z [00:04:53.004]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-localename-unsafe.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5890662Z [00:04:53.011]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-ftruncate.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5958915Z [00:04:53.017]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-isapipe.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6026158Z [00:04:53.024]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c-strtod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6095738Z [00:04:53.031]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-readutmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6163694Z [00:04:53.038]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-raise.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6232076Z [00:04:53.045]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-exclude.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6300156Z [00:04:53.052]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-thread.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6367592Z [00:04:53.058]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fchdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6435741Z [00:04:53.065]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-propername-lite.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6504154Z [00:04:53.072]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stat-w32.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6572767Z [00:04:53.079]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-rand-isaac.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6640332Z [00:04:53.086]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-euidaccess.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6707592Z [00:04:53.092]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mini-mpq.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6775015Z [00:04:53.099]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stdio-write.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6843603Z [00:04:53.106]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-unistd.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6912464Z [00:04:53.113]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-gethrxtime.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6981132Z [00:04:53.120]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fnmatch_loop.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7049303Z [00:04:53.127]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:03.7117427Z [00:04:53.133]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-getrandom.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7184771Z [00:04:53.140]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-hard-locale.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7252074Z [00:04:53.147]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-iswdigit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7319074Z [00:04:53.154]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-pipe2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7386516Z [00:04:53.160]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:03.7454073Z [00:04:53.167]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-error.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7522427Z [00:04:53.174]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-close-stream.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7590507Z [00:04:53.181]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-rmdir.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7660225Z [00:04:53.188]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strtoimax.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7729411Z [00:04:53.194]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-isnan.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7795992Z [00:04:53.201]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fopen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7863766Z [00:04:53.208]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-idcache.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7931358Z [00:04:53.215]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-mcel.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7999009Z [00:04:53.221]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-xsize.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8065772Z [00:04:53.228]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fd-reopen.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8133117Z [00:04:53.235]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-same-inode.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8201273Z [00:04:53.242]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-fd-hook.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8268631Z [00:04:53.248]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-utimensat.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8335536Z [00:04:53.255]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-qcopy-acl.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8404303Z [00:04:53.262]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-wmemchr.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8472277Z [00:04:53.269]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strtoll.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8540850Z [00:04:53.276]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-windows-mutex.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8608478Z [00:04:53.282]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-stdio-read.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8676107Z [00:04:53.289]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-memset_explicit.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8744354Z [00:04:53.296]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-full-write.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8812316Z [00:04:53.303]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-human.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8879993Z [00:04:53.310]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-dup2.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8946571Z [00:04:53.316]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-strtod.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9013864Z [00:04:53.323]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/.deps/libcoreutils_a-c-strncasecmp.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9081134Z [00:04:53.330]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/nanosleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9148444Z [00:04:53.336]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fd-reopen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9216675Z [00:04:53.343]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getprogname.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9284350Z [00:04:53.350]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wmempcpy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9353144Z [00:04:53.357]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fd-reopen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9420935Z [00:04:53.364]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/posixtm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9488792Z [00:04:53.370]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/signal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9556488Z [00:04:53.377]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-malloca.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9624624Z [00:04:53.384]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ftell.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9691844Z [00:04:53.391]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/termios.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9760162Z [00:04:53.398]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-ino-map.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9826848Z [00:04:53.404]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isnanl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9896739Z [00:04:53.411]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-u64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9964914Z [00:04:53.418]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/areadlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0033439Z [00:04:53.425]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-cond.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0101341Z [00:04:53.432]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/se-context.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0169108Z [00:04:53.438]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-osf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0236488Z [00:04:53.445]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/timespec.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0304522Z [00:04:53.452]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/rewinddir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0372364Z [00:04:53.459]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pipe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0440281Z [00:04:53.466]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/alloca.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0507620Z [00:04:53.472]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pthread-mutex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0576479Z [00:04:53.479]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xnanosleep.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0644144Z [00:04:53.486]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wmemchr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0712718Z [00:04:53.493]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/printf-frexpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0781095Z [00:04:53.500]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-getugroups.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0848940Z [00:04:53.506]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdc_leading_zeros.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0916813Z [00:04:53.513]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/crc-generate-table.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0984607Z [00:04:53.520]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fopen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1053771Z [00:04:53.527]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sha512-stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1121096Z [00:04:53.534]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-idcache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1189608Z [00:04:53.541]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-timedrecmutex.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1256867Z [00:04:53.547]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unlocked-io.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1324527Z [00:04:53.554]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mknod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1392312Z [00:04:53.561]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readutmp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1460539Z [00:04:53.568]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/cl-strtod.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:19:04.1528193Z [00:04:53.574]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbscasecmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1596093Z [00:04:53.581]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gettime-res.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1663472Z [00:04:53.588]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fdutimensat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1732032Z [00:04:53.595]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xgetaname-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1799401Z [00:04:53.602]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/snprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1866873Z [00:04:53.608]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-reallocarray.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1935015Z [00:04:53.615]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/explicit_bzero.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2003699Z [00:04:53.622]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fts-cycle.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2071916Z [00:04:53.629]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-backup-rename.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2140575Z [00:04:53.636]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/close-stream.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2207710Z [00:04:53.642]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/lc-charset-dispatch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2275349Z [00:04:53.649]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/intprops.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2343163Z [00:04:53.656]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/openat-priv.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2410769Z [00:04:53.663]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-filenamecat-lgpl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2479199Z [00:04:53.670]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fsync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2546551Z [00:04:53.676]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-same.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2613552Z [00:04:53.683]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/md5-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2682165Z [00:04:53.690]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/argv-iter.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2749557Z [00:04:53.697]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/math.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2816752Z [00:04:53.703]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memcmp2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2884336Z [00:04:53.710]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/float.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2952472Z [00:04:53.717]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_wait.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3021014Z [00:04:53.724]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dynarray.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3088542Z [00:04:53.730]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/quotearg.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3157112Z [00:04:53.737]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-getfilecon.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3225113Z [00:04:53.744]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-dtimespec-bound.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3292312Z [00:04:53.751]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fseek.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3360991Z [00:04:53.758]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getndelim2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3428315Z [00:04:53.764]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dup.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3495688Z [00:04:53.771]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fdatasync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3562725Z [00:04:53.778]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memchr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3629996Z [00:04:53.785]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isapipe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3697724Z [00:04:53.791]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-time.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3764909Z [00:04:53.798]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/obstack.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3833169Z [00:04:53.805]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/euidaccess.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3900650Z [00:04:53.812]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbschr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3969562Z [00:04:53.819]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt-pfx-ext.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4036989Z [00:04:53.825]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistd-safer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4104151Z [00:04:53.832]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iswxdigit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4172213Z [00:04:53.839]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unistr.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4240265Z [00:04:53.846]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-ftoastr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4308352Z [00:04:53.852]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-dirname-lgpl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4375018Z [00:04:53.859]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/acl-internal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4443144Z [00:04:53.866]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-str_endswith.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4510977Z [00:04:53.873]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xfts.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:19:04.4578651Z [00:04:53.879]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/savedir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4646964Z [00:04:53.886]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-aix.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4714193Z [00:04:53.893]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/safe-write.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4782762Z [00:04:53.900]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-cloexec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4850520Z [00:04:53.907]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getloadavg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4917867Z [00:04:53.913]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/save-cwd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4987537Z [00:04:53.920]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/selinux/selinux.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5056122Z [00:04:53.927]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uniwidth.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5123819Z [00:04:53.934]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sig-handler.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5191191Z [00:04:53.941]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/crc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5259589Z [00:04:53.948]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-chmodat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5327132Z [00:04:53.954]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/propername.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5394281Z [00:04:53.961]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/regex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5462614Z [00:04:53.968]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/qsort_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5529224Z [00:04:53.975]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-canonicalize.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5595623Z [00:04:53.981]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-cycle-check.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5663127Z [00:04:53.988]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/areadlink-with-size.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5730603Z [00:04:53.995]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-memchr2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5797832Z [00:04:54.001]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/realloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5866205Z [00:04:54.008]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strsignal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5933472Z [00:04:54.015]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fd-hook.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6000551Z [00:04:54.022]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-human.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6067914Z [00:04:54.028]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/file-type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6136357Z [00:04:54.035]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdio-safer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6204017Z [00:04:54.042]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/inttypes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6272480Z [00:04:54.049]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/gettext.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6340423Z [00:04:54.056]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sched.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6408286Z [00:04:54.062]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fdutimensat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6475988Z [00:04:54.069]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/file-set.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6544602Z [00:04:54.076]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c-strtold.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6612356Z [00:04:54.083]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/renameatu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6680530Z [00:04:54.090]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ialloc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6747924Z [00:04:54.096]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-setlocale_null-unlocked.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6815559Z [00:04:54.103]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/crc-sliceby8.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6883527Z [00:04:54.110]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-tls.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6951428Z [00:04:54.117]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unlinkdir.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7019212Z [00:04:54.124]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/linkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7087333Z [00:04:54.130]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-hard-locale.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7154723Z [00:04:54.137]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7225170Z [00:04:54.144]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbsinit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7294541Z [00:04:54.151]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fseeko.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7362015Z [00:04:54.158]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/vzprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7431604Z [00:04:54.165]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-basename.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7498898Z [00:04:54.171]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uninorm.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7566575Z [00:04:54.178]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strnlen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7634068Z [00:04:54.185]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/nstrftime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7705857Z [00:04:54.192]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/netdb.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7774507Z [00:04:54.199]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isspace.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7842205Z [00:04:54.206]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-strnlen1.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7909039Z [00:04:54.212]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/allocator.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7976625Z [00:04:54.219]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-stripslash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8044027Z [00:04:54.226]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xstrtol.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8112539Z [00:04:54.233]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/obstack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8180272Z [00:04:54.240]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/heap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8247426Z [00:04:54.246]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/idx.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8315332Z [00:04:54.253]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8382374Z [00:04:54.260]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fpending.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8450505Z [00:04:54.267]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdlib.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8517611Z [00:04:54.273]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fpending.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8585107Z [00:04:54.280]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/close.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8652748Z [00:04:54.287]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/careadlinkat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8719997Z [00:04:54.294]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/error.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8786728Z [00:04:54.300]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdio-read.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8853833Z [00:04:54.307]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/crc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8920037Z [00:04:54.314]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dtotimespec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8986895Z [00:04:54.320]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/printf-frexpl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9054528Z [00:04:54.327]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/selinux-at.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9123644Z [00:04:54.334]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mcel.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9191306Z [00:04:54.341]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdio.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9258985Z [00:04:54.347]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-acl-errno-valid.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9327106Z [00:04:54.354]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-binary-io.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9395926Z [00:04:54.361]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/obstack.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9463348Z [00:04:54.368]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbsrtowcs-state.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9531244Z [00:04:54.375]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-gettime-res.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9598549Z [00:04:54.381]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hash-triple.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9665533Z [00:04:54.388]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9732413Z [00:04:54.395]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strerror-override.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9799692Z [00:04:54.402]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xstrtol-error.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9869793Z [00:04:54.409]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getdelim.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9938744Z [00:04:54.415]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isalnum.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0006520Z [00:04:54.422]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stripslash.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0074051Z [00:04:54.429]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/verify.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0140378Z [00:04:54.436]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fchown-stub.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0208053Z [00:04:54.442]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirname.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0274566Z [00:04:54.449]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkancesdirs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0342554Z [00:04:54.456]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbrtowc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0410680Z [00:04:54.463]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mini-mpq.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0478891Z [00:04:54.469]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-se-selinux.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0546689Z [00:04:54.476]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/nproc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0616219Z [00:04:54.483]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdarg.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0683351Z [00:04:54.490]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dtimespec-bound.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0751646Z [00:04:54.497]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-canon-host.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0819199Z [00:04:54.504]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_resource.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0887568Z [00:04:54.510]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-dirname.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0955280Z [00:04:54.517]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbsrtowcs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1023352Z [00:04:54.524]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/safe-read.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1090538Z [00:04:54.531]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/openat-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1157502Z [00:04:54.537]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sig2str.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1226574Z [00:04:54.544]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wcwidth.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1292964Z [00:04:54.551]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xbinary-io.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1360006Z [00:04:54.558]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_random.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1428042Z [00:04:54.564]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-heap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1494983Z [00:04:54.571]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fd-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1562643Z [00:04:54.578]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fstat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1629781Z [00:04:54.585]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fsusage.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1698196Z [00:04:54.591]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memchr2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1765784Z [00:04:54.598]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/frexp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1833227Z [00:04:54.605]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/i-ring.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1901090Z [00:04:54.612]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xasprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1969537Z [00:04:54.619]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2036781Z [00:04:54.625]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fseek.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2105370Z [00:04:54.632]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/time-internal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2174356Z [00:04:54.639]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isprint.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2242383Z [00:04:54.646]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/hard-locale.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2309767Z [00:04:54.653]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/signal.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2378197Z [00:04:54.659]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbsrtowcs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2445965Z [00:04:54.666]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtoul.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2513611Z [00:04:54.673]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/setlocale_null.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2581877Z [00:04:54.680]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbtowc-lock.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2649090Z [00:04:54.686]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xtime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2718754Z [00:04:54.693]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/utime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2787300Z [00:04:54.700]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c-ctype.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2854423Z [00:04:54.707]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_types.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2922258Z [00:04:54.714]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/cl-strtod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2989144Z [00:04:54.720]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/utime.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3056278Z [00:04:54.727]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha256-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3123797Z [00:04:54.734]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-btoc32.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3190692Z [00:04:54.741]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-vasnprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3258142Z [00:04:54.747]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/get-permissions.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3325475Z [00:04:54.754]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ino-map.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3393101Z [00:04:54.761]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-alignalloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3461166Z [00:04:54.768]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3528410Z [00:04:54.774]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pthread-cond.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3594869Z [00:04:54.781]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xalloc-die.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3663689Z [00:04:54.788]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/renameat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3731378Z [00:04:54.795]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-memcmp2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3799283Z [00:04:54.802]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/write-any-file.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3867328Z [00:04:54.808]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-hash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3933814Z [00:04:54.815]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-cl-strtod.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4001929Z [00:04:54.822]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/chownat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4068466Z [00:04:54.828]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-mutex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4135814Z [00:04:54.835]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirname-lgpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4203743Z [00:04:54.842]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mkancesdirs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4270920Z [00:04:54.849]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-vfzprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4339448Z [00:04:54.855]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getaddrinfo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4406159Z [00:04:54.862]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbrtowc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4473140Z [00:04:54.869]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isnand.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4541557Z [00:04:54.876]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/backupfile.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4609340Z [00:04:54.883]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xstrtoimax.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4676073Z [00:04:54.889]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/netdb.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4744273Z [00:04:54.896]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/symlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4812212Z [00:04:54.903]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/buffer-lcm.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:19:05.4882727Z [00:04:54.910]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/skipchars.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4950165Z [00:04:54.917]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strtoumax.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5016646Z [00:04:54.923]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt-ext.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5084111Z [00:04:54.930]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/arg-nonnull.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5151987Z [00:04:54.937]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xgetcwd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5220312Z [00:04:54.944]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/full-write.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5286717Z [00:04:54.950]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/byteswap.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5353710Z [00:04:54.957]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pthread-thread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5421149Z [00:04:54.964]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbswidth.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5488783Z [00:04:54.970]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stamp-h1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5558217Z [00:04:54.977]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-cond.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5625103Z [00:04:54.984]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getdtablesize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5692466Z [00:04:54.991]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/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:19:05.5760620Z [00:04:54.998]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xstrtold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5827632Z [00:04:55.004]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-file-type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5895859Z [00:04:55.011]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt-pfx-core.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5963548Z [00:04:55.018]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6030956Z [00:04:55.025]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/base32.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6098491Z [00:04:55.031]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/vfzprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6167016Z [00:04:55.038]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/cycle-check.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6235195Z [00:04:55.045]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fseterr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6303809Z [00:04:55.052]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-get-permissions.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6372569Z [00:04:55.059]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/regexec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6440664Z [00:04:55.066]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sockets.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6508989Z [00:04:55.072]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fd-hook.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6576531Z [00:04:55.079]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-irix.gperf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6645272Z [00:04:55.086]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/vsnzprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6713199Z [00:04:55.093]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strerror-override.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6780957Z [00:04:55.100]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/timespec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6848840Z [00:04:55.106]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/at-func.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6916874Z [00:04:55.113]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-quotearg.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6984107Z [00:04:55.120]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/write.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7051864Z [00:04:55.127]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/modechange.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7119007Z [00:04:55.133]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-argmatch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7186602Z [00:04:55.140]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isalpha.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7254754Z [00:04:55.147]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fnmatch.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7322470Z [00:04:55.154]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/exclude.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7390677Z [00:04:55.161]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sm3.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7458913Z [00:04:55.167]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/targetdir.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7525595Z [00:04:55.174]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strnumcmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7593769Z [00:04:55.181]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/basename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7662339Z [00:04:55.188]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/lc-charset-dispatch.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7732069Z [00:04:55.195]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/opendirat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7799375Z [00:04:55.202]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isgraph.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7868253Z [00:04:55.208]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-dtoastr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7935478Z [00:04:55.215]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdc_trailing_zeros.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8003161Z [00:04:55.222]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/str_endswith.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8071611Z [00:04:55.229]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-tmpdir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8139852Z [00:04:55.236]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha256.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8207558Z [00:04:55.242]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-savewd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8274944Z [00:04:55.249]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strtold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8344304Z [00:04:55.256]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32ispunct.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8412011Z [00:04:55.263]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/limits.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8480183Z [00:04:55.270]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fd-hook.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8547927Z [00:04:55.276]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/filemode.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8616662Z [00:04:55.283]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-math.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8684373Z [00:04:55.290]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fchdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8752442Z [00:04:55.297]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirent-private.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8821091Z [00:04:55.304]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strintcmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8889022Z [00:04:55.310]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strerror.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8956560Z [00:04:55.317]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strftime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9025693Z [00:04:55.324]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-af_alg.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9093237Z [00:04:55.331]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-aix.gperf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9161296Z [00:04:55.338]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/utimens.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9228563Z [00:04:55.344]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/rpmatch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9296876Z [00:04:55.351]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-endian.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9365136Z [00:04:55.358]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/backup-rename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9433746Z [00:04:55.365]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isnand-nolibm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9502380Z [00:04:55.372]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/uchar.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9569682Z [00:04:55.379]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/full-write.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9636979Z [00:04:55.385]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/regex_internal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9705464Z [00:04:55.392]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-md5.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9773264Z [00:04:55.399]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ialloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9841813Z [00:04:55.406]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32isalnum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9910620Z [00:04:55.413]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fcntl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9978785Z [00:04:55.419]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-exclude.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0046607Z [00:04:55.426]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xfts.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0114573Z [00:04:55.433]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/root-dev-ino.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0183015Z [00:04:55.440]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/qsort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0251559Z [00:04:55.447]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/select.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0319160Z [00:04:55.453]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/filenamecat-lgpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0386345Z [00:04:55.460]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/chdir-long.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0453332Z [00:04:55.467]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-save-cwd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0521551Z [00:04:55.474]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stddef.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0588419Z [00:04:55.480]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-printf-args.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0656003Z [00:04:55.487]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/savewd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0724206Z [00:04:55.494]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32is-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0793676Z [00:04:55.501]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-copy-acl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0862730Z [00:04:55.508]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/se-selinux.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0930790Z [00:04:55.515]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memchr.valgrind' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0998969Z [00:04:55.521]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-isapipe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1066516Z [00:04:55.528]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fileblocks.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1133590Z [00:04:55.535]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pthread_mutex_timedlock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1201798Z [00:04:55.542]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/at-func2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1269725Z [00:04:55.549]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbsrtowcs-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1338090Z [00:04:55.555]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iswblank.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1406709Z [00:04:55.562]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-full-read.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1475456Z [00:04:55.569]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mktime-internal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1542919Z [00:04:55.576]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/localename-unsafe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1610895Z [00:04:55.583]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/same-inode.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1679479Z [00:04:55.590]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fdopen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1747848Z [00:04:55.596]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readtokens0.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1816458Z [00:04:55.603]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wmemchr-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1888161Z [00:04:55.610]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/alloca.c' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:19:06.1956500Z [00:04:55.617]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/parse-datetime.y' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2024544Z [00:04:55.624]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-argv-iter.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2092419Z [00:04:55.631]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xalloc-oversized.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2160140Z [00:04:55.638]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/raise.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2226719Z [00:04:55.644]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dtimespec-bound.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2293481Z [00:04:55.651]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-unistd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2359989Z [00:04:55.658]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strtod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2427714Z [00:04:55.664]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/arpa_inet.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2494485Z [00:04:55.671]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/strnumcmp.h' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
2025-08-20T19:19:06.2561075Z [00:04:55.678]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/quote.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2627629Z [00:04:55.684]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2694537Z [00:04:55.691]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isprint.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2761592Z [00:04:55.698]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32isupper.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2827835Z [00:04:55.704]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-file-set.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2893774Z [00:04:55.711]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mini-mpq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2960912Z [00:04:55.718]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/signbitd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3027829Z [00:04:55.724]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdlib.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3094208Z [00:04:55.731]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fprintftime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3161696Z [00:04:55.738]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/file-type.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3227913Z [00:04:55.744]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/se-selinux.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3293942Z [00:04:55.751]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/inttostr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3360850Z [00:04:55.758]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/areadlink.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3427570Z [00:04:55.764]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/memcasecmp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3495109Z [00:04:55.771]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-ctype.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3561309Z [00:04:55.778]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-full-write.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3627424Z [00:04:55.784]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/readlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3693620Z [00:04:55.791]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/ftruncate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3760476Z [00:04:55.798]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xvasprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3826377Z [00:04:55.804]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-safe-write.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3893196Z [00:04:55.811]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt-core.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3960462Z [00:04:55.818]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/windows-timedmutex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4026964Z [00:04:55.824]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbsrtoc32s-state.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4094070Z [00:04:55.831]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/getopt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4160614Z [00:04:55.838]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbslen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4226882Z [00:04:55.844]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fseterr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4293551Z [00:04:55.851]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/printf-frexp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4360455Z [00:04:55.858]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-userspec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4426751Z [00:04:55.864]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/canonicalize.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4493834Z [00:04:55.871]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/acl-internal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4560766Z [00:04:55.878]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-arpa_inet.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4626848Z [00:04:55.884]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fdopendir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4693410Z [00:04:55.891]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-filevercmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4760850Z [00:04:55.898]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-dup-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4826844Z [00:04:55.904]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/alloca.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4893639Z [00:04:55.911]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha1-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4960827Z [00:04:55.918]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbtowc-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5027456Z [00:04:55.924]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fpurge.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5095958Z [00:04:55.931]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/posixtm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5162600Z [00:04:55.938]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/closedir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5229494Z [00:04:55.945]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/selinux-at.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5295386Z [00:04:55.951]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-se-label.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5361406Z [00:04:55.958]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-xstrtoul.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5428824Z [00:04:55.964]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mbslen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5495912Z [00:04:55.971]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/acl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5565344Z [00:04:55.978]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-printf-frexpl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5633508Z [00:04:55.985]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-freopen-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5701097Z [00:04:55.992]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/printf-parse.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5769566Z [00:04:55.999]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c-ctype.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5836302Z [00:04:56.005]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/yesno.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5906076Z [00:04:56.012]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-settime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5974131Z [00:04:56.019]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/freadseek.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6041766Z [00:04:56.026]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xalloc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6109474Z [00:04:56.033]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-mbscasecmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6177778Z [00:04:56.039]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicodeio.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6247502Z [00:04:56.046]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32tolower.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6314841Z [00:04:56.053]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wchar.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6382284Z [00:04:56.060]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/arpa/inet.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6451061Z [00:04:56.067]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/faccessat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6518417Z [00:04:56.073]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-aszprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6585625Z [00:04:56.080]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/rand-isaac.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6653593Z [00:04:56.087]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/opendirat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6722106Z [00:04:56.094]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/locale.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6789456Z [00:04:56.101]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xvasprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6856800Z [00:04:56.107]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fclose.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6924181Z [00:04:56.114]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-filemode.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6991420Z [00:04:56.121]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/time.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7059467Z [00:04:56.128]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32islower.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7128045Z [00:04:56.134]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sha256-stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7196015Z [00:04:56.141]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/rand-isaac.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7263435Z [00:04:56.148]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/msvc-inval.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7331711Z [00:04:56.155]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-posixtm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7398655Z [00:04:56.161]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/set-permissions.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7465855Z [00:04:56.168]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isapipe.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7533658Z [00:04:56.175]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-hpux.gperf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7601547Z [00:04:56.182]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/fd-reopen.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7668980Z [00:04:56.188]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-i-ring.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7738193Z [00:04:56.195]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/areadlinkat-with-size.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7808022Z [00:04:56.202]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-sha1-stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7875551Z [00:04:56.209]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/malloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7943067Z [00:04:56.216]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-openat-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8010999Z [00:04:56.223]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unictype.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8078199Z [00:04:56.229]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dup-safer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8145767Z [00:04:56.236]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/stdio-write.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8213749Z [00:04:56.243]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xalloc-die.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8280357Z [00:04:56.250]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/boot-time-aux.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8347651Z [00:04:56.256]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unitypes.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8413518Z [00:04:56.263]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/dirname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8480827Z [00:04:56.270]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/posix_memalign.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8548453Z [00:04:56.276]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-pipe-safer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8615425Z [00:04:56.283]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-nstrftime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8682802Z [00:04:56.290]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/copy-file-range.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8750444Z [00:04:56.297]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/modechange.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8818261Z [00:04:56.303]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/mkstemp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8885062Z [00:04:56.310]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/tzset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8952823Z [00:04:56.317]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-stat-time.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9019607Z [00:04:56.324]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/asnprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9086932Z [00:04:56.330]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/pipe2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9155604Z [00:04:56.337]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9222018Z [00:04:56.344]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase/tolower.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9289328Z [00:04:56.350]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase/tolower.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9357408Z [00:04:56.357]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase/.deps/.dirstamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9423552Z [00:04:56.364]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase/.deps/libcoreutils_a-tolower.Po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9491123Z [00:04:56.371]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase/simple-mapping.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9557983Z [00:04:56.377]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unicase/libcoreutils_a-tolower.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9624548Z [00:04:56.384]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/isblank.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9691386Z [00:04:56.391]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-same-inode.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9759043Z [00:04:56.397]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sha1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9826044Z [00:04:56.404]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/canon-host.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9894480Z [00:04:56.411]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/progname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9962822Z [00:04:56.418]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/userspec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0032047Z [00:04:56.425]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/openat-die.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0099654Z [00:04:56.432]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-c32islower.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0167885Z [00:04:56.438]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/iconv_open-solaris.gperf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0235289Z [00:04:56.445]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/frexpl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0301522Z [00:04:56.452]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/xgethostname.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0367888Z [00:04:56.458]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/wcrtomb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0434517Z [00:04:56.465]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0503374Z [00:04:56.472]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/sys_ioctl.in.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0570911Z [00:04:56.479]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/c32to-impl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0637730Z [00:04:56.485]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/crc-x86_64-pclmul.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0704405Z [00:04:56.492]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/idcache.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0771876Z [00:04:56.499]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/unsetenv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0839013Z [00:04:56.505]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/lib/libcoreutils_a-fd-safer-flag.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0906185Z [00:04:56.512]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/INSTALL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0972737Z [00:04:56.519]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/README' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1040059Z [00:04:56.526]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.v1mYRSoJdQ/coreutils-9.7/bootstrap' retained as 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1108764Z [00:04:56.532]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-898815.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1176085Z [00:04:56.539]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-ee1c51.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1243356Z [00:04:56.546]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1312387Z [00:04:56.553]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1379905Z [00:04:56.560]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1446518Z [00:04:56.566]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1513478Z [00:04:56.573]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/coreutils.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1581147Z [00:04:56.580]➜  mode of '/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/coreutils.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.2032582Z [00:04:56.625]➜  realpath: missing operand
2025-08-20T19:19:07.2033167Z [00:04:56.625]➜  Try 'realpath --help' for more information.
2025-08-20T19:19:07.2130549Z [00:04:56.635]➜  
2025-08-20T19:19:07.2131316Z [00:04:56.635]➜  [+] Found LICENSE ==> [/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T19:19:07.2132086Z [00:04:56.635]➜  
2025-08-20T19:19:07.2132451Z [00:04:56.635]➜  
2025-08-20T19:19:07.2141693Z [00:04:56.636]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-20T19:19:07.2142661Z [00:04:56.636]➜                         Version 3, 29 June 2007
2025-08-20T19:19:07.2143469Z [00:04:56.636]➜  
2025-08-20T19:19:07.2144275Z [00:04:56.636]➜   Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
2025-08-20T19:19:07.2145324Z [00:04:56.636]➜   Everyone is permitted to copy and distribute verbatim copies
2025-08-20T19:19:07.2146785Z [00:04:56.636]➜   of this license document, but changing it is not allowed.
2025-08-20T19:19:07.2148287Z [00:04:56.636]➜  
2025-08-20T19:19:07.2148783Z [00:04:56.636]➜                              Preamble
2025-08-20T19:19:07.2149283Z [00:04:56.636]➜  
2025-08-20T19:19:07.2149976Z [00:04:56.636]➜    The GNU General Public License is a free, copyleft license for
2025-08-20T19:19:07.2150928Z [00:04:56.636]➜  software and other kinds of works.
2025-08-20T19:19:07.2151476Z [00:04:56.636]➜  
2025-08-20T19:19:07.2152149Z [00:04:56.636]➜    The licenses for most software and other practical works are designed
2025-08-20T19:19:07.2153124Z [00:04:56.636]➜  to take away your freedom to share and change the works.  By contrast,
2025-08-20T19:19:07.2154105Z [00:04:56.636]➜  the GNU General Public License is intended to guarantee your freedom to
2025-08-20T19:19:07.2155134Z [00:04:56.636]➜  share and change all versions of a program--to make sure it remains free
2025-08-20T19:19:07.2156161Z [00:04:56.636]➜  software for all its users.  We, the Free Software Foundation, use the
2025-08-20T19:19:07.2157359Z [00:04:56.636]➜  GNU General Public License for most of our software; it applies also to
2025-08-20T19:19:07.2158386Z [00:04:56.636]➜  any other work released this way by its authors.  You can apply it to
2025-08-20T19:19:07.2159095Z [00:04:56.636]➜  your programs, too.
2025-08-20T19:19:07.2159557Z [00:04:56.636]➜  
2025-08-20T19:19:07.2160175Z [00:04:56.636]➜    When we speak of free software, we are referring to freedom, not
2025-08-20T19:19:07.2161097Z [00:04:56.636]➜  price.  Our General Public Licenses are designed to make sure that you
2025-08-20T19:19:07.2162018Z [00:04:56.636]➜  have the freedom to distribute copies of free software (and charge for
2025-08-20T19:19:07.2162937Z [00:04:56.636]➜  them if you wish), that you receive source code or can get it if you
2025-08-20T19:19:07.2164187Z [00:04:56.636]➜  want it, that you can change the software or use pieces of it in new
2025-08-20T19:19:07.2165222Z [00:04:56.636]➜  free programs, and that you know you can do these things.
2025-08-20T19:19:07.2165840Z [00:04:56.636]➜  
2025-08-20T19:19:07.2166447Z [00:04:56.636]➜    To protect your rights, we need to prevent others from denying you
2025-08-20T19:19:07.2167513Z [00:04:56.636]➜  these rights or asking you to surrender the rights.  Therefore, you have
2025-08-20T19:19:07.2168557Z [00:04:56.636]➜  certain responsibilities if you distribute copies of the software, or if
2025-08-20T19:19:07.2169562Z [00:04:56.636]➜  you modify it: responsibilities to respect the freedom of others.
2025-08-20T19:19:07.2170184Z [00:04:56.636]➜  
2025-08-20T19:19:07.2170778Z [00:04:56.636]➜    For example, if you distribute copies of such a program, whether
2025-08-20T19:19:07.2171621Z [00:04:56.636]➜  gratis or for a fee, you must pass on to the recipients the same
2025-08-20T19:19:07.2172565Z [00:04:56.636]➜  freedoms that you received.  You must make sure that they, too, receive
2025-08-20T19:19:07.2173481Z [00:04:56.636]➜  or can get the source code.  And you must show them these terms so they
2025-08-20T19:19:07.2174268Z [00:04:56.636]➜  know their rights.
2025-08-20T19:19:07.2174711Z [00:04:56.636]➜  
2025-08-20T19:19:07.2175357Z [00:04:56.636]➜    Developers that use the GNU GPL protect your rights with two steps:
2025-08-20T19:19:07.2176260Z [00:04:56.636]➜  (1) assert copyright on the software, and (2) offer you this License
2025-08-20T19:19:07.2177361Z [00:04:56.636]➜  giving you legal permission to copy, distribute and/or modify it.
2025-08-20T19:19:07.2178018Z [00:04:56.636]➜  
2025-08-20T19:19:07.2178676Z [00:04:56.636]➜    For the developers' and authors' protection, the GPL clearly explains
2025-08-20T19:19:07.2179625Z [00:04:56.636]➜  that there is no warranty for this free software.  For both users' and
2025-08-20T19:19:07.2180547Z [00:04:56.636]➜  authors' sake, the GPL requires that modified versions be marked as
2025-08-20T19:19:07.2181490Z [00:04:56.636]➜  changed, so that their problems will not be attributed erroneously to
2025-08-20T19:19:07.2182339Z [00:04:56.636]➜  authors of previous versions.
2025-08-20T19:19:07.2182827Z [00:04:56.636]➜  
2025-08-20T19:19:07.2183419Z [00:04:56.636]➜    Some devices are designed to deny users access to install or run
2025-08-20T19:19:07.2184395Z [00:04:56.636]➜  modified versions of the software inside them, although the manufacturer
2025-08-20T19:19:07.2185406Z [00:04:56.636]➜  can do so.  This is fundamentally incompatible with the aim of
2025-08-20T19:19:07.2186261Z [00:04:56.636]➜  protecting users' freedom to change the software.  The systematic
2025-08-20T19:19:07.2187329Z [00:04:56.636]➜  pattern of such abuse occurs in the area of products for individuals to
2025-08-20T19:19:07.2188337Z [00:04:56.636]➜  use, which is precisely where it is most unacceptable.  Therefore, we
2025-08-20T19:19:07.2189300Z [00:04:56.636]➜  have designed this version of the GPL to prohibit the practice for those
2025-08-20T19:19:07.2190256Z [00:04:56.636]➜  products.  If such problems arise substantially in other domains, we
2025-08-20T19:19:07.2191217Z [00:04:56.636]➜  stand ready to extend this provision to those domains in future versions
2025-08-20T19:19:07.2192101Z [00:04:56.636]➜  of the GPL, as needed to protect the freedom of users.
2025-08-20T19:19:07.2192672Z [00:04:56.636]➜  
2025-08-20T19:19:07.2193333Z [00:04:56.636]➜    Finally, every program is threatened constantly by software patents.
2025-08-20T19:19:07.2194287Z [00:04:56.636]➜  States should not allow patents to restrict development and use of
2025-08-20T19:19:07.2195248Z [00:04:56.636]➜  software on general-purpose computers, but in those that do, we wish to
2025-08-20T19:19:07.2196217Z [00:04:56.636]➜  avoid the special danger that patents applied to a free program could
2025-08-20T19:19:07.2197679Z [00:04:56.636]➜  make it effectively proprietary.  To prevent this, the GPL assures that
2025-08-20T19:19:07.2198745Z [00:04:56.636]➜  patents cannot be used to render the program non-free.
2025-08-20T19:19:07.2199354Z [00:04:56.636]➜  
2025-08-20T19:19:07.2200001Z [00:04:56.636]➜    The precise terms and conditions for copying, distribution and
2025-08-20T19:19:07.2200691Z [00:04:56.636]➜  modification follow.
2025-08-20T19:19:07.2201136Z [00:04:56.636]➜  
2025-08-20T19:19:07.2201609Z [00:04:56.636]➜                         TERMS AND CONDITIONS
2025-08-20T19:19:07.2202122Z [00:04:56.636]➜  
2025-08-20T19:19:07.2202523Z [00:04:56.636]➜    0. Definitions.
2025-08-20T19:19:07.2202960Z [00:04:56.636]➜  
2025-08-20T19:19:07.2203602Z [00:04:56.636]➜    "This License" refers to version 3 of the GNU General Public License.
2025-08-20T19:19:07.2204256Z [00:04:56.636]➜  
2025-08-20T19:19:07.2204923Z [00:04:56.636]➜    "Copyright" also means copyright-like laws that apply to other kinds of
2025-08-20T19:19:07.2205721Z [00:04:56.636]➜  works, such as semiconductor masks.
2025-08-20T19:19:07.2206231Z [00:04:56.636]➜  
2025-08-20T19:19:07.2206857Z [00:04:56.636]➜    "The Program" refers to any copyrightable work licensed under this
2025-08-20T19:19:07.2207948Z [00:04:56.636]➜  License.  Each licensee is addressed as "you".  "Licensees" and
2025-08-20T19:19:07.2208887Z [00:04:56.636]➜  "recipients" may be individuals or organizations.
2025-08-20T19:19:07.2209453Z [00:04:56.636]➜  
2025-08-20T19:19:07.2210107Z [00:04:56.636]➜    To "modify" a work means to copy from or adapt all or part of the work
2025-08-20T19:19:07.2210989Z [00:04:56.636]➜  in a fashion requiring copyright permission, other than the making of an
2025-08-20T19:19:07.2211559Z [00:04:56.636]➜  exact copy.  The resulting work is called a "modified version" of the
2025-08-20T19:19:07.2212032Z [00:04:56.636]➜  earlier work or a work "based on" the earlier work.
2025-08-20T19:19:07.2212354Z [00:04:56.636]➜  
2025-08-20T19:19:07.2212709Z [00:04:56.636]➜    A "covered work" means either the unmodified Program or a work based
2025-08-20T19:19:07.2213090Z [00:04:56.636]➜  on the Program.
2025-08-20T19:19:07.2213333Z [00:04:56.636]➜  
2025-08-20T19:19:07.2213774Z [00:04:56.636]➜    To "propagate" a work means to do anything with it that, without
2025-08-20T19:19:07.2214290Z [00:04:56.636]➜  permission, would make you directly or secondarily liable for
2025-08-20T19:19:07.2214800Z [00:04:56.636]➜  infringement under applicable copyright law, except executing it on a
2025-08-20T19:19:07.2215333Z [00:04:56.636]➜  computer or modifying a private copy.  Propagation includes copying,
2025-08-20T19:19:07.2215918Z [00:04:56.636]➜  distribution (with or without modification), making available to the
2025-08-20T19:19:07.2216393Z [00:04:56.636]➜  public, and in some countries other activities as well.
2025-08-20T19:19:07.2216719Z [00:04:56.636]➜  
2025-08-20T19:19:07.2217053Z [00:04:56.636]➜    To "convey" a work means any kind of propagation that enables other
2025-08-20T19:19:07.2217813Z [00:04:56.636]➜  parties to make or receive copies.  Mere interaction with a user through
2025-08-20T19:19:07.2218335Z [00:04:56.636]➜  a computer network, with no transfer of a copy, is not conveying.
2025-08-20T19:19:07.2218695Z [00:04:56.636]➜  
2025-08-20T19:19:07.2219042Z [00:04:56.636]➜    An interactive user interface displays "Appropriate Legal Notices"
2025-08-20T19:19:07.2219550Z [00:04:56.636]➜  to the extent that it includes a convenient and prominently visible
2025-08-20T19:19:07.2220055Z [00:04:56.636]➜  feature that (1) displays an appropriate copyright notice, and (2)
2025-08-20T19:19:07.2220555Z [00:04:56.636]➜  tells the user that there is no warranty for the work (except to the
2025-08-20T19:19:07.2221057Z [00:04:56.636]➜  extent that warranties are provided), that licensees may convey the
2025-08-20T19:19:07.2221555Z [00:04:56.636]➜  work under this License, and how to view a copy of this License.  If
2025-08-20T19:19:07.2222054Z [00:04:56.636]➜  the interface presents a list of user commands or options, such as a
2025-08-20T19:19:07.2222528Z [00:04:56.637]➜  menu, a prominent item in the list meets this criterion.
2025-08-20T19:19:07.2222947Z [00:04:56.637]➜  
2025-08-20T19:19:07.2223170Z [00:04:56.637]➜    1. Source Code.
2025-08-20T19:19:07.2223411Z [00:04:56.637]➜  
2025-08-20T19:19:07.2223744Z [00:04:56.637]➜    The "source code" for a work means the preferred form of the work
2025-08-20T19:19:07.2224238Z [00:04:56.637]➜  for making modifications to it.  "Object code" means any non-source
2025-08-20T19:19:07.2224613Z [00:04:56.637]➜  form of a work.
2025-08-20T19:19:07.2224846Z [00:04:56.637]➜  
2025-08-20T19:19:07.2225196Z [00:04:56.637]➜    A "Standard Interface" means an interface that either is an official
2025-08-20T19:19:07.2225703Z [00:04:56.637]➜  standard defined by a recognized standards body, or, in the case of
2025-08-20T19:19:07.2226213Z [00:04:56.637]➜  interfaces specified for a particular programming language, one that
2025-08-20T19:19:07.2226694Z [00:04:56.637]➜  is widely used among developers working in that language.
2025-08-20T19:19:07.2227015Z [00:04:56.637]➜  
2025-08-20T19:19:07.2227555Z [00:04:56.637]➜    The "System Libraries" of an executable work include anything, other
2025-08-20T19:19:07.2228054Z [00:04:56.637]➜  than the work as a whole, that (a) is included in the normal form of
2025-08-20T19:19:07.2228658Z [00:04:56.637]➜  packaging a Major Component, but which is not part of that Major
2025-08-20T19:19:07.2229151Z [00:04:56.637]➜  Component, and (b) serves only to enable use of the work with that
2025-08-20T19:19:07.2229644Z [00:04:56.637]➜  Major Component, or to implement a Standard Interface for which an
2025-08-20T19:19:07.2230147Z [00:04:56.637]➜  implementation is available to the public in source code form.  A
2025-08-20T19:19:07.2230657Z [00:04:56.637]➜  "Major Component", in this context, means a major essential component
2025-08-20T19:19:07.2231153Z [00:04:56.637]➜  (kernel, window system, and so on) of the specific operating system
2025-08-20T19:19:07.2231624Z [00:04:56.637]➜  (if any) on which the executable work runs, or a compiler used to
2025-08-20T19:19:07.2232097Z [00:04:56.637]➜  produce the work, or an object code interpreter used to run it.
2025-08-20T19:19:07.2232506Z [00:04:56.637]➜  
2025-08-20T19:19:07.2232860Z [00:04:56.637]➜    The "Corresponding Source" for a work in object code form means all
2025-08-20T19:19:07.2233362Z [00:04:56.637]➜  the source code needed to generate, install, and (for an executable
2025-08-20T19:19:07.2233862Z [00:04:56.637]➜  work) run the object code and to modify the work, including scripts to
2025-08-20T19:19:07.2234425Z [00:04:56.637]➜  control those activities.  However, it does not include the work's
2025-08-20T19:19:07.2234949Z [00:04:56.637]➜  System Libraries, or general-purpose tools or generally available free
2025-08-20T19:19:07.2235475Z [00:04:56.637]➜  programs which are used unmodified in performing those activities but
2025-08-20T19:19:07.2235975Z [00:04:56.637]➜  which are not part of the work.  For example, Corresponding Source
2025-08-20T19:19:07.2236484Z [00:04:56.637]➜  includes interface definition files associated with source files for
2025-08-20T19:19:07.2236989Z [00:04:56.637]➜  the work, and the source code for shared libraries and dynamically
2025-08-20T19:19:07.2237675Z [00:04:56.637]➜  linked subprograms that the work is specifically designed to require,
2025-08-20T19:19:07.2238180Z [00:04:56.637]➜  such as by intimate data communication or control flow between those
2025-08-20T19:19:07.2238600Z [00:04:56.637]➜  subprograms and other parts of the work.
2025-08-20T19:19:07.2238888Z [00:04:56.637]➜  
2025-08-20T19:19:07.2239226Z [00:04:56.637]➜    The Corresponding Source need not include anything that users
2025-08-20T19:19:07.2239718Z [00:04:56.637]➜  can regenerate automatically from other parts of the Corresponding
2025-08-20T19:19:07.2240091Z [00:04:56.637]➜  Source.
2025-08-20T19:19:07.2240308Z [00:04:56.637]➜  
2025-08-20T19:19:07.2240645Z [00:04:56.637]➜    The Corresponding Source for a work in source code form is that
2025-08-20T19:19:07.2241023Z [00:04:56.637]➜  same work.
2025-08-20T19:19:07.2241372Z [00:04:56.637]➜  
2025-08-20T19:19:07.2241607Z [00:04:56.637]➜    2. Basic Permissions.
2025-08-20T19:19:07.2241870Z [00:04:56.637]➜  
2025-08-20T19:19:07.2242206Z [00:04:56.637]➜    All rights granted under this License are granted for the term of
2025-08-20T19:19:07.2242705Z [00:04:56.637]➜  copyright on the Program, and are irrevocable provided the stated
2025-08-20T19:19:07.2243204Z [00:04:56.637]➜  conditions are met.  This License explicitly affirms your unlimited
2025-08-20T19:19:07.2243715Z [00:04:56.637]➜  permission to run the unmodified Program.  The output from running a
2025-08-20T19:19:07.2244213Z [00:04:56.637]➜  covered work is covered by this License only if the output, given its
2025-08-20T19:19:07.2244721Z [00:04:56.637]➜  content, constitutes a covered work.  This License acknowledges your
2025-08-20T19:19:07.2245226Z [00:04:56.637]➜  rights of fair use or other equivalent, as provided by copyright law.
2025-08-20T19:19:07.2245578Z [00:04:56.637]➜  
2025-08-20T19:19:07.2245901Z [00:04:56.637]➜    You may make, run and propagate covered works that you do not
2025-08-20T19:19:07.2246559Z [00:04:56.637]➜  convey, without conditions so long as your license otherwise remains
2025-08-20T19:19:07.2247396Z [00:04:56.637]➜  in force.  You may convey covered works to others for the sole purpose
2025-08-20T19:19:07.2247920Z [00:04:56.637]➜  of having them make modifications exclusively for you, or provide you
2025-08-20T19:19:07.2248441Z [00:04:56.637]➜  with facilities for running those works, provided that you comply with
2025-08-20T19:19:07.2248953Z [00:04:56.637]➜  the terms of this License in conveying all material for which you do
2025-08-20T19:19:07.2249462Z [00:04:56.637]➜  not control copyright.  Those thus making or running the covered works
2025-08-20T19:19:07.2249961Z [00:04:56.637]➜  for you must do so exclusively on your behalf, under your direction
2025-08-20T19:19:07.2250447Z [00:04:56.637]➜  and control, on terms that prohibit them from making any copies of
2025-08-20T19:19:07.2250943Z [00:04:56.637]➜  your copyrighted material outside their relationship with you.
2025-08-20T19:19:07.2251374Z [00:04:56.637]➜  
2025-08-20T19:19:07.2251724Z [00:04:56.637]➜    Conveying under any other circumstances is permitted solely under
2025-08-20T19:19:07.2252240Z [00:04:56.637]➜  the conditions stated below.  Sublicensing is not allowed; section 10
2025-08-20T19:19:07.2252633Z [00:04:56.637]➜  makes it unnecessary.
2025-08-20T19:19:07.2252885Z [00:04:56.637]➜  
2025-08-20T19:19:07.2253282Z [00:04:56.637]➜    3. Protecting Users' Legal Rights From Anti-Circumvention Law.
2025-08-20T19:19:07.2253630Z [00:04:56.637]➜  
2025-08-20T19:19:07.2253962Z [00:04:56.637]➜    No covered work shall be deemed part of an effective technological
2025-08-20T19:19:07.2254466Z [00:04:56.637]➜  measure under any applicable law fulfilling obligations under article
2025-08-20T19:19:07.2254957Z [00:04:56.637]➜  11 of the WIPO copyright treaty adopted on 20 December 1996, or
2025-08-20T19:19:07.2255429Z [00:04:56.637]➜  similar laws prohibiting or restricting circumvention of such
2025-08-20T19:19:07.2255786Z [00:04:56.637]➜  measures.
2025-08-20T19:19:07.2256011Z [00:04:56.637]➜  
2025-08-20T19:19:07.2256355Z [00:04:56.637]➜    When you convey a covered work, you waive any legal power to forbid
2025-08-20T19:19:07.2256881Z [00:04:56.637]➜  circumvention of technological measures to the extent such circumvention
2025-08-20T19:19:07.2257643Z [00:04:56.637]➜  is effected by exercising rights under this License with respect to
2025-08-20T19:19:07.2258179Z [00:04:56.637]➜  the covered work, and you disclaim any intention to limit operation or
2025-08-20T19:19:07.2258691Z [00:04:56.637]➜  modification of the work as a means of enforcing, against the work's
2025-08-20T19:19:07.2259196Z [00:04:56.637]➜  users, your or third parties' legal rights to forbid circumvention of
2025-08-20T19:19:07.2259586Z [00:04:56.637]➜  technological measures.
2025-08-20T19:19:07.2259844Z [00:04:56.637]➜  
2025-08-20T19:19:07.2260180Z [00:04:56.637]➜    4. Conveying Verbatim Copies.
2025-08-20T19:19:07.2260455Z [00:04:56.637]➜  
2025-08-20T19:19:07.2260798Z [00:04:56.637]➜    You may convey verbatim copies of the Program's source code as you
2025-08-20T19:19:07.2261344Z [00:04:56.637]➜  receive it, in any medium, provided that you conspicuously and
2025-08-20T19:19:07.2261849Z [00:04:56.637]➜  appropriately publish on each copy an appropriate copyright notice;
2025-08-20T19:19:07.2262334Z [00:04:56.637]➜  keep intact all notices stating that this License and any
2025-08-20T19:19:07.2262833Z [00:04:56.637]➜  non-permissive terms added in accord with section 7 apply to the code;
2025-08-20T19:19:07.2263345Z [00:04:56.637]➜  keep intact all notices of the absence of any warranty; and give all
2025-08-20T19:19:07.2263817Z [00:04:56.637]➜  recipients a copy of this License along with the Program.
2025-08-20T19:19:07.2264157Z [00:04:56.637]➜  
2025-08-20T19:19:07.2264498Z [00:04:56.637]➜    You may charge any price or no price for each copy that you convey,
2025-08-20T19:19:07.2264978Z [00:04:56.637]➜  and you may offer support or warranty protection for a fee.
2025-08-20T19:19:07.2265313Z [00:04:56.637]➜  
2025-08-20T19:19:07.2265581Z [00:04:56.637]➜    5. Conveying Modified Source Versions.
2025-08-20T19:19:07.2265867Z [00:04:56.637]➜  
2025-08-20T19:19:07.2266203Z [00:04:56.637]➜    You may convey a work based on the Program, or the modifications to
2025-08-20T19:19:07.2266693Z [00:04:56.637]➜  produce it from the Program, in the form of source code under the
2025-08-20T19:19:07.2267380Z [00:04:56.637]➜  terms of section 4, provided that you also meet all of these conditions:
2025-08-20T19:19:07.2267756Z [00:04:56.637]➜  
2025-08-20T19:19:07.2268087Z [00:04:56.637]➜      a) The work must carry prominent notices stating that you modified
2025-08-20T19:19:07.2268489Z [00:04:56.637]➜      it, and giving a relevant date.
2025-08-20T19:19:07.2268757Z [00:04:56.637]➜  
2025-08-20T19:19:07.2269066Z [00:04:56.637]➜      b) The work must carry prominent notices stating that it is
2025-08-20T19:19:07.2269627Z [00:04:56.637]➜      released under this License and any conditions added under section
2025-08-20T19:19:07.2270115Z [00:04:56.637]➜      7.  This requirement modifies the requirement in section 4 to
2025-08-20T19:19:07.2270504Z [00:04:56.637]➜      "keep intact all notices".
2025-08-20T19:19:07.2270770Z [00:04:56.637]➜  
2025-08-20T19:19:07.2271078Z [00:04:56.637]➜      c) You must license the entire work, as a whole, under this
2025-08-20T19:19:07.2271594Z [00:04:56.637]➜      License to anyone who comes into possession of a copy.  This
2025-08-20T19:19:07.2272083Z [00:04:56.637]➜      License will therefore apply, along with any applicable section 7
2025-08-20T19:19:07.2272574Z [00:04:56.637]➜      additional terms, to the whole of the work, and all its parts,
2025-08-20T19:19:07.2273041Z [00:04:56.637]➜      regardless of how they are packaged.  This License gives no
2025-08-20T19:19:07.2273509Z [00:04:56.637]➜      permission to license the work in any other way, but it does not
2025-08-20T19:19:07.2274005Z [00:04:56.637]➜      invalidate such permission if you have separately received it.
2025-08-20T19:19:07.2274350Z [00:04:56.637]➜  
2025-08-20T19:19:07.2274681Z [00:04:56.637]➜      d) If the work has interactive user interfaces, each must display
2025-08-20T19:19:07.2275175Z [00:04:56.637]➜      Appropriate Legal Notices; however, if the Program has interactive
2025-08-20T19:19:07.2275672Z [00:04:56.637]➜      interfaces that do not display Appropriate Legal Notices, your
2025-08-20T19:19:07.2276072Z [00:04:56.637]➜      work need not make them do so.
2025-08-20T19:19:07.2276341Z [00:04:56.637]➜  
2025-08-20T19:19:07.2276677Z [00:04:56.637]➜    A compilation of a covered work with other separate and independent
2025-08-20T19:19:07.2277334Z [00:04:56.637]➜  works, which are not by their nature extensions of the covered work,
2025-08-20T19:19:07.2277838Z [00:04:56.637]➜  and which are not combined with it such as to form a larger program,
2025-08-20T19:19:07.2278400Z [00:04:56.637]➜  in or on a volume of a storage or distribution medium, is called an
2025-08-20T19:19:07.2289903Z [00:04:56.637]➜  "aggregate" if the compilation and its resulting copyright are not
2025-08-20T19:19:07.2290799Z [00:04:56.637]➜  used to limit the access or legal rights of the compilation's users
2025-08-20T19:19:07.2291350Z [00:04:56.637]➜  beyond what the individual works permit.  Inclusion of a covered work
2025-08-20T19:19:07.2291871Z [00:04:56.637]➜  in an aggregate does not cause this License to apply to the other
2025-08-20T19:19:07.2292274Z [00:04:56.637]➜  parts of the aggregate.
2025-08-20T19:19:07.2292554Z [00:04:56.637]➜  
2025-08-20T19:19:07.2292819Z [00:04:56.637]➜    6. Conveying Non-Source Forms.
2025-08-20T19:19:07.2293102Z [00:04:56.637]➜  
2025-08-20T19:19:07.2293451Z [00:04:56.637]➜    You may convey a covered work in object code form under the terms
2025-08-20T19:19:07.2293918Z [00:04:56.637]➜  of sections 4 and 5, provided that you also convey the
2025-08-20T19:19:07.2294441Z [00:04:56.637]➜  machine-readable Corresponding Source under the terms of this License,
2025-08-20T19:19:07.2294893Z [00:04:56.637]➜  in one of these ways:
2025-08-20T19:19:07.2295167Z [00:04:56.637]➜  
2025-08-20T19:19:07.2295517Z [00:04:56.637]➜      a) Convey the object code in, or embodied in, a physical product
2025-08-20T19:19:07.2296024Z [00:04:56.637]➜      (including a physical distribution medium), accompanied by the
2025-08-20T19:19:07.2296513Z [00:04:56.637]➜      Corresponding Source fixed on a durable physical medium
2025-08-20T19:19:07.2296949Z [00:04:56.637]➜      customarily used for software interchange.
2025-08-20T19:19:07.2297559Z [00:04:56.637]➜  
2025-08-20T19:19:07.2298210Z [00:04:56.637]➜      b) Convey the object code in, or embodied in, a physical product
2025-08-20T19:19:07.2299051Z [00:04:56.637]➜      (including a physical distribution medium), accompanied by a
2025-08-20T19:19:07.2299559Z [00:04:56.637]➜      written offer, valid for at least three years and valid for as
2025-08-20T19:19:07.2300064Z [00:04:56.637]➜      long as you offer spare parts or customer support for that product
2025-08-20T19:19:07.2300670Z [00:04:56.637]➜      model, to give anyone who possesses the object code either (1) a
2025-08-20T19:19:07.2301161Z [00:04:56.637]➜      copy of the Corresponding Source for all the software in the
2025-08-20T19:19:07.2301676Z [00:04:56.637]➜      product that is covered by this License, on a durable physical
2025-08-20T19:19:07.2302254Z [00:04:56.637]➜      medium customarily used for software interchange, for a price no
2025-08-20T19:19:07.2302764Z [00:04:56.637]➜      more than your reasonable cost of physically performing this
2025-08-20T19:19:07.2303208Z [00:04:56.637]➜      conveying of source, or (2) access to copy the
2025-08-20T19:19:07.2303646Z [00:04:56.637]➜      Corresponding Source from a network server at no charge.
2025-08-20T19:19:07.2303990Z [00:04:56.637]➜  
2025-08-20T19:19:07.2304349Z [00:04:56.637]➜      c) Convey individual copies of the object code with a copy of the
2025-08-20T19:19:07.2304844Z [00:04:56.637]➜      written offer to provide the Corresponding Source.  This
2025-08-20T19:19:07.2305339Z [00:04:56.637]➜      alternative is allowed only occasionally and noncommercially, and
2025-08-20T19:19:07.2305850Z [00:04:56.637]➜      only if you received the object code with such an offer, in accord
2025-08-20T19:19:07.2306241Z [00:04:56.637]➜      with subsection 6b.
2025-08-20T19:19:07.2306506Z [00:04:56.637]➜  
2025-08-20T19:19:07.2306849Z [00:04:56.637]➜      d) Convey the object code by offering access from a designated
2025-08-20T19:19:07.2307615Z [00:04:56.637]➜      place (gratis or for a charge), and offer equivalent access to the
2025-08-20T19:19:07.2308155Z [00:04:56.637]➜      Corresponding Source in the same way through the same place at no
2025-08-20T19:19:07.2308714Z [00:04:56.637]➜      further charge.  You need not require recipients to copy the
2025-08-20T19:19:07.2309358Z [00:04:56.637]➜      Corresponding Source along with the object code.  If the place to
2025-08-20T19:19:07.2314766Z [00:04:56.637]➜      copy the object code is a network server, the Corresponding Source
2025-08-20T19:19:07.2315656Z [00:04:56.637]➜      may be on a different server (operated by you or a third party)
2025-08-20T19:19:07.2316736Z [00:04:56.637]➜      that supports equivalent copying facilities, provided you maintain
2025-08-20T19:19:07.2318174Z [00:04:56.637]➜      clear directions next to the object code saying where to find the
2025-08-20T19:19:07.2319093Z [00:04:56.638]➜      Corresponding Source.  Regardless of what server hosts the
2025-08-20T19:19:07.2319975Z [00:04:56.638]➜      Corresponding Source, you remain obligated to ensure that it is
2025-08-20T19:19:07.2341491Z [00:04:56.638]➜      available for as long as needed to satisfy these requirements.
2025-08-20T19:19:07.2341894Z [00:04:56.638]➜  
2025-08-20T19:19:07.2342278Z [00:04:56.638]➜      e) Convey the object code using peer-to-peer transmission, provided
2025-08-20T19:19:07.2342809Z [00:04:56.638]➜      you inform other peers where the object code and Corresponding
2025-08-20T19:19:07.2343302Z [00:04:56.638]➜      Source of the work are being offered to the general public at no
2025-08-20T19:19:07.2343705Z [00:04:56.638]➜      charge under subsection 6d.
2025-08-20T19:19:07.2343974Z [00:04:56.638]➜  
2025-08-20T19:19:07.2344349Z [00:04:56.638]➜    A separable portion of the object code, whose source code is excluded
2025-08-20T19:19:07.2344860Z [00:04:56.638]➜  from the Corresponding Source as a System Library, need not be
2025-08-20T19:19:07.2345290Z [00:04:56.638]➜  included in conveying the object code work.
2025-08-20T19:19:07.2345590Z [00:04:56.638]➜  
2025-08-20T19:19:07.2345932Z [00:04:56.638]➜    A "User Product" is either (1) a "consumer product", which means any
2025-08-20T19:19:07.2346458Z [00:04:56.638]➜  tangible personal property which is normally used for personal, family,
2025-08-20T19:19:07.2346991Z [00:04:56.638]➜  or household purposes, or (2) anything designed or sold for incorporation
2025-08-20T19:19:07.2347843Z [00:04:56.638]➜  into a dwelling.  In determining whether a product is a consumer product,
2025-08-20T19:19:07.2348398Z [00:04:56.638]➜  doubtful cases shall be resolved in favor of coverage.  For a particular
2025-08-20T19:19:07.2348925Z [00:04:56.638]➜  product received by a particular user, "normally used" refers to a
2025-08-20T19:19:07.2349442Z [00:04:56.638]➜  typical or common use of that class of product, regardless of the status
2025-08-20T19:19:07.2350019Z [00:04:56.638]➜  of the particular user or of the way in which the particular user
2025-08-20T19:19:07.2350527Z [00:04:56.638]➜  actually uses, or expects or is expected to use, the product.  A product
2025-08-20T19:19:07.2351046Z [00:04:56.638]➜  is a consumer product regardless of whether the product has substantial
2025-08-20T19:19:07.2351588Z [00:04:56.638]➜  commercial, industrial or non-consumer uses, unless such uses represent
2025-08-20T19:19:07.2352048Z [00:04:56.638]➜  the only significant mode of use of the product.
2025-08-20T19:19:07.2352358Z [00:04:56.638]➜  
2025-08-20T19:19:07.2352707Z [00:04:56.638]➜    "Installation Information" for a User Product means any methods,
2025-08-20T19:19:07.2353234Z [00:04:56.638]➜  procedures, authorization keys, or other information required to install
2025-08-20T19:19:07.2353774Z [00:04:56.638]➜  and execute modified versions of a covered work in that User Product from
2025-08-20T19:19:07.2354297Z [00:04:56.638]➜  a modified version of its Corresponding Source.  The information must
2025-08-20T19:19:07.2354814Z [00:04:56.638]➜  suffice to ensure that the continued functioning of the modified object
2025-08-20T19:19:07.2355293Z [00:04:56.638]➜  code is in no case prevented or interfered with solely because
2025-08-20T19:19:07.2355667Z [00:04:56.638]➜  modification has been made.
2025-08-20T19:19:07.2355928Z [00:04:56.638]➜  
2025-08-20T19:19:07.2356262Z [00:04:56.638]➜    If you convey an object code work under this section in, or with, or
2025-08-20T19:19:07.2356849Z [00:04:56.639]➜  specifically for use in, a User Product, and the conveying occurs as
2025-08-20T19:19:07.2357819Z [00:04:56.639]➜  part of a transaction in which the right of possession and use of the
2025-08-20T19:19:07.2358441Z [00:04:56.640]➜  User Product is transferred to the recipient in perpetuity or for a
2025-08-20T19:19:07.2358953Z [00:04:56.640]➜  fixed term (regardless of how the transaction is characterized), the
2025-08-20T19:19:07.2359467Z [00:04:56.640]➜  Corresponding Source conveyed under this section must be accompanied
2025-08-20T19:19:07.2359998Z [00:04:56.640]➜  by the Installation Information.  But this requirement does not apply
2025-08-20T19:19:07.2360496Z [00:04:56.640]➜  if neither you nor any third party retains the ability to install
2025-08-20T19:19:07.2360998Z [00:04:56.640]➜  modified object code on the User Product (for example, the work has
2025-08-20T19:19:07.2361400Z [00:04:56.640]➜  been installed in ROM).
2025-08-20T19:19:07.2361661Z [00:04:56.641]➜  
2025-08-20T19:19:07.2362036Z [00:04:56.641]➜    The requirement to provide Installation Information does not include a
2025-08-20T19:19:07.2362581Z [00:04:56.641]➜  requirement to continue to provide support service, warranty, or updates
2025-08-20T19:19:07.2363113Z [00:04:56.641]➜  for a work that has been modified or installed by the recipient, or for
2025-08-20T19:19:07.2363633Z [00:04:56.641]➜  the User Product in which it has been modified or installed.  Access to a
2025-08-20T19:19:07.2364207Z [00:04:56.641]➜  network may be denied when the modification itself materially and
2025-08-20T19:19:07.2364740Z [00:04:56.641]➜  adversely affects the operation of the network or violates the rules and
2025-08-20T19:19:07.2365215Z [00:04:56.641]➜  protocols for communication across the network.
2025-08-20T19:19:07.2365529Z [00:04:56.641]➜  
2025-08-20T19:19:07.2365900Z [00:04:56.641]➜    Corresponding Source conveyed, and Installation Information provided,
2025-08-20T19:19:07.2366410Z [00:04:56.641]➜  in accord with this section must be in a format that is publicly
2025-08-20T19:19:07.2366971Z [00:04:56.641]➜  documented (and with an implementation available to the public in
2025-08-20T19:19:07.2368159Z [00:04:56.641]➜  source code form), and must require no special password or key for
2025-08-20T19:19:07.2368603Z [00:04:56.641]➜  unpacking, reading or copying.
2025-08-20T19:19:07.2368885Z [00:04:56.641]➜  
2025-08-20T19:19:07.2369118Z [00:04:56.641]➜    7. Additional Terms.
2025-08-20T19:19:07.2369369Z [00:04:56.641]➜  
2025-08-20T19:19:07.2369748Z [00:04:56.641]➜    "Additional permissions" are terms that supplement the terms of this
2025-08-20T19:19:07.2370270Z [00:04:56.641]➜  License by making exceptions from one or more of its conditions.
2025-08-20T19:19:07.2370794Z [00:04:56.641]➜  Additional permissions that are applicable to the entire Program shall
2025-08-20T19:19:07.2371317Z [00:04:56.641]➜  be treated as though they were included in this License, to the extent
2025-08-20T19:19:07.2371828Z [00:04:56.641]➜  that they are valid under applicable law.  If additional permissions
2025-08-20T19:19:07.2372339Z [00:04:56.641]➜  apply only to part of the Program, that part may be used separately
2025-08-20T19:19:07.2372844Z [00:04:56.641]➜  under those permissions, but the entire Program remains governed by
2025-08-20T19:19:07.2373331Z [00:04:56.641]➜  this License without regard to the additional permissions.
2025-08-20T19:19:07.2373671Z [00:04:56.641]➜  
2025-08-20T19:19:07.2374017Z [00:04:56.641]➜    When you convey a copy of a covered work, you may at your option
2025-08-20T19:19:07.2374539Z [00:04:56.641]➜  remove any additional permissions from that copy, or from any part of
2025-08-20T19:19:07.2375046Z [00:04:56.641]➜  it.  (Additional permissions may be written to require their own
2025-08-20T19:19:07.2375535Z [00:04:56.641]➜  removal in certain cases when you modify the work.)  You may place
2025-08-20T19:19:07.2376046Z [00:04:56.641]➜  additional permissions on material, added by you to a covered work,
2025-08-20T19:19:07.2376653Z [00:04:56.641]➜  for which you have or can give appropriate copyright permission.
2025-08-20T19:19:07.2377012Z [00:04:56.641]➜  
2025-08-20T19:19:07.2377647Z [00:04:56.641]➜    Notwithstanding any other provision of this License, for material you
2025-08-20T19:19:07.2378364Z [00:04:56.641]➜  add to a covered work, you may (if authorized by the copyright holders of
2025-08-20T19:19:07.2378869Z [00:04:56.641]➜  that material) supplement the terms of this License with terms:
2025-08-20T19:19:07.2379216Z [00:04:56.641]➜  
2025-08-20T19:19:07.2379576Z [00:04:56.641]➜      a) Disclaiming warranty or limiting liability differently from the
2025-08-20T19:19:07.2380028Z [00:04:56.641]➜      terms of sections 15 and 16 of this License; or
2025-08-20T19:19:07.2380328Z [00:04:56.641]➜  
2025-08-20T19:19:07.2380675Z [00:04:56.641]➜      b) Requiring preservation of specified reasonable legal notices or
2025-08-20T19:19:07.2381188Z [00:04:56.641]➜      author attributions in that material or in the Appropriate Legal
2025-08-20T19:19:07.2381639Z [00:04:56.641]➜      Notices displayed by works containing it; or
2025-08-20T19:19:07.2381947Z [00:04:56.641]➜  
2025-08-20T19:19:07.2382305Z [00:04:56.641]➜      c) Prohibiting misrepresentation of the origin of that material, or
2025-08-20T19:19:07.2382814Z [00:04:56.641]➜      requiring that modified versions of such material be marked in
2025-08-20T19:19:07.2383288Z [00:04:56.641]➜      reasonable ways as different from the original version; or
2025-08-20T19:19:07.2383623Z [00:04:56.641]➜  
2025-08-20T19:19:07.2384029Z [00:04:56.641]➜      d) Limiting the use for publicity purposes of names of licensors or
2025-08-20T19:19:07.2384431Z [00:04:56.641]➜      authors of the material; or
2025-08-20T19:19:07.2384700Z [00:04:56.641]➜  
2025-08-20T19:19:07.2385030Z [00:04:56.641]➜      e) Declining to grant rights under trademark law for use of some
2025-08-20T19:19:07.2385462Z [00:04:56.641]➜      trade names, trademarks, or service marks; or
2025-08-20T19:19:07.2385772Z [00:04:56.641]➜  
2025-08-20T19:19:07.2386164Z [00:04:56.641]➜      f) Requiring indemnification of licensors and authors of that
2025-08-20T19:19:07.2386664Z [00:04:56.641]➜      material by anyone who conveys the material (or modified versions of
2025-08-20T19:19:07.2387353Z [00:04:56.641]➜      it) with contractual assumptions of liability to the recipient, for
2025-08-20T19:19:07.2387880Z [00:04:56.641]➜      any liability that these contractual assumptions directly impose on
2025-08-20T19:19:07.2388300Z [00:04:56.641]➜      those licensors and authors.
2025-08-20T19:19:07.2388575Z [00:04:56.641]➜  
2025-08-20T19:19:07.2388912Z [00:04:56.641]➜    All other non-permissive additional terms are considered "further
2025-08-20T19:19:07.2389428Z [00:04:56.641]➜  restrictions" within the meaning of section 10.  If the Program as you
2025-08-20T19:19:07.2389933Z [00:04:56.641]➜  received it, or any part of it, contains a notice stating that it is
2025-08-20T19:19:07.2390400Z [00:04:56.641]➜  governed by this License along with a term that is a further
2025-08-20T19:19:07.2390897Z [00:04:56.641]➜  restriction, you may remove that term.  If a license document contains
2025-08-20T19:19:07.2391415Z [00:04:56.641]➜  a further restriction but permits relicensing or conveying under this
2025-08-20T19:19:07.2391919Z [00:04:56.641]➜  License, you may add to a covered work material governed by the terms
2025-08-20T19:19:07.2392411Z [00:04:56.641]➜  of that license document, provided that the further restriction does
2025-08-20T19:19:07.2392842Z [00:04:56.641]➜  not survive such relicensing or conveying.
2025-08-20T19:19:07.2393134Z [00:04:56.641]➜  
2025-08-20T19:19:07.2393462Z [00:04:56.641]➜    If you add terms to a covered work in accord with this section, you
2025-08-20T19:19:07.2393924Z [00:04:56.641]➜  must place, in the relevant source files, a statement of the
2025-08-20T19:19:07.2394407Z [00:04:56.641]➜  additional terms that apply to those files, or a notice indicating
2025-08-20T19:19:07.2394911Z [00:04:56.641]➜  where to find the applicable terms.
2025-08-20T19:19:07.2395190Z [00:04:56.641]➜  
2025-08-20T19:19:07.2395545Z [00:04:56.641]➜    Additional terms, permissive or non-permissive, may be stated in the
2025-08-20T19:19:07.2396104Z [00:04:56.641]➜  form of a separately written license, or stated as exceptions;
2025-08-20T19:19:07.2396519Z [00:04:56.641]➜  the above requirements apply either way.
2025-08-20T19:19:07.2396812Z [00:04:56.641]➜  
2025-08-20T19:19:07.2397027Z [00:04:56.641]➜    8. Termination.
2025-08-20T19:19:07.2397444Z [00:04:56.641]➜  
2025-08-20T19:19:07.2397821Z [00:04:56.641]➜    You may not propagate or modify a covered work except as expressly
2025-08-20T19:19:07.2398327Z [00:04:56.641]➜  provided under this License.  Any attempt otherwise to propagate or
2025-08-20T19:19:07.2398828Z [00:04:56.641]➜  modify it is void, and will automatically terminate your rights under
2025-08-20T19:19:07.2399322Z [00:04:56.641]➜  this License (including any patent licenses granted under the third
2025-08-20T19:19:07.2399719Z [00:04:56.641]➜  paragraph of section 11).
2025-08-20T19:19:07.2399980Z [00:04:56.641]➜  
2025-08-20T19:19:07.2400308Z [00:04:56.641]➜    However, if you cease all violation of this License, then your
2025-08-20T19:19:07.2400779Z [00:04:56.641]➜  license from a particular copyright holder is reinstated (a)
2025-08-20T19:19:07.2401272Z [00:04:56.641]➜  provisionally, unless and until the copyright holder explicitly and
2025-08-20T19:19:07.2401795Z [00:04:56.641]➜  finally terminates your license, and (b) permanently, if the copyright
2025-08-20T19:19:07.2402381Z [00:04:56.641]➜  holder fails to notify you of the violation by some reasonable means
2025-08-20T19:19:07.2402802Z [00:04:56.641]➜  prior to 60 days after the cessation.
2025-08-20T19:19:07.2403074Z [00:04:56.641]➜  
2025-08-20T19:19:07.2403405Z [00:04:56.641]➜    Moreover, your license from a particular copyright holder is
2025-08-20T19:19:07.2403899Z [00:04:56.641]➜  reinstated permanently if the copyright holder notifies you of the
2025-08-20T19:19:07.2404412Z [00:04:56.641]➜  violation by some reasonable means, this is the first time you have
2025-08-20T19:19:07.2404977Z [00:04:56.641]➜  received notice of violation of this License (for any work) from that
2025-08-20T19:19:07.2405494Z [00:04:56.641]➜  copyright holder, and you cure the violation prior to 30 days after
2025-08-20T19:19:07.2405892Z [00:04:56.641]➜  your receipt of the notice.
2025-08-20T19:19:07.2406150Z [00:04:56.641]➜  
2025-08-20T19:19:07.2406499Z [00:04:56.641]➜    Termination of your rights under this section does not terminate the
2025-08-20T19:19:07.2407020Z [00:04:56.641]➜  licenses of parties who have received copies or rights from you under
2025-08-20T19:19:07.2407746Z [00:04:56.641]➜  this License.  If your rights have been terminated and not permanently
2025-08-20T19:19:07.2408248Z [00:04:56.641]➜  reinstated, you do not qualify to receive new licenses for the same
2025-08-20T19:19:07.2408641Z [00:04:56.641]➜  material under section 10.
2025-08-20T19:19:07.2408906Z [00:04:56.641]➜  
2025-08-20T19:19:07.2409183Z [00:04:56.641]➜    9. Acceptance Not Required for Having Copies.
2025-08-20T19:19:07.2409487Z [00:04:56.641]➜  
2025-08-20T19:19:07.2409822Z [00:04:56.641]➜    You are not required to accept this License in order to receive or
2025-08-20T19:19:07.2410301Z [00:04:56.641]➜  run a copy of the Program.  Ancillary propagation of a covered work
2025-08-20T19:19:07.2410801Z [00:04:56.641]➜  occurring solely as a consequence of using peer-to-peer transmission
2025-08-20T19:19:07.2411304Z [00:04:56.641]➜  to receive a copy likewise does not require acceptance.  However,
2025-08-20T19:19:07.2411811Z [00:04:56.641]➜  nothing other than this License grants you permission to propagate or
2025-08-20T19:19:07.2412321Z [00:04:56.641]➜  modify any covered work.  These actions infringe copyright if you do
2025-08-20T19:19:07.2412827Z [00:04:56.641]➜  not accept this License.  Therefore, by modifying or propagating a
2025-08-20T19:19:07.2413324Z [00:04:56.641]➜  covered work, you indicate your acceptance of this License to do so.
2025-08-20T19:19:07.2413772Z [00:04:56.641]➜  
2025-08-20T19:19:07.2414068Z [00:04:56.641]➜    10. Automatic Licensing of Downstream Recipients.
2025-08-20T19:19:07.2414449Z [00:04:56.641]➜  
2025-08-20T19:19:07.2414777Z [00:04:56.641]➜    Each time you convey a covered work, the recipient automatically
2025-08-20T19:19:07.2415257Z [00:04:56.641]➜  receives a license from the original licensors, to run, modify and
2025-08-20T19:19:07.2415761Z [00:04:56.641]➜  propagate that work, subject to this License.  You are not responsible
2025-08-20T19:19:07.2416256Z [00:04:56.641]➜  for enforcing compliance by third parties with this License.
2025-08-20T19:19:07.2416600Z [00:04:56.641]➜  
2025-08-20T19:19:07.2416938Z [00:04:56.641]➜    An "entity transaction" is a transaction transferring control of an
2025-08-20T19:19:07.2417769Z [00:04:56.641]➜  organization, or substantially all assets of one, or subdividing an
2025-08-20T19:19:07.2418287Z [00:04:56.641]➜  organization, or merging organizations.  If propagation of a covered
2025-08-20T19:19:07.2418764Z [00:04:56.641]➜  work results from an entity transaction, each party to that
2025-08-20T19:19:07.2419246Z [00:04:56.641]➜  transaction who receives a copy of the work also receives whatever
2025-08-20T19:19:07.2419749Z [00:04:56.641]➜  licenses to the work the party's predecessor in interest had or could
2025-08-20T19:19:07.2420263Z [00:04:56.641]➜  give under the previous paragraph, plus a right to possession of the
2025-08-20T19:19:07.2420865Z [00:04:56.641]➜  Corresponding Source of the work from the predecessor in interest, if
2025-08-20T19:19:07.2421365Z [00:04:56.641]➜  the predecessor has it or can get it with reasonable efforts.
2025-08-20T19:19:07.2421703Z [00:04:56.641]➜  
2025-08-20T19:19:07.2422030Z [00:04:56.641]➜    You may not impose any further restrictions on the exercise of the
2025-08-20T19:19:07.2422521Z [00:04:56.641]➜  rights granted or affirmed under this License.  For example, you may
2025-08-20T19:19:07.2423017Z [00:04:56.641]➜  not impose a license fee, royalty, or other charge for exercise of
2025-08-20T19:19:07.2423591Z [00:04:56.641]➜  rights granted under this License, and you may not initiate litigation
2025-08-20T19:19:07.2424116Z [00:04:56.641]➜  (including a cross-claim or counterclaim in a lawsuit) alleging that
2025-08-20T19:19:07.2424618Z [00:04:56.641]➜  any patent claim is infringed by making, using, selling, offering for
2025-08-20T19:19:07.2425078Z [00:04:56.641]➜  sale, or importing the Program or any portion of it.
2025-08-20T19:19:07.2425431Z [00:04:56.641]➜  
2025-08-20T19:19:07.2425644Z [00:04:56.641]➜    11. Patents.
2025-08-20T19:19:07.2425876Z [00:04:56.641]➜  
2025-08-20T19:19:07.2426224Z [00:04:56.641]➜    A "contributor" is a copyright holder who authorizes use under this
2025-08-20T19:19:07.2426723Z [00:04:56.641]➜  License of the Program or a work on which the Program is based.  The
2025-08-20T19:19:07.2427417Z [00:04:56.641]➜  work thus licensed is called the contributor's "contributor version".
2025-08-20T19:19:07.2427818Z [00:04:56.641]➜  
2025-08-20T19:19:07.2428168Z [00:04:56.641]➜    A contributor's "essential patent claims" are all patent claims
2025-08-20T19:19:07.2428670Z [00:04:56.641]➜  owned or controlled by the contributor, whether already acquired or
2025-08-20T19:19:07.2429177Z [00:04:56.642]➜  hereafter acquired, that would be infringed by some manner, permitted
2025-08-20T19:19:07.2429696Z [00:04:56.642]➜  by this License, of making, using, or selling its contributor version,
2025-08-20T19:19:07.2430170Z [00:04:56.642]➜  but do not include claims that would be infringed only as a
2025-08-20T19:19:07.2430647Z [00:04:56.642]➜  consequence of further modification of the contributor version.  For
2025-08-20T19:19:07.2431148Z [00:04:56.642]➜  purposes of this definition, "control" includes the right to grant
2025-08-20T19:19:07.2431644Z [00:04:56.642]➜  patent sublicenses in a manner consistent with the requirements of
2025-08-20T19:19:07.2432105Z [00:04:56.642]➜  this License.
2025-08-20T19:19:07.2432334Z [00:04:56.642]➜  
2025-08-20T19:19:07.2432691Z [00:04:56.642]➜    Each contributor grants you a non-exclusive, worldwide, royalty-free
2025-08-20T19:19:07.2433264Z [00:04:56.642]➜  patent license under the contributor's essential patent claims, to
2025-08-20T19:19:07.2433759Z [00:04:56.642]➜  make, use, sell, offer for sale, import and otherwise run, modify and
2025-08-20T19:19:07.2434206Z [00:04:56.642]➜  propagate the contents of its contributor version.
2025-08-20T19:19:07.2434527Z [00:04:56.642]➜  
2025-08-20T19:19:07.2434875Z [00:04:56.642]➜    In the following three paragraphs, a "patent license" is any express
2025-08-20T19:19:07.2435391Z [00:04:56.642]➜  agreement or commitment, however denominated, not to enforce a patent
2025-08-20T19:19:07.2435909Z [00:04:56.642]➜  (such as an express permission to practice a patent or covenant not to
2025-08-20T19:19:07.2436429Z [00:04:56.642]➜  sue for patent infringement).  To "grant" such a patent license to a
2025-08-20T19:19:07.2436934Z [00:04:56.642]➜  party means to make such an agreement or commitment not to enforce a
2025-08-20T19:19:07.2437550Z [00:04:56.642]➜  patent against the party.
2025-08-20T19:19:07.2437817Z [00:04:56.642]➜  
2025-08-20T19:19:07.2438163Z [00:04:56.642]➜    If you convey a covered work, knowingly relying on a patent license,
2025-08-20T19:19:07.2438688Z [00:04:56.642]➜  and the Corresponding Source of the work is not available for anyone
2025-08-20T19:19:07.2439264Z [00:04:56.642]➜  to copy, free of charge and under the terms of this License, through a
2025-08-20T19:19:07.2439776Z [00:04:56.642]➜  publicly available network server or other readily accessible means,
2025-08-20T19:19:07.2440270Z [00:04:56.642]➜  then you must either (1) cause the Corresponding Source to be so
2025-08-20T19:19:07.2440758Z [00:04:56.642]➜  available, or (2) arrange to deprive yourself of the benefit of the
2025-08-20T19:19:07.2441253Z [00:04:56.642]➜  patent license for this particular work, or (3) arrange, in a manner
2025-08-20T19:19:07.2441831Z [00:04:56.642]➜  consistent with the requirements of this License, to extend the patent
2025-08-20T19:19:07.2442362Z [00:04:56.642]➜  license to downstream recipients.  "Knowingly relying" means you have
2025-08-20T19:19:07.2442877Z [00:04:56.642]➜  actual knowledge that, but for the patent license, your conveying the
2025-08-20T19:19:07.2443382Z [00:04:56.642]➜  covered work in a country, or your recipient's use of the covered work
2025-08-20T19:19:07.2443885Z [00:04:56.642]➜  in a country, would infringe one or more identifiable patents in that
2025-08-20T19:19:07.2444333Z [00:04:56.642]➜  country that you have reason to believe are valid.
2025-08-20T19:19:07.2444645Z [00:04:56.642]➜  
2025-08-20T19:19:07.2444965Z [00:04:56.642]➜    If, pursuant to or in connection with a single transaction or
2025-08-20T19:19:07.2445453Z [00:04:56.642]➜  arrangement, you convey, or propagate by procuring conveyance of, a
2025-08-20T19:19:07.2445945Z [00:04:56.642]➜  covered work, and grant a patent license to some of the parties
2025-08-20T19:19:07.2446521Z [00:04:56.642]➜  receiving the covered work authorizing them to use, propagate, modify
2025-08-20T19:19:07.2447036Z [00:04:56.642]➜  or convey a specific copy of the covered work, then the patent license
2025-08-20T19:19:07.2447745Z [00:04:56.642]➜  you grant is automatically extended to all recipients of the covered
2025-08-20T19:19:07.2448156Z [00:04:56.642]➜  work and works based on it.
2025-08-20T19:19:07.2448420Z [00:04:56.642]➜  
2025-08-20T19:19:07.2448778Z [00:04:56.642]➜    A patent license is "discriminatory" if it does not include within
2025-08-20T19:19:07.2449254Z [00:04:56.642]➜  the scope of its coverage, prohibits the exercise of, or is
2025-08-20T19:19:07.2449742Z [00:04:56.642]➜  conditioned on the non-exercise of one or more of the rights that are
2025-08-20T19:19:07.2450271Z [00:04:56.642]➜  specifically granted under this License.  You may not convey a covered
2025-08-20T19:19:07.2450787Z [00:04:56.642]➜  work if you are a party to an arrangement with a third party that is
2025-08-20T19:19:07.2451290Z [00:04:56.642]➜  in the business of distributing software, under which you make payment
2025-08-20T19:19:07.2451872Z [00:04:56.642]➜  to the third party based on the extent of your activity of conveying
2025-08-20T19:19:07.2452351Z [00:04:56.642]➜  the work, and under which the third party grants, to any of the
2025-08-20T19:19:07.2452841Z [00:04:56.642]➜  parties who would receive the covered work from you, a discriminatory
2025-08-20T19:19:07.2453342Z [00:04:56.642]➜  patent license (a) in connection with copies of the covered work
2025-08-20T19:19:07.2453828Z [00:04:56.642]➜  conveyed by you (or copies made from those copies), or (b) primarily
2025-08-20T19:19:07.2454317Z [00:04:56.642]➜  for and in connection with specific products or compilations that
2025-08-20T19:19:07.2454812Z [00:04:56.642]➜  contain the covered work, unless you entered into that arrangement,
2025-08-20T19:19:07.2455291Z [00:04:56.642]➜  or that patent license was granted, prior to 28 March 2007.
2025-08-20T19:19:07.2455622Z [00:04:56.642]➜  
2025-08-20T19:19:07.2456036Z [00:04:56.642]➜    Nothing in this License shall be construed as excluding or limiting
2025-08-20T19:19:07.2456530Z [00:04:56.642]➜  any implied license or other defenses to infringement that may
2025-08-20T19:19:07.2457010Z [00:04:56.642]➜  otherwise be available to you under applicable patent law.
2025-08-20T19:19:07.2457578Z [00:04:56.642]➜  
2025-08-20T19:19:07.2457856Z [00:04:56.642]➜    12. No Surrender of Others' Freedom.
2025-08-20T19:19:07.2458224Z [00:04:56.642]➜  
2025-08-20T19:19:07.2458592Z [00:04:56.642]➜    If conditions are imposed on you (whether by court order, agreement or
2025-08-20T19:19:07.2459119Z [00:04:56.642]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-20T19:19:07.2459644Z [00:04:56.642]➜  excuse you from the conditions of this License.  If you cannot convey a
2025-08-20T19:19:07.2460160Z [00:04:56.642]➜  covered work so as to satisfy simultaneously your obligations under this
2025-08-20T19:19:07.2460704Z [00:04:56.642]➜  License and any other pertinent obligations, then as a consequence you may
2025-08-20T19:19:07.2461304Z [00:04:56.642]➜  not convey it at all.  For example, if you agree to terms that obligate you
2025-08-20T19:19:07.2461827Z [00:04:56.642]➜  to collect a royalty for further conveying from those to whom you convey
2025-08-20T19:19:07.2462339Z [00:04:56.642]➜  the Program, the only way you could satisfy both those terms and this
2025-08-20T19:19:07.2462843Z [00:04:56.642]➜  License would be to refrain entirely from conveying the Program.
2025-08-20T19:19:07.2463195Z [00:04:56.642]➜  
2025-08-20T19:19:07.2463491Z [00:04:56.642]➜    13. Use with the GNU Affero General Public License.
2025-08-20T19:19:07.2463803Z [00:04:56.642]➜  
2025-08-20T19:19:07.2464138Z [00:04:56.642]➜    Notwithstanding any other provision of this License, you have
2025-08-20T19:19:07.2464636Z [00:04:56.642]➜  permission to link or combine any covered work with a work licensed
2025-08-20T19:19:07.2465223Z [00:04:56.642]➜  under version 3 of the GNU Affero General Public License into a single
2025-08-20T19:19:07.2465726Z [00:04:56.642]➜  combined work, and to convey the resulting work.  The terms of this
2025-08-20T19:19:07.2466228Z [00:04:56.642]➜  License will continue to apply to the part which is the covered work,
2025-08-20T19:19:07.2466751Z [00:04:56.642]➜  but the special requirements of the GNU Affero General Public License,
2025-08-20T19:19:07.2467477Z [00:04:56.642]➜  section 13, concerning interaction through a network will apply to the
2025-08-20T19:19:07.2467891Z [00:04:56.642]➜  combination as such.
2025-08-20T19:19:07.2468141Z [00:04:56.642]➜  
2025-08-20T19:19:07.2468395Z [00:04:56.642]➜    14. Revised Versions of this License.
2025-08-20T19:19:07.2468679Z [00:04:56.642]➜  
2025-08-20T19:19:07.2469040Z [00:04:56.642]➜    The Free Software Foundation may publish revised and/or new versions of
2025-08-20T19:19:07.2469582Z [00:04:56.642]➜  the GNU General Public License from time to time.  Such new versions will
2025-08-20T19:19:07.2470111Z [00:04:56.642]➜  be similar in spirit to the present version, but may differ in detail to
2025-08-20T19:19:07.2470616Z [00:04:56.642]➜  address new problems or concerns.
2025-08-20T19:19:07.2470892Z [00:04:56.642]➜  
2025-08-20T19:19:07.2471222Z [00:04:56.642]➜    Each version is given a distinguishing version number.  If the
2025-08-20T19:19:07.2471719Z [00:04:56.642]➜  Program specifies that a certain numbered version of the GNU General
2025-08-20T19:19:07.2472226Z [00:04:56.642]➜  Public License "or any later version" applies to it, you have the
2025-08-20T19:19:07.2472724Z [00:04:56.642]➜  option of following the terms and conditions either of that numbered
2025-08-20T19:19:07.2473209Z [00:04:56.642]➜  version or of any later version published by the Free Software
2025-08-20T19:19:07.2473697Z [00:04:56.642]➜  Foundation.  If the Program does not specify a version number of the
2025-08-20T19:19:07.2474213Z [00:04:56.642]➜  GNU General Public License, you may choose any version ever published
2025-08-20T19:19:07.2474691Z [00:04:56.642]➜  by the Free Software Foundation.
2025-08-20T19:19:07.2474978Z [00:04:56.642]➜  
2025-08-20T19:19:07.2475300Z [00:04:56.642]➜    If the Program specifies that a proxy can decide which future
2025-08-20T19:19:07.2475782Z [00:04:56.642]➜  versions of the GNU General Public License can be used, that proxy's
2025-08-20T19:19:07.2476301Z [00:04:56.642]➜  public statement of acceptance of a version permanently authorizes you
2025-08-20T19:19:07.2476804Z [00:04:56.642]➜  to choose that version for the Program.
2025-08-20T19:19:07.2477089Z [00:04:56.642]➜  
2025-08-20T19:19:07.2477531Z [00:04:56.642]➜    Later license versions may give you additional or different
2025-08-20T19:19:07.2478024Z [00:04:56.642]➜  permissions.  However, no additional obligations are imposed on any
2025-08-20T19:19:07.2478529Z [00:04:56.642]➜  author or copyright holder as a result of your choosing to follow a
2025-08-20T19:19:07.2478909Z [00:04:56.642]➜  later version.
2025-08-20T19:19:07.2479141Z [00:04:56.642]➜  
2025-08-20T19:19:07.2479386Z [00:04:56.642]➜    15. Disclaimer of Warranty.
2025-08-20T19:19:07.2479652Z [00:04:56.642]➜  
2025-08-20T19:19:07.2479989Z [00:04:56.642]➜    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
2025-08-20T19:19:07.2480492Z [00:04:56.642]➜  APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2025-08-20T19:19:07.2481033Z [00:04:56.642]➜  HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
2025-08-20T19:19:07.2481574Z [00:04:56.642]➜  OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
2025-08-20T19:19:07.2482114Z [00:04:56.642]➜  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2025-08-20T19:19:07.2482660Z [00:04:56.642]➜  PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
2025-08-20T19:19:07.2483186Z [00:04:56.642]➜  IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
2025-08-20T19:19:07.2483715Z [00:04:56.642]➜  ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2025-08-20T19:19:07.2484020Z [00:04:56.642]➜  
2025-08-20T19:19:07.2484265Z [00:04:56.642]➜    16. Limitation of Liability.
2025-08-20T19:19:07.2484537Z [00:04:56.642]➜  
2025-08-20T19:19:07.2484883Z [00:04:56.642]➜    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-20T19:19:07.2485408Z [00:04:56.642]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
2025-08-20T19:19:07.2485958Z [00:04:56.642]➜  THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
2025-08-20T19:19:07.2486501Z [00:04:56.642]➜  GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
2025-08-20T19:19:07.2487039Z [00:04:56.642]➜  USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
2025-08-20T19:19:07.2487771Z [00:04:56.642]➜  DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
2025-08-20T19:19:07.2488305Z [00:04:56.642]➜  PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
2025-08-20T19:19:07.2488833Z [00:04:56.642]➜  EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
2025-08-20T19:19:07.2489298Z [00:04:56.642]➜  SUCH DAMAGES.
2025-08-20T19:19:07.2489526Z [00:04:56.642]➜  
2025-08-20T19:19:07.2489799Z [00:04:56.642]➜    17. Interpretation of Sections 15 and 16.
2025-08-20T19:19:07.2490085Z [00:04:56.642]➜  
2025-08-20T19:19:07.2490432Z [00:04:56.642]➜    If the disclaimer of warranty and limitation of liability provided
2025-08-20T19:19:07.2490935Z [00:04:56.642]➜  above cannot be given local legal effect according to their terms,
2025-08-20T19:19:07.2491451Z [00:04:56.642]➜  reviewing courts shall apply local law that most closely approximates
2025-08-20T19:19:07.2491956Z [00:04:56.642]➜  an absolute waiver of all civil liability in connection with the
2025-08-20T19:19:07.2492456Z [00:04:56.642]➜  Program, unless a warranty or assumption of liability accompanies a
2025-08-20T19:19:07.2492897Z [00:04:56.642]➜  copy of the Program in return for a fee.
2025-08-20T19:19:07.2493245Z [00:04:56.642]➜  
2025-08-20T19:19:07.2493521Z [00:04:56.642]➜                       END OF TERMS AND CONDITIONS
2025-08-20T19:19:07.2493814Z [00:04:56.642]➜  
2025-08-20T19:19:07.2494103Z [00:04:56.642]➜              How to Apply These Terms to Your New Programs
2025-08-20T19:19:07.2494406Z [00:04:56.642]➜  
2025-08-20T19:19:07.2494808Z [00:04:56.642]➜    If you develop a new program, and you want it to be of the greatest
2025-08-20T19:19:07.2495310Z [00:04:56.642]➜  possible use to the public, the best way to achieve this is to make it
2025-08-20T19:19:07.2495845Z [00:04:56.642]➜  free software which everyone can redistribute and change under these terms.
2025-08-20T19:19:07.2496229Z [00:04:56.642]➜  
2025-08-20T19:19:07.2496558Z [00:04:56.642]➜    To do so, attach the following notices to the program.  It is safest
2025-08-20T19:19:07.2497045Z [00:04:56.642]➜  to attach them to the start of each source file to most effectively
2025-08-20T19:19:07.2497747Z [00:04:56.642]➜  state the exclusion of warranty; and each file should have at least
2025-08-20T19:19:07.2498250Z [00:04:56.642]➜  the "copyright" line and a pointer to where the full notice is found.
2025-08-20T19:19:07.2498604Z [00:04:56.642]➜  
2025-08-20T19:19:07.2498947Z [00:04:56.643]➜      <one line to give the program's name and a brief idea of what it does.>
2025-08-20T19:19:07.2499371Z [00:04:56.643]➜      Copyright (C) <year>  <name of author>
2025-08-20T19:19:07.2499667Z [00:04:56.643]➜  
2025-08-20T19:19:07.2500009Z [00:04:56.643]➜      This program is free software: you can redistribute it and/or modify
2025-08-20T19:19:07.2500509Z [00:04:56.643]➜      it under the terms of the GNU General Public License as published by
2025-08-20T19:19:07.2501002Z [00:04:56.643]➜      the Free Software Foundation, either version 3 of the License, or
2025-08-20T19:19:07.2501415Z [00:04:56.643]➜      (at your option) any later version.
2025-08-20T19:19:07.2501780Z [00:04:56.643]➜  
2025-08-20T19:19:07.2502113Z [00:04:56.643]➜      This program is distributed in the hope that it will be useful,
2025-08-20T19:19:07.2502596Z [00:04:56.643]➜      but WITHOUT ANY WARRANTY; without even the implied warranty of
2025-08-20T19:19:07.2503085Z [00:04:56.643]➜      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2025-08-20T19:19:07.2503518Z [00:04:56.643]➜      GNU General Public License for more details.
2025-08-20T19:19:07.2503814Z [00:04:56.643]➜  
2025-08-20T19:19:07.2504151Z [00:04:56.643]➜      You should have received a copy of the GNU General Public License
2025-08-20T19:19:07.2504682Z [00:04:56.643]➜      along with this program.  If not, see <https://www.gnu.org/licenses/>.
2025-08-20T19:19:07.2505053Z [00:04:56.643]➜  
2025-08-20T19:19:07.2505414Z [00:04:56.643]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-20T19:19:07.2505783Z [00:04:56.643]➜  
2025-08-20T19:19:07.2506117Z [00:04:56.643]➜    If the program does terminal interaction, make it output a short
2025-08-20T19:19:07.2506583Z [00:04:56.643]➜  notice like this when it starts in an interactive mode:
2025-08-20T19:19:07.2506987Z [00:04:56.643]➜  
2025-08-20T19:19:07.2507379Z [00:04:56.643]➜      <program>  Copyright (C) <year>  <name of author>
2025-08-20T19:19:07.2507873Z [00:04:56.643]➜      This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2025-08-20T19:19:07.2508392Z [00:04:56.643]➜      This is free software, and you are welcome to redistribute it
2025-08-20T19:19:07.2508834Z [00:04:56.643]➜      under certain conditions; type `show c' for details.
2025-08-20T19:19:07.2509153Z [00:04:56.643]➜  
2025-08-20T19:19:07.2509535Z [00:04:56.643]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-20T19:19:07.2510102Z [00:04:56.643]➜  parts of the General Public License.  Of course, your program's commands
2025-08-20T19:19:07.2510628Z [00:04:56.643]➜  might be different; for a GUI interface, you would use an "about box".
2025-08-20T19:19:07.2510999Z [00:04:56.643]➜  
2025-08-20T19:19:07.2511475Z [00:04:56.643]➜    You should also get your employer (if you work as a programmer) or school,
2025-08-20T19:19:07.2512008Z [00:04:56.643]➜  if any, to sign a "copyright disclaimer" for the program, if necessary.
2025-08-20T19:19:07.2512532Z [00:04:56.643]➜  For more information on this, and how to apply and follow the GNU GPL, see
2025-08-20T19:19:07.2512960Z [00:04:56.643]➜  <https://www.gnu.org/licenses/>.
2025-08-20T19:19:07.2513304Z [00:04:56.643]➜  
2025-08-20T19:19:07.2513674Z [00:04:56.643]➜    The GNU General Public License does not permit incorporating your program
2025-08-20T19:19:07.2514217Z [00:04:56.643]➜  into proprietary programs.  If your program is a subroutine library, you
2025-08-20T19:19:07.2514760Z [00:04:56.643]➜  may consider it more useful to permit linking proprietary applications with
2025-08-20T19:19:07.2515278Z [00:04:56.643]➜  the library.  If this is what you want to do, use the GNU Lesser General
2025-08-20T19:19:07.2515783Z [00:04:56.643]➜  Public License instead of this License.  But first, please read
2025-08-20T19:19:07.2516247Z [00:04:56.643]➜  <https://www.gnu.org/licenses/why-not-lgpl.html>.
2025-08-20T19:19:07.2516561Z [00:04:56.643]➜  
2025-08-20T19:19:07.2516755Z [00:04:56.643]➜  
2025-08-20T19:19:13.3148288Z [00:05:02.736]➜  
2025-08-20T19:19:13.3148729Z [00:05:02.736]➜  File: LICENSE
2025-08-20T19:19:13.3149056Z [00:05:02.736]➜    Type: ASCII text
2025-08-20T19:19:13.3149659Z [00:05:02.736]➜    B3sum: 9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T19:19:13.3150446Z [00:05:02.736]➜    SHA256sum: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
2025-08-20T19:19:13.3150973Z [00:05:02.736]➜    Size: 36K
2025-08-20T19:19:13.3286625Z [00:05:02.750]➜  
2025-08-20T19:19:13.3287064Z [00:05:02.750]➜  File: SBUILD
2025-08-20T19:19:13.3287932Z [00:05:02.750]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T19:19:13.3289135Z [00:05:02.750]➜    B3sum: 758aa4cf5d6312e9e7ab10de1772942a10283d39cc54a34d7c36eb580e634834
2025-08-20T19:19:13.3290213Z [00:05:02.750]➜    SHA256sum: dbb63c10542bb2078d8a0cbd2e8590b706722486e88416db1bb7167a894e4332
2025-08-20T19:19:13.3291089Z [00:05:02.750]➜    Size: 16K
2025-08-20T19:19:13.3393876Z [00:05:02.761]➜  
2025-08-20T19:19:13.3394309Z [00:05:02.761]➜  File: coreutils.static.version
2025-08-20T19:19:13.3394715Z [00:05:02.761]➜    Type: ASCII text, with no line terminators
2025-08-20T19:19:13.3395651Z [00:05:02.761]➜    B3sum: e6137ba8e50b84764f118afecb15bb5e7fdd6c19f0c110383b6faf6b1ac03243
2025-08-20T19:19:13.3396759Z [00:05:02.761]➜    SHA256sum: 0e25863be6ff54dccc21f1dc2c10909f753c7f5b4a689e9a8e0db65d6c84a6b6
2025-08-20T19:19:13.3397721Z [00:05:02.761]➜    Size: 4.0K
2025-08-20T19:19:13.3499741Z [00:05:02.772]➜  
2025-08-20T19:19:13.3500120Z [00:05:02.772]➜  File: coreutils.version
2025-08-20T19:19:13.3500498Z [00:05:02.772]➜    Type: ASCII text, with no line terminators
2025-08-20T19:19:13.3501033Z [00:05:02.772]➜    B3sum: e6137ba8e50b84764f118afecb15bb5e7fdd6c19f0c110383b6faf6b1ac03243
2025-08-20T19:19:13.3501756Z [00:05:02.772]➜    SHA256sum: 0e25863be6ff54dccc21f1dc2c10909f753c7f5b4a689e9a8e0db65d6c84a6b6
2025-08-20T19:19:13.3502514Z [00:05:02.772]➜    Size: 4.0K
2025-08-20T19:19:13.3503425Z [00:05:02.772]➜  
2025-08-20T19:19:13.3504299Z [00:05:02.772]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T19:19:13.3535894Z [00:05:02.775]➜  SBUILD:758aa4cf5d6312e9e7ab10de1772942a10283d39cc54a34d7c36eb580e634834
2025-08-20T19:19:13.3536788Z [00:05:02.775]➜  LICENSE:9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T19:19:13.3538178Z [00:05:02.775]➜  coreutils.static.version:e6137ba8e50b84764f118afecb15bb5e7fdd6c19f0c110383b6faf6b1ac03243
2025-08-20T19:19:13.3539353Z [00:05:02.775]➜  coreutils.version:e6137ba8e50b84764f118afecb15bb5e7fdd6c19f0c110383b6faf6b1ac03243
2025-08-20T19:19:13.3557554Z [00:05:02.777]➜  
2025-08-20T19:19:13.3558679Z [00:05:02.777]➜  [+] Signing coreutils.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T19:19:13.3655772Z [00:05:02.787]➜  
2025-08-20T19:19:13.3656980Z [00:05:02.787]➜  [✓] SuccessFully Built coreutils.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/coreutils/static.multicall.glibc.yaml [Wednesday, 2025-08-20 (07:19:13 PM) UTC]
2025-08-20T19:19:13.3658039Z [00:05:02.787]➜  
2025-08-20T19:19:13.3813204Z [00:05:02.803]➜  [+] Total Size: 123M (Includes DUPES+TMPFILES)
2025-08-20T19:19:13.3814240Z [00:05:02.803]➜  [+] LOGPATH='/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/coreutils.static.log'
2025-08-20T19:19:13.3826840Z [00:05:02.804]➜  [+] ENVPATH=/tmp/pkgforge/vwhfUHAxW_SBUILD/ENVPATH
2025-08-20T19:19:13.4078008Z 
2025-08-20T19:19:13.4078688Z [+] Sanitizing /tmp/pkgforge/vwhfUHAxW_SBUILD/BUILD.log ==> /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/coreutils.static.log
2025-08-20T19:19:17.0275206Z 
2025-08-20T19:19:17.0276318Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/coreutils/multicall/glibc]
2025-08-20T19:19:17.0277435Z [+] LOGS (Build Dir): /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR
2025-08-20T19:19:17.0277885Z 
2025-08-20T19:19:17.1902362Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T19:19:17.5623339Z ./BUILD_ARTIFACTS.tar : 27.31%   (   117 MiB =>   32.0 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T19:19:17.5885202Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T19:19:17.5923196Z 
2025-08-20T19:19:17.5924315Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml :: 00(Hr):05(Min):07(Sec)
2025-08-20T19:19:17.5925030Z 
2025-08-20T19:19:17.5939104Z 
2025-08-20T19:19:17.5939432Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (07:19:17 PM) UTC
2025-08-20T19:19:17.5940047Z 
2025-08-20T19:19:18.7154144Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T19:19:18.7203744Z ##[group]Run ##Presets
2025-08-20T19:19:18.7204062Z [36;1m##Presets[0m
2025-08-20T19:19:18.7204371Z [36;1mset +x ; set +e[0m
2025-08-20T19:19:18.7204579Z [36;1m#-------------#[0m
2025-08-20T19:19:18.7204781Z [36;1m##Debug?[0m
2025-08-20T19:19:18.7205013Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:19:18.7205308Z [36;1m  set -x[0m
2025-08-20T19:19:18.7205490Z [36;1mfi[0m
2025-08-20T19:19:18.7205670Z [36;1m#-------------#[0m
2025-08-20T19:19:18.7205867Z [36;1m##Set ENV[0m
2025-08-20T19:19:18.7206102Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T19:19:18.7206538Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T19:19:18.7206942Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T19:19:18.7207622Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-"[0m
2025-08-20T19:19:18.7208200Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T19:19:18.7208612Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:19:18.7209062Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:19:18.7209399Z [36;1m fi[0m
2025-08-20T19:19:18.7209578Z [36;1m##Push[0m
2025-08-20T19:19:18.7209808Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T19:19:18.7210092Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T19:19:18.7210477Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T19:19:18.7210959Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T19:19:18.7211413Z [36;1m     ls -sh "/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T19:19:18.7211756Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T19:19:18.7211981Z [36;1m       {[0m
2025-08-20T19:19:18.7212180Z [36;1m        for i in {1..10}; do[0m
2025-08-20T19:19:18.7212530Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T19:19:18.7212986Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T19:19:18.7213426Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T19:19:18.7213863Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T19:19:18.7214279Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T19:19:18.7214666Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T19:19:18.7215050Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T19:19:18.7215432Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T19:19:18.7215827Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T19:19:18.7216235Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T19:19:18.7216715Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T19:19:18.7217378Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T19:19:18.7217852Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T19:19:18.7218286Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T19:19:18.7218706Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T19:19:18.7219174Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-coreutils")[0m
2025-08-20T19:19:18.7219631Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T19:19:18.7220324Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T19:19:18.7220772Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T19:19:18.7221234Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T19:19:18.7221733Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T19:19:18.7222171Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T19:19:18.7222434Z [36;1m         #Check[0m
2025-08-20T19:19:18.7222995Z [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:19:18.7223700Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T19:19:18.7224056Z [36;1m            break[0m
2025-08-20T19:19:18.7224266Z [36;1m          else[0m
2025-08-20T19:19:18.7224674Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T19:19:18.7225108Z [36;1m          fi[0m
2025-08-20T19:19:18.7225331Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T19:19:18.7225590Z [36;1m        done[0m
2025-08-20T19:19:18.7225780Z [36;1m       }[0m
2025-08-20T19:19:18.7225987Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T19:19:18.7226241Z [36;1m       ghcr_push_cmd[0m
2025-08-20T19:19:18.7226807Z [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:19:18.7227714Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T19:19:18.7228139Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T19:19:18.7228412Z [36;1m          ghcr_push_cmd[0m
2025-08-20T19:19:18.7228998Z [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:19:18.7229709Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T19:19:18.7230221Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T19:19:18.7230626Z [36;1m             return 1 || exit 1[0m
2025-08-20T19:19:18.7230867Z [36;1m           fi[0m
2025-08-20T19:19:18.7231060Z [36;1m       fi[0m
2025-08-20T19:19:18.7231246Z [36;1m   fi[0m
2025-08-20T19:19:18.7231424Z [36;1m fi[0m
2025-08-20T19:19:18.7231616Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T19:19:18.7298940Z shell: /usr/bin/bash -e {0}
2025-08-20T19:19:18.7299186Z env:
2025-08-20T19:19:18.7299383Z   CROSS_COMPILING: NO
2025-08-20T19:19:18.7299607Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:19:18.7299842Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:19:18.7300057Z   ON_QEMU: NO
2025-08-20T19:19:18.7300234Z   DEBUG: 0
2025-08-20T19:19:18.7300416Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:19:18.7300640Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:19:18.7300963Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:19:18.7301300Z   KEEP_LOGS: YES
2025-08-20T19:19:18.7301484Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:19:18.7301699Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:19:18.7301920Z   SBUILD_REBUILD: false
2025-08-20T19:19:18.7302478Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:19:18.7303072Z   BUILD_SYS: docker://clang+make
2025-08-20T19:19:18.7303308Z   BUILD_ON_HOST: FALSE
2025-08-20T19:19:18.7303506Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:19:18.7303786Z   SYSTMP: /tmp
2025-08-20T19:19:18.7303963Z   GHA_MODE: MATRIX
2025-08-20T19:19:18.7304564Z   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:19:18.7305158Z   INPUT_SBUILD: /tmp/pkgforge/Bym7TcQj7_build.yaml
2025-08-20T19:19:18.7305491Z   BUILD_DIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml
2025-08-20T19:19:18.7305883Z   SBUILD_OUTDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR
2025-08-20T19:19:18.7306361Z   SBUILD_TMPDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:19:18.7306739Z   PKG_TYPE: static
2025-08-20T19:19:18.7306932Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:19:18.7307256Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:19:18.7307702Z   GHCR_TOKEN: ***
2025-08-20T19:19:18.7308005Z   GITHUB_TOKEN: ***
2025-08-20T19:19:18.7308236Z   GITLAB_TOKEN: ***
2025-08-20T19:19:18.7309371Z   MINISIGN_KEY: ***
2025-08-20T19:19:18.7309559Z ##[endgroup]
2025-08-20T19:19:18.7405127Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T19:19:18.7415500Z 32M	./BUILD_ARTIFACTS.zstd
2025-08-20T19:19:18.7428194Z total 4.1M
2025-08-20T19:19:18.7428472Z 4.0K CHECKSUM
2025-08-20T19:19:18.7428672Z 4.0K CHECKSUM.sig
2025-08-20T19:19:18.7428877Z  36K LICENSE
2025-08-20T19:19:18.7429058Z 4.0K LICENSE.sig
2025-08-20T19:19:18.7429239Z  16K SBUILD
2025-08-20T19:19:18.7429444Z 4.0K SBUILD.sig
2025-08-20T19:19:18.7429765Z 4.0K SBUILD_TEMP
2025-08-20T19:19:18.7430110Z 4.0M coreutils.static.log
2025-08-20T19:19:18.7430514Z 4.0K coreutils.static.version
2025-08-20T19:19:18.7430944Z 4.0K coreutils.static.version.sig
2025-08-20T19:19:18.7431379Z 4.0K coreutils.version
2025-08-20T19:19:18.7431749Z 4.0K coreutils.version.sig
2025-08-20T19:19:18.7470922Z Error: "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-"
2025-08-20T19:19:18.7472635Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T19:19:23.7539946Z Error: "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-"
2025-08-20T19:19:23.7541641Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T19:19:23.7551540Z 
2025-08-20T19:19:23.7552060Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:19:23.7552487Z 
2025-08-20T19:19:23.7593692Z Error: "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-"
2025-08-20T19:19:23.7595358Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T19:19:23.7651544Z ##[group]Run ##Presets
2025-08-20T19:19:23.7651969Z [36;1m##Presets[0m
2025-08-20T19:19:23.7652341Z [36;1mset +x ; set +e[0m
2025-08-20T19:19:23.7652724Z [36;1m#-------------#[0m
2025-08-20T19:19:23.7653088Z [36;1m##Debug?[0m
2025-08-20T19:19:23.7653504Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:19:23.7654045Z [36;1m  set -x[0m
2025-08-20T19:19:23.7654372Z [36;1mfi[0m
2025-08-20T19:19:23.7654688Z [36;1m#-------------#[0m
2025-08-20T19:19:23.7655148Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T19:19:23.7655753Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:19:23.7717605Z shell: /usr/bin/bash -e {0}
2025-08-20T19:19:23.7717846Z env:
2025-08-20T19:19:23.7718023Z   CROSS_COMPILING: NO
2025-08-20T19:19:23.7718240Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:19:23.7718459Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:19:23.7718670Z   ON_QEMU: NO
2025-08-20T19:19:23.7718976Z   DEBUG: 0
2025-08-20T19:19:23.7719315Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:19:23.7719743Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:19:23.7720353Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:19:23.7720699Z   KEEP_LOGS: YES
2025-08-20T19:19:23.7720892Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:19:23.7721196Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:19:23.7721424Z   SBUILD_REBUILD: false
2025-08-20T19:19:23.7721963Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:19:23.7722548Z   BUILD_SYS: docker://clang+make
2025-08-20T19:19:23.7722775Z   BUILD_ON_HOST: FALSE
2025-08-20T19:19:23.7722968Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:19:23.7723155Z   SYSTMP: /tmp
2025-08-20T19:19:23.7723332Z   GHA_MODE: MATRIX
2025-08-20T19:19:23.7723756Z   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:19:23.7724265Z   INPUT_SBUILD: /tmp/pkgforge/Bym7TcQj7_build.yaml
2025-08-20T19:19:23.7724583Z   BUILD_DIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml
2025-08-20T19:19:23.7724966Z   SBUILD_OUTDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR
2025-08-20T19:19:23.7725438Z   SBUILD_TMPDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:19:23.7725819Z   PKG_TYPE: static
2025-08-20T19:19:23.7726009Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:19:23.7726216Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:19:23.7726410Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:19:23.7726804Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:19:23.7727443Z ##[endgroup]
2025-08-20T19:19:23.7901631Z ##[group]Run actions/upload-artifact@v4
2025-08-20T19:19:23.7901928Z with:
2025-08-20T19:19:23.7902136Z   name: Bincache_coreutils_x86_64-Linux
2025-08-20T19:19:23.7902444Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T19:19:23.7902736Z   compression-level: 0
2025-08-20T19:19:23.7902947Z   retention-days: 30
2025-08-20T19:19:23.7903141Z   overwrite: true
2025-08-20T19:19:23.7903341Z   if-no-files-found: warn
2025-08-20T19:19:23.7903559Z   include-hidden-files: false
2025-08-20T19:19:23.7903773Z env:
2025-08-20T19:19:23.7903937Z   CROSS_COMPILING: NO
2025-08-20T19:19:23.7904142Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:19:23.7904359Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:19:23.7904570Z   ON_QEMU: NO
2025-08-20T19:19:23.7904742Z   DEBUG: 0
2025-08-20T19:19:23.7904918Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:19:23.7905139Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:19:23.7905458Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:19:23.7905816Z   KEEP_LOGS: YES
2025-08-20T19:19:23.7906007Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:19:23.7906220Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:19:23.7906442Z   SBUILD_REBUILD: false
2025-08-20T19:19:23.7906986Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:19:23.7907812Z   BUILD_SYS: docker://clang+make
2025-08-20T19:19:23.7908054Z   BUILD_ON_HOST: FALSE
2025-08-20T19:19:23.7908251Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:19:23.7908449Z   SYSTMP: /tmp
2025-08-20T19:19:23.7908634Z   GHA_MODE: MATRIX
2025-08-20T19:19:23.7909071Z   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:19:23.7909582Z   INPUT_SBUILD: /tmp/pkgforge/Bym7TcQj7_build.yaml
2025-08-20T19:19:23.7909906Z   BUILD_DIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml
2025-08-20T19:19:23.7910294Z   SBUILD_OUTDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR
2025-08-20T19:19:23.7910770Z   SBUILD_TMPDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:19:23.7911148Z   PKG_TYPE: static
2025-08-20T19:19:23.7911340Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:19:23.7911543Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:19:23.7911743Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:19:23.7912142Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:19:23.7912679Z   UTC_TIME: 2025_08_20T07_19_23_PM
2025-08-20T19:19:23.7912904Z ##[endgroup]
2025-08-20T19:19:24.0026522Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T19:19:24.0029732Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T19:19:24.0030556Z With the provided path, there will be 2 files uploaded
2025-08-20T19:19:24.1198353Z Artifact name is valid!
2025-08-20T19:19:24.1199713Z Root directory input is valid!
2025-08-20T19:19:24.1525233Z Beginning upload of artifact content to blob storage
2025-08-20T19:19:24.5165082Z Uploaded bytes 8388608
2025-08-20T19:19:24.5476920Z Uploaded bytes 16777216
2025-08-20T19:19:24.5561901Z Uploaded bytes 25165824
2025-08-20T19:19:24.6568136Z Uploaded bytes 33554432
2025-08-20T19:19:24.7949383Z Uploaded bytes 38027088
2025-08-20T19:19:24.8184128Z Finished uploading artifact content to blob storage!
2025-08-20T19:19:24.8188159Z SHA256 digest of uploaded artifact zip is 3b751f5de434ac3032ccbad5ab55c048f5eee90c238e9ba77dcd56b6d6a1b3f8
2025-08-20T19:19:24.8189102Z Finalizing artifact upload
2025-08-20T19:19:24.9236255Z Artifact Bincache_coreutils_x86_64-Linux.zip successfully finalized. Artifact ID 3812359867
2025-08-20T19:19:24.9237828Z Artifact Bincache_coreutils_x86_64-Linux has been successfully uploaded! Final size is 38027088 bytes. Artifact ID is 3812359867
2025-08-20T19:19:24.9245106Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107523099/artifacts/3812359867
2025-08-20T19:19:24.9407764Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T19:19:24.9408107Z with:
2025-08-20T19:19:24.9408301Z   subject-name: coreutils--
2025-08-20T19:19:24.9409025Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T19:19:24.9409750Z   show-summary: true
2025-08-20T19:19:24.9409965Z   push-to-registry: false
2025-08-20T19:19:24.9410342Z   github-token: ***
2025-08-20T19:19:24.9410540Z env:
2025-08-20T19:19:24.9410722Z   CROSS_COMPILING: NO
2025-08-20T19:19:24.9410932Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:19:24.9411160Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:19:24.9411374Z   ON_QEMU: NO
2025-08-20T19:19:24.9411550Z   DEBUG: 0
2025-08-20T19:19:24.9411731Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:19:24.9411957Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:19:24.9412312Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:19:24.9412654Z   KEEP_LOGS: YES
2025-08-20T19:19:24.9412846Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:19:24.9413065Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:19:24.9413294Z   SBUILD_REBUILD: false
2025-08-20T19:19:24.9413840Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:19:24.9414428Z   BUILD_SYS: docker://clang+make
2025-08-20T19:19:24.9414660Z   BUILD_ON_HOST: FALSE
2025-08-20T19:19:24.9414858Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:19:24.9415056Z   SYSTMP: /tmp
2025-08-20T19:19:24.9415235Z   GHA_MODE: MATRIX
2025-08-20T19:19:24.9415676Z   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:19:24.9416206Z   INPUT_SBUILD: /tmp/pkgforge/Bym7TcQj7_build.yaml
2025-08-20T19:19:24.9416534Z   BUILD_DIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml
2025-08-20T19:19:24.9416929Z   SBUILD_OUTDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR
2025-08-20T19:19:24.9417624Z   SBUILD_TMPDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:19:24.9418013Z   PKG_TYPE: static
2025-08-20T19:19:24.9418212Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:19:24.9418425Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:19:24.9418627Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:19:24.9419160Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:19:24.9419593Z   UTC_TIME: 2025_08_20T07_19_23_PM
2025-08-20T19:19:24.9419902Z ##[endgroup]
2025-08-20T19:19:24.9489131Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T19:19:24.9489565Z env:
2025-08-20T19:19:24.9489742Z   CROSS_COMPILING: NO
2025-08-20T19:19:24.9489963Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:19:24.9490187Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:19:24.9490403Z   ON_QEMU: NO
2025-08-20T19:19:24.9490584Z   DEBUG: 0
2025-08-20T19:19:24.9490768Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:19:24.9490998Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:19:24.9491320Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:19:24.9491654Z   KEEP_LOGS: YES
2025-08-20T19:19:24.9491846Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:19:24.9492065Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:19:24.9492292Z   SBUILD_REBUILD: false
2025-08-20T19:19:24.9492834Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:19:24.9493419Z   BUILD_SYS: docker://clang+make
2025-08-20T19:19:24.9493653Z   BUILD_ON_HOST: FALSE
2025-08-20T19:19:24.9493861Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:19:24.9494058Z   SYSTMP: /tmp
2025-08-20T19:19:24.9494238Z   GHA_MODE: MATRIX
2025-08-20T19:19:24.9494676Z   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:19:24.9495375Z   INPUT_SBUILD: /tmp/pkgforge/Bym7TcQj7_build.yaml
2025-08-20T19:19:24.9495708Z   BUILD_DIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml
2025-08-20T19:19:24.9496095Z   SBUILD_OUTDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR
2025-08-20T19:19:24.9496572Z   SBUILD_TMPDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:19:24.9496953Z   PKG_TYPE: static
2025-08-20T19:19:24.9497322Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:19:24.9497573Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:19:24.9497780Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:19:24.9498192Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:19:24.9498662Z   UTC_TIME: 2025_08_20T07_19_23_PM
2025-08-20T19:19:24.9498891Z ##[endgroup]
2025-08-20T19:19:25.2662724Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T19:19:25.2663078Z with:
2025-08-20T19:19:25.2663780Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T19:19:25.2664551Z   subject-name: coreutils--
2025-08-20T19:19:25.2664839Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T19:19:25.2667929Z   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:19:25.2670859Z   push-to-registry: false
2025-08-20T19:19:25.2671086Z   show-summary: true
2025-08-20T19:19:25.2671475Z   github-token: ***
2025-08-20T19:19:25.2671677Z env:
2025-08-20T19:19:25.2671857Z   CROSS_COMPILING: NO
2025-08-20T19:19:25.2672073Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:19:25.2672420Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:19:25.2672640Z   ON_QEMU: NO
2025-08-20T19:19:25.2672819Z   DEBUG: 0
2025-08-20T19:19:25.2673007Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:19:25.2673317Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:19:25.2673648Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:19:25.2673987Z   KEEP_LOGS: YES
2025-08-20T19:19:25.2674182Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:19:25.2674407Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:19:25.2674640Z   SBUILD_REBUILD: false
2025-08-20T19:19:25.2675196Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:19:25.2675790Z   BUILD_SYS: docker://clang+make
2025-08-20T19:19:25.2676030Z   BUILD_ON_HOST: FALSE
2025-08-20T19:19:25.2676233Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:19:25.2676433Z   SYSTMP: /tmp
2025-08-20T19:19:25.2676627Z   GHA_MODE: MATRIX
2025-08-20T19:19:25.2677071Z   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:19:25.2677810Z   INPUT_SBUILD: /tmp/pkgforge/Bym7TcQj7_build.yaml
2025-08-20T19:19:25.2678144Z   BUILD_DIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml
2025-08-20T19:19:25.2678538Z   SBUILD_OUTDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR
2025-08-20T19:19:25.2679029Z   SBUILD_TMPDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:19:25.2679425Z   PKG_TYPE: static
2025-08-20T19:19:25.2679625Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:19:25.2679982Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:19:25.2680196Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:19:25.2680610Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:19:25.2681053Z   UTC_TIME: 2025_08_20T07_19_23_PM
2025-08-20T19:19:25.2681288Z ##[endgroup]
2025-08-20T19:19:27.1828611Z Attestation created for 12 subjects
2025-08-20T19:19:27.1832884Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T19:19:27.1833843Z -----BEGIN CERTIFICATE-----
2025-08-20T19:19:27.1834543Z MIIG7jCCBnWgAwIBAgIUN3mj+GX6Lr32Miffiz12c1gtfMUwCgYIKoZIzj0EAwMw
2025-08-20T19:19:27.1835266Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T19:19:27.1835972Z cm1lZGlhdGUwHhcNMjUwODIwMTkxOTI2WhcNMjUwODIwMTkyOTI2WjAAMFkwEwYH
2025-08-20T19:19:27.1836669Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEl/l9hD2s1MsxXEvyrVeHAZ+hn8l1wbEKcdSp
2025-08-20T19:19:27.1837578Z TEN3ZGMcZSgPSob8k3keJHBQltt8fTmJAcT5/hufnGdJt+fvpqOCBZQwggWQMA4G
2025-08-20T19:19:27.1838263Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUoRB0
2025-08-20T19:19:27.1838929Z pmixOLZYmocKF/VVEzZYs+AwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T19:19:27.1839567Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T19:19:27.1840250Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T19:19:27.1841037Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T19:19:27.1841690Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T19:19:27.1842330Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T19:19:27.1842999Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T19:19:27.1843765Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T19:19:27.1844538Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T19:19:27.1845224Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T19:19:27.1845892Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T19:19:27.1846568Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T19:19:27.1847363Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T19:19:27.1848111Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T19:19:27.1848981Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T19:19:27.1849792Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T19:19:27.1850575Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T19:19:27.1851267Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T19:19:27.1851935Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T19:19:27.1852501Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T19:19:27.1853021Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T19:19:27.1853522Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T19:19:27.1854018Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T19:19:27.1854519Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T19:19:27.1855018Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NTIzMDk5L2F0
2025-08-20T19:19:27.1855516Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T19:19:27.1856035Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjI6/74
2025-08-20T19:19:27.1856541Z AAAEAwBHMEUCIQD7O6muvY0PngdF8Z4n64N6y85dNvdGW8aJbKhg1b1UcAIgG2DB
2025-08-20T19:19:27.1857033Z OPfWWosShDXOeqNOvXB7BpS3bG2kdoWvViWrXjAwCgYIKoZIzj0EAwMDZwAwZAIw
2025-08-20T19:19:27.1857831Z OWAIblbP1w4F2c/KrSZ+R4YLla/PkyYLd0HQGy0NKrNyDZTYDRtLRFdJ2cmoGXx/
2025-08-20T19:19:27.1858299Z AjAVY9dGItRDPgVmuBK+WBenvfEod7GAop/7qrkwuEDdzK7S1D4jHxrV/Fk812+X
2025-08-20T19:19:27.1858661Z iq4=
2025-08-20T19:19:27.1859142Z -----END CERTIFICATE-----
2025-08-20T19:19:27.1859301Z 
2025-08-20T19:19:27.1859688Z ##[endgroup]
2025-08-20T19:19:27.1860092Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T19:19:27.1860510Z https://search.sigstore.dev?logIndex=414005192
2025-08-20T19:19:27.1860884Z [36mAttestation uploaded to repository[39m
2025-08-20T19:19:27.1861231Z https://github.com/pkgforge/bincache/attestations/9869036
2025-08-20T19:19:27.2648685Z ##[group]Run ##Presets
2025-08-20T19:19:27.2648956Z [36;1m##Presets[0m
2025-08-20T19:19:27.2649165Z [36;1mset +x ; set +e[0m
2025-08-20T19:19:27.2649390Z [36;1m#-------------#[0m
2025-08-20T19:19:27.2649596Z [36;1m##Debug?[0m
2025-08-20T19:19:27.2649846Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:19:27.2650138Z [36;1m  set -x[0m
2025-08-20T19:19:27.2650324Z [36;1mfi[0m
2025-08-20T19:19:27.2650510Z [36;1m#-------------#[0m
2025-08-20T19:19:27.2650820Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T19:19:27.2651392Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"[0m
2025-08-20T19:19:27.2651844Z [36;1m exit 1[0m
2025-08-20T19:19:27.2652041Z [36;1mfi[0m
2025-08-20T19:19:27.2700828Z shell: /usr/bin/bash -e {0}
2025-08-20T19:19:27.2701066Z env:
2025-08-20T19:19:27.2701257Z   CROSS_COMPILING: NO
2025-08-20T19:19:27.2701508Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:19:27.2701754Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:19:27.2701972Z   ON_QEMU: NO
2025-08-20T19:19:27.2702152Z   DEBUG: 0
2025-08-20T19:19:27.2702333Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:19:27.2702567Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:19:27.2702902Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:19:27.2703250Z   KEEP_LOGS: YES
2025-08-20T19:19:27.2703451Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:19:27.2703750Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:19:27.2704103Z   SBUILD_REBUILD: false
2025-08-20T19:19:27.2704676Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:19:27.2705291Z   BUILD_SYS: docker://clang+make
2025-08-20T19:19:27.2705540Z   BUILD_ON_HOST: FALSE
2025-08-20T19:19:27.2705741Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:19:27.2705939Z   SYSTMP: /tmp
2025-08-20T19:19:27.2706241Z   GHA_MODE: MATRIX
2025-08-20T19:19:27.2706689Z   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:19:27.2707543Z   INPUT_SBUILD: /tmp/pkgforge/Bym7TcQj7_build.yaml
2025-08-20T19:19:27.2707880Z   BUILD_DIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml
2025-08-20T19:19:27.2708284Z   SBUILD_OUTDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR
2025-08-20T19:19:27.2708781Z   SBUILD_TMPDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:19:27.2709178Z   PKG_TYPE: static
2025-08-20T19:19:27.2709375Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:19:27.2709589Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:19:27.2709797Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:19:27.2710210Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:19:27.2710667Z   UTC_TIME: 2025_08_20T07_19_23_PM
2025-08-20T19:19:27.2710905Z ##[endgroup]
2025-08-20T19:19:27.2798763Z ##[group]Run ##Presets
2025-08-20T19:19:27.2799029Z [36;1m##Presets[0m
2025-08-20T19:19:27.2799233Z [36;1mset +x ; set +e[0m
2025-08-20T19:19:27.2799452Z [36;1m#-------------#[0m
2025-08-20T19:19:27.2799657Z [36;1m##Debug?[0m
2025-08-20T19:19:27.2799902Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:19:27.2800197Z [36;1m  set -x[0m
2025-08-20T19:19:27.2800386Z [36;1mfi[0m
2025-08-20T19:19:27.2800576Z [36;1m#-------------#[0m
2025-08-20T19:19:27.2800821Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T19:19:27.2801320Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"[0m
2025-08-20T19:19:27.2801785Z [36;1m exit 1[0m
2025-08-20T19:19:27.2801975Z [36;1mfi[0m
2025-08-20T19:19:27.2845225Z shell: /usr/bin/bash -e {0}
2025-08-20T19:19:27.2845463Z env:
2025-08-20T19:19:27.2845646Z   CROSS_COMPILING: NO
2025-08-20T19:19:27.2845897Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:19:27.2846128Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:19:27.2846342Z   ON_QEMU: NO
2025-08-20T19:19:27.2846519Z   DEBUG: 0
2025-08-20T19:19:27.2846704Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:19:27.2846937Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:19:27.2847422Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:19:27.2847768Z   KEEP_LOGS: YES
2025-08-20T19:19:27.2847963Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:19:27.2848187Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:19:27.2848416Z   SBUILD_REBUILD: false
2025-08-20T19:19:27.2848975Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:19:27.2849578Z   BUILD_SYS: docker://clang+make
2025-08-20T19:19:27.2849825Z   BUILD_ON_HOST: FALSE
2025-08-20T19:19:27.2850026Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:19:27.2850221Z   SYSTMP: /tmp
2025-08-20T19:19:27.2850405Z   GHA_MODE: MATRIX
2025-08-20T19:19:27.2850849Z   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:19:27.2851379Z   INPUT_SBUILD: /tmp/pkgforge/Bym7TcQj7_build.yaml
2025-08-20T19:19:27.2851710Z   BUILD_DIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml
2025-08-20T19:19:27.2852107Z   SBUILD_OUTDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR
2025-08-20T19:19:27.2852591Z   SBUILD_TMPDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:19:27.2852977Z   PKG_TYPE: static
2025-08-20T19:19:27.2853173Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:19:27.2853387Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:19:27.2853592Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:19:27.2854000Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:19:27.2854452Z   UTC_TIME: 2025_08_20T07_19_23_PM
2025-08-20T19:19:27.2854683Z ##[endgroup]
2025-08-20T19:19:27.2915221Z 
2025-08-20T19:19:27.2915784Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:19:27.2925714Z ##[error]Process completed with exit code 1.
2025-08-20T19:19:27.2965027Z ##[group]Run ##Presets
2025-08-20T19:19:27.2965282Z [36;1m##Presets[0m
2025-08-20T19:19:27.2965483Z [36;1mset +x ; set +e[0m
2025-08-20T19:19:27.2965695Z [36;1m#-------------#[0m
2025-08-20T19:19:27.2965902Z [36;1m##Debug?[0m
2025-08-20T19:19:27.2966144Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:19:27.2966437Z [36;1m  set -x[0m
2025-08-20T19:19:27.2966620Z [36;1mfi[0m
2025-08-20T19:19:27.2966799Z [36;1m#-------------#[0m
2025-08-20T19:19:27.2967138Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T19:19:27.2967798Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T19:19:27.2968103Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T19:19:27.2968366Z [36;1mfi[0m
2025-08-20T19:19:27.3010936Z shell: /usr/bin/bash -e {0}
2025-08-20T19:19:27.3011169Z env:
2025-08-20T19:19:27.3011349Z   CROSS_COMPILING: NO
2025-08-20T19:19:27.3011602Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:19:27.3011834Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:19:27.3012049Z   ON_QEMU: NO
2025-08-20T19:19:27.3012222Z   DEBUG: 0
2025-08-20T19:19:27.3012403Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:19:27.3012632Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:19:27.3012953Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc
2025-08-20T19:19:27.3013293Z   KEEP_LOGS: YES
2025-08-20T19:19:27.3013486Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:19:27.3013707Z   PKG_FAMILY_LOCAL: coreutils
2025-08-20T19:19:27.3013931Z   SBUILD_REBUILD: false
2025-08-20T19:19:27.3014480Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/coreutils/static.multicall.glibc.yaml
2025-08-20T19:19:27.3015071Z   BUILD_SYS: docker://clang+make
2025-08-20T19:19:27.3015328Z   BUILD_ON_HOST: FALSE
2025-08-20T19:19:27.3015537Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:19:27.3015731Z   SYSTMP: /tmp
2025-08-20T19:19:27.3015913Z   GHA_MODE: MATRIX
2025-08-20T19:19:27.3016351Z   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:19:27.3016872Z   INPUT_SBUILD: /tmp/pkgforge/Bym7TcQj7_build.yaml
2025-08-20T19:19:27.3017362Z   BUILD_DIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml
2025-08-20T19:19:27.3017770Z   SBUILD_OUTDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR
2025-08-20T19:19:27.3018257Z   SBUILD_TMPDIR: /tmp/pkgforge/7ToiwSG_Bym7TcQj7_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:19:27.3018639Z   PKG_TYPE: static
2025-08-20T19:19:27.3018835Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:19:27.3019045Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:19:27.3019257Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:19:27.3019667Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/coreutils/multicall/glibc/coreutils-srcbuild-
2025-08-20T19:19:27.3020117Z   UTC_TIME: 2025_08_20T07_19_23_PM
2025-08-20T19:19:27.3020345Z ##[endgroup]
2025-08-20T19:19:27.3091007Z EXITED
2025-08-20T19:19:27.3131860Z Cleaning up orphan processes
